- Feb 26, 2008
-
-
Nick Mathewson authored
svn:r13743
-
Nick Mathewson authored
Update statuses of implemented proposals to "Finished". svn:r13740
-
Roger Dingledine authored
svn:r13732
-
- Feb 25, 2008
-
-
Jacob Appelbaum authored
svn:r13730
-
Peter Palfrader authored
svn:r13726
-
Roger Dingledine authored
svn:r13725
-
Roger Dingledine authored
svn:r13724
-
Andrew Lewman authored
svn:r13723
-
Roger Dingledine authored
svn:r13715
-
- Feb 24, 2008
-
-
Roger Dingledine authored
svn:r13706
-
Nick Mathewson authored
Whitespace fixes svn:r13700
-
Nick Mathewson authored
Patch from mwenge: always willingly serve our own extrainfo from the controlport svn:r13699
-
Nick Mathewson authored
More TODO items for 0.2.1.x svn:r13698
-
Nick Mathewson authored
Patch from tup: use sizeof sockaddr_un as the size of a unix sockaddr. Fixes unix controlsocket binding on openbsd. svn:r13697
-
Nick Mathewson authored
Fix the last of the -Wshorten-64-to-32 warnings. svn:r13696
-
Roger Dingledine authored
svn:r13695
-
Roger Dingledine authored
<weasel> tortls.c:634: warning: passing arg 1 of `SSL_get_session' discards qualifiers from pointer target type Nick, see if you like this patch. svn:r13690
-
- Feb 23, 2008
-
-
Roger Dingledine authored
authorities for their first directory fetch, even if their DirPort is off or if they don't know they're reachable yet. This will help them bootstrap better. Bugfix on 0.2.0.18-alpha; fixes bug 609. svn:r13688
-
Peter Palfrader authored
svn:r13687
-
Peter Palfrader authored
Change the init script to start Tor as root so we can bind to low ports. svn:r13686
-
Peter Palfrader authored
Previously the debian defaults were only loaded when we started Tor as the debian-tor user. Now they are also loaded when started as root. In addition to logging, pidfile, datadir and runasdaemon we also change the User and Group options from their NULL default to "debian-tor" so that Tor correctly setuids/setgids to the role user the package created. This will allow us to start the daemon as root. svn:r13685
-
Roger Dingledine authored
svn:r13684
-
- Feb 22, 2008
-
-
Roger Dingledine authored
if it appears on the commandline. should help with bug 586. svn:r13683
-
Nick Mathewson authored
Fix a really stupid parthensis error noticed by mwenge. svn:r13681
-
Nick Mathewson authored
More 64-to-32 fixes. Partial backport candidate. still not done. svn:r13680
-
Nick Mathewson authored
Add --passphrase-fd to tor-gencert. svn:r13679
-
Roger Dingledine authored
policy. Not using this router as exit for now." message, since it legitimately appears every so often and there's no need to alarm users. svn:r13677
-
Nick Mathewson authored
More 64-to-32 fixes. svn:r13672
-
Nick Mathewson authored
Add missing part of last patch svn:r13671
-
Nick Mathewson authored
Make torint.h define ssize_t more robustly; add spaces to last patch svn:r13670
-
Nick Mathewson authored
Remove extraneous commas in compat.c svn:r13669
-
Nick Mathewson authored
Remove redundant check from container.c that gcc 4.2 didnt like svn:r13668
-
- Feb 21, 2008
-
-
Roger Dingledine authored
svn:r13667
-
Nick Mathewson authored
Enable v2 handshakes. svn:r13666
-
Nick Mathewson authored
Fix all remaining shorten-64-to-32 errors in src/common. Some were genuine problems. Many were compatibility errors with libraries (openssl, zlib) that like predate size_t. Partial backport candidate. svn:r13665
-
Nick Mathewson authored
Apply warnings about implicit 64-to-32 conversions; some from Sebastian Hahn; some not. svn:r13664
-
Roger Dingledine authored
svn:r13663
-
Nick Mathewson authored
Fix all -Wshorten-64-to-32 warnings that appear on my macbook. svn:r13662
-
Nick Mathewson authored
Make autoconf autodetect -Wshorten-64-to-32 when --enable-gcc-warnings is given to the configure script. svn:r13661
-
Nick Mathewson authored
Do the last part of arma's fix for bug 437: Track the origin of every addrmap, and use this info so we can remove all the trackhostexits-originated mappings for a given exit. svn:r13660
-