index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
/
tox_test.c
Age
Commit message (
Expand
)
Author
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-03-25
Move c_sleep to helpers.h and misc_tools.h
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-06
Revert "Revert "Portability fixes""
David Zero
2017-01-05
Revert "Portability fixes"
endoffile78
2017-01-04
Portability fixes
David Zero
2016-12-22
Use `tox_options_set_*` instead of direct member access.
iphydf
2016-11-06
Move log callback to options.
iphydf
2016-11-06
Enable all possible C compiler warning flags.
iphydf
2016-11-02
Compile as C++ for windows builds.
iphydf
2016-10-11
Remove duplicate tests: split tests part 2.
iphydf
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-17
Complete old groupchat conversion to new API
Jfreegman
2016-09-17
ApiDSL'ing old group chats (now: conference).
iphydf
2016-09-17
Fix for windows dynamic libraries.
iphydf
2016-09-16
Clean up Travis build a bit in preparation for osx/win.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-11
Use correct logical operator for tox_test
Chuong Vu
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-06
Improve C standard compliance.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-02
Re-enable group chat tests.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-25
Reduce the timeout on travis to something much more reasonable
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
Fix some compiler warnings.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Make self_connection_status callback stateless.
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2016-08-11
Fix a few issues with running Toxcore tests on Travis-CI
Gregory Mullen (grayhatter)
2015-12-01
Slightly increased number of peers to announce to.
irungentoo
2015-07-03
Fixed Tox reporting itself as being connected with TCP when using UDP only on...
irungentoo
2015-06-12
Added save/load live test.
irungentoo
2015-06-07
Test fix.
irungentoo
2015-06-06
Save DHT nodes in a smarter way.
irungentoo
2015-06-05
Added test.
irungentoo
2015-06-04
Added test.
irungentoo
2015-06-01
Add a test for loading with a secret key.
irungentoo
2015-05-22
Move savedata to options struct.
irungentoo
2015-05-21
Load only secret key from tox save, not public key.
irungentoo
2015-05-19
Some fixes.
irungentoo
[next]