index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
/
tox_sync.c
Age
Commit message (
Expand
)
Author
2015-05-22
Move savedata to options struct.
irungentoo
2015-03-21
Renamed tox_file_send_control to tox_file_control.
irungentoo
2015-03-19
callback_file_request_chunk -> callback_file_chunk_request
Dubslow
2015-03-18
Merge branch 'one_more_rename' of https://github.com/dubslow/toxcore into new...
irungentoo
2015-03-18
Move get_connection_status to self pseudonamespace, to contrast friend_get_co...
Dubslow
2015-03-18
When friend goes offline all his file transfers get removed.
irungentoo
2015-03-18
Api changes.
irungentoo
2015-03-17
Added and implemented file_id parameter to file tranfers.
irungentoo
2015-03-13
Remove TOX_FILE_KIND typedef.
irungentoo
2015-03-13
Merge branch 'newer_api' of https://github.com/dubslow/toxcore into new_api
irungentoo
2015-03-13
revert to TOX_FILE_KIND
Dubslow
2015-03-12
Convert core code depending on the api
Dubslow
2015-03-12
Added position parameter to tox_file_send_chunk().
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-02-24
Ported some of the code in testing/ to the new api.
irungentoo
2014-08-14
Modified tox_bootstrap_from_address() function.
irungentoo
2014-08-14
Added disabling of UDP and basic SOCKS5 proxy support to public API.
irungentoo
2014-06-30
Const correctness for toxcore/Messenger.c and related files
Marc Schütz
2014-06-13
Attempt fix of tox_sync not building on some systems.
irungentoo
2014-05-28
Fixed Tox sync.
irungentoo
2014-02-09
Astyled and removed some useless files.
irungentoo
2014-02-09
Fixed memory leaks and removed repeated code
Maxim Biro
2013-12-16
Astyled the code.
irungentoo
2013-11-29
Fix typo.
AZ Huang
2013-11-29
Fix API name consistency.
AZ Huang
2013-10-08
Added function to get the piece size for sending files.
irungentoo
2013-10-05
Fixed warnings.
irungentoo
2013-10-05
Tox sync added.
irungentoo