Age | Commit message (Collapse) | Author |
|
New --hush command-line option similar to --quiet. While --quiet disables all
logging to the console on startup, --hush limits the output to messages of
warning and error severity.
svn:r14222
|
|
oops. Note bug number in changelog.
svn:r14220
|
|
Stop reading torrc when all we want to do is --hash-password. Fix based on patch from Sebastian Hahn. Backport candidate.
svn:r14214
|
|
Free some static hashtables and the log mutex on exit. Backport candidate.
svn:r14212
|
|
Free authority certs on exit. Backport candidate.
svn:r14205
|
|
Start new address policies with refcount of 1, not 2. Backport candidate once tested more.
svn:r14204
|
|
Initialize logging before we log anything. Bugfix on 0.2.0.x-alpha.
svn:r14199
|
|
Add new stacklike, free-all-at-once memory allocation strategy. Use it when parsing directory information. This helps parsing speed, and may well help fragmentation some too. hidden-service-related stuff still uses the old tokenizing strategies.
svn:r14194
|
|
svn:r14181
|
|
Add some unit tests, particularly for AES counter mode.
svn:r14180
|
|
Use RAND_poll() again: the bug that made us stop using it has been fixed.
svn:r14150
|
|
Make --enable-gcc-warnings work under the recently released GCC 4.3.
svn:r14149
|
|
svn:r14118
|
|
Likely fix for bug 632: do not call start_reading on a placeholder connection.
svn:r14109
|
|
Fix the other lingering part of bug 617: make ClientDNSRejectInternalAddresses actually work.
svn:r14107
|
|
Detect errors from directory listing correctly on win32. Bug found by lodger.
svn:r14102
|
|
Forward-port bug 622 fix as diagnosed by lodger.
svn:r14096
|
|
some duplicate items.
svn:r14086
|
|
Fix policy-related crash bug found by lodger.
svn:r14077
|
|
svn:r14073
|
|
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
|
|
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
|
|
Downgrade "sslv3 alert handshake failure" message to info.
svn:r14057
|
|
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
|
|
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
|
|
svn:r14007
|
|
is being used as an array index)
svn:r14006
|
|
Oops, do a better fix for that.
svn:r14001
|
|
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
|
|
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
|
|
Request client certs when renegotiating on server-side. Spotted by lodger. Bugfix on 0.2.0.x.
svn:r13973
|
|
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
|
|
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
|
|
Implement domain-selection for logging. Source is documented; needs documentation in manpage (maybe). For now, see doxygen comment on parse_log_severity_config in log.c
svn:r13875
|
|
svn:r13808
|
|
Whoo. People diagnosed and fixed bug 616. See changelog for details. Bugfix on 0.2.0.20-rc.
svn:r13793
|
|
svn:r13778
|
|
Add better warnings for the error that produced bug 614, and downgrade from a tor_assert() to a tor_fragile_assert().
svn:r13752
|
|
svn:r13732
|
|
svn:r13715
|
|
Patch from mwenge: always willingly serve our own extrainfo from the controlport
svn:r13699
|
|
Patch from tup: use sizeof sockaddr_un as the size of a unix sockaddr. Fixes unix controlsocket binding on openbsd.
svn:r13697
|
|
authorities for their first directory fetch, even if their DirPort
is off or if they don't know they're reachable yet. This will help
them bootstrap better. Bugfix on 0.2.0.18-alpha; fixes bug 609.
svn:r13688
|
|
if it appears on the commandline. should help with bug 586.
svn:r13683
|
|
Fix a really stupid parthensis error noticed by mwenge.
svn:r13681
|
|
Add --passphrase-fd to tor-gencert.
svn:r13679
|
|
Enable v2 handshakes.
svn:r13666
|
|
Make autoconf autodetect -Wshorten-64-to-32 when --enable-gcc-warnings is given to the configure script.
svn:r13661
|
|
Do the last part of arma's fix for bug 437: Track the origin of every addrmap, and use this info so we can remove all the trackhostexits-originated mappings for a given exit.
svn:r13660
|
|
Change some of our log messages related to closed TLS connections in order to better reflect reality.
svn:r13657
|