aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* r13477@catbus: nickm | 2007-06-17 14:22:03 -0400••• Sun CC likes to give warnings for the do { } while(0) construction for making statement-like macros. Define STMT_BEGIN/STMT_END macros that do the right thing, and use them everywhere. svn:r10645 Nick Mathewson2007-06-17
* r13476@catbus: nickm | 2007-06-17 14:04:41 -0400••• Build with fewer compiler warnings on Sun. (This and previous Sun patches are thanks to the tremendously handy services of unix-center.net.) svn:r10644 Nick Mathewson2007-06-17
* r13473@catbus: nickm | 2007-06-17 13:42:36 -0400••• Fix solaris eventdns.c behavior. This time, I think I got it. We were redefining _FILE_OFFSET_BITS, and thereby calling fstat64() on a struct stat, or something like that. svn:r10643 Nick Mathewson2007-06-17
* r13471@catbus: nickm | 2007-06-17 11:59:25 -0400••• Report address and por correctly on requests to dnsport. (Patch from Robert Hogan.) svn:r10641 Nick Mathewson2007-06-17
* r13463@catbus: nickm | 2007-06-17 11:10:17 -0400••• Add a SOURCE_ADDR field to STREAM NEW events so that controllers can match requests to applications. (Patch from Robert Hogan.) svn:r10639 Nick Mathewson2007-06-17
* svn:r10638Nick Mathewson2007-06-17
* r13438@catbus: nickm | 2007-06-15 15:01:42 -0400••• document some functions svn:r10637 Nick Mathewson2007-06-17
* r13437@catbus: nickm | 2007-06-15 14:29:56 -0400••• Incorporate comments [from april, ugh] into proposal 108. svn:r10636 Nick Mathewson2007-06-17
* r13419@catbus: nickm | 2007-06-14 14:05:17 -0400••• Clarify some rules about svn:r10635 Nick Mathewson2007-06-17
* r13418@catbus: nickm | 2007-06-14 13:29:21 -0400••• Adjust networkstatus_compute_consensus to take an argument saying how many voters there _should_ be. svn:r10634 Nick Mathewson2007-06-17
* unified svn properties and keywords for proposals and address spec•••svn:r10625 Karsten Loesing2007-06-16
* added value to svn:eol-style•••svn:r10624 Karsten Loesing2007-06-16
* subversion properties reloaded•••svn:r10623 Karsten Loesing2007-06-16
* last attempt before reading the manual•••svn:r10622 Karsten Loesing2007-06-16
* added svn properties•••svn:r10621 Karsten Loesing2007-06-16
* attempt to fix revision and date tags•••svn:r10620 Karsten Loesing2007-06-16
* if we already have a bridge in our state file, it won't be•••in the networkstatuses, so we'll mark it unusable when we load it, and then when we get a new routerinfo for it, we'll still think it's unusable. fix that. svn:r10612 Roger Dingledine2007-06-15
* bugfix on r10609: don't fail asserts when closing circuits•••that were connected to an unkeyed connection. svn:r10611 Roger Dingledine2007-06-15
* now we can specify a bridge without specifying its key,•••and we will still connect to it and use it. getting closer! svn:r10609 Roger Dingledine2007-06-15
* extra points for making the function name reflect what it does•••svn:r10608 Roger Dingledine2007-06-15
* Directories no longer return a "304 not modified" when they don't•••have the networkstatus the client asked for. Also fix a memory leak when returning 304 not modified. [Bugfixes on 0.2.0.2-alpha] svn:r10607 Roger Dingledine2007-06-15
* update the todo, primarily with bridge-related stuff but•••also list some dirserv behaviors we should document svn:r10606 Roger Dingledine2007-06-15
* point out a bug in our If-Modified-Since handling in 0.2.0.2-alpha.•••svn:r10605 Roger Dingledine2007-06-15
* Refine r10571: more work on bridge stuff.••• - Only listen to responses for "authority" fetches if we're configured to use Bridges. Otherwise it's safe (and maybe smarter) to silently discard them like we used to. - React faster to download networkstatuses after the first bridge descriptor arrives. - Don't do dir fetches before we have any bridges, even when our dirport is open. svn:r10604 Roger Dingledine2007-06-15
* Change suggestions from our editor•••svn:r10603 Paul Syverson2007-06-14
* r13413@catbus: nickm | 2007-06-13 18:44:28 -0400••• Non-static inline functions cant talk about static variables. svn:r10599 Nick Mathewson2007-06-13
* r13410@catbus: nickm | 2007-06-13 18:39:05 -0400••• Fix compilation on compilers that do not allow you to typedef the same type twice. svn:r10598 Nick Mathewson2007-06-13
* r13409@catbus: nickm | 2007-06-13 18:01:56 -0400••• Test the remainder of the contents of the consensus; fix a bug in geneating addresses on routerstatuses. svn:r10597 Nick Mathewson2007-06-13
* r13406@catbus: nickm | 2007-06-13 17:05:30 -0400••• Oops; linked connections get read/write events too. svn:r10596 Nick Mathewson2007-06-13
* r13403@catbus: nickm | 2007-06-13 16:15:44 -0400••• Test all of consensus contents, except for routerstatus_list contents. And signatures. svn:r10593 Nick Mathewson2007-06-13
* r13401@catbus: nickm | 2007-06-13 15:50:16 -0400••• Add dnsport connection to the global connection list. (Bug found by mwenge.) svn:r10592 Nick Mathewson2007-06-13
* r13399@catbus: nickm | 2007-06-13 15:17:44 -0400••• Hm. Tor should never need private authority identity keys; thus, I should not actually load the authority identity keys for testing. svn:r10591 Nick Mathewson2007-06-13
* r13396@catbus: nickm | 2007-06-13 15:06:18 -0400••• Set vote_digest field prproperly in networkstatus_vote_t, so that it gets conveyed to the consensus correctly. svn:r10590 Nick Mathewson2007-06-13
* r13395@catbus: nickm | 2007-06-13 15:01:23 -0400••• Unit tests and debugging for generating and parsing consensus networkstatus documents. Still need to test actual contents. svn:r10589 Nick Mathewson2007-06-13
* r13393@catbus: nickm | 2007-06-13 14:29:14 -0400••• More vote unit tests: check that we are parsing routerstatuses correctly. svn:r10588 Nick Mathewson2007-06-13
* r13387@catbus: nickm | 2007-06-13 14:15:49 -0400••• Unit tests and debugging for vote generation and parsing code. svn:r10587 Nick Mathewson2007-06-13
* r13386@catbus: nickm | 2007-06-13 14:15:20 -0400••• New helper file for test.c: contains 3 generated certs, signing keys, and id_keys svn:r10586 Nick Mathewson2007-06-13
* r13385@catbus: nickm | 2007-06-13 14:14:47 -0400••• In tor-gencert, write BEGIN SIGNATURE, not BEGIN_SIGNATURE. svn:r10585 Nick Mathewson2007-06-13
* r13384@catbus: nickm | 2007-06-13 13:53:26 -0400••• make test_* functions stop conflicting with variables named v1 and v2. svn:r10584 Nick Mathewson2007-06-13
* r13383@catbus: nickm | 2007-06-13 13:53:04 -0400••• Expose a function to parse a private key from a string as CRYPTO_PRIVATE. For testing. svn:r10583 Nick Mathewson2007-06-13
* fix a few typos and clarify one point. i hope we have•••an editor who actually edits, rather than the traditional academic role of editors. but in any case, it'll do. great. svn:r10581 Roger Dingledine2007-06-13
* a few more funding details without being too verbose•••svn:r10580 Roger Dingledine2007-06-13
* Backport candidate. Updated to work with all versions of osx we support (10....•••svn:r10579 Andrew Lewman2007-06-12
* Convert from niutil to dscl in preparation for osx 10.5 (leopard).•••svn:r10578 Andrew Lewman2007-06-12
* fix our affiliations and url•••svn:r10577 Roger Dingledine2007-06-12
* D'oh URL typo.•••svn:r10576 Paul Syverson2007-06-12
* Forgot to update the network size numbers before committing•••svn:r10575 Paul Syverson2007-06-12
* candidate S&P magazine article•••svn:r10574 Paul Syverson2007-06-12
* More work towards making bridge users able to connect via bridges:••• - demand options->Bridges and options->TunnelDirConns if options->UseBridges is set. - after directory fetches, accept descriptors that aren't referenced by our networkstatuses, *if* they're for a configured bridge. - delay directory fetching until we have at least one bridge descriptor. - learn how to build a one-hop circuit when we have neither routerinfo nor routerstatus for our destination. - teach directory connections how to pick a bridge as the destination directory when doing non-anonymous fetches. - tolerate directory commands for which the dir_port is 0. - remember descriptors when the requested_resource was "authority", rather than just ignoring them. - put bridges on our entry_guards list once we have a descriptor for them. When UseBridges is set, only pick entry guards that are bridges. Else vice versa. svn:r10571 Roger Dingledine2007-06-12
* change the BandwidthRate/BandwidthBurst in the torrc•••to RelayBandwidthRate/RelayBandwidthBurst, since that's what most users will actually want. also flesh out the torrc.complete entries and fix a few typos. based on patch from "Armedblowfish". svn:r10570 Roger Dingledine2007-06-12