aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* Make dirserv_get_routerdesc_fingerprints() treat extrainfos with send_unencry...•••svn:r17953 Nick Mathewson2009-01-06
* Bridge relays that had DirPort set to 0 would stop fetching•••descriptors shortly after startup, and then briefly resume after a new bandwidth test and/or after publishing a new bridge descriptor. Bridge users that try to bootstrap from them would get a recent networkstatus but would get descriptors from up to 18 hours earlier, meaning most of the descriptors were obsolete already. Reported by Tas; bugfix on 0.2.0.13-alpha. svn:r17920 Roger Dingledine2009-01-05
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...•••svn:r17888 Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.•••The subversion $Id$ fields made every commit force a rebuild of whatever file got committed. They were not actually useful for telling the version of Tor files in the wild. svn:r17867 Nick Mathewson2009-01-04
* Spec compliance: if weighted MTBF of a router is at least 5 days, always vote...•••svn:r17821 Nick Mathewson2008-12-29
* Add more missing documentation, and correct an error in container.c documenta...•••svn:r17783 Nick Mathewson2008-12-26
* Document most undocumented variables.•••svn:r17754 Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.•••svn:r17739 Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.•••svn:r17734 Nick Mathewson2008-12-22
* Documentation and conformance for WRA_* returns.•••shahn: "Add some documentation for the WRA_* family of functions, also make sure that (hopefully) all functions that return was_router_added_t don't return ints directly and that they don't refer to integers in their documentation anymore." svn:r17731 Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...•••svn:r17729 Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.•••svn:r17727 Nick Mathewson2008-12-22
* the default should not be the notify the poster, unless something•••more extreme happens. the default should be to be quiet unless something more extreme happens. at least, this doesn't generate complaints anymore. perhaps that means it is working better? :) svn:r17724 Roger Dingledine2008-12-22
* Yet still more propagating of things that need to be was_router_added_t now.•••svn:r17722 Nick Mathewson2008-12-22
* More propagating of things that need to be was_router_added_t now.•••svn:r17721 Nick Mathewson2008-12-22
* WRA_MORE_SEVERE is not WRA_GET_MORE_SEVERE.•••svn:r17720 Nick Mathewson2008-12-22
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...•••svn:r17686 Nick Mathewson2008-12-18
* Avoid nop call to control_event_or_authdir_new_descriptor that makes coverity...•••svn:r17668 Nick Mathewson2008-12-18
* declare that we're putting out 0.2.1.9-alpha next week•••svn:r17659 Roger Dingledine2008-12-17
* Make return code from router_add_to_routerlist a nice sensible enum. Based o...•••svn:r17656 Nick Mathewson2008-12-17
* Use ctags and a python script to find identifiers that are never used anywher...•••svn:r17651 Nick Mathewson2008-12-17
* i needed a piece of the 'patching patches' action too•••svn:r17202 Roger Dingledine2008-11-07
* fix wide lines•••svn:r17198 Nick Mathewson2008-11-07
* a few more tweaks•••svn:r17010 Roger Dingledine2008-09-30
* Tweak the dbg-stability.txt code to log everything else that influences route...•••svn:r17003 Nick Mathewson2008-09-29
* Serve the latest v3 networkstatus consensus via the control•••port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907 Roger Dingledine2008-09-14
* Fix numerous memory leaks: some were almost impossible to trigger, and some a...•••svn:r16779 Nick Mathewson2008-09-05
* And tell us more in another error case•••svn:r16577 Peter Palfrader2008-08-17
* Change a warning/bug message•••svn:r16576 Peter Palfrader2008-08-17
* If we are lucky the whitespace nazis will not have noticed these things yet•••svn:r16549 Peter Palfrader2008-08-14
* Give bw in kb/sec in votes/consensus•••svn:r16544 Peter Palfrader2008-08-14
* Having a reject-all policy summarized with a lack of summary is stupid. Expl...•••svn:r16543 Peter Palfrader2008-08-14
* Only fetch the routerinfo_t in routerstatus_format_entry() if we are going to...•••svn:r16541 Peter Palfrader2008-08-14
* Properly move forward char pointer after appending stuff to the string•••svn:r16540 Peter Palfrader2008-08-14
* Do not show policy and bw in v2 statuses•••svn:r16537 Peter Palfrader2008-08-14
* Add exit policy and bw to dirvotes - unfortunately also to v2 statuses•••svn:r16536 Peter Palfrader2008-08-14
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400••• Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435 Nick Mathewson2008-08-05
* minor fixes•••svn:r16407 Roger Dingledine2008-08-04
* r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200••• Make generic address manipulation functions work better. Switch address policy code to use tor_addr_t, so it can handle IPv6. That is a good place to start. svn:r16178 Nick Mathewson2008-07-24
* r17337@aud-055: nickm | 2008-07-24 10:17:43 +0200••• Refactor the is_vote field of networkstatus_t to add a third possibility ("opinion") in addition to vote and opinion. First part of implementing proposal 147. svn:r16166 Nick Mathewson2008-07-24
* Stop trying to detect versions of Tor on the server-side older than 0.1.1.15-...•••svn:r15982 Nick Mathewson2008-07-16
* Added prefixes to testing-network-only configuration options.•••svn:r15375 Karsten Loesing2008-06-20
* r16341@tombo: nickm | 2008-06-15 22:04:25 -0400••• Allow spaces to be omitted in approved-router file fingerprints. Requested by arma. svn:r15296 Nick Mathewson2008-06-16
* Patch from Karsten to implement proposal 135 ("Testing Tor Networks").•••svn:r15253 Nick Mathewson2008-06-14
* r19690@catbus: nickm | 2008-05-11 22:13:31 -0400••• Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14584 Nick Mathewson2008-05-12
* r19202@catbus: nickm | 2008-04-04 17:18:47 -0400••• Make last_served_at optional; make last_listed_as_valid_until take account (partially) of v2 statuses. svn:r14299 Nick Mathewson2008-04-04
* r19118@catbus: nickm | 2008-03-29 00:27:08 -0400••• Code (disabled) to get way too much info about the contents of old_routers on USR1. svn:r14230 Nick Mathewson2008-03-29
* r14422@tombo: nickm | 2008-02-24 17:09:56 -0500••• Whitespace fixes svn:r13700 Nick Mathewson2008-02-24
* r14421@tombo: nickm | 2008-02-24 17:05:18 -0500••• Patch from mwenge: always willingly serve our own extrainfo from the controlport svn:r13699 Nick Mathewson2008-02-24
* Servers that don't know their own IP address should go to the•••authorities for their first directory fetch, even if their DirPort is off or if they don't know they're reachable yet. This will help them bootstrap better. Bugfix on 0.2.0.18-alpha; fixes bug 609. svn:r13688 Roger Dingledine2008-02-23