summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2015-03-13File kind is now a uint32_t.irungentoo
2015-03-13tox_file_send_chunk() must now send data the same length as requestedirungentoo
2015-03-13tox_friend_get_public_key() now does nothing when public_key is NULL.irungentoo
2015-03-12Convert core code depending on the apiDubslow
2015-03-12File sending improvements.irungentoo
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-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-10Implementation of new api file transfers.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-05enums are no longer typedefed to uint8_t.irungentoo
2015-03-05Code cleanups.irungentoo
2015-03-04Removed useless TODO comments.irungentoo
2015-03-02Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...irungentoo
2015-03-01Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_apiirungentoo
2015-02-27Removed backwards compatibility code from core.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-26Changes to custom packet functions in Messenger.irungentoo
2015-02-25Ported some tests to the new api.irungentoo
2015-02-25Fixed bug.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
2015-02-19Typing and status functions implemented.irungentoo
2015-02-18Put const adjective before type nounsDubslow
2015-02-18use bool in is typing callback.irungentoo
2015-02-18Apparently enums are bad for wrappers and doing this makes wrappingirungentoo