Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Convert bench_dmap to produce reasonable output. | Nick Mathewson | 2011-11-11 |
* | New src/test/bench.c to allow us to actually _run_ benchmark code•••Yes, the timing functions are suboptimal. Please improve! | Nick Mathewson | 2011-11-11 |
* | Remove the torint.h include from aes.h•••This hasn't been needed for a while, there's nothing in aes.h now that would need uint* stuff. | Sebastian Hahn | 2011-11-11 |
* | Fix the bench_{aes,dmap} test functions to work with TT•••TT expects them to be named test_bench_{aes,dmap}. Also change the DISABLED macro to reflect that. | Sebastian Hahn | 2011-11-11 |
* | Remove vestiges of RIJNDAEL_COUNTER_OPTIMIZATION | Nick Mathewson | 2011-11-11 |
* | Stop using "u32" and "u8" in aes.c | Nick Mathewson | 2011-11-11 |
* | Dump our internal AES implementation•••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) | Nick Mathewson | 2011-11-11 |
* | Changes file for patches from 4ZM | Nick Mathewson | 2011-11-11 |
* | Merge remote-tracking branch '4ZM/topic/test/4434_address' | Nick Mathewson | 2011-11-11 |
|\ | |||
| * | Unit tests for tor_addr_to_str | Anders Sundman | 2011-11-11 |
| * | Fixed buffer bounds check bug in tor_addr_to_str | Anders Sundman | 2011-11-11 |
| * | Unit tests for tor_inet_ntop | Anders Sundman | 2011-11-11 |
| * | Fixed of-by-one error in tor_inet_ntop•••The of-by-one error could lead to 1 byte buffer over runs IPv6 for addresses. | Anders Sundman | 2011-11-11 |
* | | Unit tests for eat_whitespace functions | Anders Sundman | 2011-11-10 |
* | | Unit test for n_bits_set func | Anders Sundman | 2011-11-10 |
* | | Unit test for hex_str func•••Note: Too long input is undefined by contract. That behaviour should not be asserted in test. | Anders Sundman | 2011-11-10 |
|/ | |||
* | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-09 |
|\ | |||
| * | Merge remote-tracking branch 'rransom-tor/bug4426' into maint-0.2.2 | Nick Mathewson | 2011-11-09 |
| |\ | |||
| | * | Include HiddenServiceDir in some warning messages | Robert Ransom | 2011-11-07 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-09 |
|\| | | |||
| * | | Don't warn when compiling with --disable-threads•••STMT_VOID semantics suggested by nick, thanks! | Sebastian Hahn | 2011-11-09 |
| |/ | |||
* | | Rewrite comment at head of eventdns.c•••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. | Nick Mathewson | 2011-11-09 |
* | | Add some XXXes | Robert Ransom | 2011-11-07 |
* | | Add GETINFO md/id/* and md/name/* items for relay microdescs | Robert Ransom | 2011-11-07 |
* | | fold in changes files | Roger Dingledine | 2011-11-07 |
* | | Merge remote-tracking branch 'rransom-tor/bug4411' | Nick Mathewson | 2011-11-07 |
|\ \ | |||
| * | | Fix assert on clients of and authorities for v0 HS descs | Robert Ransom | 2011-11-07 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-07 |
|\ \ \ | | |/ | |/| | |||
| * | | Robert says that this bug was not in fact one of frosty's | Nick Mathewson | 2011-11-07 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-07 |
|\| | | |||
| * | | Merge branch 'bug4424' into maint-0.2.2 | Nick Mathewson | 2011-11-07 |
| |\ \ | |||
| | * | | Remove an extraneous "if" in the 4424 fix | Nick Mathewson | 2011-11-07 |
| | * | | Don't leak an extend_info_t in rend_client_any_intro_points_usable | Robert Ransom | 2011-11-07 |
* | | | | Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin' | Nick Mathewson | 2011-11-07 |
|\ \ \ \ | |||
| * | | | | Added man entry for ClientTransportPlugin. | George Kadianakis | 2011-11-06 |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-07 |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | |||
| * | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | 2011-11-07 |
| |\ \ \ | | |_|/ | |/| | | |||
| | * | | Add a changes file for 4410 | Sebastian Hahn | 2011-11-06 |
| | * | | Fix remotely triggerable assert during ip decryption•••Fixes bug 4410. | Dan Rosenberg | 2011-11-06 |
* | | | | fix grammar in man page entries from proposal 171 | Roger Dingledine | 2011-11-03 |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-03 |
|\| | | | |_|/ |/| | | |||
| * | | Merge branch 'bug4383_nm' into maint-0.2.2 | Nick Mathewson | 2011-11-03 |
| |\ \ | |||
| | * | | Fix a memleak when fetching descriptors for bridges in ExcludeNodes. | George Kadianakis | 2011-11-03 |
| |/ / | |||
* | | | changes file for bug4366 | Nick Mathewson | 2011-11-03 |
* | | | Remove some duplicate includes | Andrea Gelmini | 2011-11-03 |
* | | | Fix a proposal number in the changelog. | Nick Mathewson | 2011-11-03 |
* | | | Fix a check-spaces complaint | Sebastian Hahn | 2011-11-02 |
* | | | Resolve a crash when running as dirauth•••When we're asked for our own descriptor, don't crash. | Sebastian Hahn | 2011-11-02 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-10-30 |
|\| | | |||
| * | | Merge remote-tracking branch 'erinn/win-bundle-fix' into maint-0.2.2 | Nick Mathewson | 2011-10-30 |
| |\ \ |