aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2017-04-18Rename `zlib_state` to `compress_state` in `dir_connection_t`.Alexander Færøy
2017-04-17Refactor the streaming compression code.Alexander Færøy
2017-04-17Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.Alexander Færøy
2017-03-29Fix another 32-bit warning in the spooling codeNick Mathewson
2017-03-28Fix i386 compilation from spooling patch. I seem to be good at breaking that.Nick Mathewson
2017-03-28Merge branch 'spooling_squashed'Nick Mathewson
2017-03-28Improve documentation for connection_dirserv_flushed_some.Nick Mathewson
2017-03-28Refactor the directory spool implementationNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-13Remove DIR_SPOOL_CACHED_DIR: Nothing uses it.Nick Mathewson
2017-03-10Mark GETINFO network-status as deprecated with a warningNick Mathewson
2017-03-09Remove fgets() compatbility function and related tests.Alexander Færøy
2017-03-01Use tor_fgets() instead of fgets().Alexander Færøy
2017-02-27Merge branch 'bug21369_check_029_squashed' into maint-0.3.0Nick Mathewson
2017-02-27Add one other BUG check to try to fix/solve 21369.Nick Mathewson
2017-02-15Merge branch 'maint-0.2.9'Nick Mathewson
2017-02-15When examining descriptors as a dirserver, reject ones with bad versionsNick Mathewson
2017-02-02dirauth: Fix for calling routers unreachable for wrong ed25519Nick Mathewson
2017-02-02In dirserv_single_reachability_test, node can be const.Nick Mathewson
2017-01-31Merge branch 'bug21108_029'Nick Mathewson
2017-01-31be explicit in clear_status_flags_on_sybil that we leave BadExit aloneRoger Dingledine
2017-01-31Do not clear is_bad_exit on sybil.Nick Mathewson
2016-12-18fix typos and trivial syntax problemsRoger Dingledine
2016-12-13Remove AuthDirMaxServersPerAuthAddrNick Mathewson
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-12-08Merge branch 'feature15056_v1_squashed'Nick Mathewson
2016-12-08Add an option to disable dirauth ed25519 link key checks.Nick Mathewson
2016-12-08Enforce Ed25519 identities (client-side)Nick Mathewson
2016-12-08Dirauth: Don't treat a router as reachable if the Ed25519 key didn't matchNick Mathewson
2016-12-08Propagate Ed25519 identities downwards into more functions.Nick Mathewson
2016-11-30Fetch unknown certificates if FetchUselessDescriptors is trueteor
2016-11-30Stop discarding consensus flavors and descriptors we wanted to fetchteor
2016-11-21Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-16don't attempt a resolve when the cached answer will doRoger Dingledine
2016-11-16refactor router_pick_published_address to have another argRoger Dingledine
2016-11-03Merge branch 'feature_15055_v2'Nick Mathewson
2016-11-03Add "Ed ID" arguments to a bunch of connection-ID-related fns.Nick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-09-26protovers: during voting, assert that we are not voting to shut down.Nick Mathewson
2016-09-26Rename "proto " to "pr " in consensusesNick Mathewson
2016-09-26Update prop264 implementation to split HSMid->HS{Intro,Rend}Nick Mathewson
2016-09-26Update authority votes to match updated proposal.Nick Mathewson
2016-09-26Include protocol versions in votes.Nick Mathewson
2016-09-26Include protocol version lines in votes.Nick Mathewson
2016-07-15Clients avoid choosing nodes that can't do ntorteor (Tim Wilson-Brown)
2016-07-15Authorities reject descriptors without ntor keysteor (Tim Wilson-Brown)
2016-06-30fix naked memcmpsNick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson