Age | Commit message (Expand) | Author |
2003-12-06 | break routers.c into router.c for stuff the router does, | Roger Dingledine |
2003-12-05 | terminology shift: | Roger Dingledine |
2003-11-20 | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine |
2003-11-19 | make pidfile default to null rather than writing to your cwd | Roger Dingledine |
2003-11-19 | Separate failure-count tracking from circuit-launching. | Nick Mathewson |
2003-11-19 | Check that we can write to the logfile and log a warning to stderr if we can't | Peter Palfrader |
2003-11-18 | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine |
2003-11-18 | don't build too many circs at once | Roger Dingledine |
2003-11-17 | recognize in-progress circs and don't start redundant ones | Roger Dingledine |
2003-11-16 | change when circuits are built and expired | Roger Dingledine |
2003-11-16 | initial patches on patches | Roger Dingledine |
2003-11-13 | let getconfig survive repeated calls. now we call it again when we hup. | Roger Dingledine |
2003-11-13 | warn on startup that we don't provide anonymity | Roger Dingledine |
2003-10-25 | add DirBindAddress, parse the BindAddress's when you bind | Roger Dingledine |
2003-10-22 | - fixed a bug in the id switching code -- setgid has to happen before | Steven Hazel |
2003-10-22 | added User and Group options -- if you set them, tor will try to | Steven Hazel |
2003-10-21 | move closer to being able to reload config on HUP | Roger Dingledine |
2003-10-20 | a skeletal print_usage() function | Roger Dingledine |
2003-10-18 | log to stdout while parsing config, | Roger Dingledine |
2003-10-17 | reload the fingerprints file on HUP | Roger Dingledine |
2003-10-15 | closing stdout *should* be safe (we'll see) | Roger Dingledine |
2003-10-15 | Report delivery cell fullness correctly | Nick Mathewson |
2003-10-15 | clean up logging, allow user to specify log files | Roger Dingledine |
2003-10-15 | Make last commit build | Nick Mathewson |
2003-10-15 | Stop using stdout for non-debugging cases | Nick Mathewson |
2003-10-10 | change WARNING to WARN | Roger Dingledine |
2003-10-09 | Refactor, rename, and clarify | Nick Mathewson |
2003-10-08 | add in basic support for pidfiles | Roger Dingledine |
2003-10-08 | Update LICENSE and copyright dates. | Nick Mathewson |
2003-10-04 | refactor around connection_edge_send_command() | Roger Dingledine |
2003-10-04 | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine |
2003-10-04 | refactor so connection_write_to_buf() never fails | Roger Dingledine |
2003-10-04 | socks5 now works | Roger Dingledine |
2003-10-02 | Add new cell fullness and bandwidth stats. | Nick Mathewson |
2003-10-01 | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine |
2003-10-01 | rebuild directory before uploading | Nick Mathewson |
2003-10-01 | Move dirserv/routers code out of main.c | Nick Mathewson |
2003-09-30 | ORs post descriptors periodically too | Roger Dingledine |
2003-09-30 | Add "platform" to router descriptors. | Nick Mathewson |
2003-09-30 | fix the SSL_read() bug again. this time for sure! | Roger Dingledine |
2003-09-30 | Bugfixes in directory code: | Nick Mathewson |
2003-09-30 | move connection_array accessors from main.c to connection.c | Roger Dingledine |
2003-09-30 | getting closer to having dirserv working | Roger Dingledine |
2003-09-29 | bugfixes and features: closer to making dirserv work | Roger Dingledine |
2003-09-29 | more cleanup and rearranging | Roger Dingledine |
2003-09-28 | fix two new segfaults | Roger Dingledine |
2003-09-28 | expand the scheduler to address SSL_read()'s pending bytes | Roger Dingledine |
2003-09-27 | Write necessary backends for online directory generation. I think. | Nick Mathewson |
2003-09-27 | clean up receiver buckets; prepare for payloads in relay_end; note a few bugs | Roger Dingledine |
2003-09-27 | add Address config element, use it in descriptor | Roger Dingledine |