summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-12File transfer fixes and improvements.irungentoo
2015-03-12Don't assume tox_file_send_chunk() is called in the request chunkirungentoo
2015-03-12Added position parameter to tox_file_send_chunk().irungentoo
2015-03-12Fixed tox_new issue.irungentoo
2015-03-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-03-12tox_new() fixes.irungentoo
2015-03-12Added simple status message test to tox_test.cirungentoo
2015-03-11Merge branch 'aaannndddyyy-patch-1'irungentoo
2015-03-11 This is a combination of 11 commits.Dubslow
2015-03-11tox_callback_connection_status() implemented.irungentoo
2015-03-11Use .h for tox_old instead of .c to not break some of my build commands.irungentoo
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