index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.c
Age
Commit message (
Expand
)
Author
2015-03-15
Initialize Tox_Options with default values in tox_options_new
Impyy
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-12
Fixed tox_new issue.
irungentoo
2015-03-12
tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.
irungentoo
2015-03-12
tox_new() fixes.
irungentoo
2015-03-11
This is a combination of 11 commits.
Dubslow
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
Implementation of new api file transfers.
irungentoo
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-25
Fixed bug.
irungentoo
2015-02-20
Implemented callbacks.
irungentoo
2015-02-20
Implemented message send functions in public 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-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-02-07
Only create one global logger instance.
irungentoo
2015-01-29
Api break.
irungentoo
2015-01-27
client_id is a bad name for the long term public key.
irungentoo
2015-01-10
Merge branch 'mannol-master'
irungentoo
2015-01-10
Logger fix
mannol
2014-12-26
Fixed bug with auto tests and cleaned up the code a bit.
irungentoo
2014-12-26
Merge branch 'http-proxy-feature' of https://github.com/nurupo/InsertProjectN...
irungentoo
2014-12-25
Onion client improvements.
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-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
2014-11-19
get peer pubkey api
dubslow
2014-11-15
Some modifications to the last pull request.
irungentoo
2014-11-14
add api function to get group title
Jfreegman
2014-11-13
Merge branch 'titles' of https://github.com/dubslow/toxcore
irungentoo
2014-11-11
fix type checking
dubslow
2014-11-11
public api, finishing tweaks
dubslow
[next]