summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-07test: Introduce hs_client_note_connection_attempt_succeeded().George Kadianakis
2017-07-07prop224: Introduce e2e rendezvous circuit code.David Goulet
2017-07-07Refactor legacy code to support hs_ident along with rend_data.George Kadianakis
2017-07-07Refactor circuit_init_cpath_crypto() to do prop224 rend circuits.George Kadianakis
2017-07-07Refactor the HS ntor key expansion to fit the e2e circuit API.George Kadianakis
2017-07-07prop224: Add connection and circuit identifier objectDavid Goulet
2017-06-22Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-22Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-22Combine our "don't do this if no consensus" entryguards checksNick Mathewson
2017-06-22whitespace fixNick Mathewson
2017-06-22Merge remote-tracking branch 'rl1987/bug22461'Nick Mathewson
2017-06-22Merge remote-tracking branch 'public/bug7890'Nick Mathewson
2017-06-21make assign_onionskin_to_cpuworker failure case more clearRoger Dingledine
2017-06-21Merge branch 'callgraph_reduction_v2'Nick Mathewson
2017-06-21Extract channel_do_open_actions() from non-open _change_state casesNick Mathewson
2017-06-21Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-21Merge branch 'bug22356_029' into maint-0.3.1Nick Mathewson
2017-06-21Call it a BUG to use -1 in authdir_mode_handles_descsNick Mathewson
2017-06-21Remove obsolete authdir_mode_any_nonhidserv()huyvq
2017-06-21Convert authdir_mode_handles_descs() to alternative wrappershuyvq
2017-06-21Convert authdir_mode_handles_descs(options, -1) with authdir_mode(options)huyvq
2017-06-21Remove obsolete authdir_mode_any_main()huyvq
2017-06-21Better error message for GETINFO desc/(id|name) whenever microdescriptors are...Kevin Butler
2017-06-20Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-20Merge branch 'bug22502_redux_031' into maint-0.3.1Nick Mathewson
2017-06-20Merge branch 'bug22672_031' into maint-0.3.1Nick Mathewson
2017-06-20Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-20Merge remote-tracking branch 'argonblue/bug22638' into maint-0.3.1Nick Mathewson
2017-06-20Enforce the rule that COMPRESS_OK means progress was made.Nick Mathewson
2017-06-20mingw/windows printf lacks %zd ; use %lu and casts insteadNick Mathewson
2017-06-20Fix compress_none.c header commentTaylor Yu
2017-06-20Send the correct content-encoding when serving cached_dir_t objectsNick Mathewson
2017-06-20Correct the fix to bug 22629 to permit trailing non-garbageNick Mathewson
2017-06-20Add a unit test for decompressing concatenated inputs.Nick Mathewson
2017-06-20Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-20Merge remote-tracking branch 'teor/bug22502' into maint-0.3.1Nick Mathewson
2017-06-19Don't expand guard sample set unless consensus is "reasonably live"Nick Mathewson
2017-06-19Downgrade "assign_to_cpuworker failed" to INFO.Nick Mathewson
2017-06-19Merge branch 'ticket20575_031_01_squashed'Nick Mathewson
2017-06-19refer to the correct versionNick Mathewson
2017-06-19config: Deprecate HTTPProxy optionDavid Goulet
2017-06-19Remove an XXXX RD comment that neither Roger or I understand. Closes 22420Nick Mathewson
2017-06-19Merge remote-tracking branch 'arma/ticket22420'Nick Mathewson
2017-06-19Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-19Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-19Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-19Bump master to 0.3.2.0-alpha-dev. For 0.3.1, use maint-0.3.1Nick Mathewson
2017-06-16Permit the fchmod system call.Nick Mathewson
2017-06-16Add extra logging during compression and decompressionteor
2017-06-16Return TOR_COMPRESS_BUFFER_FULL when zstd has additional inputteor