summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-24Fix RelayBandwidthRate descriptiontor-0.2.0.23-rcPeter Palfrader
svn:r14171
2008-03-24prepare for a 0.2.0.23-rc release today.Roger Dingledine
svn:r14169
2008-03-24backport r14162-r14164Roger Dingledine
svn:r14167
2008-03-21Update torbutton version.Andrew Lewman
svn:r14148
2008-03-19Add a recommends on logrotate.Peter Palfrader
svn:r14131
2008-03-19backport from trunk: Mention OpenBSD_malloc_Linux.c in debian/copyright.Peter Palfrader
svn:r14125
2008-03-19New upstream versionPeter Palfrader
svn:r14123
2008-03-19it's not openbsd without the open.Andrew Lewman
svn:r14120
2008-03-19enable-bsd-malloc by default.Andrew Lewman
svn:r14119
2008-03-18touch up the comment tootor-0.2.0.22-rcRoger Dingledine
svn:r14115
2008-03-18Stop using encrypted dir connections for direct dir requests when you'reRoger Dingledine
acting like a dir mirror. This should reduce load on the directory authorities, and also will remove the ugly "We just marked ourself as down" warnings my authorities keep getting. svn:r14114
2008-03-18an elaborate no-op. i hope.Roger Dingledine
svn:r14113
2008-03-18update the changelog. real close now.Roger Dingledine
svn:r14111
2008-03-18 r18942@catbus: nickm | 2008-03-18 15:00:09 -0400Nick Mathewson
Backport: Likely fix for bug 632: do not call start_reading on a placeholder connection. svn:r14110
2008-03-18 r18938@catbus: nickm | 2008-03-18 14:51:30 -0400Nick Mathewson
Backport: Fix the other lingering part of bug 617: make ClientDNSRejectInternalAddresses actually work. svn:r14108
2008-03-18 r18930@catbus: nickm | 2008-03-18 12:08:28 -0400Nick Mathewson
Backport to 0.2.0: Detect errors from directory listing correctly on win32. Bug found by lodger. svn:r14103
2008-03-18 r18924@catbus: nickm | 2008-03-18 11:01:32 -0400Nick Mathewson
Backport: Add missing typecasts to log message in set_max_file_descriptors to tell gcc everything is okay on windows. Fixes bug 630. svn:r14100
2008-03-18 r18918@catbus: nickm | 2008-03-18 10:52:58 -0400Nick Mathewson
Make changelog more accurate svn:r14098
2008-03-18 r18917@catbus: nickm | 2008-03-18 10:51:42 -0400Nick Mathewson
Add changelog for bugfix for 622 that accidentally got included in last commit: add fix for possible cause of bug 622, diagnosed by lodger. svn:r14097
2008-03-18 r18915@catbus: nickm | 2008-03-18 10:48:18 -0400Nick Mathewson
Fix unittests and router generation behavior on 0.2.0 branch. backport of r14084. fixes bug 631. svn:r14095
2008-03-18bump to 0.2.0.22-rcRoger Dingledine
svn:r14085
2008-03-17 r18898@catbus: nickm | 2008-03-17 16:25:58 -0400Nick Mathewson
Partial backport: Fix bug in earlier bugfix. Disallow empty exit policies in router descriptors. svn:r14083
2008-03-17 r18892@catbus: nickm | 2008-03-17 13:21:04 -0400Nick Mathewson
Backport: Patch from Sebastian Hahn: give an error message on "error replacing old router store." svn:r14081
2008-03-17 r18881@catbus: nickm | 2008-03-17 12:51:33 -0400Nick Mathewson
Backport: Fix policy-related crash bug found by lodger. svn:r14078
2008-03-17backport: And use 16k pages on ia64.Peter Palfrader
svn:r14074
2008-03-17 r18874@catbus: nickm | 2008-03-17 00:07:41 -0400Nick Mathewson
Backport: Only dump all guard node status to the log when the guard node status actually changes. Downgrade the 4 most common remaining INFO log messages to DEBUG. svn:r14071
2008-03-17rearrange changelog a bitRoger Dingledine
svn:r14068
2008-03-17 r18863@catbus: nickm | 2008-03-16 23:37:39 -0400Nick Mathewson
{in 0.2.0} Part of fix for bug 617: do not mark-for-close on invalid .in-addr.arpa DNSPort request, since it would be a duplicate mark. svn:r14067
2008-03-17 r18853@catbus: nickm | 2008-03-16 22:47:25 -0400Nick Mathewson
Backport: Downgrade "sslv3 alert handshake failure" message to info. svn:r14060
2008-03-17 r18851@catbus: nickm | 2008-03-16 22:35:48 -0400Nick Mathewson
Backport to 0.2.0 branch: Use 8k pages in openbsd malloc code on alpha. Bug and solution found by weasel. Also, when initializing openbsd malloc code, check that compiled page size matches output of getpagesize(). svn:r14059
2008-03-17 r18848@catbus: nickm | 2008-03-16 22:26:44 -0400Nick Mathewson
Partial backport of r14010: When using a nonstandard malloc, do not check the regular libc for malloc_good_size, malloc_usable_size, or mallinfo. svn:r14058
2008-03-13backport: Use proper log levels in the testsuite call of ↵Peter Palfrader
get_interface_address6(). svn:r14009
2008-03-13backport: Logging functions now check that the passed severity is sane.Peter Palfrader
svn:r14008
2008-03-13 r18785@catbus: nickm | 2008-03-13 11:07:18 -0400Nick Mathewson
Backport: Have OpenBSD_malloc_Linux.c use SIZE_T_MAX from torint.h, instead of checking cpu macros. There is always one more cpu you havent checked for. fixes bug 625. svn:r14002
2008-03-11 r18760@catbus: nickm | 2008-03-11 19:51:08 -0400Nick Mathewson
Backport: Fix for bug 614: always look at the network BIO for the SSL object, not at the buffering BIO (if one exists because we are renegotiating or something). Bugfix on 0.1.2.x, oddly enough, though it should be impossible to trigger the problem there. See comments in tortls.c for detailed implementation note. svn:r13982
2008-03-11 r18748@catbus: nickm | 2008-03-11 13:21:33 -0400Nick Mathewson
Backport: Request client certs when renegotiating on server-side. Spotted by lodger. Bugfix on 0.2.0.x. svn:r13974
2008-03-11Build the debian package with openbsd malloc.Peter Palfrader
Build with --enable-openbsd-malloc, unless no-enable-openbsd-malloc is found in DEB_BUILD_OPTIONS. Hopefully this deals with some of the horrible memory fragmentation that glibc's malloc causes. svn:r13970
2008-03-11 r18729@catbus: nickm | 2008-03-11 00:44:53 -0400Nick Mathewson
Fix the SVK version detection logic to work right on a branch: tolerate multiple "copied from" tags and only look at the first. svn:r13960
2008-03-11 r18725@catbus: nickm | 2008-03-11 00:29:57 -0400Nick Mathewson
Backport to 0.2.0.x branch: Fix bug spotted by mwenge: a server_event should not be a sever_event. Not backporting to 0.1.2.x. svn:r13958
2008-03-10Enable encrypted directory connections by default, so censorRoger Dingledine
tools that block Tor directory connections based on their plaintext patterns will no longer work. This means Tor works in certain censored countries by default again. svn:r13934
2008-03-10If we set RelayBandwidthRate and RelayBandwidthBurst very high butRoger Dingledine
left BandwidthRate and BandwidthBurst at the default, we would be silently limited by those defaults. Now raise them to match the RelayBandwidth* values. svn:r13926
2008-03-05 r18634@catbus: nickm | 2008-03-05 17:39:44 -0500Nick Mathewson
Backport: Patch from karsten: proper error message from tor-gencert when no argument is given to --passphrase-fd svn:r13877
2008-03-05Merge r13870: Work around fig2dev failing to build the images on all archsPeter Palfrader
svn:r13871
2008-03-05get the 'external constraints' section out of the 0.2.0 todo file,Roger Dingledine
so people don't accidentally believe the wrong one. svn:r13865
2008-03-03New upstream versionPeter Palfrader
svn:r13822
2008-03-03Fix broken quoting in init scriptPeter Palfrader
svn:r13820
2008-03-03Merge r13787 and r13788 into 0.2.0.x branch.Peter Palfrader
r13787: Move config check to its own function r13788: Run --verify-config before start/reload/restart as root. svn:r13818
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