summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-020.2.0.21-rc is readytor-0.2.0.21-rcRoger Dingledine
svn:r13809
2008-03-02declare the plan to release 0.2.0.21-rc once i've sleptRoger Dingledine
svn:r13800
2008-03-02We were sometimes miscounting the number of bytes read from theRoger Dingledine
network, causing our rate limiting to not be followed exactly. Bugfix on 0.2.0.16-alpha. Reported by lodger. svn:r13799
2008-03-01 r18536@catbus: nickm | 2008-03-01 09:58:55 -0500Nick Mathewson
Backport: People diagnosed and fixed bug 616. See changelog for details. Bugfix on 0.2.0.20-rc. svn:r13794
2008-03-01make complaint about not having the v1 directory quieter. nobody cares.Roger Dingledine
svn:r13792
2008-02-29The control port should declare that it requires password authRoger Dingledine
when HashedControlSessionPassword is set too. Patch from Matt Edman; bugfix on 0.2.0.20-rc. Fixes bug 615. svn:r13777
2008-02-27 r18463@catbus: nickm | 2008-02-27 14:19:21 -0500Nick Mathewson
Backport: Add better warnings for the error that produced bug 614, and downgrade from a tor_assert() to a tor_fragile_assert(). svn:r13753
2008-02-26New branch for work on the stable 0.2.0.x series.Nick Mathewson
svn:r13744
2008-02-26Add the .txt ending to proposal 129. Mark proposal 123 finished.Nick Mathewson
svn:r13743
2008-02-26 r14471@tombo: nickm | 2008-02-26 13:35:59 -0500Nick Mathewson
Update statuses of implemented proposals to "Finished". svn:r13740
2008-02-26a blurb for 0.2.0.20-rcRoger Dingledine
svn:r13732
2008-02-25Added myself to the TODO list for claims as 'I'.Jacob Appelbaum
svn:r13730
2008-02-25New upstream versionPeter Palfrader
svn:r13726
2008-02-25bump to 0.2.0.20-rc-devRoger Dingledine
svn:r13725
2008-02-25minor updates from my sandboxRoger Dingledine
svn:r13724
2008-02-25update torbutton version to currentAndrew Lewman
svn:r13723
2008-02-25bump to 0.2.0.20-rctor-0.2.0.20-rcRoger Dingledine
svn:r13715
2008-02-24fix most of pnx's warnings on irix64Roger Dingledine
svn:r13706
2008-02-24 r14422@tombo: nickm | 2008-02-24 17:09:56 -0500Nick Mathewson
Whitespace fixes svn:r13700
2008-02-24 r14421@tombo: nickm | 2008-02-24 17:05:18 -0500Nick Mathewson
Patch from mwenge: always willingly serve our own extrainfo from the controlport svn:r13699
2008-02-24 r14420@tombo: nickm | 2008-02-24 16:58:22 -0500Nick Mathewson
More TODO items for 0.2.1.x svn:r13698
2008-02-24 r14419@tombo: nickm | 2008-02-24 16:55:11 -0500Nick Mathewson
Patch from tup: use sizeof sockaddr_un as the size of a unix sockaddr. Fixes unix controlsocket binding on openbsd. svn:r13697
2008-02-24 r14410@tombo: nickm | 2008-02-23 16:51:46 -0500Nick Mathewson
Fix the last of the -Wshorten-64-to-32 warnings. svn:r13696
2008-02-24put some deliverables earlier in the roadmapRoger Dingledine
svn:r13695
2008-02-24<weasel> tortls.c: In function `tor_tls_client_is_using_v2_ciphers':Roger Dingledine
<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
2008-02-23Servers that don't know their own IP address should go to theRoger Dingledine
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
2008-02-23Update debian/TODO filePeter Palfrader
svn:r13687
2008-02-23Start Tor as root.Peter Palfrader
Change the init script to start Tor as root so we can bind to low ports. svn:r13686
2008-02-23Update debian defaults in preparation for starting as root.Peter Palfrader
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
2008-02-23more details on 'everybody can be a relay'Roger Dingledine
svn:r13684
2008-02-22Make "HashedControlPassword" an alias for "__HashedControlSessionPassword"Roger Dingledine
if it appears on the commandline. should help with bug 586. svn:r13683
2008-02-22 r14401@tombo: nickm | 2008-02-22 15:33:42 -0500Nick Mathewson
Fix a really stupid parthensis error noticed by mwenge. svn:r13681
2008-02-22 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500Nick Mathewson
More 64-to-32 fixes. Partial backport candidate. still not done. svn:r13680
2008-02-22 r14396@tombo: nickm | 2008-02-22 14:07:37 -0500Nick Mathewson
Add --passphrase-fd to tor-gencert. svn:r13679
2008-02-22Quiet the "Exitrouter '%s' seems to be more restrictive than its exitRoger Dingledine
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
2008-02-22 r14388@tombo: nickm | 2008-02-21 22:44:28 -0500Nick Mathewson
More 64-to-32 fixes. svn:r13672
2008-02-22 r18362@catbus: nickm | 2008-02-21 22:29:14 -0500Nick Mathewson
Add missing part of last patch svn:r13671
2008-02-22 r18360@catbus: nickm | 2008-02-21 22:26:32 -0500Nick Mathewson
Make torint.h define ssize_t more robustly; add spaces to last patch svn:r13670
2008-02-22 r18358@catbus: nickm | 2008-02-21 22:21:57 -0500Nick Mathewson
Remove extraneous commas in compat.c svn:r13669
2008-02-22 r18356@catbus: nickm | 2008-02-21 21:54:55 -0500Nick Mathewson
Remove redundant check from container.c that gcc 4.2 didnt like svn:r13668
2008-02-21expand the translation portal idea a bitRoger Dingledine
svn:r13667
2008-02-21 r14379@tombo: nickm | 2008-02-21 17:14:24 -0500Nick Mathewson
Enable v2 handshakes. svn:r13666
2008-02-21 r14374@tombo: nickm | 2008-02-21 16:57:39 -0500Nick Mathewson
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
2008-02-21 r14373@tombo: nickm | 2008-02-21 16:29:18 -0500Nick Mathewson
Apply warnings about implicit 64-to-32 conversions; some from Sebastian Hahn; some not. svn:r13664
2008-02-21maybe appease the overflow detectors moreRoger Dingledine
svn:r13663
2008-02-21 r14371@tombo: nickm | 2008-02-21 16:13:18 -0500Nick Mathewson
Fix all -Wshorten-64-to-32 warnings that appear on my macbook. svn:r13662
2008-02-21 r18347@catbus: nickm | 2008-02-21 15:54:40 -0500Nick Mathewson
Make autoconf autodetect -Wshorten-64-to-32 when --enable-gcc-warnings is given to the configure script. svn:r13661
2008-02-21 r18345@catbus: nickm | 2008-02-21 13:45:04 -0500Nick Mathewson
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
2008-02-21 r14364@31-33-219: nickm | 2008-02-21 11:11:56 -0500Nick Mathewson
Note in the TODO some stuff I want to do in the next dev cycle so it stops bouncing around in my head svn:r13659
2008-02-21 r14363@31-33-219: nickm | 2008-02-21 11:11:33 -0500Nick Mathewson
Answer the next-to-last XXX020rc item. svn:r13658