summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2007-11-11forward-port the 0.1.2.18 entriesRoger Dingledine
svn:r12465
2007-11-10We weren't actually including the src/config/fallback-consensusRoger Dingledine
file in the tarball. Reported by phobos. svn:r12462
2007-11-10Exit policies now reject connections that are addressed to aRoger Dingledine
relay's public (external) IP address too, unless ExitPolicyRejectPrivate is turned off. We do this because too many relays are running nearby to services that trust them based on network address. svn:r12459
2007-11-10prepare for 0.2.0.10-alpha-devRoger Dingledine
svn:r12458
2007-11-10bump to 0.2.0.10-alphator-0.2.0.10-alphaRoger Dingledine
svn:r12455
2007-11-10rescue r12440's changelog entry from a dusty cornerRoger Dingledine
of the 0.2.0.9-alpha release notes. svn:r12454
2007-11-10start to fix up the changelogRoger Dingledine
svn:r12453
2007-11-08 r16582@catbus: nickm | 2007-11-08 13:14:16 -0500Nick Mathewson
Try to bulletproof the parse logic for router-stability. svn:r12441
2007-11-08 r16573@catbus: nickm | 2007-11-08 11:57:16 -0500Nick Mathewson
Mess with the formula for the Guard flag again. Now it requires that you be in the most familiar 7/8 of nodes, and have above median wfu for that 7/8th. See spec for details. Also, log thresholds better. svn:r12440
2007-11-08 r16569@catbus: nickm | 2007-11-08 10:51:11 -0500Nick Mathewson
More log messages about certificate downloads; try to track down bug 546.2 svn:r12436
2007-11-08Don't stop fetching descriptors when FetchUselessDescriptors isRoger Dingledine
set, even if we stop asking for circuits. Bugfix on 0.1.2.x; reported by tup and ioerror. svn:r12430
2007-11-07 r16550@catbus: nickm | 2007-11-07 16:50:02 -0500Nick Mathewson
"And $499 for knowing where to hit it." Fix bug 546. svn:r12425
2007-11-07 r16548@catbus: nickm | 2007-11-07 16:25:36 -0500Nick Mathewson
Tidy a ChangeLog entry svn:r12424
2007-11-07Set up ides (run by Mike Perry) as the third v3 directory authority.Roger Dingledine
svn:r12423
2007-11-07start to muck with the 0.2.0.10-alpha changelogRoger Dingledine
svn:r12421
2007-11-07 r16523@catbus: nickm | 2007-11-07 11:35:49 -0500Nick Mathewson
Improve "tls error. breaking" message a little. svn:r12411
2007-11-07 r16518@catbus: nickm | 2007-11-07 10:18:31 -0500Nick Mathewson
First attempt at fixing bug 543. Needs testing. Too slow. svn:r12408
2007-11-06 r16462@catbus: nickm | 2007-11-06 14:40:58 -0500Nick Mathewson
Fix bug 544: do not allow buckets to overflow. Backportable. svn:r12400
2007-11-06 r16459@catbus: nickm | 2007-11-06 13:26:11 -0500Nick Mathewson
Fix "0 request for 0 router" message. svn:r12399
2007-11-04add the other v3 dir bugfixes. my bridge is now workingRoger Dingledine
again even when my datadir starts empty. phew. svn:r12372
2007-11-04 r14700@tombo: nickm | 2007-11-03 22:29:21 -0400Nick Mathewson
Fix sign error in networkstatus_note_certs_arrived(). svn:r12371
2007-11-04If bridge users set UpdateBridgesFromAuthority, but the digestRoger Dingledine
they ask for is a 404 from the bridge authority, they now fall back to trying the bridge directly. svn:r12368
2007-11-03Raise the default BandwidthRate/BandwidthBurst to 5MB/10MB, toRoger Dingledine
accommodate the growing number of servers that use the default and are reaching it. svn:r12364
2007-11-03cleanups in the changelog, plus ask nickm a questionRoger Dingledine
svn:r12363
2007-11-03Stop leaking conn->nickname every time we make a connection to aRoger Dingledine
Tor relay without knowing its expected identity digest (e.g. when using bridges). Bugfix on 0.2.0.3-alpha. svn:r12355
2007-11-02 r14652@tombo: nickm | 2007-11-02 12:02:13 -0400Nick Mathewson
If setting our rlimit to rlim_max or cap fails, fall back to OPEN_FILES if defiled. This makes Tor run on OSX 10.5, while allowing OSX to mend its ways in the future. svn:r12341
2007-11-02 r14647@tombo: nickm | 2007-11-02 10:48:37 -0400Nick Mathewson
Use rlim_t instead of unsigned long to manipulate rlimit values. svn:r12339
2007-11-02 r14631@tombo: nickm | 2007-11-02 00:18:17 -0400Nick Mathewson
Better log messages for "not enough to build a circuit" message. svn:r12324
2007-11-01 r16326@catbus: nickm | 2007-11-01 00:56:45 -0400Nick Mathewson
As an authority, send back an X-Descriptor-Not-New header when we accept but do not store a descriptor. Partial implementation of fix for bug 535. svn:r12310
2007-11-01 r16322@catbus: nickm | 2007-11-01 00:26:15 -0400Nick Mathewson
Implement --quiet. svn:r12306
2007-11-01 r16320@catbus: nickm | 2007-11-01 00:11:20 -0400Nick Mathewson
Learn new addresses for authorities from their certificates. svn:r12305
2007-11-01 r16316@catbus: nickm | 2007-10-31 23:52:32 -0400Nick Mathewson
Changelog for 114 stuff. svn:r12303
2007-10-30 r16279@catbus: nickm | 2007-10-30 11:14:29 -0400Nick Mathewson
Improved skew reporting: "You are 365 days in the duture" is more useful than "You are 525600 minutes in the future". Also, when we get something that proves we are at least an hour in the past, tell the controller "CLOCK_SKEW MIN_SKEW=-3600" rather than just "CLOCK_SKEW" svn:r12283
2007-10-30 r16278@catbus: nickm | 2007-10-30 09:46:28 -0400Nick Mathewson
Accept future networkstatus documents, but warn about skew when we get them. svn:r12282
2007-10-29 r16269@catbus: nickm | 2007-10-29 15:41:16 -0400Nick Mathewson
Apply linux-tor-prio.sh patch from Marco B by way of Mike. svn:r12274
2007-10-29 r16263@catbus: nickm | 2007-10-29 15:08:17 -0400Nick Mathewson
Tidy last patch a bit. svn:r12273
2007-10-28 r16248@catbus: nickm | 2007-10-28 19:42:14 -0400Nick Mathewson
Do not count a server as having any WFU until we have known about it for 18 hours (weighted). svn:r12261
2007-10-28 r16247@catbus: nickm | 2007-10-28 19:38:00 -0400Nick Mathewson
Add changelog for last entry svn:r12260
2007-10-28 r16242@catbus: nickm | 2007-10-28 16:28:13 -0400Nick Mathewson
Implement if-modified-since for consensus networkstatuses so that we do not download duplicates needlessly. svn:r12258
2007-10-28 r16237@catbus: nickm | 2007-10-28 15:45:25 -0400Nick Mathewson
Tidy v2 hidden service descriptor format code: fix memory leaks, fix reference problems, note magic numbers, note questions, remove redundant checks, remove a possible stack smashing bug when encoding a descriptor with no protocols supported. svn:r12255
2007-10-28Separate "SOCKS_COMMAND_CONNECT_DIR" into two flags inRoger Dingledine
edge_connection_t: want_onehop if it must attach to a circuit with only one hop (e.g. for the current tunnelled connections that use begin_dir), and use_begindir if we mean to use a BEGIN_DIR relay command to establish the stream rather than the normal BEGIN. Now we can make anonymized begin_dir connections for (e.g.) more secure hidden service posting and fetching. svn:r12244
2007-10-27we need to send nick to the chalkboard to type 'un' 1000 times:Roger Dingledine
Stop servers from crashing if they set a Family option (or maybe in other situations too). Bugfix on 0.2.0.9-alpha; reported by Fabian Keil. svn:r12235
2007-10-27put the 0.2.0.9-alpha blurb into the changelogRoger Dingledine
svn:r12234
2007-10-26 r16195@catbus: nickm | 2007-10-26 18:48:52 -0400Nick Mathewson
base "Guard" flag on WFU rather than MTBF. Note an issue in the TODO. Roger: thoughts? svn:r12219
2007-10-26 r16194@catbus: nickm | 2007-10-26 18:37:02 -0400Nick Mathewson
Keep circuitless TLS connections open for 1.5 x MaxCircuitDirtiness: this ensures that we don't thrash closing and repoening connections to our guards. svn:r12218
2007-10-26 r16174@catbus: nickm | 2007-10-26 10:55:26 -0400Nick Mathewson
Better log on vote from unknown authority. Make get_by_v3_authority_id retrun only v3 authorities. svn:r12203
2007-10-25 r16159@catbus: nickm | 2007-10-25 12:53:38 -0400Nick Mathewson
Drop support for OpenSSL 0.9.6. svn:r12191
2007-10-25 r16157@catbus: nickm | 2007-10-25 10:36:34 -0400Nick Mathewson
Free v2_network_status_map on exit. svn:r12189
2007-10-25 r16154@catbus: nickm | 2007-10-25 10:29:47 -0400Nick Mathewson
Fix more memory leaks, with help from dmalloc. svn:r12188
2007-10-25 r16153@catbus: nickm | 2007-10-25 10:21:42 -0400Nick Mathewson
do not set authority cert bodies twice: fixes memory leak bug 536. svn:r12187