Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | Remove magic numbers from addr_resolve | Roman Yepishev | |
* Add #defines for INET/INET6 returns * Remove magic number 3 - exact AF_INET/INET6 result found. * Updated network_test.c | |||
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 | |
Fixed bug from merged PR. Don't build useless files when building with libsodium. | |||
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 | |
fix: make increment_nonce & increment_nonce_number independent of user-controlled input fix: make crypto_core more stable agains null ptr dereference | |||
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 | |
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 | Slightly increase ping timeout. | irungentoo | |
2015-12-16 | Less packet spam. | 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 | Small onion search improvement. | irungentoo | |
2015-12-12 | Update so this works with the new distance function. | irungentoo | |
2015-12-11 | Unused variable. | 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 | |
Feed better nodes to onion, bootstrap off close clients when DHT friend is added. | |||
2015-12-11 | DHT fix. | irungentoo | |
Return only closest nodes in get nodes packet. | |||
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 | |
Improve DHT distance function. | |||
2015-12-08 | Improve likelyhood of the closest nodes being in our lists. | irungentoo | |
2015-12-08 | uint32_t -> unsigned int. | irungentoo | |
2015-12-08 | Forgot to stage this before committing. | irungentoo | |
2015-12-08 | Fixed DHT bug. | irungentoo | |
2015-12-08 | If we receive a packet from a node we are searching for, ping it. | irungentoo | |
2015-12-01 | Slightly increased number of peers to announce to. | irungentoo | |
Some test fixes. | |||
2015-11-21 | Increase max file transfer speed. | irungentoo | |
Fix bug that limited it to 1K packets per second. | |||
2015-11-21 | More file transfer improvements. | irungentoo | |
2015-11-20 | File transfer fix. | irungentoo | |
2015-11-20 | File transfer fix. | irungentoo | |
2015-11-19 | Send queue size should not affect the speed of packets being resent. | irungentoo | |
2015-11-19 | Fixed division by 0. | irungentoo | |
2015-11-19 | Attempted fix of disconnect when switching from TCP to UDP. | irungentoo | |
2015-11-17 | Send more request packets if packet receive rate is high. | irungentoo | |
2015-11-17 | Don't spam request packets. | irungentoo | |
2015-11-12 | Less magic numbers. | irungentoo | |