aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-11New src/test/bench.c to allow us to actually _run_ benchmark codeNick Mathewson
Yes, the timing functions are suboptimal. Please improve!
2011-11-11Remove the torint.h include from aes.hSebastian Hahn
This hasn't been needed for a while, there's nothing in aes.h now that would need uint* stuff.
2011-11-11Fix the bench_{aes,dmap} test functions to work with TTSebastian Hahn
TT expects them to be named test_bench_{aes,dmap}. Also change the DISABLED macro to reflect that.
2011-11-11Remove vestiges of RIJNDAEL_COUNTER_OPTIMIZATIONNick Mathewson
2011-11-11Stop using "u32" and "u8" in aes.cNick Mathewson
2011-11-11Dump our internal AES implementationNick Mathewson
This thing was pretty pointless on versions of OpenSSL 0.9.8 and later, and almost totally pointless on OpenSSL 1.0.0. Also, favor EVP by default, since it lets us get hardware acceleration where present. (See issue 4442)
2011-11-11Changes file for patches from 4ZMNick Mathewson
2011-11-11Merge remote-tracking branch '4ZM/topic/test/4434_address'Nick Mathewson
2011-11-11Unit tests for tor_addr_to_strAnders Sundman
2011-11-11Fixed buffer bounds check bug in tor_addr_to_strAnders Sundman
2011-11-11Unit tests for tor_inet_ntopAnders Sundman
2011-11-11Fixed of-by-one error in tor_inet_ntopAnders Sundman
The of-by-one error could lead to 1 byte buffer over runs IPv6 for addresses.
2011-11-10Unit tests for eat_whitespace functionsAnders Sundman
2011-11-10Unit test for n_bits_set funcAnders Sundman
2011-11-10Unit test for hex_str funcAnders Sundman
Note: Too long input is undefined by contract. That behaviour should not be asserted in test.
2011-11-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-09Merge remote-tracking branch 'rransom-tor/bug4426' into maint-0.2.2Nick Mathewson
2011-11-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-09Don't warn when compiling with --disable-threadsSebastian Hahn
STMT_VOID semantics suggested by nick, thanks!
2011-11-09Rewrite comment at head of eventdns.cNick Mathewson
Let's make it more obvious to the everyday reader that eventdns.c is a) Based on Libevent's evdns.c b) Slated for demolition c) Supposed to keep API-compatibility with Libevent. d) Not worth tweaking unless there's a bug.
2011-11-07Include HiddenServiceDir in some warning messagesRobert Ransom
2011-11-07Add some XXXesRobert Ransom
2011-11-07Add GETINFO md/id/* and md/name/* items for relay microdescsRobert Ransom
2011-11-07fold in changes filesRoger Dingledine
2011-11-07Merge remote-tracking branch 'rransom-tor/bug4411'Nick Mathewson
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-07Robert says that this bug was not in fact one of frosty'sNick Mathewson
2011-11-07Fix assert on clients of and authorities for v0 HS descsRobert Ransom
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-07Merge branch 'bug4424' into maint-0.2.2Nick Mathewson
2011-11-07Remove an extraneous "if" in the 4424 fixNick Mathewson
2011-11-07Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin'Nick Mathewson
2011-11-07Don't leak an extend_info_t in rend_client_any_intro_points_usableRobert Ransom
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-11-06Add a changes file for 4410Sebastian Hahn
2011-11-06Fix remotely triggerable assert during ip decryptionDan Rosenberg
Fixes bug 4410.
2011-11-06Added man entry for ClientTransportPlugin.George Kadianakis
2011-11-03fix grammar in man page entries from proposal 171Roger Dingledine
2011-11-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-03Merge branch 'bug4383_nm' into maint-0.2.2Nick Mathewson
2011-11-03Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis
2011-11-03changes file for bug4366Nick Mathewson
2011-11-03Remove some duplicate includesAndrea Gelmini
2011-11-03Fix a proposal number in the changelog.Nick Mathewson
2011-11-02Fix a check-spaces complaintSebastian Hahn
2011-11-02Resolve a crash when running as dirauthSebastian Hahn
When we're asked for our own descriptor, don't crash.
2011-10-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-30Merge remote-tracking branch 'erinn/win-bundle-fix' into maint-0.2.2Nick Mathewson
2011-10-31remove absolute path from contrib/package_nsis-mingw.sh in order to make it ↵Erinn Clark
easier to automatically build tor expert bundle