index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
/
apidsl
/
tox.in.h
Age
Commit message (
Expand
)
Author
2016-09-09
Use `const` for version numbers.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-08-30
Add missing #includes to headers and rename tox_old to tox_group.
iphydf
2016-08-29
Add getters/setters for options.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-22
Make Message received receipts stateless
Gregory Mullen (grayhatter)
2016-08-22
Make Friend User Status stateless
Gregory Mullen (grayhatter)
2016-08-20
Make the friend message callback stateless
Gregory Mullen (grayhatter)
2016-08-19
Make Typing change callback stateless
Gregory Mullen (grayhatter)
2016-08-18
Make friend_status_message callback stateless.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Make self_connection_status callback stateless.
iphydf
2015-07-07
Fix a couple API doc mistakes
Jfreegman
2015-06-20
Merge branch 'doc' of https://github.com/zetok/ProjectTox-Core
irungentoo
2015-06-20
Add real instruction on how to use APIDSL and astyle
Zetok Zalbavar
2015-06-20
Improve documentation about tcp_port
Zetok Zalbavar
2015-06-03
Return error if file_id parameter is NULL.
irungentoo
2015-05-29
Comment fix.
irungentoo
2015-05-28
Fixed comment.
irungentoo
2015-05-25
tox_new returns NULL on failure.
irungentoo
2015-05-22
Move savedata to options struct.
irungentoo
2015-05-08
Added basic TCP server hosting to tox.h api.
irungentoo
2015-04-25
Switched tox.h to the dsl generated one.
irungentoo