- 17 Jun, 2007 9 commits
-
-
Nick Mathewson authored
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 Mathewson authored
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 Mathewson authored
Report address and por correctly on requests to dnsport. (Patch from Robert Hogan.) svn:r10641
-
Nick Mathewson authored
Add a SOURCE_ADDR field to STREAM NEW events so that controllers can match requests to applications. (Patch from Robert Hogan.) svn:r10639
-
Nick Mathewson authored
svn:r10638
-
Nick Mathewson authored
document some functions svn:r10637
-
Nick Mathewson authored
Incorporate comments [from april, ugh] into proposal 108. svn:r10636
-
Nick Mathewson authored
Clarify some rules about svn:r10635
-
Nick Mathewson authored
Adjust networkstatus_compute_consensus to take an argument saying how many voters there _should_ be. svn:r10634
-
- 16 Jun, 2007 6 commits
-
-
Karsten Loesing authored
svn:r10625
-
Karsten Loesing authored
svn:r10624
-
Karsten Loesing authored
svn:r10623
-
Karsten Loesing authored
svn:r10622
-
Karsten Loesing authored
svn:r10621
-
Karsten Loesing authored
svn:r10620
-
- 15 Jun, 2007 8 commits
-
-
Roger Dingledine authored
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 Dingledine authored
that were connected to an unkeyed connection. svn:r10611
-
Roger Dingledine authored
and we will still connect to it and use it. getting closer! svn:r10609
-
Roger Dingledine authored
svn:r10608
-
Roger Dingledine authored
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 Dingledine authored
also list some dirserv behaviors we should document svn:r10606
-
Roger Dingledine authored
svn:r10605
-
Roger Dingledine authored
- 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
-
- 14 Jun, 2007 1 commit
-
-
Paul Syverson authored
svn:r10603
-
- 13 Jun, 2007 16 commits
-
-
Nick Mathewson authored
Non-static inline functions cant talk about static variables. svn:r10599
-
Nick Mathewson authored
Fix compilation on compilers that do not allow you to typedef the same type twice. svn:r10598
-
Nick Mathewson authored
Test the remainder of the contents of the consensus; fix a bug in geneating addresses on routerstatuses. svn:r10597
-
Nick Mathewson authored
Oops; linked connections get read/write events too. svn:r10596
-
Nick Mathewson authored
Test all of consensus contents, except for routerstatus_list contents. And signatures. svn:r10593
-
Nick Mathewson authored
Add dnsport connection to the global connection list. (Bug found by mwenge.) svn:r10592
-
Nick Mathewson authored
Hm. Tor should never need private authority identity keys; thus, I should not actually load the authority identity keys for testing. svn:r10591
-
Nick Mathewson authored
Set vote_digest field prproperly in networkstatus_vote_t, so that it gets conveyed to the consensus correctly. svn:r10590
-
Nick Mathewson authored
Unit tests and debugging for generating and parsing consensus networkstatus documents. Still need to test actual contents. svn:r10589
-
Nick Mathewson authored
More vote unit tests: check that we are parsing routerstatuses correctly. svn:r10588
-
Nick Mathewson authored
Unit tests and debugging for vote generation and parsing code. svn:r10587
-
Nick Mathewson authored
New helper file for test.c: contains 3 generated certs, signing keys, and id_keys svn:r10586
-
Nick Mathewson authored
In tor-gencert, write BEGIN SIGNATURE, not BEGIN_SIGNATURE. svn:r10585
-
Nick Mathewson authored
make test_* functions stop conflicting with variables named v1 and v2. svn:r10584
-
Nick Mathewson authored
Expose a function to parse a private key from a string as CRYPTO_PRIVATE. For testing. svn:r10583
-
Roger Dingledine authored
an editor who actually edits, rather than the traditional academic role of editors. but in any case, it'll do. great. svn:r10581
-