summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-05spelling, punctuation, ...aaannndddyyy
2015-03-05minor punctuation fixesaaannndddyyy
only minor punctuation fixes. not changed the wording, except for one 'logical typo'.
2015-03-03Merge branch 'jin-eld-rpm'irungentoo
2015-03-04Add spec file for rpm generationJin^eLD
The spec file gets processed by configure, the version will be filled in automatically. To generate an rpm make sure to install rpm-build, then "configure" as you would usually do, run "make dist", then process the generated tarball with rpmbuild: rpmbuild -tb tox-0.0.0.tar.gz Tested on Fedora 22.
2015-03-03Add README.md to the dist tarballJin^eLD
2015-03-03Fix dist targetJin^eLD
Modify tar options to allow extra long filen and directory names, if not set souces under toxencryptsave might not end up in the tarball.
2015-02-28Merge branch 'urras-patch-1'irungentoo
2015-02-25Minor changes to READMEUrras
Regarding documentation and an outdated link
2015-02-23Use edge trigger on listen socket in TCP_Server.irungentoo
This may or may not improve things.
2015-02-22When socket dies, kill it.irungentoo
Use epoll to detect when socket closed connection.
2015-02-21Fixed possible TCP server bug.irungentoo
Function returned success when should have returned failure.
2015-02-12Code Cleanups.irungentoo
2015-02-11Code Cleanups.irungentoo
2015-02-11Code cleanups.irungentoo
2015-02-10Merge branch 'patch-2' of https://github.com/urras/toxcoreirungentoo
2015-02-10Wrong linkUrras
2015-02-10Remove redundant link, update old linkUrras
2015-02-09Code Cleanups.irungentoo
2015-02-09Code Cleanups.irungentoo
2015-02-09Code cleanups.irungentoo
2015-02-09Code cleanups.irungentoo
2015-02-08Fixed test.irungentoo
2015-02-08Fixed memory leak in test.irungentoo
2015-02-08Fixed memory leak.irungentoo
2015-02-07Properly free everything at the end of each test.irungentoo
2015-02-07Merge branch 'bootstrap-node-packets-fix' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere
2015-02-07Fixed incompatible pointer type warningMaxim Biro
2015-02-07Only create one global logger instance.irungentoo
2015-02-07kill_TCP_server() now frees everything in TCP server.irungentoo
2015-02-06Merge branch 'master' of https://github.com/ray65536/toxcoreirungentoo
2015-02-06Fixed memory leak.irungentoo
2015-02-06Fix memory leaks.irungentoo
2015-02-06Fixed memory leak.irungentoo
2015-02-06Fixed memory leak.irungentoo
2015-02-05Lowered CPU usage.irungentoo
Check if onion data will be sent before encrypting it, not after.
2015-02-05Documentation and service description for using tox-bootstrapd withEugene Lopatin
systemd
2015-02-04Removed useless misleading define.irungentoo
2015-02-03Merge branch 'urras-master'irungentoo
2015-02-03Move OS X install scriptUrras
2015-02-03Merge branch 'urras-patch-2'irungentoo
2015-02-03Travis should build Tox with Libsodium stableUrras
2015-02-02Merge branch 'make-funny-savefile' of https://github.com/ittner/toxcoreirungentoo
2015-02-01Merge branch 'ittner-update-avatar-docs-2'irungentoo
2015-02-01Add script to generate save files with custom keysAlexandre Erwin Ittner
Allow users to play with keys generated outside Tox core without depending on features from any specific client. Just generate a stub save file that every client will understand.
2015-01-31Update avatar documentationAlexandre Erwin Ittner
Add missing function and fixes some typos and formatting.
2015-01-31Rename "client id" to "public key" in avatar docs and examplesAlexandre Erwin Ittner
Commit b8d530c9e0bbce331f22cbff7f818e49673d5bd7 and some of its parents changed the public name of "client id" to "public key". Update the avatar documentation to follow the idea.
2015-01-31Fixed bug where mutex would be destroyed but not recreated for newirungentoo
net_crypto connection. Only destroy mutex when it is realloced out.
2015-01-30Prevent unnecessary sending of packets.irungentoo
If name/status/typing didn't actually change return success and don't actually do anything.
2015-01-29Api break.irungentoo
TOX_CLIENT_ID_SIZE renamed to TOX_PUBLIC_KEY_SIZE. Renamed client_id to public_ke in public api.
2015-01-29Code cleanups.irungentoo
Rename array in Node_format from client_id to public_key.