aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
...
* r18919@catbus: nickm | 2008-03-18 10:53:38 -0400Nick Mathewson2008-03-18
| | | | | | | Forward-port bug 622 fix as diagnosed by lodger. svn:r14096
* forward-port the 0.2.0.22-rc changelog entry, plus removeRoger Dingledine2008-03-18
| | | | | | | some duplicate items. svn:r14086
* r18880@catbus: nickm | 2008-03-17 12:51:24 -0400Nick Mathewson2008-03-17
| | | | | | | Fix policy-related crash bug found by lodger. svn:r14077
* And use 16k pages on ia64. Maybe this should be a configure thingPeter Palfrader2008-03-17
| | | | svn:r14073
* r18872@catbus: nickm | 2008-03-16 23:56:48 -0400Nick Mathewson2008-03-17
| | | | | | | 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
* r18862@catbus: nickm | 2008-03-16 23:33:11 -0400Nick Mathewson2008-03-17
| | | | | | | 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
* r18852@catbus: nickm | 2008-03-16 22:47:19 -0400Nick Mathewson2008-03-17
| | | | | | | Downgrade "sslv3 alert handshake failure" message to info. svn:r14057
* r18850@catbus: nickm | 2008-03-16 22:35:38 -0400Nick Mathewson2008-03-17
| | | | | | | 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
* r18793@catbus: nickm | 2008-03-13 14:09:19 -0400Nick Mathewson2008-03-13
| | | | | | | 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
* Add a changelog entry for rr14003/r14005Peter Palfrader2008-03-13
| | | | svn:r14007
* Assert that severity in logv() is sane. Interesting effects otherwise (It ↵Peter Palfrader2008-03-13
| | | | | | is being used as an array index) svn:r14006
* r18783@catbus: nickm | 2008-03-13 11:06:45 -0400Nick Mathewson2008-03-13
| | | | | | | Oops, do a better fix for that. svn:r14001
* r18781@catbus: nickm | 2008-03-13 11:00:51 -0400Nick Mathewson2008-03-13
| | | | | | | 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
* r18751@catbus: nickm | 2008-03-11 14:22:43 -0400Nick Mathewson2008-03-11
| | | | | | | 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
* r18747@catbus: nickm | 2008-03-11 13:21:25 -0400Nick Mathewson2008-03-11
| | | | | | | Request client certs when renegotiating on server-side. Spotted by lodger. Bugfix on 0.2.0.x. svn:r13973
* r18730@catbus: nickm | 2008-03-11 00:47:04 -0400Nick Mathewson2008-03-11
| | | | | | | 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
* r18723@catbus: nickm | 2008-03-11 00:25:30 -0400Nick Mathewson2008-03-11
| | | | | | | 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
* r18630@catbus: nickm | 2008-03-05 17:31:33 -0500Nick Mathewson2008-03-05
| | | | | | | 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
* forward-port r13799 and the 0.2.0.21-rc changelogRoger Dingledine2008-03-02
| | | | svn:r13808
* r18535@catbus: nickm | 2008-03-01 09:58:33 -0500Nick Mathewson2008-03-01
| | | | | | | Whoo. People diagnosed and fixed bug 616. See changelog for details. Bugfix on 0.2.0.20-rc. svn:r13793
* forward-port r13777Roger Dingledine2008-02-29
| | | | svn:r13778
* r18462@catbus: nickm | 2008-02-27 14:15:57 -0500Nick Mathewson2008-02-27
| | | | | | | Add better warnings for the error that produced bug 614, and downgrade from a tor_assert() to a tor_fragile_assert(). svn:r13752
* a blurb for 0.2.0.20-rcRoger Dingledine2008-02-26
| | | | svn:r13732
* bump to 0.2.0.20-rcRoger Dingledine2008-02-25
| | | | svn:r13715
* r14421@tombo: nickm | 2008-02-24 17:05:18 -0500Nick Mathewson2008-02-24
| | | | | | | Patch from mwenge: always willingly serve our own extrainfo from the controlport svn:r13699
* r14419@tombo: nickm | 2008-02-24 16:55:11 -0500Nick Mathewson2008-02-24
| | | | | | | Patch from tup: use sizeof sockaddr_un as the size of a unix sockaddr. Fixes unix controlsocket binding on openbsd. svn:r13697
* Servers that don't know their own IP address should go to theRoger Dingledine2008-02-23
| | | | | | | | | 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
* Make "HashedControlPassword" an alias for "__HashedControlSessionPassword"Roger Dingledine2008-02-22
| | | | | | | if it appears on the commandline. should help with bug 586. svn:r13683
* r14401@tombo: nickm | 2008-02-22 15:33:42 -0500Nick Mathewson2008-02-22
| | | | | | | Fix a really stupid parthensis error noticed by mwenge. svn:r13681
* r14396@tombo: nickm | 2008-02-22 14:07:37 -0500Nick Mathewson2008-02-22
| | | | | | | Add --passphrase-fd to tor-gencert. svn:r13679
* r14379@tombo: nickm | 2008-02-21 17:14:24 -0500Nick Mathewson2008-02-21
| | | | | | | Enable v2 handshakes. svn:r13666
* r18347@catbus: nickm | 2008-02-21 15:54:40 -0500Nick Mathewson2008-02-21
| | | | | | | Make autoconf autodetect -Wshorten-64-to-32 when --enable-gcc-warnings is given to the configure script. svn:r13661
* r18345@catbus: nickm | 2008-02-21 13:45:04 -0500Nick Mathewson2008-02-21
| | | | | | | 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
* r14362@31-33-219: nickm | 2008-02-21 11:01:10 -0500Nick Mathewson2008-02-21
| | | | | | | Change some of our log messages related to closed TLS connections in order to better reflect reality. svn:r13657
* r14357@31-33-219: nickm | 2008-02-21 10:39:11 -0500Nick Mathewson2008-02-21
| | | | | | | Fix bug-handling code for unhandled write errors, so that it does not try to flush any data on the failed connection. Bugfix on 0.1.2.x. svn:r13655
* Even though the man page said that "TrackHostExits ." shouldRoger Dingledine2008-02-21
| | | | | | | work, nobody had ever implemented it. Bugfix on 0.1.0.x. svn:r13647
* Change the behavior of "getinfo status/good-server-descriptor"Roger Dingledine2008-02-21
| | | | | | | so it doesn't return failure when any authority disappears. svn:r13645
* If we're trying to flush the last bytes on a connection (forRoger Dingledine2008-02-21
| | | | | | | | | example, when answering a directory request), reset the time-to-give-up timeout every time we manage to write something on the socket. Bugfix on 0.1.2.x. svn:r13643
* r18291@catbus: nickm | 2008-02-20 22:35:32 -0500Nick Mathewson2008-02-21
| | | | | | | Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry. svn:r13638
* r18288@catbus: nickm | 2008-02-20 21:18:38 -0500Nick Mathewson2008-02-21
| | | | | | | Recover from bad tracked-since value in mtbf history file. This may finally close bug 537. svn:r13636
* r18286@catbus: nickm | 2008-02-20 21:10:33 -0500Nick Mathewson2008-02-21
| | | | | | | Fix a bug that kept buf_find_string_offset from finding a string at the very end of the buffer. Add a unit test for this. Also, do not save a pointer to a chunk that might get reallocated by buf_pullup(). svn:r13635
* r18277@catbus: nickm | 2008-02-20 18:28:45 -0500Nick Mathewson2008-02-20
| | | | | | | Fix spelling svn:r13631
* r18272@catbus: nickm | 2008-02-20 18:20:33 -0500Nick Mathewson2008-02-20
| | | | | | | add a flag to suppress overwriting the certificates file with new certificates, so we do not overwrite all certs when starting as an authority. svn:r13630
* r18269@catbus: nickm | 2008-02-20 17:28:24 -0500Nick Mathewson2008-02-20
| | | | | | | Apply patch from Sebastian Hahn: stop imposing an arbitrary maximum on the number of file descriptors used for busy servers. Bug reported by Olaf Selke. svn:r13626
* r18264@catbus: nickm | 2008-02-20 12:48:21 -0500Nick Mathewson2008-02-20
| | | | | | | fix bufs in buf_pos_t implementation. svn:r13623
* We were comparing the raw BridgePassword entry with a base64'edRoger Dingledine2008-02-20
| | | | | | | | version of it, when handling a "/tor/networkstatus-bridges" directory request. Now compare correctly. Noticed by Veracode. svn:r13609
* r18226@catbus: nickm | 2008-02-19 18:01:01 -0500Nick Mathewson2008-02-19
| | | | | | | Brown-paper-bag time. We were failing to count all the sockets from accept(). svn:r13595
* r18218@catbus: nickm | 2008-02-19 17:27:40 -0500Nick Mathewson2008-02-19
| | | | | | | When SafeLogging is off, have TLS errors and messages logged with their associated addresses. svn:r13591
* r18208@catbus: nickm | 2008-02-19 17:02:30 -0500Nick Mathewson2008-02-19
| | | | | | | 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. Backport candidate. svn:r13587
* maybe it should compile too.Roger Dingledine2008-02-19
| | | | svn:r13585