summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2016-11-04test: Add prop224 directory fetch/upload unit testsGeorge Kadianakis
2016-11-04prop224: Directory support for v3 descriptor fetchGeorge Kadianakis
2016-11-04prop224: Directory support for v3 descriptor publishingDavid Goulet
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-08-02Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson
2016-07-14Remove bufferevents dead codeU+039b
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-07-01prop250: Parse votes and consensusDavid Goulet
2016-07-01Call purpose_needs_anonymity in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-06-27Remove an always-true condition: all ints are <= INT_MAXNick Mathewson
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-20Simpler implementation of random exponential backoff.Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-18Move exponential-random backoff computation out of download_status_schedule_g...Andrea Shepard
2016-06-18Better comment for download_status_schedule_get_delay() per code reviewAndrea Shepard
2016-06-18Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_tAndrea Shepard
2016-06-12typo/comment/log fixes i found in my sandbox from montrealRoger Dingledine
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-27Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson
2016-05-27remove an unneeded layer of indentationRoger Dingledine
2016-05-27Disable GET /tor/bytes.txt and GETINFO dir-usageRoger Dingledine
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17Merge remote-tracking branch 'teor/bug18963-remember-v2'Nick Mathewson
2016-05-11Fix comment for directory_handle_command_getNick Mathewson
2016-05-11Fetch certificates from the same directory as previous certificatesteor (Tim Wilson-Brown)
2016-05-11Fetch certificates from the same directory as the consensusteor (Tim Wilson-Brown)
2016-05-10Split directory_handle_command_get into subfunctions.Nick Mathewson
2016-05-09avoid another redundant checkRoger Dingledine
2016-05-09get rid of the scattered checks to cancel a consensus fetchRoger Dingledine
2016-05-09close other consensus fetches when we get a consensusRoger Dingledine
2016-05-09fix typos/etc before i go nuts on #18809Roger Dingledine
2016-05-05Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-05Only choose directory DirPorts on relaysteor (Tim Wilson-Brown)
2016-05-05Make clients always use begindir for directory requeststeor (Tim Wilson-Brown)
2016-05-04Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-04Choose the correct address for one-hop connectionsteor (Tim Wilson-Brown)
2016-04-13fix typos/etc before i go nuts on #18809Roger Dingledine
2016-04-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-07Turn TestingClientBootstrap* into non-testing optionsDavid Goulet
2016-04-01Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-01Merge remote-tracking branch 'karsten/task-18460-2' into maint-0.2.8Nick Mathewson
2016-03-28Rename tor_dup_addr to tor_addr_to_str_dup.Nick Mathewson
2016-03-26Clarify excess consensus connection cleanup by adding commentsteor (Tim Wilson-Brown)
2016-03-25Include IPv6 consensus downloads in dirreq stats.Karsten Loesing
2016-03-24use a clearer argument for connection_ap_make_link()Roger Dingledine
2016-03-24remove the extraneous dir_port variableRoger Dingledine
2016-03-24remove a redundant check about whether dirport is 0Roger Dingledine
2016-03-24revert the or_connection and dir_connection flagsRoger Dingledine
2016-03-24Fix broken directory request to the DirPortDavid Goulet
2016-03-24Merge remote-tracking branch 'teor/bug18351'Nick Mathewson