index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
/
tox_shell.c
Age
Commit message (
Expand
)
Author
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-06
Improve static and const correctness.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-20
Make the friend message callback stateless
Gregory Mullen (grayhatter)
2016-08-18
Fix some compiler warnings.
iphydf
2016-08-17
Make self_connection_status callback stateless.
iphydf
2015-08-08
Fix for DragonFlyBSD
Michael Neumann
2015-05-22
Move savedata to options struct.
irungentoo
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
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-12
Convert core code depending on the api
Dubslow
2015-03-09
Fixed small issue.
irungentoo
2015-02-24
Ported some of the code in testing/ to the new api.
irungentoo
2014-08-23
Added FreeBSD include
Maxim Biro
2014-08-20
Daily OS X fix.
stal
2014-08-19
Added tox_shell to testing.
irungentoo