summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2016-11-16refactor router_pick_published_address to have another argRoger Dingledine
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-09-13Refactor Single Onion code to improve consistencyteor
2016-09-13Ephemeral Single Onion Services must have the NonAnonymous ADD_ONION flagteor
2016-08-19Merge remote-tracking branch 'public/deprecation_v2'Nick Mathewson
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-03Add new warn_deprecated option to config_assign*().Nick Mathewson
2016-08-02Remove/fix remaining evbuffer referencesNick Mathewson
2016-08-02Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson
2016-07-29Keep make check-spaces happyAndrea Shepard
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-08Merge remote-tracking branch 'sebastian/libevent2'Nick Mathewson
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-07-01Avoid disclosing exit IP addresses in exit policies by defaultteor (Tim Wilson-Brown)
2016-06-30A little more specificity in documentation for getinfo download/ stuffNick Mathewson
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-06-29Add bridge descriptor download status queries to GETINFOAndrea Shepard
2016-06-29Add router descriptor download status queries to GETINFOAndrea Shepard
2016-06-29Expose authority certificate download statuses on the control portAndrea Shepard
2016-06-27Expose consensus download statuses on the control portAndrea Shepard
2016-06-20Patch from dgoulet: fix a base16 problem that manifested w stemNick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-27Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson
2016-05-27Disable GET /tor/bytes.txt and GETINFO dir-usageRoger Dingledine
2016-05-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17Merge remote-tracking branch 'arma/bug18616-v4' into maint-0.2.8Nick Mathewson
2016-05-16touchups and refactorings on bug 18616 branchRoger Dingledine
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Add client auth for ADD_ONION servicesJohn Brooks
2016-05-09Add client auth to rend_service_add_ephemeralJohn Brooks
2016-05-02(cherry-picked by nickm, with changes file from isis.)s0rlxmh0
2016-03-28Fix memory leak in TestingEnableCellStatsEventNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-17Add onion address to the HS_DESC UPLOADED eventDavid Goulet
2016-01-29Return NULL from extend_info_from_node if the node has no allowed addressteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-11-25Merge branch 'bug17686_v2_027'Nick Mathewson
2015-11-25Now that crypto_rand() cannot fail, it should return void.Nick Mathewson
2015-11-20Add controller getinfo exit-policy/reject-privateteor (Tim Wilson-Brown)
2015-09-08Separate lookup function for service rend cacheDonncha O'Cearbhaill
2015-09-08Add replica number to HS_DESC CREATED eventDonncha O'Cearbhaill
2015-09-08Specify descriptor cache type in rend_cache_lookup_entry()Donncha O'Cearbhaill
2015-09-08Add GETINFO hs/service/desc/id/ control commandDonncha O'Cearbhaill
2015-08-25Add a HS_DESC CREATED control eventDonncha O'Cearbhaill
2015-08-25Create a service-side descriptor cacheDonncha O'Cearbhaill
2015-08-21Merge branch 'workqueue_squashed'Nick Mathewson