summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2015-08-12Decouple the backend for directory_all_unreachable to simplify our CFGNick Mathewson
2015-08-11Merge branch 'bug16389_027_03_squashed'Nick Mathewson
2015-08-11Expire after 5 minutes rend cache failure entriesDavid Goulet
2015-08-11Add created timestamp to a rend cache failure entryDavid Goulet
2015-08-11Use an enum for INTRO_POINT_FAILURE_*David Goulet
2015-08-11Purge client HS failure cache on NEWNYMDavid Goulet
2015-08-11Add rend failure cacheDavid Goulet
2015-08-11Make HSDir depend on Running/Valid again.Nick Mathewson
2015-08-10Remove a 9-function strongly connected component of tor's callgraph.Nick Mathewson
2015-08-06Merge remote-tracking branch 'public/decouple-write'Nick Mathewson
2015-08-06Merge remote-tracking branch 'public/bug16286'Nick Mathewson
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-31Improve log messages for problems about ed25519 keypinningNick Mathewson
2015-07-30Add get_max_sockets() and remove dead codeDavid Goulet
2015-07-30Do not autoflush control connections as their outbufs get bigNick Mathewson
2015-07-30whitespace fixNick Mathewson
2015-07-30Wrap windows-only C files in #ifdef _WIN32Nick Mathewson
2015-07-21Remove casting of void pointers when handling signals.cypherpunks
2015-07-16Merge remote-tracking branch 'public/feature_16580'Nick Mathewson
2015-07-16Merge remote-tracking branch 'public/ticket16543'Nick Mathewson
2015-07-16Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'Nick Mathewson
2015-07-16Break some wide linesNick Mathewson
2015-07-16Fix most check-spaces issuesNick Mathewson
2015-07-15Use C99 variadic macros when not on GCC.Nick Mathewson
2015-07-15Merge branches 'feature_16582' and 'feature_16581'Nick Mathewson
2015-07-15Don't allow INIT_ED_KEY_{NO_REPAIR,NEEDCERT} to be used together.Nick Mathewson
2015-07-15Add more EINVAL errno setting on key read failuresNick Mathewson
2015-07-14Add changes file for 8712; apply it to HSDir flag as well.Nick Mathewson
2015-07-14Vote for relays to be fast and stable even when they aren't currently active.Peter Retzlaff
2015-07-14Change the name for the keypinning file; delete the old one if foundNick Mathewson
2015-07-14Add more consistency checks in load_ed_keysNick Mathewson
2015-07-14Do more consistency checks in ed_key_init_from_file()Nick Mathewson
2015-07-14If loading an ed25519 master key fails with errno != ENOENT, give up.Nick Mathewson
2015-07-14Preserve errno when loading encrypted ed25519 keys.Nick Mathewson
2015-07-14Remove empty rend_service_validate_intro_early functionJohn Brooks
2015-07-14Rename ambiguous introduction point functionsJohn Brooks
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-07-09Merge branch 'bug4862_027_04_squashed'Nick Mathewson
2015-07-09Fix comments in rendservice.cDavid Goulet
2015-07-09Count intro circuit and not only established onesDavid Goulet
2015-07-09Upload descriptor when all intro points are readyDavid Goulet
2015-07-09Reuse intro points that failed but are still validDavid Goulet
2015-07-09Refactor rend_services_introduce()David Goulet
2015-06-29More tweaks for windows compilation. (ick)Nick Mathewson
2015-06-29Remove checks for visual C 6.Nick Mathewson
2015-06-29Add the torrc option HiddenServiceNumIntroductionPointsDavid Goulet
2015-06-29Remove intro points adaptative algorithmDavid Goulet
2015-06-28fix a windows unused var warningNick Mathewson
2015-06-27Avoid a segfault when reading an encrypted key that isn't thereNick Mathewson
2015-06-25Merge branch 'bug16288_027_03_squashed'Nick Mathewson