summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-04-03Merge branch 'maint-0.2.1'Roger Dingledine
2010-04-03fetch relay descriptors from v3 authoritiesRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-01-25Be quieter about failing to decode authority digestsSebastian Hahn
2010-01-19Merge branch 'maint-0.2.1' into masterRoger Dingledine
2010-01-17stop bridge authorities from leaking their bridge listRoger Dingledine
2010-01-15trivial cleanupsRoger Dingledine
2009-12-21Make EntryNodes config option much more aggressive.Roger Dingledine
2009-12-17Remove v0 hidden service statistics code.Karsten Loesing
2009-12-14Remove some dead code found by coverity, cid 404Sebastian Hahn
2009-12-12Merge commit 'sebastian/coverity'Nick Mathewson
2009-11-21If somebody tries to overflow my dirport, don't log his IP by default.Roger Dingledine
2009-11-04Fix a URL in a log message.Nick Mathewson
2009-10-27Make it more obvious for coverity that cid 404 is not dead codeSebastian Hahn
2009-10-26Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-10-26Only send the if_modified_since header for a v3 consensus.Nick Mathewson
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-10-15Generate all the flavors of consensuses when building consensuses.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-26Merge commit 'public/socks-client'Nick Mathewson
2009-08-20Notice v3 cert parsing failuresRoger Dingledine
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-07-15Some tweaks to statistics.Karsten Loesing
2009-07-15Some tweaks to directory request download times.Karsten Loesing
2009-07-15Directories now also measure download times of network statuses.Karsten Loesing
2009-07-14Merge commit 'karsten/geoipstats-download-resp-master'Nick Mathewson
2009-07-14Write number of rejected requests to geoip-stats file.Karsten Loesing
2009-07-13fix comments and other typosRoger Dingledine
2009-06-22Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-22Serve DirPortFrontPage even if the write bucket is low.Nick Mathewson
2009-06-19Change proxy-address type to tor_addr_t to allow ipv6 proxies.Nick Mathewson
2009-06-19Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis
2009-06-12Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Remove unused rendversion parameters. YAGNI.Karsten Loesing