index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-09-14
Add option to build static libraries.
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-13
Group #include directives in 3-4 groups.
iphydf
2016-09-12
Merge remote-tracking branch 'chuongv/chuongv/tox_test_fix'
iphydf
2016-09-12
Remove `else` directly after `return`.
iphydf
2016-09-11
Use "phase" script for travis build phases.
iphydf
2016-09-11
Use TokTok's apidsl instead of the iphydf one.
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-09
Minor cleanups: header reordering, adding {}.
iphydf
2016-09-09
Separate IP_Port packing from pack_nodes() and unpack_nodes()
Jfreegman
2016-09-09
Use `const` for version numbers.
iphydf
2016-09-08
Fix potential null pointer dereference.
iphydf
2016-09-08
Fix compilation for Windows.
iphydf
2016-09-08
Remove the packet mutation in toxav's bwcontroller.
iphydf
2016-09-08
Add address sanitizer option to cmake file.
iphydf
2016-09-08
Fix memory leak on error paths in tox_new.
iphydf
2016-09-07
Print a message about missing astyle in format-source.
iphydf
2016-09-07
Comment intentional switch fallthroughs
Jfreegman
2016-09-07
Add debugging option to autotools configuration
Jfreegman
2016-09-07
Prevent <winsock.h> inclusion by <windows.h>.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Merge remote-tracking branch 'irungentoo/master' into merge-iru
iphydf
2016-09-06
Improve C standard compliance.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-05
Fixed bug.
irungentoo
2016-09-06
Allocate sizeof(IP_ADAPTER_INFO) bytes instead of sizeof(T*).
iphydf
2016-09-05
Make packet data a ptr-to-const.
iphydf
2016-09-05
Add TODO for @mannol.
iphydf
2016-09-03
Rearrange fields to decrease size of structure
isotoxin
2016-09-02
Add a short sleep before each tox_iterate in av test.
iphydf
2016-09-02
Re-enable group chat tests.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-02
Replace pthread_yield with sched_yield.
iphydf
2016-09-01
Remove useless casts.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-09-01
Add missing #include <pthread.h> to av_test.c.
iphydf
2016-09-01
Match parameter names in declarations with their definitions.
iphydf
2016-08-31
Remove redundant `return` statements.
iphydf
2016-08-31
Add newlines because astyle wants them.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-31
Enable build of av_test.
iphydf
2016-08-31
Remove unused and bit-rotten friends_test.
iphydf
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-29
Update tox.h with constant functions.
iphydf
2016-08-28
Expose constants as functions.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-26
Fix plane size calculation in test
mannol
[prev]
[next]