index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.h
Age
Commit message (
Expand
)
Author
2015-03-20
Allow sending of file transfer requests with length 0 but don't allocate
irungentoo
2015-03-20
For file transfers UINT64_MAX is now used as the size for streaming
irungentoo
2015-03-19
callback_file_request_chunk -> callback_file_chunk_request
Dubslow
2015-03-18
Renamed TOX_MESSAGE_TYPE_MESSAGE to TOX_MESSAGE_TYPE_NORMAL.
irungentoo
2015-03-18
Merge branch 'one_more_rename' of https://github.com/dubslow/toxcore into new...
irungentoo
2015-03-18
Removed TOX_USER_STATUS_INVALID.
irungentoo
2015-03-18
Merged normal message function and send action function into one
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
Renamed SEND_FAILED to SENDQ.
irungentoo
2015-03-17
Save function renamed to tox_get_savedata()
irungentoo
2015-03-17
Changed INVALID_LENGTH to TOO_LONG.
irungentoo
2015-03-17
Added tox_file_send_seek() function to api.
irungentoo
2015-03-17
Allow file names to be of length 0.
irungentoo
2015-03-17
Added and implemented file_id parameter to file tranfers.
irungentoo
2015-03-16
New API fixups.
iphydf
2015-03-15
Avatar hash is now the filename of the file transfer instead of the
irungentoo
2015-03-14
There are many scenarios where the user would want to modify the
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-13
File kind is now a uint32_t.
irungentoo
2015-03-13
tox_file_send_chunk() must now send data the same length as requested
irungentoo
2015-03-13
tox_friend_get_public_key() now does nothing when public_key is NULL.
irungentoo
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-11
This is a combination of 11 commits.
Dubslow
2015-03-10
Added group chat functions to the public api.
irungentoo
2015-03-10
Implementation of new api file transfers.
irungentoo
2015-03-05
enums are no longer typedefed to uint8_t.
irungentoo
2015-03-02
Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...
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-20
Merge branch 'fixed-receipts' into new_api
irungentoo
2015-02-18
Put const adjective before type nouns
Dubslow
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-16
More new api work done.
irungentoo
2015-02-15
New api progress.
irungentoo
2015-02-14
A bit of new api work done.
irungentoo
2015-02-13
Started implementing new Tox api.
irungentoo
2015-01-29
Api break.
irungentoo
2014-12-26
Make it possible to port clients to the new api by just replacing
irungentoo
2014-12-21
Further refactoring of proxy code
Maxim Biro
2014-12-21
Some refactoring of proxy code
Maxim Biro
2014-12-13
Added HTTP proxy support
Maxim Biro
2014-12-10
Add define for the maximum length of the friend request to the public api.
irungentoo
2014-12-09
Merge branch 'more_consistent_custom_packet_handlers' of https://github.com/w...
irungentoo
2014-12-09
Change prototype for custom_packet_handler functions
Will Rouesnel
[prev]
[next]