aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* clean up the privoxy config in an osx config file thatRoger Dingledine2007-10-18
| | | | | | | i'm not even sure we use. svn:r12008
* r15891@catbus: nickm | 2007-10-17 17:46:40 -0400Nick Mathewson2007-10-17
| | | | | | | Apply changes to rend-spec.txt from Karsten's proposal-114 work. Points that need to be clarified are marked with a [XXXX]. svn:r12007
* r15887@catbus: nickm | 2007-10-17 17:25:32 -0400Nick Mathewson2007-10-17
| | | | | | | When a networkstatus consensus download fails, do not wait 60 seconds to decide whether to retry. (Also, log the time at which we'll try to replace the current networkstatus.) svn:r12005
* r15886@catbus: nickm | 2007-10-17 17:21:10 -0400Nick Mathewson2007-10-17
| | | | | | | Treat it as an error when a v3 authority cant load its keys or certificates svn:r12004
* r15882@catbus: nickm | 2007-10-17 15:23:05 -0400Nick Mathewson2007-10-17
| | | | | | | oprofile was telling me that a fair bit of our time in openssl was spent in base64_decode, so replace base64_decode with an all-at-once fairly optimized implementation. For decoding keys and digests, it seems 3-3.5x faster than calling out to openssl. (Yes, I wrote it from scratch.) svn:r12002
* r15880@catbus: nickm | 2007-10-17 14:56:51 -0400Nick Mathewson2007-10-17
| | | | | | | Patch from robert hogan: do not reset trusted dir server list when we get a config option. svn:r12001
* r15877@catbus: nickm | 2007-10-17 12:54:56 -0400Nick Mathewson2007-10-17
| | | | | | | Make unverified-consensus get removed when it is accepted or rejected. Make a new get_datadir_fname*() set of functions to eliminate the common code of "get the options, get the datadir, append some stuff". svn:r12000
* r15876@catbus: nickm | 2007-10-17 12:39:05 -0400Nick Mathewson2007-10-17
| | | | | | | Treat certificates as reason to note directory info as arrived svn:r11999
* r15871@catbus: nickm | 2007-10-16 14:47:00 -0400Nick Mathewson2007-10-16
| | | | | | | Add a debugging info msg to routerlist svn:r11995
* r15868@catbus: nickm | 2007-10-16 14:18:29 -0400Nick Mathewson2007-10-16
| | | | | | | Remove nearly all calls to routerlist_remove_old(). Backport candidate. svn:r11994
* r15862@catbus: nickm | 2007-10-16 13:19:29 -0400Nick Mathewson2007-10-16
| | | | | | | Correct mismatches between DirServer lines and authority configuration. svn:r11992
* r15861@catbus: nickm | 2007-10-16 13:10:22 -0400Nick Mathewson2007-10-16
| | | | | | | Fix example use of hash table iterators svn:r11991
* r15860@catbus: nickm | 2007-10-16 13:09:57 -0400Nick Mathewson2007-10-16
| | | | | | | Avoid an infinite loop in networkstatus_reset_download_failures(). svn:r11990
* r15859@catbus: nickm | 2007-10-16 13:09:28 -0400Nick Mathewson2007-10-16
| | | | | | | Reset the is_named flag only on non-naming directories. svn:r11989
* r15857@catbus: nickm | 2007-10-16 12:59:13 -0400Nick Mathewson2007-10-16
| | | | | | | Add proposal 123-autonaming.txt svn:r11988
* svn:r11987Nick Mathewson2007-10-16
|
* r15853@catbus: nickm | 2007-10-16 11:32:55 -0400Nick Mathewson2007-10-16
| | | | | | | Fix "Error adding vote: OK" message. svn:r11986
* r15849@catbus: nickm | 2007-10-16 10:24:38 -0400Nick Mathewson2007-10-16
| | | | | | | Correct and additional fix to bug 529. svn:r11985
* r15848@catbus: nickm | 2007-10-16 10:17:02 -0400Nick Mathewson2007-10-16
| | | | | | | Only drop routers for not appearing in the consensus if their purpose is GENERAL. svn:r11984
* r15847@catbus: nickm | 2007-10-16 10:15:07 -0400Nick Mathewson2007-10-16
| | | | | | | Fix the simpler bit of bug 529: update routerinfo_t.is_named from the consensus. svn:r11983
* r15843@catbus: nickm | 2007-10-16 09:58:49 -0400Nick Mathewson2007-10-16
| | | | | | | Clean up our code to fix a warning under gcc 4.2 svn:r11982
* a few clarifications to the v3 auth dir policyRoger Dingledine2007-10-16
| | | | svn:r11974
* Update the "How to add a v3 directory authority" doc as best I can.Roger Dingledine2007-10-16
| | | | svn:r11973
* clean up some old syntax errors in the man pageRoger Dingledine2007-10-16
| | | | svn:r11972
* give PublishServerDescriptor a real man page entryRoger Dingledine2007-10-16
| | | | svn:r11971
* Update url in various files.Andrew Lewman2007-10-16
| | | | svn:r11970
* Update url in included docs.Andrew Lewman2007-10-16
| | | | svn:r11969
* Correctly check for bad options to the "PublishServerDescriptor"Roger Dingledine2007-10-16
| | | | | | | config option. Bugfix on 0.2.0.1-alpha; reported by Matt Edman. svn:r11968
* r15814@catbus: nickm | 2007-10-15 22:15:19 -0400Nick Mathewson2007-10-16
| | | | | | | Fix last patch. svn:r11961
* two ugly hacks to make my tor client start again. nick, theseRoger Dingledine2007-10-16
| | | | | | | are for you. svn:r11960
* r15809@catbus: nickm | 2007-10-15 19:44:13 -0400Nick Mathewson2007-10-15
| | | | | | | Do not call the more interesting parts of routers_update_all_from_networkstatus if there is no live networkstatus. svn:r11958
* r15806@catbus: nickm | 2007-10-15 19:14:57 -0400Nick Mathewson2007-10-15
| | | | | | | Implement v3 networkstatus client code. Remove v2 networkstatus client code, except as needed for caches to fetch and serve v2 networkstatues and the routers they list. svn:r11957
* svn:r11956Nick Mathewson2007-10-15
|
* update the 'exitlist' instructions for our new file namesRoger Dingledine2007-10-15
| | | | svn:r11955
* first cut of a policy for what new directory authorities we want.Roger Dingledine2007-10-15
| | | | svn:r11954
* Make last commit compileNick Mathewson2007-10-15
| | | | svn:r11953
* Add some debugging logs related to dir vote timing.Nick Mathewson2007-10-15
| | | | svn:r11952
* r15793@catbus: nickm | 2007-10-15 15:50:52 -0400Nick Mathewson2007-10-15
| | | | | | | Do not set "have published consensus" to 1 after we recalculate timing. svn:r11951
* Doxygen whines bitterly unless I let it update the configfilePeter Palfrader2007-10-15
| | | | svn:r11948
* r15790@catbus: nickm | 2007-10-15 11:38:28 -0400Nick Mathewson2007-10-15
| | | | | | | Fix bug 528: fix memory leak in base32_decode(). While there, also make base32_decode() accept upper-case inputs. svn:r11946
* r15781@catbus: nickm | 2007-10-15 10:59:26 -0400Nick Mathewson2007-10-15
| | | | | | | Make discard_old_votes part of the consensus publishing process, so we conform to spec, and so we avoid a weird bugs where publishing sets the consensus, setting the consensus makes us reschedule, and rescheduling makes us delay vote-discarding. svn:r11944
* r15780@catbus: nickm | 2007-10-15 10:35:16 -0400Nick Mathewson2007-10-15
| | | | | | | Fix the implementation of "download votes by digest". svn:r11943
* Updated docs for osx dmg creation include torbutton.Andrew Lewman2007-10-15
| | | | svn:r11939
* Introducing Torbutton integration to the Tor-Privoxy OSX bundle.Andrew Lewman2007-10-15
| | | | svn:r11938
* r15770@catbus: nickm | 2007-10-14 13:21:08 -0400Nick Mathewson2007-10-14
| | | | | | | Remove some completed items from the TODO. svn:r11937
* Update my todo's.Andrew Lewman2007-10-14
| | | | svn:r11932
* r15750@catbus: nickm | 2007-10-13 20:06:47 -0400Nick Mathewson2007-10-14
| | | | | | | Eventually delete the obsolete cached-routers and cached-routers.new files, so they don't sit around on disk forever. svn:r11918
* r15749@catbus: nickm | 2007-10-13 20:06:06 -0400Nick Mathewson2007-10-14
| | | | | | | Remove support for long-obsolete bw_accounting file. svn:r11917
* Stop publishing a new server descriptor just because we HUP orRoger Dingledine2007-10-13
| | | | | | | | | when we find our DirPort to be reachable but won't actually publish it. Extra descriptors without any real changes are dropped by the authorities, and can screw up our "publish every 18 hours" schedule. svn:r11915
* note a bug in directories_have_accepted_server_descriptor() pointedRoger Dingledine2007-10-13
| | | | | | | out by weasel svn:r11914