Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-16 | Allow empty names and status messages. | irungentoo | |
2015-02-15 | New api progress. | irungentoo | |
2015-02-14 | Code cleanups. | irungentoo | |
2015-02-14 | A bit of new api work done. | irungentoo | |
2015-02-13 | Started implementing new Tox api. | irungentoo | |
2015-02-12 | Code Cleanups. | irungentoo | |
2015-02-11 | Code Cleanups. | irungentoo | |
2015-02-11 | Code cleanups. | irungentoo | |
2015-02-10 | Merge branch 'patch-2' of https://github.com/urras/toxcore | irungentoo | |
2015-02-10 | Wrong link | Urras | |
2015-02-10 | Remove redundant link, update old link | Urras | |
2015-02-09 | Code Cleanups. | irungentoo | |
2015-02-09 | Code Cleanups. | irungentoo | |
2015-02-09 | Code cleanups. | irungentoo | |
2015-02-09 | Code cleanups. | irungentoo | |
2015-02-08 | Fixed test. | irungentoo | |
2015-02-08 | Fixed memory leak in test. | irungentoo | |
2015-02-08 | Fixed memory leak. | irungentoo | |
2015-02-07 | Properly free everything at the end of each test. | irungentoo | |
2015-02-07 | Merge branch 'bootstrap-node-packets-fix' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2015-02-07 | Fixed incompatible pointer type warning | Maxim Biro | |
2015-02-07 | Only create one global logger instance. | irungentoo | |
2015-02-07 | kill_TCP_server() now frees everything in TCP server. | irungentoo | |
2015-02-06 | Merge branch 'master' of https://github.com/ray65536/toxcore | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-06 | Fix memory leaks. | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-05 | Lowered CPU usage. | irungentoo | |
Check if onion data will be sent before encrypting it, not after. | |||
2015-02-05 | Documentation and service description for using tox-bootstrapd with | Eugene Lopatin | |
systemd | |||
2015-02-04 | Removed useless misleading define. | irungentoo | |
2015-02-03 | Merge branch 'urras-master' | irungentoo | |
2015-02-03 | Move OS X install script | Urras | |
2015-02-03 | Merge branch 'urras-patch-2' | irungentoo | |
2015-02-03 | Travis should build Tox with Libsodium stable | Urras | |
2015-02-02 | Merge branch 'make-funny-savefile' of https://github.com/ittner/toxcore | irungentoo | |
2015-02-01 | Merge branch 'ittner-update-avatar-docs-2' | irungentoo | |
2015-02-01 | Add script to generate save files with custom keys | Alexandre 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-31 | Update avatar documentation | Alexandre Erwin Ittner | |
Add missing function and fixes some typos and formatting. | |||
2015-01-31 | Rename "client id" to "public key" in avatar docs and examples | Alexandre 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-31 | Fixed bug where mutex would be destroyed but not recreated for new | irungentoo | |
net_crypto connection. Only destroy mutex when it is realloced out. | |||
2015-01-30 | Prevent unnecessary sending of packets. | irungentoo | |
If name/status/typing didn't actually change return success and don't actually do anything. | |||
2015-01-29 | Api break. | irungentoo | |
TOX_CLIENT_ID_SIZE renamed to TOX_PUBLIC_KEY_SIZE. Renamed client_id to public_ke in public api. | |||
2015-01-29 | Code cleanups. | irungentoo | |
Rename array in Node_format from client_id to public_key. | |||
2015-01-28 | Code cleanups. | irungentoo | |
2015-01-27 | client_id is a bad name for the long term public key. | irungentoo | |
2015-01-26 | Code cleanup. | irungentoo | |
2015-01-25 | Merge branch 'bootstrapd-example-nodes' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2015-01-25 | Replace hardcoded nodes with examples | Maxim Biro | |
Reverts Proplex'es change. | |||
2015-01-24 | Updated TODO. | irungentoo | |