summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-18 r18937@catbus: nickm | 2008-03-18 14:50:39 -0400Nick Mathewson
Fix the other lingering part of bug 617: make ClientDNSRejectInternalAddresses actually work. svn:r14107
2008-03-18 r18929@catbus: nickm | 2008-03-18 12:08:16 -0400Nick Mathewson
Detect errors from directory listing correctly on win32. Bug found by lodger. svn:r14102
2008-03-18 r18927@catbus: nickm | 2008-03-18 11:11:49 -0400Nick Mathewson
Combine common code in set_max_file_descriptors(): all that varies from platform to platform in the no-getrlimit() case is the connection limit and the platform name. svn:r14101
2008-03-18 r18923@catbus: nickm | 2008-03-18 11:01:22 -0400Nick Mathewson
Add missing typecasts to log message in set_max_file_descriptors to tell gcc everything is okay on windows. Fixes bug 630. svn:r14099
2008-03-18 r18919@catbus: nickm | 2008-03-18 10:53:38 -0400Nick Mathewson
Forward-port bug 622 fix as diagnosed by lodger. svn:r14096
2008-03-18 r18913@catbus: nickm | 2008-03-18 10:30:39 -0400Nick Mathewson
16, not 64. svn:r14094
2008-03-18point out another bug for nick. and if it's *not* a bug, that'sRoger Dingledine
stunning and i want to know why. :) svn:r14088
2008-03-18forward-port the 0.2.0.22-rc changelog entry, plus removeRoger Dingledine
some duplicate items. svn:r14086
2008-03-17 r18900@catbus: nickm | 2008-03-17 18:32:25 -0400Nick Mathewson
Fix tests and routerdesc behavior on trunk. svn:r14084
2008-03-17 r18896@catbus: nickm | 2008-03-17 16:10:54 -0400Nick Mathewson
Fix bug in earlier bugfix. Note stupidness of allowing NULL policies at all. Disallow empty exit policies in router descriptors. svn:r14082
2008-03-17 r18891@catbus: nickm | 2008-03-17 13:20:20 -0400Nick Mathewson
Patch from Sebastian Hahn: give an error message on "error replacing old router store." svn:r14080
2008-03-17 r18890@catbus: nickm | 2008-03-17 13:19:29 -0400Nick Mathewson
Clarify documentation for file_status a little svn:r14079
2008-03-17 r18880@catbus: nickm | 2008-03-17 12:51:24 -0400Nick Mathewson
Fix policy-related crash bug found by lodger. svn:r14077
2008-03-17And use 16k pages on ia64. Maybe this should be a configure thingPeter Palfrader
svn:r14073
2008-03-17 r18878@catbus: nickm | 2008-03-17 00:11:02 -0400Nick Mathewson
Clean up an overwide line. svn:r14072
2008-03-17 r18873@catbus: nickm | 2008-03-17 00:06:31 -0400Nick Mathewson
oops. guard status logging change had a bug. it is non-obvious how to make the code perfect atm; just make it work. svn:r14070
2008-03-17 r18872@catbus: nickm | 2008-03-16 23:56:48 -0400Nick Mathewson
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:r14069
2008-03-17 r18862@catbus: nickm | 2008-03-16 23:33:11 -0400Nick Mathewson
Part of fix for bug 617: allow connection_ap_handshake_attach_circuit() to mark connections, to avoid double-mark warnings. Note that this is an incomplete refactoring. svn:r14066
2008-03-17 r18861@catbus: nickm | 2008-03-16 23:22:56 -0400Nick Mathewson
Fix a couple of bugs in setting control log callback severity. svn:r14065
2008-03-17 r18859@catbus: nickm | 2008-03-16 22:52:52 -0400Nick Mathewson
Add proposal 132 from Robert Hogan. svn:r14061
2008-03-17 r18852@catbus: nickm | 2008-03-16 22:47:19 -0400Nick Mathewson
Downgrade "sslv3 alert handshake failure" message to info. svn:r14057
2008-03-17 r18850@catbus: nickm | 2008-03-16 22:35:38 -0400Nick Mathewson
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:r14056
2008-03-14Added a link to the v3 directory consensus on Weasel's server.Jacob Appelbaum
svn:r14020
2008-03-13I modified a zsh function that Weasel published in his dotfiles svn repo. ↵Jacob Appelbaum
It's now a small utility for taking a nickname and returning information about the node. It currently uses Weasel's directory v2 authority information. svn:r14017
2008-03-13 r18804@catbus: nickm | 2008-03-13 18:18:31 -0400Nick Mathewson
Refactor log domain mask code so that nobody outside of log.c has to use SEVERITY_MASK_IDX. It is error-prone. svn:r14016
2008-03-13 r18803@catbus: nickm | 2008-03-13 17:59:25 -0400Nick Mathewson
Fix behavior of switch_logs_debug() in trunk. Fixes bug 626. Bugfix on r13875. svn:r14015
2008-03-13add some todo items, remove oneRoger Dingledine
svn:r14014
2008-03-13 r18793@catbus: nickm | 2008-03-13 14:09:19 -0400Nick Mathewson
Add a malloc_good_size() implementation to OpenBSD_malloc_Linux.c. Also, make configure.in not use support functions for the platform malloc when we are not using the platform mallocs. svn:r14010
2008-03-13Add a changelog entry for rr14003/r14005Peter Palfrader
svn:r14007
2008-03-13Assert that severity in logv() is sane. Interesting effects otherwise (It ↵Peter Palfrader
is being used as an array index) svn:r14006
2008-03-13downgrade get_interface_address6 logging severity to LOG_DEBUG.Peter Palfrader
get_interface_address6() fails regardless of the allocator used, wever logging to the original severity of 0 causes an assert error only with the bsd allocator. weird. svn:r14005
2008-03-13 r18787@catbus: nickm | 2008-03-13 11:11:52 -0400Nick Mathewson
Make set-option functions return sensible error codes from an enum, not mysterious negative integers svn:r14004
2008-03-13Use proper log levels with get_interface_address6() calls so we do not die ↵Peter Palfrader
in an assert error because of invalid log levels. Should a failure here fail our test suite? svn:r14003
2008-03-13 r18783@catbus: nickm | 2008-03-13 11:06:45 -0400Nick Mathewson
Oops, do a better fix for that. svn:r14001
2008-03-13 r18781@catbus: nickm | 2008-03-13 11:00:51 -0400Nick Mathewson
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. svn:r14000
2008-03-13I wonder what the DISGARD service isPeter Palfrader
svn:r13999
2008-03-12Mention OpenBSD_malloc_Linux.c in debian/copyrightPeter Palfrader
svn:r13996
2008-03-11 r18753@catbus: nickm | 2008-03-11 14:56:39 -0400Nick Mathewson
Make some assert()s into tor_assert()s. Make some tor_assert()s called from logging into assert()s, and document why. svn:r13977
2008-03-11 r18751@catbus: nickm | 2008-03-11 14:22:43 -0400Nick Mathewson
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. Backport candidate. See comments in tortls.c for detailed implementation note. svn:r13975
2008-03-11 r18747@catbus: nickm | 2008-03-11 13:21:25 -0400Nick Mathewson
Request client certs when renegotiating on server-side. Spotted by lodger. Bugfix on 0.2.0.x. svn:r13973
2008-03-11Forward port patch 06_add_compile_time_defaults.Peter Palfrader
svn:r13972
2008-03-11Merge r13970: Build the debian package with openbsd mallocPeter Palfrader
svn:r13971
2008-03-11 r18730@catbus: nickm | 2008-03-11 00:47:04 -0400Nick Mathewson
Forward-port: Fix the SVK version detection logic to work right on a branch: tolerate multiple "copied from" tags and only look at the first. svn:r13959
2008-03-11 r18723@catbus: nickm | 2008-03-11 00:25:30 -0400Nick Mathewson
Fix bug spotted by mwenge: a server_event should not be a sever_event. Also, fix compile errors in config.c and control.c with --enable-gcc-warnings. svn:r13957
2008-03-11 r18722@catbus: nickm | 2008-03-10 14:59:56 -0400Nick Mathewson
Try to clarify draft vs needs-revision. svn:r13956
2008-03-10Promote xxx-verify-tor-usage.txt to proposal 131 (draft)Steven Murdoch
svn:r13955
2008-03-10Add document LOADCONF to TODOPeter Palfrader
svn:r13951
2008-03-10And appease the whitespace nazis among usPeter Palfrader
svn:r13950
2008-03-10Update todo, part I donePeter Palfrader
svn:r13949
2008-03-10Implement LOADCONF control commandPeter Palfrader
The LOADCONF control command allows posting a config file to Tor over the control interface. This config file is then loaded as if it had been read from disk. Sending a HUP signal to Tor will make it try to load its old config from disk again, thereby forgetting the config loaded with this command. svn:r13948