index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
DHT.c
Age
Commit message (
Expand
)
Author
2016-11-24
add NAT hole punching level to Tox API
Gregory Mullen (grayhatter)
2016-11-11
Add DHT_create_packet
endoffile78
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-11-06
Remove assoc
endoffile78
2016-11-03
Move packing and unpacking DHT request packets to DHT module.
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-16
Ensure that all TODOs have an owner.
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
Remove `else` directly after `return`.
iphydf
2016-09-09
Separate IP_Port packing from pack_nodes() and unpack_nodes()
Jfreegman
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
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-27
Move logging to a callback.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Add missing DHT_bootstrap to CMakeLists.txt.
iphydf
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
Allow 0 length sendnode.
irungentoo
2015-12-16
Send get nodes instead of ping to timing out nodes.
irungentoo
2015-12-16
This is still useful.
irungentoo
2015-12-16
Improved the to_ping list.
irungentoo
2015-12-15
More efficient DHT searching.
irungentoo
2015-12-14
Sort list if timed out nodes are in the middle of the list.
irungentoo
2015-12-14
Send get nodes more to closer nodes than further nodes.
irungentoo
2015-12-12
Update so this works with the new distance function.
irungentoo
2015-12-11
Remove useless vars.
irungentoo
2015-12-11
More DHT fixes.
irungentoo
2015-12-11
DHT fix.
irungentoo
2015-12-11
DHT improvements.
irungentoo
2015-12-11
DHT fix.
irungentoo
2015-12-11
DHT fixes.
irungentoo
2015-12-10
Check if node can be stored before sorting.
irungentoo
2015-12-09
Small fix.
irungentoo
2015-12-09
DHT fix.
irungentoo
2015-12-08
Improve likelyhood of the closest nodes being in our lists.
irungentoo
2015-12-08
Fixed DHT bug.
irungentoo
2015-08-11
Remove useless code.
irungentoo
2015-08-07
Removed a useless define.
irungentoo
2015-08-06
client_id -> public_key
irungentoo
2015-08-05
client_id -> public_key
irungentoo
2015-08-04
comp_client_id -> comp_public_key
irungentoo
2015-08-01
DHT save fixes.
irungentoo
[next]