index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
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-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-03
Rearrange fields to decrease size of structure
isotoxin
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Remove useless casts.
iphydf
2016-09-01
Sort #includes in all source files.
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-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
Comment out useless TODO'd if block.
iphydf
2016-08-22
Replace uint with unsigned int in assoc.c.
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
Fix some compiler warnings.
iphydf
2016-08-18
Allow NULL as argument to tox_kill.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Add missing DHT_bootstrap to CMakeLists.txt.
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 bug I introduced that would make toxcore fail to initialise a second time.
iphydf
2016-08-10
Silence/fix some compiler warnings.
iphydf
2016-03-19
Merge branch 'network-test-magic' of https://github.com/roman-yepishev/toxcore
irungentoo
2016-02-27
Move argument comments to the end of line
Roman Yepishev
2016-02-27
Remove magic numbers from addr_resolve
Roman Yepishev
2016-02-26
Add missing files so that archive for make dist is complete
Roman Yepishev
2016-02-13
added the dropped ;
Gregory Mullen (GrayHatter)
2016-02-13
update the compatablity function to match the macro
Gregory Mullen (GrayHatter)
2016-02-13
Get SemVer more ready
Gregory Mullen (GrayHatter)
2016-01-30
Fixes.
irungentoo
2016-01-27
fix: replace memset with sodium_memzero for sensitive data
Roman Proskuryakov
2016-01-27
add: more comments into network.c
Roman Proskuryakov
2016-01-27
add: comments about hairy code
Roman Proskuryakov
2016-01-27
add: comment about endianness
Roman Proskuryakov
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2016-01-04
Cleanups.
irungentoo
2016-01-04
DHT improvements part 1.
irungentoo
2015-12-17
Fixed possible bug.
irungentoo
2015-12-17
Allow 0 length sendnode.
irungentoo
[next]