Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-18 | Refactor initialization logic for control-event-queue | Nick Mathewson | |
This puts the init logic in a separate function, which we will need once we have locking. | |||
2015-05-20 | Merge branch 'bug16034_no_more_openssl_098_squashed' | Nick Mathewson | |
Conflicts: src/test/testing_common.c | |||
2015-05-20 | Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args | Nick Mathewson | |
It needed an argument before because it wasn't safe to call RAND_poll() on openssl 0.9.8c if you had already opened more fds than would fit in fd_set. | |||
2015-03-14 | Remove DynamicDHGroups as obsoleted by PluggableTransports or P256. | Nick Mathewson | |
Closes ticket 13736. | |||
2015-03-09 | testing_common.c: avoid side-effects of tor_assert | Tom van der Woerdt | |
2015-01-23 | Split the slow unit tests into their own binary | Nick Mathewson | |
This can run in parallel with the faster ones and the other tests. |