index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
/
onion_test.c
Age
Commit message (
Expand
)
Author
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
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-11-24
add NAT hole punching level to Tox API
Gregory Mullen (grayhatter)
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
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
Fix some compiler warnings.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2015-12-15
Onion test fixed to work with faster DHT.
irungentoo
2015-04-06
Fixed onion test.
irungentoo
2015-02-07
Properly free everything at the end of each test.
irungentoo
2015-01-29
Code cleanups.
irungentoo
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-09-26
Added callbacks to onion_client and net_crypto for the temp dht key.
irungentoo
2014-08-14
Added basic socks5 proxy support to TCP client.
irungentoo
2014-08-13
Decreased maximum onion_test test time.
irungentoo
2014-08-09
Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions
pyruvate
2014-06-15
Fixed some warnings.
irungentoo
2014-05-12
Fixed onion test.
irungentoo
2014-04-23
Updated some files so that they could build with latest core.
irungentoo
2014-04-15
Fixed regression, announce responses can contain 0 nodes.
irungentoo
2014-02-27
Fixed onion test.
irungentoo
2014-02-26
Fixed/updated tests.
irungentoo
2014-02-07
Onion_test should be now a bit less failure prone.
irungentoo
2014-02-05
Made onion test taste more like onion.
irungentoo
2014-01-30
Test passes now, uncommented it.
irungentoo
2014-01-29
A bit of tests added.
irungentoo
2014-01-20
Merge branch 'onion'
irungentoo
2014-01-19
proper windows preprocessor detection
Ben Iofel
2014-01-19
Fixed onion_test.
irungentoo
2014-01-14
Onion data packets can now be handled in onion_client.
irungentoo
2014-01-09
Putting the sendback outside the encrypted part of the response.
irungentoo
2014-01-08
Fixed problem in onion_announce.c
irungentoo
2014-01-06
onion_announce seems to be working perfectly.
irungentoo
2014-01-05
Tests added and some fixes for the onion part.
irungentoo
2014-01-04
Some work on the onion part done.
irungentoo
2014-01-03
A bit of work done on the onion part.
irungentoo
2013-12-31
Added onion.c to build system and added a test.
irungentoo