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
2014-09-09
Added tox_connect function, no connecting done during tox_load
saneki
2014-09-05
Added custom packet functions to public tox api.
irungentoo
2014-09-03
Fixed typo.
irungentoo
2014-09-02
Expose the tox_add_tcp_relay() function in the public api.
irungentoo
2014-08-27
Removed send withid functions from api.
irungentoo
2014-08-23
Removed now deprecated function.
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-08-04
The receiver of a file now needs to confirm that he did receive it
irungentoo
2014-07-30
Added function to get public and private key from Tox object.
irungentoo
2014-07-14
Fixed file sending documentation.
irungentoo
2014-07-13
Fixed documentation comment errors
Jin^eLD
2014-07-06
Typo fix.
irungentoo
2014-07-02
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
irungentoo
2014-06-30
Const-correctness for tox.c
Marc Schütz
2014-06-30
Const correctness for toxcore/Messenger.c and related files
Marc Schütz
2014-06-10
Fixed some warnings.
irungentoo
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-06-02
Added instructions on how to pause/resume file transfers.
irungentoo
2014-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
2014-05-30
Renamed tox_do_run_interval to tox_do_interval.
irungentoo
2014-05-30
Replaced tox_wait* functions with tox_do_run_interval().
irungentoo
2014-05-26
Fixed possible issue.
irungentoo
2014-05-08
Merge branch 'master' into TCP
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo
2014-04-19
Removed deprecated function from public api.
irungentoo
2014-04-16
multiple spelling fixes
Carlos E. Garcia
2014-04-08
Include 'netinet/in_systm.h' on OpenBSD
Dmitrij D. Czarkoff
2014-04-04
Added functions to get/set the nospam value to the public api.
irungentoo
2014-03-31
tox_group_get_names now returns a list of name lengths along with the list of...
irungentoo
2014-03-20
Fixed other api inconsistency.
irungentoo
2014-03-20
Fixed an api inconsistency.
irungentoo
2014-03-18
nTox fixes.
irungentoo
2014-03-18
Merge branch 'api-fix'
irungentoo
2014-03-16
Friend request callback now contains the Tox object.
irungentoo
2014-03-16
add api function that gets the last time a friend was seen online
Jfreegman
2014-03-11
Detailed docs for TCP server pretty much done.
irungentoo
2014-03-07
Some tox_wait_* improvements
Maxim Biro
2014-02-23
Userstatus function fixes.
irungentoo
2014-02-23
Strings now no longer need to be NULL terminated.
irungentoo
2014-02-21
Added size functions for names and status messages
Maxim Biro
2014-02-21
Some api changes.
irungentoo
2014-02-18
Astyled and added tests.
irungentoo
2014-02-16
Typing: Forgot the callback argument types.
Jman012
2014-02-16
Typos.
Jman012
2014-02-16
Added user typing changes in core.
Jman012
2014-02-12
All strings should now be forced terminated when received.
irungentoo
2014-02-11
Added paragraph explaining how strings work in Tox.
irungentoo
2014-02-07
added API function to get online friend count
Jfreegman
[next]