summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-17bump to 0.1.2.15; futz with changelog one last time.tor-0.1.2.15Roger Dingledine
svn:r10857
2007-07-17 r13798@catbus: nickm | 2007-07-17 11:26:08 -0400Nick Mathewson
Apparently r10346 is already backported svn:r10855
2007-07-17on further looking, r10835 doesn't need a backport. i think.Roger Dingledine
svn:r10850
2007-07-16 r13786@catbus: nickm | 2007-07-16 13:46:28 -0400Nick Mathewson
Backport a minimal fix for bug 455: strndup a NUL-terminated copy of each router descriptor before trying to parse it. If this slows us down a lot, we will need to reconsider, but it seems far safer than the more sophisticated stuff we are trying to do to fix 455 on trunk. svn:r10846
2007-07-16 r13767@catbus: nickm | 2007-07-16 10:52:47 -0400Nick Mathewson
Backport 10830: fix a small memory leak when rebuilding the router store. svn:r10841
2007-07-16remember to backport r10835Roger Dingledine
svn:r10836
2007-07-16backport r10832Roger Dingledine
svn:r10833
2007-07-15remember that we'll want to be backporting r10830Roger Dingledine
svn:r10831
2007-07-13clean up changelog; add two more backports we should do but not yetRoger Dingledine
svn:r10824
2007-07-12bump stable to 0.1.2.14-dev in preparation for releaseRoger Dingledine
svn:r10822
2007-07-12backport r10818: prevent streamid collisions on relay cellsRoger Dingledine
svn:r10819
2007-07-12 r13738@catbus: nickm | 2007-07-12 13:00:35 -0400Nick Mathewson
Backport r10730: Do not choose guard nodes that appear after any never-before-connected-to guard. svn:r10817
2007-07-12 r13737@catbus: nickm | 2007-07-12 12:57:30 -0400Nick Mathewson
Backport r10521: Fix a memory leak svn:r10816
2007-07-12 r13736@catbus: nickm | 2007-07-12 12:54:33 -0400Nick Mathewson
Backport r10493: weight guard selection by bandwidth svn:r10815
2007-07-12 r13734@catbus: nickm | 2007-07-12 12:50:39 -0400Nick Mathewson
Backport r10790: omit reasons from destroy cells from the circuit origin. svn:r10814
2007-07-12 r13732@catbus: nickm | 2007-07-12 12:35:06 -0400Nick Mathewson
Backport 10812: avoid roundoff-error-induced crash bugs when picking routers by bandwith. svn:r10813
2007-07-12 r13718@catbus: nickm | 2007-07-12 12:16:49 -0400Nick Mathewson
Backport r10760: fix possible buffer overrun in natd code used by old BSDs. svn:r10811
2007-07-12 r13717@catbus: nickm | 2007-07-12 12:14:20 -0400Nick Mathewson
Backport r10524: make it clear that LICENSE and AUTHORS are the license and authors for Tor only. svn:r10810
2007-07-12 r13716@catbus: nickm | 2007-07-12 12:12:45 -0400Nick Mathewson
Backport r10478: stop tearing down entire circuits just because the user asked for a nonexistent hidden service port. svn:r10809
2007-07-12 r13715@catbus: nickm | 2007-07-12 12:11:09 -0400Nick Mathewson
Partial backport of r10376, just in case it was important. svn:r10808
2007-07-12 r13714@catbus: nickm | 2007-07-12 12:08:35 -0400Nick Mathewson
Backport r10148: open cached-routers with FILE_SHARE_READ on win32. svn:r10807
2007-07-12 r13713@catbus: nickm | 2007-07-12 12:06:24 -0400Nick Mathewson
Sort entries in 0.1.2.15 changelog. svn:r10806
2007-07-12 r13712@catbus: nickm | 2007-07-12 12:03:30 -0400Nick Mathewson
Add a list of backportable patches for 0.1.2.x svn:r10805
2007-07-12 r13705@catbus: nickm | 2007-07-12 11:54:41 -0400Nick Mathewson
Backport r10643: fix solaris eventdns.c behavior: we must redefine _FILE_OFFSET_BITS *before* including sys/types. svn:r10804
2007-07-12 r13704@catbus: nickm | 2007-07-12 11:43:18 -0400Nick Mathewson
Backport r10566: build correctly when size_t is bigger than unsigned long svn:r10803
2007-07-12 r13703@catbus: nickm | 2007-07-12 11:41:38 -0400Nick Mathewson
Partial backport of r10563: desc_digest_map holds signed_descriptor_t, not routerinfo_t. svn:r10802
2007-07-12 r13702@catbus: nickm | 2007-07-12 11:35:51 -0400Nick Mathewson
Backport r10495: change an assert into a tor_assert(). svn:r10801
2007-07-12Backport r10799Peter Palfrader
svn:r10800
2007-07-07Backport r1075[2-4]: Fix a crash bug in directory authorities when we ↵Peter Palfrader
re-number the routerlist while inserting a new router. svn:r10755
2007-06-08 r13323@catbus: nickm | 2007-06-08 14:45:28 -0400Nick Mathewson
Backport r10537: bugfix: we were undercounting the number of authorities that recommended any given version by 1. svn:r10538
2007-05-30 r13088@catbus: nickm | 2007-05-30 01:11:38 -0400Nick Mathewson
Verbose output for hunting bug 404. svn:r10408
2007-05-30 r13086@catbus: nickm | 2007-05-30 01:08:30 -0400Nick Mathewson
Backport some debugging code; may slow stuff down; should get taken out by 0.1.2.15 if it shows up on profiles. svn:r10407
2007-05-30 r13082@catbus: nickm | 2007-05-30 00:53:20 -0400Nick Mathewson
Just in case we have one of the bugs that turned up in the alpha series, backport the patch to tolerate a null reason_phrase in our status line. svn:r10406
2007-05-30 r13081@catbus: nickm | 2007-05-30 00:45:34 -0400Nick Mathewson
Backport r10305; probably harmless; Set signed_descriptor_digest field in own descriptor correctly. svn:r10405
2007-05-27by "that's not ok", we actually meant "that's ok"Roger Dingledine
svn:r10360
2007-05-26 r12986@catbus: nickm | 2007-05-25 20:07:08 -0400Nick Mathewson
Try even harder not to dereference the first character after an mmap(). [Bug reported by lodger] svn:r10346
2007-05-25 r12981@catbus: nickm | 2007-05-25 19:23:12 -0400Nick Mathewson
Always default to "No threads" on net/openbsd in 0.1.2, even with eventdns, since apparently they have had no real testing up to this point, and 0.1.2.x is supposed to be stable. svn:r10344
2007-05-25and start a changelog based on r10340Roger Dingledine
svn:r10343
2007-05-25New upstream versionPeter Palfrader
svn:r10341
2007-05-25and backport r10339Roger Dingledine
darn it svn:r10340
2007-05-25last tweak to 0.1.2.14tor-0.1.2.14Roger Dingledine
svn:r10321
2007-05-24don't segfault when we're trying to build a testing circ to ourselvesRoger Dingledine
svn:r10318
2007-05-24bump to 0.1.2.14 since we're getting closeRoger Dingledine
svn:r10311
2007-05-24backport r10240 and r10242Roger Dingledine
svn:r10310
2007-05-24 r12928@catbus: nickm | 2007-05-24 13:23:07 -0400Nick Mathewson
Backport 10307: Warn when using a version of libevent before 1.3b to run a server on osx or bsd: these versions of libevent interact badly with userspace threads. svn:r10309
2007-05-24minimal backport of r10238Roger Dingledine
svn:r10302
2007-05-24 r12912@catbus: nickm | 2007-05-24 11:48:49 -0400Nick Mathewson
Backport minimal parts of r10192 (fix bugs found by Benedikt) and r10248 (handle lack of nul at end of mmap). svn:r10301
2007-05-23actually commit the file i changed:Roger Dingledine
new IP/port for moria1/moria2 svn:r10299
2007-05-23prepare for the 0.1.2.14 releaseRoger Dingledine
svn:r10298
2007-05-22 r12847@catbus: nickm | 2007-05-21 21:55:47 -0400Nick Mathewson
Backport r12842: Make stores get rebuild at the proper time, and note dropped bytes better. svn:r10246