aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-28Note an unreachable (?) section in buffers.cNick Mathewson
2017-09-27Let's get 100% coverage for proto_http while we're at it.Nick Mathewson
2017-09-27Test more error cases of our socks code.Nick Mathewson
2017-09-27Add unit tests for SOCKS functions that parse server responsesNick Mathewson
2017-09-27socks5 unit tests: add check for ipv6 address type.Nick Mathewson
2017-09-27Socks tests for bad socks5 username/passwd auth.Nick Mathewson
2017-09-27Mark some tests in parse_socks.c as unreachable (BUG, LCOV)Nick Mathewson
2017-09-27testing: test many possible truncated SOCKS commandsNick Mathewson
2017-09-27hs-v3: Don't fetch descriptor if we have a pending requestDavid Goulet
2017-09-27prop224: Fix one last instance of get_time_period_num() with now.George Kadianakis
2017-09-27prop224: Update some function docs with the right retval.George Kadianakis
2017-09-27Move ext_or_command tests to test_proto_misc.cNick Mathewson
2017-09-27Add unit tests for var_cell and control0 proto functions.Nick Mathewson
2017-09-26Eat redundant semicolonsTaylor Yu
2017-09-26hs-v3: Don't non fatal assert if we can't get the intro extend infoDavid Goulet
2017-09-26Merge branch 'typecheck4'Nick Mathewson
2017-09-26Type bug in shared_random_state -- make sure Version is int.Nick Mathewson
2017-09-26Make the TransProxyType field non-constNick Mathewson
2017-09-26Correct two state-file variable types.Nick Mathewson
2017-09-26Add test to make sure all confparse variables are well-typedNick Mathewson
2017-09-26Merge remote-tracking branch 'asn/ticket23645_032_01'Nick Mathewson
2017-09-26hs: Improve loggingDavid Goulet
2017-09-25circuit: Log n_circ_id and global identifier of HS circuitsDavid Goulet
2017-09-25circuit: Log circuit identifiers when cannibalizingDavid Goulet
2017-09-25circuit: Keep a copy of n_circ_id for loggingDavid Goulet
2017-09-25circuit: Closing reason are signed valuesDavid Goulet
2017-09-25Merge branch 'bug22109'Nick Mathewson
2017-09-25Make testing rend1_payload variables staticNick Mathewson
2017-09-25Merge branch 'bug23539_032_01_squashed'Nick Mathewson
2017-09-25Whitespace fix.Nick Mathewson
2017-09-25sched: make interval a plain int; initialize with macroMatt Traudt
2017-09-25sched: Make KISTSchedRunInterval non negativeDavid Goulet
2017-09-25Merge remote-tracking branch 'asn/ticket23420_032_01'Nick Mathewson
2017-09-25prop224: Add test for parsing RENDEZVOUS1 cell.George Kadianakis
2017-09-22fix typoRoger Dingledine
2017-09-22Fix check-spaces and a weird copyright.Nick Mathewson
2017-09-22Use setup_full_capture_of_logs for 21800Nick Mathewson
2017-09-22Remove unused chosen_scheduler_type variable.Nick Mathewson
2017-09-22Merge remote-tracking branch 'pastly/bug23552_032_03'Nick Mathewson
2017-09-22hs: Avoid possible double circuit close on errorDavid Goulet
2017-09-22Merge branch 'bug22805_v2_squashed'Nick Mathewson
2017-09-22Stop using CREATE_FAST as a signifier of clienthood.Nick Mathewson
2017-09-22Use channel_is_client() accessor in channelpadding.c.Nick Mathewson
2017-09-22Stop clearing the is_client flag on channel directlyNick Mathewson
2017-09-22Remove or_circuit_t.is_first_hop; use channel_is_client() insteadNick Mathewson
2017-09-22sched: move code to respect commentsMatt Traudt
2017-09-22sched: only log when scheduler type changesMatt Traudt
2017-09-22test_util: capture the log in the correct place.Nick Mathewson
2017-09-21Merge branch 'bug21800'Nick Mathewson
2017-09-21Merge remote-tracking branch 'pastly/bug23581_032_03'Nick Mathewson