aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_entryconn.c
AgeCommit message (Expand)Author
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Split socks_request_t into its own header.Nick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2017-12-08Rename connection_free_ to connection_free_minimal.Nick Mathewson
2017-10-31hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Merge branch 'remove_allow_dotexit_v2'Nick Mathewson
2017-09-15Remove AllowDotExit.Nick Mathewson
2017-09-14prop224 client-side: Start validating onion address pubkeys.George Kadianakis
2017-09-12hs-v3: Stall SOCKS connection when no live consensus availableDavid Goulet
2017-08-24test: Add tests for fetching descs and handling SOCKS conns.George Kadianakis
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-02-27Update the copyright year.Nick Mathewson
2015-01-19Make check-spaces happier.Nick Mathewson
2015-01-19Remove a now-needless testing workaround.Nick Mathewson
2015-01-19Merge branch 'bug7555_v2_squashed'Nick Mathewson
2015-01-14More tests as suggested by rl1987Nick Mathewson
2015-01-13remove a bogus commentNick Mathewson
2015-01-13remove needless AllowDotExit in test_entryconn_rewrite_mapaddress_automap_on...Nick Mathewson
2015-01-13Uncomment a testNick Mathewson
2015-01-13Allow MapAddress and Automap to work togetherNick Mathewson
2015-01-13(Disabled, failing) test for the bug in 7555.Nick Mathewson
2015-01-13Fix memory leaks in entryconn tests.Nick Mathewson
2015-01-13More unit tests for rewriting entry connection addressesNick Mathewson
2015-01-12Begin writing unit tests for rewrite codeNick Mathewson