summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11Implemented the 3 low level network information functions.irungentoo
2015-03-10Added group chat functions to the public api.irungentoo
2015-03-10Ported nTox to new file transfer api.irungentoo
2015-03-10testing/tox_sync now fully works on the new api.irungentoo
2015-03-10Implementation of new api file transfers.irungentoo
2015-03-09Fixed small issue.irungentoo
2015-03-09Updated new_filesender function in Messenger.cirungentoo
2015-03-09Fixed case where a recv and a sending file would have the same number.irungentoo
2015-03-08Merge branch 'worfox-new_api' into new_apiirungentoo
2015-03-07Change LOGGER_DEBUG to LOGGER_ERROR for fail bindChristoffer Sterner
2015-03-07Change fprintf debug into LOGGER_DEBUG for consistencyChristoffer Sterner
2015-03-07Fixed debug fprintf.irungentoo
2015-03-06Updated File request packet to new format.irungentoo
2015-03-06Fixed typedef.irungentoo
2015-03-05enums are no longer typedefed to uint8_t.irungentoo
2015-03-05Code cleanups.irungentoo
2015-03-05spelling, punctuation, ...aaannndddyyy
2015-03-05minor punctuation fixesaaannndddyyy
2015-03-04Removed useless TODO comments.irungentoo
2015-03-03Merge branch 'jin-eld-rpm'irungentoo
2015-03-04Add spec file for rpm generationJin^eLD
2015-03-03Add README.md to the dist tarballJin^eLD
2015-03-03Fix dist targetJin^eLD
2015-03-02Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...irungentoo
2015-03-01Properly fixed encryptsave_test.cirungentoo
2015-03-01Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_apiirungentoo
2015-02-28Merge branch 'urras-patch-1'irungentoo
2015-02-28Update encryption autotestDubslow
2015-02-27Removed backwards compatibility code from core.irungentoo
2015-02-27Test fixes.irungentoo
2015-02-27Realign toxencryptsave with new APIDubslow
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-02-26Implemented custom packet functions in new api.irungentoo
2015-02-26Added different error codes for custom packet functions in Messenger.irungentoo
2015-02-26More tests ported to new api.irungentoo
2015-02-26Changes to custom packet functions in Messenger.irungentoo
2015-02-25Minor changes to READMEUrras
2015-02-25Ported some tests to the new api.irungentoo
2015-02-25toxav new api fixes.irungentoo
2015-02-25Fixed bug.irungentoo
2015-02-24Ported some of the code in testing/ to the new api.irungentoo
2015-02-24Remove avatar stuff from Messenger.irungentoo
2015-02-23Use edge trigger on listen socket in TCP_Server.irungentoo
2015-02-22When socket dies, kill it.irungentoo
2015-02-21Fixed possible TCP server bug.irungentoo
2015-02-20Implemented callbacks.irungentoo
2015-02-20Implemented message send functions in public api.irungentoo
2015-02-20Merge branch 'fixed-receipts' into new_apiirungentoo
2015-02-19Tox connection function and callback should now work as expected.irungentoo
2015-02-19Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_apiirungentoo