aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.h
AgeCommit message (Expand)Author
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Fix wide lines introduced by previous patch.Nick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-11-20hs: Rename rend_service_add_ephemeral_status_tDavid Goulet
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-08hs: Rename num_rend_services()David Goulet
2017-08-08prop224: Support legacy INTRODUCE2 cellDavid Goulet
2017-08-08prop224: Establish rendezvous circuit for serviceDavid Goulet
2017-08-08prop224: Circuit has opened and ESTABLISH_INTRO cellDavid Goulet
2017-08-08prop224: Service v3 descriptor creation and logicDavid Goulet
2017-07-13prop224: Use the service config object when configuringDavid Goulet
2017-07-13hs: Add rend_service_init()David Goulet
2017-07-13prop224: Configure v3 service from optionsDavid Goulet
2017-07-13prop224: Add hs_config.{c|h} with a refactoringDavid Goulet
2017-04-13hs: Make the service list pruning function publicDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-24hs: Fix bad use of sizeof() when encoding ESTABLISH_INTRO legacy cellDavid Goulet
2016-12-21test: Add unit test for prune_services_on_reload()David Goulet
2016-12-14Merge branch 'dgoulet_ticket19043_030_03_squashed'Nick Mathewson
2016-12-14prop224 prepwork: Finish decoupling old ESTABLISH_INTRO creation logic.George Kadianakis
2016-12-01Stop ignoring hidden service key anonymity when first starting torteor
2016-12-01Update unit tests for 20484, 20529teor
2016-09-13Refactor the hidden service code to use rend_service_pathteor
2016-09-13Allow the unit tests to pass a service list to rend_service_load_all_keysteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-09-13Make rend_service_free available to the unit teststeor (Tim Wilson-Brown)
2016-08-24Add a stub for rend_service_allow_direct_connectionteor
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Add client auth to rend_service_add_ephemeralJohn Brooks
2016-05-09Make rend_authorized_client_free publicJohn Brooks
2016-02-27Update the copyright year.Nick Mathewson
2015-07-14Remove empty rend_service_validate_intro_early functionJohn Brooks
2015-07-14Rename ambiguous introduction point functionsJohn Brooks
2015-07-09Refactor rend_services_introduce()David Goulet
2015-05-20Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.Yawning Angel
2015-05-04Add "+HSPOST" and related "HS_DESC" event flags to the controller.Donncha O'Cearbhaill
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Coalesce v0 and v1 fields of rend_intro_cell_tNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-05-23sandbox: Correct fix for hs part of 12064Nick Mathewson
2014-05-22sandbox: allow reading of hidden service configuration files.Nick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2013-08-10Fix an uninitialized-read when parsing v3 introduction requests.Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson