Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-15 | and start using the local copy of the stylesheet | Roger Dingledine | |
svn:r5397 | |||
2005-11-15 | and get it into the tarball | Roger Dingledine | |
svn:r5396 | |||
2005-11-15 | ship a copy of the stylesheet with the tor-doc-* | Roger Dingledine | |
svn:r5395 | |||
2005-11-15 | stop shipping tor-doc.html and .css in the tarball | Roger Dingledine | |
they're obsolete svn:r5394 | |||
2005-11-15 | start shipping tor-doc-unix.html tor-doc-server.html in the tarball | Roger Dingledine | |
svn:r5393 | |||
2005-11-15 | Actually do not ship ↵debian-version-0.1.1.9-alpha-1 | Peter Palfrader | |
doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html}, they are not in the tarball svn:r5391 | |||
2005-11-15 | New upstream version. | Peter Palfrader | |
svn:r5390 | |||
2005-11-15 | Verify that router fingerprint lines match identity keys. (We dont use them, ↵ | Nick Mathewson | |
but others might.) svn:r5389 | |||
2005-11-15 | another case where the poor server operator doesn't need to | Roger Dingledine | |
hear about lexi's bugs. svn:r5388 | |||
2005-11-15 | bump to 0.1.1.9-alpha-cvs | Roger Dingledine | |
svn:r5387 | |||
2005-11-15 | correct the timestamp on the changelog | Roger Dingledine | |
svn:r5385 | |||
2005-11-15 | Whitespace fix | Peter Palfrader | |
svn:r5384 | |||
2005-11-15 | add items to my TODO | Peter Palfrader | |
svn:r5383 | |||
2005-11-15 | Say that tor.default is a bash shell fragment now | Peter Palfrader | |
svn:r5382 | |||
2005-11-15 | Remove the EVENT_NOEPOLL block from etc/default/tor. | Peter Palfrader | |
Add an ARGS block to etc/default/tor as suggested in #338425. svn:r5381 | |||
2005-11-15 | Use bin/bash for the init script instead of bin/sh. We are using ulimit -n | Peter Palfrader | |
which is not POSIX (closes: #338797). svn:r5380 | |||
2005-11-15 | Also ship doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html} | Peter Palfrader | |
svn:r5379 | |||
2005-11-15 | make it even more clear that i didn't screw up the logictor-0.1.1.9-alpha | Roger Dingledine | |
svn:r5378 | |||
2005-11-15 | fix logic error: not unnamed is good. | Roger Dingledine | |
svn:r5377 | |||
2005-11-15 | Loops without an increment step can suck, even on windows. | Nick Mathewson | |
svn:r5376 | |||
2005-11-15 | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson | |
svn:r5375 | |||
2005-11-15 | bump to 0.1.1.9-alpha | Roger Dingledine | |
svn:r5374 | |||
2005-11-15 | last pieces of 0.1.1.9-alpha changelog | Roger Dingledine | |
svn:r5373 | |||
2005-11-14 | Hm; looks like the callback business was unnecessary, since DHparams_dup() ↵ | Nick Mathewson | |
copies dh->length. svn:r5372 | |||
2005-11-14 | Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE. | Nick Mathewson | |
svn:r5371 | |||
2005-11-14 | Oops. It looks like there *was* an easy way to make openssl do what we wanted. | Nick Mathewson | |
svn:r5370 | |||
2005-11-14 | Fix number in error message | Nick Mathewson | |
svn:r5369 | |||
2005-11-14 | shorten more of the startup log messages | Roger Dingledine | |
svn:r5368 | |||
2005-11-14 | when a stream times out, provide less (but better) explanation | Roger Dingledine | |
of what happened. don't bother printing the path, since i don't know of any person who has gotten anything useful out of that. svn:r5367 | |||
2005-11-13 | When logging via syslog, include the pid whenever we provide | Roger Dingledine | |
a log entry. Suggested by Todd Fries. svn:r5366 | |||
2005-11-13 | cleanup and additions to 0.1.1.9-alpha changelog | Roger Dingledine | |
svn:r5365 | |||
2005-11-12 | confuse people less about what running a server means | Roger Dingledine | |
svn:r5364 | |||
2005-11-12 | remove some completed items | Roger Dingledine | |
svn:r5363 | |||
2005-11-12 | start to clean up and add to and rearrange the todo | Roger Dingledine | |
svn:r5362 | |||
2005-11-11 | We were refusing to start if you define SocksListenAddress | Roger Dingledine | |
but define SocksPort to be 0. But this is a standard configuration! So don't fail. svn:r5361 | |||
2005-11-11 | correct nick's comment | Roger Dingledine | |
svn:r5360 | |||
2005-11-11 | Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for ↵ | Nick Mathewson | |
DH speed improvement: this wants auditing. [We have blessing from Ian on this.] (Note that DH in SSL is not yet affected.) svn:r5359 | |||
2005-11-11 | speed up the lookup-by-circid-orconn now that it seems that | Roger Dingledine | |
our code works. svn:r5358 | |||
2005-11-11 | when we were cannibalizing a circuit with a particular exit | Roger Dingledine | |
node in mind, we weren't checking to see if that exit node was already present earlier in the circuit. oops. svn:r5357 | |||
2005-11-11 | fix function comment | Roger Dingledine | |
svn:r5356 | |||
2005-11-11 | router twins are long gone from tor. take them out of the spec. | Roger Dingledine | |
also note two spec things that need more explanation. svn:r5355 | |||
2005-11-11 | stop discouraging the old *BindAddress config options. we will | Roger Dingledine | |
just confuse our users when they upgrade. svn:r5354 | |||
2005-11-11 | simplify a log entry | Roger Dingledine | |
svn:r5353 | |||
2005-11-11 | fix a harmless warn and mark two points where we should | Roger Dingledine | |
maybe change our approach. svn:r5352 | |||
2005-11-08 | If we stop knowing about a dirserver between request and answer, do not die. | Nick Mathewson | |
svn:r5351 | |||
2005-11-05 | Tor26's IP has changed to 86.59.21.38 | Peter Palfrader | |
svn:r5350 | |||
2005-11-05 | On directory servers, old_routers was wasting hundreds of bytes per ↵ | Nick Mathewson | |
superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. svn:r5349 | |||
2005-11-04 | Fix bugs in routerlist_remove_old_cached_routers_with_id() | Nick Mathewson | |
svn:r5348 | |||
2005-11-04 | prevent duplicat mark-for-close | Nick Mathewson | |
svn:r5347 | |||
2005-11-01 | enable code to remove members of old_routers when it gets big. | Nick Mathewson | |
svn:r5345 |