Commit Graph

7635 Commits

Author SHA1 Message Date
Nick Mathewson 8608e6823e Add an initial .gitignore to maint-0.1.2 2009-04-29 09:20:05 -04:00
Nick Mathewson 571974d02a Backport to 0.1.2.x: Never allow a circuit to be created with the same circid as a circuit that has been marked for close. May fix 779. Needs testing.
svn:r16464
2008-08-07 20:19:53 +00:00
Nick Mathewson a0404dad39 r16691@tombo: nickm | 2008-07-03 11:04:03 -0400
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-07-03 15:04:51 +00:00
Nick Mathewson 3403739969 Add instrumentation to the 0.1.2.x branch (disabled by default) to dump the 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-06-18 03:26:13 +00:00
Peter Palfrader 6573da7f00 * backport from 0.2.0.26-rc-1: Conflict with old libssls.
* 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-14 20:29:47 +00:00
Peter Palfrader a2164245c0 Work around fig2dev failing to build the images on all archs - backport from 0.2.0.22-rc-1 (re #457568).
svn:r14609
2008-05-14 13:01:20 +00:00
Roger Dingledine 2bed102003 Take lefkada out of the list of v2 directory authorities, since
it has been down for months.


svn:r14427
2008-04-23 17:36:46 +00:00
Roger Dingledine b306920af1 backport r14375
svn:r14376
2008-04-16 00:08:20 +00:00
Nick Mathewson 5cbc887573 r18931@catbus: nickm | 2008-03-18 12:08:44 -0400
Backport to 0.1.2: Detect errors from directory listing correctly on win32.  Bug found by lodger.


svn:r14104
2008-03-18 16:09:07 +00:00
Nick Mathewson 69198d0156 r14473@tombo: nickm | 2008-02-26 13:44:19 -0500
Rearrange TODO.012 items.


svn:r13742
2008-02-26 19:27:45 +00:00
Nick Mathewson 564028a07d r14472@tombo: nickm | 2008-02-26 13:44:08 -0500
Backport trivial fix for problem that kept nameserver errors from getting reported.


svn:r13741
2008-02-26 19:27:39 +00:00
Nick Mathewson c9c7f3c892 r14360@31-33-219: nickm | 2008-02-21 10:41:09 -0500
Note a couple of items for backport. in TODO.012, including a couple from arma.


svn:r13656
2008-02-21 15:41:14 +00:00
Roger Dingledine 2d7f7a6456 fix bug in r13469:
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-21 06:45:04 +00:00
Roger Dingledine c047d647e3 bump stable to 0.1.2.19-dev, so i can mess with it.
svn:r13629
2008-02-20 22:39:26 +00:00
Roger Dingledine f1b581bfac nick wants this one to compile too. geez.
svn:r13589
2008-02-19 22:08:44 +00:00
Nick Mathewson 352824d95f r18214@catbus: nickm | 2008-02-19 17:07:55 -0500
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-19 22:08:01 +00:00
Roger Dingledine a1e8cf5ccb backport r13583
svn:r13584
2008-02-19 21:38:27 +00:00
Nick Mathewson 839a8a8014 r14192@tombo: nickm | 2008-02-15 18:41:35 -0500
Note some items for backport.


svn:r13534
2008-02-15 23:41:40 +00:00
Roger Dingledine 27227679b4 backport r13488
svn:r13489
2008-02-13 07:25:27 +00:00
Nick Mathewson c3bd8d144c r18031@catbus: nickm | 2008-02-11 13:54:58 -0500
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-11 18:55:05 +00:00
Roger Dingledine 259d2f7207 backport r13442 and r13444
svn:r13445
2008-02-09 13:13:38 +00:00
Peter Palfrader 54d2258feb Copyright file update
svn:r13367
2008-02-03 20:53:52 +00:00
Peter Palfrader 6a7a064498 Backport from 0.2.0.18-alpha + 1: We now use the shipped images on mipsel and
sparc (in addition to s390) because fig2dev segfaults on those archs (re
#457568).


svn:r13359
2008-02-02 14:16:14 +00:00
Nick Mathewson 76ca012a3b r17856@catbus: nickm | 2008-01-30 18:45:36 -0500
Backport leak fixes from r13148.


svn:r13343
2008-01-30 23:46:02 +00:00
Nick Mathewson 2a9ba2e257 r17845@catbus: nickm | 2008-01-30 13:32:22 -0500
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-30 18:32:39 +00:00
Roger Dingledine 1ae9d27387 a blurb for 0.1.2.19, and put it in the release notes
svn:r13187
2008-01-19 17:56:14 +00:00
Peter Palfrader 23c72821e7 New upstream version
svn:r13164
2008-01-17 20:33:51 +00:00
Roger Dingledine fe4a6cd08e bump stable to 0.1.2.19
svn:r13158
2008-01-17 19:49:26 +00:00
Nick Mathewson 31473ee286 r17627@catbus: nickm | 2008-01-15 00:57:52 -0500
Backport the user-visible bugfixes from r13136.


svn:r13137
2008-01-15 05:57:55 +00:00
Nick Mathewson b7494ce8e9 r17621@catbus: nickm | 2008-01-14 14:03:29 -0500
Backport the parts of r13129 through r13133 that represent actual potential for bugs.


svn:r13134
2008-01-14 19:03:33 +00:00
Nick Mathewson 6d9816d9e9 r17562@catbus: nickm | 2008-01-10 13:11:25 -0500
Oops. Forgot to commit changelog for a couple of 0.1.2.x backports.


svn:r13097
2008-01-10 18:11:34 +00:00
Andrew Lewman bf6ef1bf00 Backport: update documentation to match the new installers.
svn:r13069
2008-01-08 01:58:36 +00:00
Andrew Lewman 24551dfc73 update copyright in suse script.
svn:r13068
2008-01-08 01:55:07 +00:00
Andrew Lewman 86bee1e461 Backport: the new win32 installer has been through four releases,
consider it well tested.


svn:r13066
2008-01-08 01:51:17 +00:00
Andrew Lewman 136c7482aa Backport: the alpha installer for osx has been through four release,
consider it well tested.


svn:r13065
2008-01-08 01:50:28 +00:00
Nick Mathewson a0eb902277 r17507@catbus: nickm | 2008-01-07 15:03:24 -0500
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 20:03:27 +00:00
Nick Mathewson 75299426d0 r17505@catbus: nickm | 2008-01-07 14:51:37 -0500
Backport r12339 with fix in r12931: Work on platforms where rlim_t is wider than unsigned long.


svn:r13059
2008-01-07 19:51:42 +00:00
Nick Mathewson ad7837d925 r17496@catbus: nickm | 2008-01-07 12:49:06 -0500
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-07 17:49:22 +00:00
Roger Dingledine 83ac50c2b2 If we were having problems getting a particular descriptor from the
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-07 08:43:52 +00:00
Roger Dingledine b5e04c92a9 bump stable to 0.1.2.18-dev; we should put out a 0.1.2.19 soon.
svn:r13046
2008-01-07 07:54:48 +00:00
Andrew Lewman b2362c352c fix a typo. thanks sjmurdoch.
svn:r12979
2007-12-25 19:03:23 +00:00
Nick Mathewson 77da84b70c r15650@tombo: nickm | 2007-12-23 13:29:07 -0500
mark a couple of patches as bakportable.


svn:r12947
2007-12-23 18:29:41 +00:00
Nick Mathewson c52cacb1a2 r17275@catbus: nickm | 2007-12-20 01:15:04 -0500
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 06:15:19 +00:00
Nick Mathewson 349e55e6cb r17271@catbus: nickm | 2007-12-20 00:05:49 -0500
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-20 05:09:53 +00:00
Nick Mathewson 5fe06d0f02 r17099@catbus: nickm | 2007-12-11 18:16:59 -0500
Backport part of 12767: make configure script work even on my current catbus install, even with weird headers.


svn:r12773
2007-12-11 23:21:44 +00:00
Nick Mathewson 8e5cb98b8f r17097@catbus: nickm | 2007-12-11 18:13:48 -0500
Move last changelog entry to 0.1.2.19; 0.1.2.18 is already out.


svn:r12772
2007-12-11 23:21:41 +00:00
Nick Mathewson 9a3597c418 r17095@catbus: nickm | 2007-12-11 18:11:13 -0500
Backport r12766: Patch from mwenge: fix consensus status lookup by nickname when nickname is a hexdigest.


svn:r12770
2007-12-11 23:17:06 +00:00
Roger Dingledine 1acfe321f8 backport r12658
svn:r12659
2007-12-03 22:47:18 +00:00
Roger Dingledine 47f011cac8 backport r12628
svn:r12629
2007-12-01 23:34:43 +00:00
Roger Dingledine 9df8eec60e backport r12459
svn:r12611
2007-11-30 07:49:49 +00:00