aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_controller.c
AgeCommit message (Expand)Author
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-06Merge remote-tracking branch 'tor-github/pr/294'Nick Mathewson
2018-08-28Stricter HiddenServicePort parsingrl1987
2018-08-21Rename functions that encode/decode private keysNick Mathewson
2018-07-10Isolate resolve.h usage in the modules that really need it.Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Minimize headers that include crypto_formats and x25519 stuffNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-18test: Add missing headers in test_controller.cDavid Goulet
2018-06-18Merge branch 'split_or_h'Nick Mathewson
2018-06-15Extract download_status_t into its own header.Nick Mathewson
2018-06-15Split control_connection_t into its own header.Nick Mathewson
2018-06-08Implement GETINFO md/allrl1987
2018-05-30Fix various typosNick Mathewson
2018-04-16Add GETINFO current-time/{local,utc} regression testNeel Chauhan
2018-01-25Remove the old ("deterministic") download schedule.Nick Mathewson
2017-12-05control: Don't use void pointer for ADD_ONION secret keyDavid Goulet
2017-12-05hs-v3: Add ephemeral service supportDavid Goulet
2017-11-20control: Support HSv3 interface for ADD_ONIONDavid Goulet
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-17Fix memleak in test_getinfo_helper_onion.Nick Mathewson
2017-01-28Ticket #21329: GETINFO onions/current returns empty listmeejah
2017-01-03Fix unit test failures in response to DNS hijacking.Nick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-10-14Whitespace cleaningNick Mathewson
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
2016-06-29Unit tests for GETINFO download/desc and download/bridge casesAndrea Shepard
2016-06-29Unit test for GETINFO download/cert caseAndrea Shepard
2016-06-29Unit test for GETINFO download/networkstatus caseAndrea Shepard
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Add client auth for ADD_ONION servicesJohn Brooks
2016-02-27Update the copyright year.Nick Mathewson
2015-05-05Fix a few more memory leaks; not in any released TorNick Mathewson
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel