Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-09 | Bugfixes in fetching certificates for a consensus: fetch tor/keys/fp/X, not ↵ | Nick Mathewson | |
tor/keys/X. Also, count signatures where no certificate is known as "missing a certificate" not as "unknown authority." svn:r11805 | |||
2007-10-09 | r15574@catbus: nickm | 2007-10-09 13:01:53 -0400 | Nick Mathewson | |
Fix the "400 OK" issue when replying to a vote. svn:r11801 | |||
2007-10-09 | r14813@Kushana: nickm | 2007-10-09 11:10:48 -0400 | Nick Mathewson | |
Use download_status_t for v2 networkstatuses and certs as well as for routers. Make functions to manipulate it. Next steps: use it for consensus networkstatuses, and get consensus download rescheduling working. svn:r11800 | |||
2007-10-09 | r14812@Kushana: nickm | 2007-10-09 10:22:00 -0400 | Nick Mathewson | |
Merge extra fields in local_routerstatus_t back into routerstatus_t. See changelog for rationale. svn:r11799 | |||
2007-10-08 | Commit this stuff somewhere before I delete it accidentally | Peter Palfrader | |
svn:r11794 | |||
2007-10-08 | for once, it was "no-tab man" that struck again. | Roger Dingledine | |
svn:r11793 | |||
2007-10-08 | r14802@Kushana: nickm | 2007-10-08 17:21:30 -0400 | Nick Mathewson | |
Refactor out about a third of routerlist.c into a new networkstatus.c. I\m not sure that I got everything that needed to move, but so far so good. svn:r11791 | |||
2007-10-08 | r14799@Kushana: nickm | 2007-10-08 15:55:18 -0400 | Nick Mathewson | |
Add code to download router descriptors listed in a v3 networkstatus consensus. svn:r11790 | |||
2007-10-08 | r14770@Kushana: nickm | 2007-10-08 11:43:02 -0400 | Nick Mathewson | |
Make router_digest_is_trusted_dir able to check for type. When looking for a V3 directory, only assume that the V3 authorities and caches have it: previous code assumed that all authorities had it. svn:r11789 | |||
2007-10-08 | r14769@Kushana: nickm | 2007-10-07 14:00:17 -0400 | Nick Mathewson | |
Fetch networkstatus consensus documents as needed. Disabled for clients until more caches support it. svn:r11788 | |||
2007-10-08 | Update mingw build instructions due to new mingw and libevent. | Andrew Lewman | |
svn:r11785 | |||
2007-10-06 | Update version. Need to figure out a better way to do this going | Andrew Lewman | |
forward. svn:r11782 | |||
2007-10-06 | Use the standard polipo config file for now. | Andrew Lewman | |
svn:r11781 | |||
2007-10-06 | Update osx addsysuser for leopard. | Andrew Lewman | |
svn:r11780 | |||
2007-10-04 | r15533@catbus: nickm | 2007-10-04 12:30:21 -0400 | Nick Mathewson | |
Add 122-unnamed-flag.txt svn:r11762 | |||
2007-10-04 | r15530@catbus: nickm | 2007-10-04 12:16:27 -0400 | Nick Mathewson | |
Add a bunch of function documentation; clean up a little code; fix some XXXXs; tag the nonsensical EXTRAINFO_PURPOSE_GENERAL as nonsesnse; note another bit of "do not cache special routers" code to nuke. svn:r11761 | |||
2007-10-04 | r15519@catbus: nickm | 2007-10-03 15:53:57 -0400 | Nick Mathewson | |
Replace a mention of bugs.noreply.org. svn:r11760 | |||
2007-10-02 | r15512@catbus: nickm | 2007-10-02 16:27:43 -0400 | Nick Mathewson | |
Make some functions static; remove some dead code. svn:r11750 | |||
2007-10-02 | r15510@catbus: nickm | 2007-10-02 16:14:42 -0400 | Nick Mathewson | |
Add support for more vote URLs that weasel wanted. Weasel: please test this before I inflict it on anybody else. :) svn:r11749 | |||
2007-10-02 | r15436@catbus: nickm | 2007-10-01 21:17:27 -0400 | Nick Mathewson | |
Fix disgusting O(n^2) behavior in router_parse_list_from_string. Noticed by Li-Hui Zhou; found with oprofile. svn:r11738 | |||
2007-10-01 | todo: Disable and mark as obsolete the setrouterpurpose controller command. | Roger Dingledine | |
svn:r11725 | |||
2007-09-28 | whoops, we've been failing to update the ReleaseNotes file | Roger Dingledine | |
svn:r11702 | |||
2007-09-28 | r14682@Kushana: nickm | 2007-09-28 15:23:38 -0400 | Nick Mathewson | |
From little acorns: redo our string and digest hashing code to be faster, since this stuff may be critical-path. svn:r11700 | |||
2007-09-27 | r15422@catbus: nickm | 2007-09-27 16:42:35 -0400 | Nick Mathewson | |
Use descriptor annotations to record the source, download t time, and purpose of every descriptor we add to the store. The remaining to-do item is to stop setting do_not_cache on bridges. svn:r11680 | |||
2007-09-27 | r15421@catbus: nickm | 2007-09-27 15:44:17 -0400 | Nick Mathewson | |
When we are a bridge directory, add bridges with purpose BRIDGE, not with purpose CONTROLLER. Roger, is this right? svn:r11679 | |||
2007-09-27 | r15420@catbus: nickm | 2007-09-27 15:40:25 -0400 | Nick Mathewson | |
Remove annotated_desc_store store (which we never used). Instead, shift name of router store to cached-descriptors, but initialize it from cached-routers as needed svn:r11678 | |||
2007-09-27 | Add a "fingerprint" in a smart place | Peter Palfrader | |
svn:r11670 | |||
2007-09-27 | r15418@catbus: nickm | 2007-09-27 12:37:59 -0400 | Nick Mathewson | |
Fix a stupid logic error in authority_cert_get_by_sk_digest: the presence of an authority lacking a v3 cert does not mean that subsequent authorities lack them too. svn:r11668 | |||
2007-09-27 | r15416@catbus: nickm | 2007-09-27 12:30:19 -0400 | Nick Mathewson | |
Fix a copy-paste error in dir-spec.txt svn:r11667 | |||
2007-09-27 | r15412@catbus: nickm | 2007-09-27 12:04:24 -0400 | Nick Mathewson | |
More annotated-store work: handle annotations in lists correctly. Add ability to prepend annotations to a routerdesc (and to every rtouredesc in a list), while verifying that the routerdesc is not already annotated. svn:r11665 | |||
2007-09-27 | minor typo | Roger Dingledine | |
svn:r11658 | |||
2007-09-26 | r15400@catbus: nickm | 2007-09-26 12:13:12 -0400 | Nick Mathewson | |
Backend for descriptor annotations: parse annotations as keywords; only allow them to appear in the cache; do not serve them as part of the descriptor if we are a dirserver. Still need mechanism to set annotations. Still need to rename cache file. svn:r11654 | |||
2007-09-26 | r15381@catbus: nickm | 2007-09-26 10:48:00 -0400 | Nick Mathewson | |
Add hidden-service-authentication.etxt as proposal 121. svn:r11653 | |||
2007-09-25 | Updates to the SUSE init script. Suggestions by Lars Vodgt. | Andrew Lewman | |
svn:r11647 | |||
2007-09-25 | r15371@catbus: nickm | 2007-09-25 19:53:13 -0400 | Nick Mathewson | |
Always set status_out when adding a vote. svn:r11646 | |||
2007-09-25 | r15367@catbus: nickm | 2007-09-25 19:31:11 -0400 | Nick Mathewson | |
It is amazing how reliable missing svk st are at breaking code. svn:r11644 | |||
2007-09-25 | Fix a spurious %. Caught by devilproxytor. | Andrew Lewman | |
svn:r11642 | |||
2007-09-25 | Take some more, ask a question or two. | Andrew Lewman | |
svn:r11622 | |||
2007-09-25 | New upstream version | Peter Palfrader | |
svn:r11619 | |||
2007-09-24 | Update tor.spec.in to correctly install torrc.sample. Fix suggested by | Andrew Lewman | |
devilproxytor. svn:r11618 | |||
2007-09-24 | NSI is happier now. | Andrew Lewman | |
svn:r11617 | |||
2007-09-24 | Updated to make the shortcuts work by default. | Andrew Lewman | |
svn:r11616 | |||
2007-09-24 | r15310@catbus: nickm | 2007-09-24 11:36:08 -0400 | Nick Mathewson | |
Patch from Robert Hogan: fix a couple of status-event related typos. Backport candidate. svn:r11604 | |||
2007-09-23 | Copy a torrc.sample into the correct location, rather than overwriting | Andrew Lewman | |
existing torrc files. svn:r11595 | |||
2007-09-23 | Change to install a torrc.sample. This is consistent with other OSes. | Andrew Lewman | |
svn:r11594 | |||
2007-09-23 | fix a syntax error in the man page | Roger Dingledine | |
svn:r11589 | |||
2007-09-23 | Quick readme for those wondering how to build and use polipo with Tor. | Andrew Lewman | |
svn:r11588 | |||
2007-09-23 | Add my polipo hacks to the tor repo to keep track of them. | Andrew Lewman | |
svn:r11587 | |||
2007-09-22 | Remove openssl static libs from the win32 distrubution. They are statically | Andrew Lewman | |
compiled into the exe. Add some, take some, remove some TODO items. svn:r11583 | |||
2007-09-22 | r15280@catbus: nickm | 2007-09-22 02:02:00 -0400 | Nick Mathewson | |
Bump version to 0.2.0.7-alpha-dev svn:r11576 |