aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-29Add an initial .gitignore to maint-0.1.2maint-0.1.2Nick Mathewson
2008-08-07Backport to 0.1.2.x: Never allow a circuit to be created with the same ↵Nick Mathewson
circid as a circuit that has been marked for close. May fix 779. Needs testing. svn:r16464
2008-07-03 r16691@tombo: nickm | 2008-07-03 11:04:03 -0400Nick Mathewson
Backport to 0.1.2: Fix for bug 742: do not use O_CREAT on 2-option version of open(). Especially do not use it on /dev/null. Fix from Michael Scherer. Bugfix on 0.0.2pre19 (wow). svn:r15628
2008-06-18Add instrumentation to the 0.1.2.x branch (disabled by default) to dump the ↵Nick Mathewson
weights of various directory servers when we update our local networkstatus opinions. To turn this on, define DUMP_DIR_WEIGHTS in routerlist.c. This has to be in 0.1.2.x, since the code to pick 0.1.2.x directories is pretty different in more recent releases. svn:r15343
2008-05-14* backport from 0.2.0.26-rc-1: Conflict with old libssls.Peter Palfrader
* backport from 0.2.0.26-rc-1: On upgrading from versions prior to, including, 0.1.2.19-2 if we are a server (we have a /var/lib/tor/keys directory) - move /var/lib/tor/keys/secret_onion_key out of the way. - move /var/lib/tor/keys/secret_onion_key.old out of the way. - move /var/lib/tor/keys/secret_id_key out of the way if it was created on or after 2006-09-17, which is the day the bad libssl was uploaded to Debian unstable. * backport from 0.2.0.26-rc-1: Add a NEWS file explaining this change. svn:r14616
2008-05-14Work around fig2dev failing to build the images on all archs - backport from ↵Peter Palfrader
0.2.0.22-rc-1 (re #457568). svn:r14609
2008-04-23Take lefkada out of the list of v2 directory authorities, sinceRoger Dingledine
it has been down for months. svn:r14427
2008-04-16backport r14375Roger Dingledine
svn:r14376
2008-03-18 r18931@catbus: nickm | 2008-03-18 12:08:44 -0400Nick Mathewson
Backport to 0.1.2: Detect errors from directory listing correctly on win32. Bug found by lodger. svn:r14104
2008-02-26 r14473@tombo: nickm | 2008-02-26 13:44:19 -0500Nick Mathewson
Rearrange TODO.012 items. svn:r13742
2008-02-26 r14472@tombo: nickm | 2008-02-26 13:44:08 -0500Nick Mathewson
Backport trivial fix for problem that kept nameserver errors from getting reported. svn:r13741
2008-02-21 r14360@31-33-219: nickm | 2008-02-21 10:41:09 -0500Nick Mathewson
Note a couple of items for backport. in TODO.012, including a couple from arma. svn:r13656
2008-02-21fix bug in r13469:Roger Dingledine
Feb 21 01:07:02.132 [warn] connection_about_to_close_connection(): Harmless bug: Edge connection (marked at dirserv.c:2062) hasn't sent end yet? svn:r13646
2008-02-20bump stable to 0.1.2.19-dev, so i can mess with it.Roger Dingledine
svn:r13629
2008-02-19nick wants this one to compile too. geez.Roger Dingledine
svn:r13589
2008-02-19 r18214@catbus: nickm | 2008-02-19 17:07:55 -0500Nick Mathewson
Backport to 0.1.2.x: Add some checks in torgzip.c to make sure we never overflow size_t there. Also make sure we do not realloc(list,0) in container.c. svn:r13588
2008-02-19backport r13583Roger Dingledine
svn:r13584
2008-02-15 r14192@tombo: nickm | 2008-02-15 18:41:35 -0500Nick Mathewson
Note some items for backport. svn:r13534
2008-02-13backport r13488Roger Dingledine
svn:r13489
2008-02-11 r18031@catbus: nickm | 2008-02-11 13:54:58 -0500Nick Mathewson
Have assert_connection_ok() allow marked-for-close dir conns with stuff to flush but no way to flush it. Adjust conn_dirserv_unlink_from_bridge() to mark edge and dir conns not already marked, since once linked conns are unlinked they are no longer viable. Likely fix for bug 406, which was crashing 0.1.2.x servers periodically. svn:r13469
2008-02-09backport r13442 and r13444Roger Dingledine
svn:r13445
2008-02-03Copyright file updatePeter Palfrader
svn:r13367
2008-02-02Backport from 0.2.0.18-alpha + 1: We now use the shipped images on mipsel andPeter Palfrader
sparc (in addition to s390) because fig2dev segfaults on those archs (re #457568). svn:r13359
2008-01-30 r17856@catbus: nickm | 2008-01-30 18:45:36 -0500Nick Mathewson
Backport leak fixes from r13148. svn:r13343
2008-01-30 r17845@catbus: nickm | 2008-01-30 13:32:22 -0500Nick Mathewson
Backport: Fix bug 597: stop telling people to email Tor-ops. Also give a better suggestion when some other identity has been assigned the nickname we are using. svn:r13338
2008-01-19a blurb for 0.1.2.19, and put it in the release notesRoger Dingledine
svn:r13187
2008-01-17New upstream versionPeter Palfrader
svn:r13164
2008-01-17bump stable to 0.1.2.19tor-0.1.2.19Roger Dingledine
svn:r13158
2008-01-15 r17627@catbus: nickm | 2008-01-15 00:57:52 -0500Nick Mathewson
Backport the user-visible bugfixes from r13136. svn:r13137
2008-01-14 r17621@catbus: nickm | 2008-01-14 14:03:29 -0500Nick Mathewson
Backport the parts of r13129 through r13133 that represent actual potential for bugs. svn:r13134
2008-01-10 r17562@catbus: nickm | 2008-01-10 13:11:25 -0500Nick Mathewson
Oops. Forgot to commit changelog for a couple of 0.1.2.x backports. svn:r13097
2008-01-08Backport: update documentation to match the new installers.Andrew Lewman
svn:r13069
2008-01-08update copyright in suse script.Andrew Lewman
svn:r13068
2008-01-08Backport: the new win32 installer has been through four releases,Andrew Lewman
consider it well tested. svn:r13066
2008-01-08Backport: the alpha installer for osx has been through four release,Andrew Lewman
consider it well tested. svn:r13065
2008-01-07 r17507@catbus: nickm | 2008-01-07 15:03:24 -0500Nick Mathewson
Backport r12341: If setting our rlimit to rlim_max or cap fails, fall back to OPEN_FILES if defiled. This makes Tor run on OSX 10.5, while allowing OSX to mend its ways in the future. svn:r13060
2008-01-07 r17505@catbus: nickm | 2008-01-07 14:51:37 -0500Nick Mathewson
Backport r12339 with fix in r12931: Work on platforms where rlim_t is wider than unsigned long. svn:r13059
2008-01-07 r17496@catbus: nickm | 2008-01-07 12:49:06 -0500Nick Mathewson
Backport: Consequence of fix for 539: when a client gets a 503 response with a nontrivial body, pretend it got a 200 response. This lets clients use information erroneously sent to them by old buggy servers. svn:r13055
2008-01-07If we were having problems getting a particular descriptor from theRoger Dingledine
directory caches, and then we learned about a new descriptor for that router, we weren't resetting our failure count. Reported by lodger. svn:r13047
2008-01-07bump stable to 0.1.2.18-dev; we should put out a 0.1.2.19 soon.Roger Dingledine
svn:r13046
2007-12-25fix a typo. thanks sjmurdoch.Andrew Lewman
svn:r12979
2007-12-23 r15650@tombo: nickm | 2007-12-23 13:29:07 -0500Nick Mathewson
mark a couple of patches as bakportable. svn:r12947
2007-12-20 r17275@catbus: nickm | 2007-12-20 01:15:04 -0500Nick Mathewson
Backport: Don't try to create the datadir when we are only verifying the configuration or hashing a password. Resolves bug 540. svn:r12885
2007-12-20 r17271@catbus: nickm | 2007-12-20 00:05:49 -0500Nick Mathewson
Backport: When we decide to send a 503 in response to a request for server descriptors, disable spooling so that we do not then send the descriptors anyway. Fixes bug 539. svn:r12883
2007-12-11 r17099@catbus: nickm | 2007-12-11 18:16:59 -0500Nick Mathewson
Backport part of 12767: make configure script work even on my current catbus install, even with weird headers. svn:r12773
2007-12-11 r17097@catbus: nickm | 2007-12-11 18:13:48 -0500Nick Mathewson
Move last changelog entry to 0.1.2.19; 0.1.2.18 is already out. svn:r12772
2007-12-11 r17095@catbus: nickm | 2007-12-11 18:11:13 -0500Nick Mathewson
Backport r12766: Patch from mwenge: fix consensus status lookup by nickname when nickname is a hexdigest. svn:r12770
2007-12-03backport r12658Roger Dingledine
svn:r12659
2007-12-01backport r12628Roger Dingledine
svn:r12629
2007-11-30backport r12459Roger Dingledine
svn:r12611