- 04 Jan, 2009 2 commits
-
-
Nick Mathewson authored
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
-
Karsten Loesing authored
svn:r17866
-
- 03 Jan, 2009 2 commits
-
-
Nick Mathewson authored
svn:r17863
-
Nick Mathewson authored
svn:r17862
-
- 02 Jan, 2009 3 commits
-
-
Nick Mathewson authored
svn:r17851
-
Roger Dingledine authored
svn:r17850
-
Nick Mathewson authored
Try harder to make sure we zero-out the extraneous sockaddr fields and that we set sockaddr_len. Conceivably a backport candidate, though nothing has yet been sen to break. svn:r17849
-
- 31 Dec, 2008 4 commits
-
-
Nick Mathewson authored
svn:r17836
-
Nick Mathewson authored
svn:r17835
-
Roger Dingledine authored
use the same download mechanism as other places. i had to make an ugly hack around "IMPOSSIBLE_TO_DOWNLOAD+1". we should unhack that sometime. svn:r17834
-
Roger Dingledine authored
downloading forever" thing with bridge descriptor downloads. svn:r17833
-
- 30 Dec, 2008 6 commits
-
-
Nick Mathewson authored
svn:r17831
-
Karsten Loesing authored
svn:r17828
-
Nick Mathewson authored
svn:r17827
-
Nick Mathewson authored
svn:r17826
-
Roger Dingledine authored
svn:r17825
-
Roger Dingledine authored
the 0.2.1.3-alpha changelog. put it back. svn:r17824
-
- 29 Dec, 2008 21 commits
-
-
Nick Mathewson authored
svn:r17823
-
Nick Mathewson authored
svn:r17822
-
Nick Mathewson authored
svn:r17821
-
Nick Mathewson authored
svn:r17820
-
Nick Mathewson authored
Explain why the XXXX021 in connection_or.c was there, and explain why it doesn' actually need to get fixed in 0.2.1, I think. svn:r17819
-
Nick Mathewson authored
Replace kludgy assert with something a little less awful, and avoid needless strlcpy in rend descriptor encoding. svn:r17818
-
Nick Mathewson authored
svn:r17817
-
Nick Mathewson authored
Document RELAY_EARLY cells in tor-spec.txt: proposal 110 is mostly implemented, and the rest of it will need to wait until all current Tor 0.2.0.x clients are obsolete to close. svn:r17816
-
Nick Mathewson authored
svn:r17815
-
Nick Mathewson authored
svn:r17814
-
Nick Mathewson authored
Extact parse-the-token-arguments to its own function, and change it to a single-pass algorithm. This simplifies the parsing code and speeds it up a little. svn:r17812
-
Nick Mathewson authored
svn:r17811
-
Nick Mathewson authored
svn:r17810
-
Nick Mathewson authored
coverity thinks it's dumb to check networkstatus_v2_list in one place and not another. Coverity has a point, even though the check may be redundant. CID 361. svn:r17809
-
Nick Mathewson authored
More compilation tweaks on Android: fix two clear errors in our code that apparently the compiler cares about there. svn:r17808
-
Andrew Lewman authored
svn:r17806
-
Nick Mathewson authored
Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android. svn:r17805
-
Nick Mathewson authored
svn:r17804
-
Nick Mathewson authored
Switch address comparisons in policies to be exact rather than semantic. Until we do ipv6 exit policies and until we know whether we even allow ::ffff:0:0/96 addresses, there is no point in doing "semantic" comparisons. This was also showing up on oprofile. svn:r17803
-
Nick Mathewson authored
Specifically, split compare_tor_addr_to_addr_policy() from a loop with a bunch of complicated ifs inside into some ifs, each with a simple loop. Rearrange router_find_exact_exit_enclave() to run a little faster. Bizarrely, router_policy_rejects_all() shows up on oprofile, so precalculate it per routerinfo. svn:r17802
-
Nick Mathewson authored
Fix bug in recent address.c patch: actually set the value of address * to 0.0.0.0 as we did before. This makes CMP_EXACT comparisons with bitmask 0 work on address * again. svn:r17801
-
- 27 Dec, 2008 2 commits
-
-
Nick Mathewson authored
svn:r17800
-
Nick Mathewson authored
svn:r17799
-