| Commit message (Expand) | Author | Age |
* | add DirBindAddress, parse the BindAddress's when you bind | Roger Dingledine | 2003-10-25 |
* | - 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-22 |
* | move closer to being able to reload config on HUP | Roger Dingledine | 2003-10-21 |
* | a skeletal print_usage() function | Roger Dingledine | 2003-10-20 |
* | log to stdout while parsing config, | Roger Dingledine | 2003-10-18 |
* | reload the fingerprints file on HUP | Roger Dingledine | 2003-10-17 |
* | 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-15 |
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
* | Refactor, rename, and clarify | Nick Mathewson | 2003-10-09 |
* | add in basic support for pidfiles | Roger Dingledine | 2003-10-08 |
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 |
* | 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-04 |
* | Add new cell fullness and bandwidth stats. | Nick Mathewson | 2003-10-02 |
* | 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-10-01 |
* | 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-30 |
* | bugfixes and features: closer to making dirserv work | Roger Dingledine | 2003-09-29 |
* | more cleanup and rearranging | Roger Dingledine | 2003-09-29 |
* | fix two new segfaults | Roger Dingledine | 2003-09-28 |
* | expand the scheduler to address SSL_read()'s pending bytes | Roger Dingledine | 2003-09-28 |
* | 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 | 2003-09-27 |
* | dirservers upload their descs now too | Roger Dingledine | 2003-09-26 |
* | Refactor common file code into util.c; add published to descriptors | Nick Mathewson | 2003-09-26 |
* | first pass: obey log convention | Roger Dingledine | 2003-09-26 |
* | various bugfixes and updates | Roger Dingledine | 2003-09-25 |
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |
* | cleanups, bugfixes, more verbose logs | Roger Dingledine | 2003-09-24 |
* | integrate assert_connection_ok() checks | Roger Dingledine | 2003-09-23 |
* | bugfixes and note missing features | Roger Dingledine | 2003-09-21 |
* | leave the socks handshake on the inbuf until it's complete | Roger Dingledine | 2003-09-18 |
* | add in directory 'post' support | Roger Dingledine | 2003-09-17 |
* | phase out non-tls handshake, now that tls is stable. | Roger Dingledine | 2003-09-16 |
* | bugfixes and refactorings | Roger Dingledine | 2003-09-16 |
* | bugfix: onion pending queue now works | Roger Dingledine | 2003-09-14 |