aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.h
AgeCommit message (Expand)Author
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
2012-07-31Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard
2012-06-18Refactor rend_service_load_keys() into outer loop and loop contentsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-08-17Remove unused function declarationsSebastian Hahn
2010-07-28Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg