summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Document Exit flag assignment when private nets are allowedbug20064Sebastian Hahn2016-09-06
* Vote Exit correctly with DirAllowPrivateAddresses setSebastian Hahn2016-09-05
* Appease make check-spacesAndrea Shepard2016-09-05
* Fix BUG warning with stack trace from config/parse_port_config__listenaddressNick Mathewson2016-09-05
* Bug 20038: Fix typo in ControlPort descriptionGeorg Koppen2016-09-05
* Fix memory leaks in the shared random tests.Nick Mathewson2016-09-01
* Actually, always monotime_init() in the unit tests.Nick Mathewson2016-08-31
* Initialize monotonic timer code before using it in the testsNick Mathewson2016-08-31
* It is not a bug to attempt to base32_decode a non-base32 stringNick Mathewson2016-08-31
* Detect and suppress bug message from zlib compression bomb testNick Mathewson2016-08-31
* Require specific messages for remaining link-handshake failure casesNick Mathewson2016-08-31
* Merge branch 'log_test_improvements'Nick Mathewson2016-08-31
|\
| * Changes file for log test improvementsNick Mathewson2016-08-31
| * Always log [bug] warnings from the unit tests.Nick Mathewson2016-08-31
| * Do not call tor_tls_server_info_callback(NULL) from tests.Nick Mathewson2016-08-31
| * Work even harder not to suppress logging messages unless we mean to.Nick Mathewson2016-08-31
| * Document and clean log_test_helpers.c a bitNick Mathewson2016-08-31
| * Use setup_full_capture_of_logs() where appropriate.Nick Mathewson2016-08-31
| * setup_capture_of_logs: no longer suppress log messagesNick Mathewson2016-08-31
|/
* Improvements to test_link_handshake: check specific error messagesNick Mathewson2016-08-31
* Fix all "BUG" warnings created from link-handshake tests.Nick Mathewson2016-08-31
* Another log testing helper helper, for matching partial strings.Nick Mathewson2016-08-31
* Merge remote-tracking branch 'teor/bug19905'Nick Mathewson2016-08-31
|\
| * Fix the test network IPv6 check so it works on Linuxteor2016-08-31
* | Don't warn on unlink(bw_accounting) when errno == ENOENTNick Mathewson2016-08-31
* | Fix a deref-before-null-check complaintNick Mathewson2016-08-31
|/
* We no longer need to tag UseNTorHandshake as deprecated, since it is obsoleteNick Mathewson2016-08-29
* Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson2016-08-29
|\
| * Add a stub for rend_service_allow_direct_connectionteor2016-08-24
| * Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntorteor (Tim Wilson-Brown)2016-08-24
| * Improve comments in circuit_get_cpath_*teor (Tim Wilson-Brown)2016-08-24
| * Client & HS make sure every hop in every non-HS path supports ntorteor (Tim Wilson-Brown)2016-08-24
| * Clients avoid choosing nodes that can't do ntorteor (Tim Wilson-Brown)2016-07-15
| * Clients no longer download descriptors for relays without ntorteor (Tim Wilson-Brown)2016-07-15
| * Relays make sure their own descriptor has an ntor keyteor (Tim Wilson-Brown)2016-07-15
| * Authorities reject descriptors without ntor keysteor (Tim Wilson-Brown)2016-07-15
* | test: Fix shared random unit test for big endianDavid Goulet2016-08-26
* | Merge remote-tracking branch 'andrea/oos-test-failures'Nick Mathewson2016-08-26
|\ \
| * | Avoid asserts in oos/kill_conn_list unit testAndrea Shepard2016-08-26
| * | Fix OOS comparator fixAndrea Shepard2016-08-26
* | | update packager emails list againNick Mathewson2016-08-26
|/ /
* | Fix duplicated if condition in connection.cDavid Goulet2016-08-25
* | changes file and docs for 18640.Nick Mathewson2016-08-25
* | Merge remote-tracking branch 'andrea/ticket18640_v3'Nick Mathewson2016-08-25
|\ \
| * | Use connection_mark_for_close() rather than connection_mark_on_flush() on OOSAndrea Shepard2016-08-20
| * | Add DisableOOSCheck option, on by default until we have better heuristicsAndrea Shepard2016-08-20
| * | Consider the case that a connection doesn't have a valid socket during OOSAndrea Shepard2016-08-20
| * | Add connection_is_moribund() inlineAndrea Shepard2016-08-20
| * | Use SMARTLIST_FOREACH in connection_count_moribund() per code reviewAndrea Shepard2016-08-20
| * | s/connection_handle_oos/connection_check_oos/g per code reviewAndrea Shepard2016-08-20