aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2017-12-05control: HSPOST command support for v3David Goulet
2017-12-05control: Don't check if Server is an HSDir for HSPOSTDavid Goulet
2017-12-05control: Support HS v3 for CIRC and CIRC_MINOR eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC UPLOAD eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC CREATED eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC RECEIVED eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC FAILED eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC REQUESTED eventDavid Goulet
2017-12-05control: Rename two HS v2 specific functionsDavid Goulet
2017-12-05control: Refactor control_event_hs_descriptor_receive_endDavid Goulet
2017-12-05control: Refactor HS_DESC events functions to not be v2 specificDavid Goulet
2017-12-05hs-v3: Add ephemeral service supportDavid Goulet
2017-11-20hs: Rename rend_service_add_ephemeral_status_tDavid Goulet
2017-11-20control: Support HSv3 interface for ADD_ONIONDavid Goulet
2017-11-20control: Implement GETINFO hs/service/desc/id/<ADDR> for HSv3David Goulet
2017-11-20control: Implement GETINFO hs/client/desc/id/<ADDR> for HSv3David Goulet
2017-11-14Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-10control: Fix wrong Action on failure to upload an HS descriptorDavid Goulet
2017-11-01Merge remote-tracking branch 'public/owning_control_fd'Nick Mathewson
2017-10-20Return instead of exiting in options_init_from_torrc()Nick Mathewson
2017-10-19Comment-only change: annotate exit() calls.Nick Mathewson
2017-10-18Add __OwningControllerFD to allow controllers without controlportsNick Mathewson
2017-09-15Replace accumulated C ;;s with ;sNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Merge remote-tracking branch 'dgoulet/ticket19254_032_01'Nick Mathewson
2017-09-15Make control port download status next attempts consistentteor
2017-09-14Refactor control_event_bootstrap_problemTaylor Yu
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-08Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-08Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-09-08Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-09-08Merge branch 'ticket22377'Nick Mathewson
2017-09-07Fix crashes on empty +HSPOST and +POSTDESCRIPTOR commandsNick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Move protocol-specific functions out of buffers.cNick Mathewson
2017-08-24Remove the AUTHDIR_NEWDESCS feature: nobody is using it any moreNick Mathewson
2017-08-24Merge remote-tracking branch 'dgoulet/ticket17242_032_03-squashed'Nick Mathewson
2017-08-24Merge branch 'bug19281_025'Nick Mathewson
2017-08-22Refactor node lookup APIs to take flagsNick Mathewson
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-08-09Make write_escaped_data more robust to large inputs.Nick Mathewson
2017-07-05Make the strings from #1667 static.Nick Mathewson
2017-07-05Add a timestamp field to the CIRC_BW and STREAM_BW eventsDonncha O'Cearbhaill
2017-07-05Merge branch 'neena-fix-1667'Nick Mathewson
2017-07-05Extract "not an HTTP proxy" messages.Nick Mathewson
2017-07-01general formatting / whitespace / typo fixesRoger Dingledine
2017-06-29Merge branch 'ticket22684'Nick Mathewson
2017-06-26Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-26Patch for 22720 from huyvq: exit(1) more oftenNick Mathewson
2017-06-21Add GETINFO targets to determine whether md/desc fetching is enabledNick Mathewson