- 05 Jan, 2009 4 commits
-
-
Roger Dingledine authored
discard it rather than trying to use it. In theory it could be useful because it lists alternate directory mirrors, but in practice it just means we spend many minutes trying directory mirrors that are long gone from the network. Helps bug 887 a bit; bugfix on 0.2.0.x. svn:r17917
-
Roger Dingledine authored
svn:r17912
-
Mike Perry authored
Preserve reporting of stream end reasons to the local control port. They were lost in the changes for Proposal 148. svn:r17911
-
Sebastian Hahn authored
PublishServerDescriptor 1 means "publish to the relevant authority", not "publish to v2,v3 authorities". Also adjust the time in the manpage to January 2009 svn:r17909
-
- 04 Jan, 2009 10 commits
-
-
Karsten Loesing authored
svn:r17893
-
Nick Mathewson authored
Another fun openbsd warning fix. On ioerror's computer at least, they redefined an unsigned field in zlib.h to be signed. I am quite sure this makes me more secure somehow. svn:r17892
-
Nick Mathewson authored
OpenBSD malloc.h believes that you should be able to detect headers with autoconf, or build without warnings, but not both. So never include malloc.h on OpenBSD. Backport candidate. svn:r17891
-
Karsten Loesing authored
Document some variables used for generating statistics on usage of V0 hidden service directory authorities. svn:r17890
-
Nick Mathewson authored
svn:r17888
-
Nick Mathewson authored
svn:r17887
-
Nick Mathewson authored
Fix an xxx021: do not remove routerinfos as too old and unlisted unless we have a consensus. Backport candidate. svn:r17886
-
Peter Palfrader authored
svn:r17884
-
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 11 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
-