Age | Commit message (Expand) | Author |
2005-11-15 | Actually do not ship doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-un...debian-version-0.1.1.9-alpha-1 | Peter Palfrader |
2005-11-15 | New upstream version. | Peter Palfrader |
2005-11-15 | Verify that router fingerprint lines match identity keys. (We dont use them, ... | Nick Mathewson |
2005-11-15 | another case where the poor server operator doesn't need to | Roger Dingledine |
2005-11-15 | bump to 0.1.1.9-alpha-cvs | Roger Dingledine |
2005-11-15 | correct the timestamp on the changelog | Roger Dingledine |
2005-11-15 | Whitespace fix | Peter Palfrader |
2005-11-15 | add items to my TODO | Peter Palfrader |
2005-11-15 | Say that tor.default is a bash shell fragment now | Peter Palfrader |
2005-11-15 | Remove the EVENT_NOEPOLL block from etc/default/tor. | Peter Palfrader |
2005-11-15 | Use bin/bash for the init script instead of bin/sh. We are using ulimit -n | Peter Palfrader |
2005-11-15 | Also ship doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html} | Peter Palfrader |
2005-11-15 | make it even more clear that i didn't screw up the logictor-0.1.1.9-alpha | Roger Dingledine |
2005-11-15 | fix logic error: not unnamed is good. | Roger Dingledine |
2005-11-15 | Loops without an increment step can suck, even on windows. | Nick Mathewson |
2005-11-15 | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson |
2005-11-15 | bump to 0.1.1.9-alpha | Roger Dingledine |
2005-11-15 | last pieces of 0.1.1.9-alpha changelog | Roger Dingledine |
2005-11-14 | Hm; looks like the callback business was unnecessary, since DHparams_dup() co... | Nick Mathewson |
2005-11-14 | Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE. | Nick Mathewson |
2005-11-14 | Oops. It looks like there *was* an easy way to make openssl do what we wanted. | Nick Mathewson |
2005-11-14 | Fix number in error message | Nick Mathewson |
2005-11-14 | shorten more of the startup log messages | Roger Dingledine |
2005-11-14 | when a stream times out, provide less (but better) explanation | Roger Dingledine |
2005-11-13 | When logging via syslog, include the pid whenever we provide | Roger Dingledine |
2005-11-13 | cleanup and additions to 0.1.1.9-alpha changelog | Roger Dingledine |
2005-11-12 | confuse people less about what running a server means | Roger Dingledine |
2005-11-12 | remove some completed items | Roger Dingledine |
2005-11-12 | start to clean up and add to and rearrange the todo | Roger Dingledine |
2005-11-11 | We were refusing to start if you define SocksListenAddress | Roger Dingledine |
2005-11-11 | correct nick's comment | Roger Dingledine |
2005-11-11 | Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D... | Nick Mathewson |
2005-11-11 | speed up the lookup-by-circid-orconn now that it seems that | Roger Dingledine |
2005-11-11 | when we were cannibalizing a circuit with a particular exit | Roger Dingledine |
2005-11-11 | fix function comment | Roger Dingledine |
2005-11-11 | router twins are long gone from tor. take them out of the spec. | Roger Dingledine |
2005-11-11 | stop discouraging the old *BindAddress config options. we will | Roger Dingledine |
2005-11-11 | simplify a log entry | Roger Dingledine |
2005-11-11 | fix a harmless warn and mark two points where we should | Roger Dingledine |
2005-11-08 | If we stop knowing about a dirserver between request and answer, do not die. | Nick Mathewson |
2005-11-05 | Tor26's IP has changed to 86.59.21.38 | Peter Palfrader |
2005-11-05 | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson |
2005-11-04 | Fix bugs in routerlist_remove_old_cached_routers_with_id() | Nick Mathewson |
2005-11-04 | prevent duplicat mark-for-close | Nick Mathewson |
2005-11-01 | enable code to remove members of old_routers when it gets big. | Nick Mathewson |
2005-11-01 | fix a signed/unsigned warning | Nick Mathewson |
2005-11-01 | first cut at a changelog for 0.1.1.9-alpha | Roger Dingledine |
2005-11-01 | another impossible problem we should solve. | Roger Dingledine |
2005-11-01 | fix typo | Roger Dingledine |
2005-11-01 | using an unsigned int for something that requires at least 3 bytes | Roger Dingledine |