aboutsummaryrefslogtreecommitdiff
path: root/src/core/or
AgeCommit message (Expand)Author
2019-10-21Merge remote-tracking branch 'tor-github/pr/1430'Nick Mathewson
2019-10-21Merge remote-tracking branch 'tor-github/pr/1168'teor
2019-10-20feature: Move proxy_mode() into new filesteor
2019-10-16address_set.c: doxygen comment repair.Nick Mathewson
2019-10-16channel.h: fix various doxygen warningsNick Mathewson
2019-10-16Doxygen: Fix things that looked like links.Nick Mathewson
2019-10-16Doxygen: fix unrecognized commands.Nick Mathewson
2019-10-14Replace a unicode character which doxygen cannot handle.Nick Mathewson
2019-10-02Merge branch 'tor-github/pr/1344'David Goulet
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-18Merge branch 'bug31466_035' into bug31466_042Nick Mathewson
2019-09-18Merge branch 'bug31466_029' into bug31466_035_tmpNick Mathewson
2019-09-17Correct a comment in channel_tls_process_cell.Nick Mathewson
2019-09-17Move PROCESS_CELL macros outside of channel_tls_process_cell().Nick Mathewson
2019-09-17Merge branch 'bug31107_041' into bug31107_masterNick Mathewson
2019-09-17Merge branch 'bug31107_040' into bug31107_041Nick Mathewson
2019-09-17Merge branch 'bug31107_035' into bug31107_040Nick Mathewson
2019-09-17Merge branch 'maint-0.3.5' into bug31107_035Nick Mathewson
2019-09-17Merge branch 'tor-github/pr/1323'George Kadianakis
2019-09-12Merge branch 'ticket31687_035' into ticket31687_040Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-10pf: when extracting an IPv6 address, make sure we got an IPv6 addressNick Mathewson
2019-09-09Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_m...Nick Mathewson
2019-09-05Merge commit '763fd0ad66' into maint-0.4.0teor
2019-08-26hs-v3: Parse ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26hs-v3: Add protover HSIntro=5David Goulet
2019-08-23Remove the unused circuit_type field from hs_ident_circuit_t and hs_ident_cir...Neel Chauhan
2019-08-21Merge branch 'ticket31176' into ticket31176_mergedNick Mathewson
2019-08-19Merge remote-tracking branch 'tor-github/pr/1231'Nick Mathewson
2019-08-19Merge remote-tracking branch 'tor-github/pr/1224'Nick Mathewson
2019-08-19Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_finalGeorge Kadianakis
2019-08-12Clarify comment for bug30942 and improve logline.Mike Perry
2019-08-12Bug 31356: Propogate protover padding support to circpadMike Perry
2019-08-12Bug 31356: Bump protover for new padding machinesMike Perry
2019-08-12Bug 30992: Demote logline of wronghop padding to protocol warn.Mike Perry
2019-08-12Additional circpad diagnostic logsMike Perry
2019-08-12Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1077' into maint-0.3.5teor
2019-08-08Move the connection_edge_process_relay_cell() assignments out of if statement...Neel
2019-08-08Merge branch 'tor-github/pr/1183'David Goulet
2019-08-08Merge branch 'maint-0.4.1'Nick Mathewson
2019-08-08Merge branch 'ticket31343_040' into maint-0.4.1Nick Mathewson
2019-08-06Merge branch 'ticket31343_035' into ticket31343_040Nick Mathewson
2019-08-06Merge branch 'ticket31343_029' into ticket31343_035Nick Mathewson
2019-08-06hs: Limit the amount of relayed INTRODUCE2David Goulet
2019-08-05Teach include-checker about advisory rulesNick Mathewson
2019-08-05Rename handle_relay_command to handle_relay_cell_command .George Kadianakis
2019-08-05Test that regular cells get ignored in padding circuits.George Kadianakis
2019-08-05Ignore regular cells in padding circuits.George Kadianakis
2019-08-05Split connection_edge_process_relay_cell() in two functions.George Kadianakis