Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-27 | attempt to fix crashes in unit tests | Nick Mathewson | |
2016-01-27 | Correct further grammatical errors in tor comments | Nick Mathewson | |
Avoid using a pronoun where it makes comments unclear. Avoid using gender for things that don't have it. Avoid assigning gender to people unnecessarily. | |||
2016-01-21 | Merge remote-tracking branch 'twstrike/parse_port_config_tests' | Nick Mathewson | |
2016-01-19 | Merge remote-tracking branch 'twstrike/options_test' | Nick Mathewson | |
2016-01-19 | Make sure that tests for domain sockets only run on OSes with domain sockets | Ola Bini | |
2016-01-19 | Use correct u64 int ops instead of regular int ops, in order to avoid ↵ | Ola Bini | |
warnings on 32bit clang | |||
2016-01-15 | Fix some leaks in the unit tests. | Nick Mathewson | |
2016-01-15 | Make the new directory tests build and run again. | Nick Mathewson | |
Had to disable a couple. Also add changes file for 17003. | |||
2016-01-15 | Merge remote-tracking branch 'twstrike/directory-tests' | Nick Mathewson | |
2016-01-15 | Whitespace cleanup | Nick Mathewson | |
2016-01-13 | Update tests to match current changes to options_validate | Ola Bini | |
2016-01-13 | Move clearing of log messages on advice from @cypherpunks, in order to ↵ | Ola Bini | |
minimize risk of race conditions leading to another memory leak | |||
2016-01-13 | Revert my addition of callback cleaner and instead use existing ↵ | Ola Bini | |
functionality for temporary log files | |||
2016-01-13 | Remove a small memory leak in log callback setup | Ola Bini | |
2016-01-13 | Fix memory leaks | Ola Bini | |
2016-01-13 | Fix all white space issues | Ola Bini | |
2016-01-13 | Fix some issues in gcc warnings | Ola Bini | |
2016-01-13 | Add tests for options_act | Ola Bini | |
2016-01-12 | Fix remaining memory leaks | Ola Bini | |
2016-01-12 | Fix some memory leaks | Ola Bini | |
2016-01-12 | Make it compile with gcc-warnings turned on | Ola Bini | |
2016-01-12 | Stop log_heartbeat test from failing in timezones with non-integer offsets | Fergus Dall | |
Instead of comparing the end of the time string against a constant, compare it to the output of format_local_iso_time when given the correct input. | |||
2016-01-11 | Make the touch_file unit test work around FS/system time sync issues | Nick Mathewson | |
Sometimes you can call time() and then touch a file, and have the second come out a little before the first. See #18025 for way more information than you necessarily wanted. | |||
2016-01-11 | Merge remote-tracking branch 'rl1987/feature17950' | Nick Mathewson | |
2016-01-08 | Merge branch 'unixninja_ticket15989_squashed' | Nick Mathewson | |
2016-01-08 | Added AccountRule in and AccountingRule out options | unixninja92 | |
2016-01-08 | Merge remote-tracking branch 'public/feature16794_more' | Nick Mathewson | |
2016-01-07 | Fix #18012 harder. | Nick Mathewson | |
2016-01-07 | Try to fix windows test build (#18012) | Nick Mathewson | |
2016-01-06 | Add FallbackDir list to GETINFO config/defaults | George Tankersley | |
2016-01-03 | Unit tests for getpw* functions | Nick Mathewson | |
2016-01-03 | clean up the "skip this util test on windows" logic. | Nick Mathewson | |
2016-01-03 | Add a test for touch_file | Nick Mathewson | |
2016-01-03 | Explicitly test our get/set_uint{8,16,32,64}. | Nick Mathewson | |
2016-01-03 | Test another codepath in inet_ntop | Nick Mathewson | |
2016-01-03 | Add family argument to get_interface_addresses_raw (and subfunctions). | rl1987 | |
2015-12-23 | Unit tests for crypto_force_rand_ssleay(). | Nick Mathewson | |
Part of 16794. | |||
2015-12-23 | Always test both ed25519 backends. | Nick Mathewson | |
Part of #16794 | |||
2015-12-21 | Fix a couple of jenkins issues from 12538. | Nick Mathewson | |
2015-12-21 | Merge remote-tracking branch 'public/bug12538_merged' | Nick Mathewson | |
2015-12-20 | Appease "make check-spaces" | Nick Mathewson | |
2015-12-20 | Repair "make distcheck". | Nick Mathewson | |
2015-12-20 | Merge remote-tracking branch 'yawning/feature17783_take2' | Nick Mathewson | |
2015-12-20 | Add the randomized large buffer test for SHA-3 incremental hashing. | Yawning Angel | |
This creates a random 100 KiB buffer, and incrementally hashes (SHA3-512) between 1 and 5 * Rate bytes in a loop, comparing the running digest with the equivalent one shot call from the start of the buffer. | |||
2015-12-19 | Add `crypto_xof_t` and assorted routines, backed by SHAKE256. | Yawning Angel | |
This is an eXtendable-Output Function with the following claimed security strengths against *all* adversaries: Collision: min(d/2, 256) Preimage: >= min(d, 256) 2nd Preimage: min(d, 256) where d is the amount of output used, in bits. | |||
2015-12-19 | Add the SHA-3 hash functions to common/crypto.h. | Yawning Angel | |
* DIGEST_SHA3_[256,512] added as supported algorithms, which do exactly what is said on the tin. * test/bench now benchmarks all of the supported digest algorithms, so it's possible to see just how slow SHA-3 is, though the message sizes could probably use tweaking since this is very dependent on the message size vs the SHA-3 rate. | |||
2015-12-18 | fix routerlist/pick_directory_server_impl in light of 12538 | Nick Mathewson | |
2015-12-18 | Fix config/directory_fetch after 12538 merge | Nick Mathewson | |
2015-12-18 | Fix nodelist/node_is_dir test wrt 12538. | Nick Mathewson | |
2015-12-18 | Merge branch 'feature12538_028_01_squashed' | Nick Mathewson | |