index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-03-11
tox_callback_connection_status() implemented.
irungentoo
2015-03-11
Use .h for tox_old instead of .c to not break some of my build commands.
irungentoo
2015-03-11
Implemented the 3 low level network information functions.
irungentoo
2015-03-10
Added group chat functions to the public api.
irungentoo
2015-03-10
Ported nTox to new file transfer api.
irungentoo
2015-03-10
testing/tox_sync now fully works on the new api.
irungentoo
2015-03-10
Implementation of new api file transfers.
irungentoo
2015-03-09
Fixed small issue.
irungentoo
2015-03-09
Updated new_filesender function in Messenger.c
irungentoo
2015-03-09
Fixed case where a recv and a sending file would have the same number.
irungentoo
2015-03-08
Merge branch 'worfox-new_api' into new_api
irungentoo
2015-03-07
Change LOGGER_DEBUG to LOGGER_ERROR for fail bind
Christoffer Sterner
2015-03-07
Change fprintf debug into LOGGER_DEBUG for consistency
Christoffer Sterner
2015-03-07
Fixed debug fprintf.
irungentoo
2015-03-06
Updated File request packet to new format.
irungentoo
2015-03-06
Fixed typedef.
irungentoo
2015-03-05
enums are no longer typedefed to uint8_t.
irungentoo
2015-03-05
Code cleanups.
irungentoo
2015-03-04
Removed useless TODO comments.
irungentoo
2015-03-02
Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...
irungentoo
2015-03-01
Properly fixed encryptsave_test.c
irungentoo
2015-03-01
Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_api
irungentoo
2015-02-28
Update encryption autotest
Dubslow
2015-02-27
Removed backwards compatibility code from core.
irungentoo
2015-02-27
Test fixes.
irungentoo
2015-02-27
Realign toxencryptsave with new API
Dubslow
2015-02-27
Allow for specifying the port range to use in Tox_Options
saneki
2015-02-26
Implemented custom packet functions in new api.
irungentoo
2015-02-26
Added different error codes for custom packet functions in Messenger.
irungentoo
2015-02-26
More tests ported to new api.
irungentoo
2015-02-26
Changes to custom packet functions in Messenger.
irungentoo
2015-02-25
Ported some tests to the new api.
irungentoo
2015-02-25
toxav new api fixes.
irungentoo
2015-02-25
Fixed bug.
irungentoo
2015-02-24
Ported some of the code in testing/ to the new api.
irungentoo
2015-02-24
Remove avatar stuff from Messenger.
irungentoo
2015-02-20
Implemented callbacks.
irungentoo
2015-02-20
Implemented message send functions in public api.
irungentoo
2015-02-20
Merge branch 'fixed-receipts' into new_api
irungentoo
2015-02-19
Tox connection function and callback should now work as expected.
irungentoo
2015-02-19
Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_api
irungentoo
2015-02-19
Typing and status functions implemented.
irungentoo
2015-02-18
Put const adjective before type nouns
Dubslow
2015-02-18
use bool in is typing callback.
irungentoo
2015-02-18
Apparently enums are bad for wrappers and doing this makes wrapping
irungentoo
2015-02-17
More new api functions implemented.
irungentoo
2015-02-17
Updated types in Messenger callbacks to fit with the ones in the new api.
irungentoo
2015-02-17
Fixed friend_not_valid function.
irungentoo
2015-02-17
Messenger add friends functions error code fixes.
irungentoo
2015-02-16
More new api work done.
irungentoo
[next]