| Commit message (Expand) | Author | Age |
* | better warn message for the Content-Length attack | Roger Dingledine | 2004-10-14 |
* | Try to always dtrt if routerlist==NULL | Nick Mathewson | 2004-10-14 |
* | Build without warnings on mac gcc 3.3 | Nick Mathewson | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson | 2004-10-14 |
* | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson | 2004-10-12 |
* | bugfix on my friday commit: make hidden services work again in cvs | Roger Dingledine | 2004-10-12 |
* | interim commit for http proxy support | Roger Dingledine | 2004-10-08 |
* | Only check versions against downloaded directories, not cached directories. | Nick Mathewson | 2004-10-03 |
* | Decode Content-Encoding header correctly. | Nick Mathewson | 2004-10-01 |
* | prefer tor_free to free | Roger Dingledine | 2004-09-29 |
* | ha ha, thought the bugs were done | Roger Dingledine | 2004-09-29 |
* | the tor clients in cvs can't speak to the current tor authdirservers for | Roger Dingledine | 2004-09-28 |
* | put my fenceposts back in valid memory space | Roger Dingledine | 2004-09-27 |
* | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine | 2004-09-27 |
* | post descriptors to 0.0.8 authdirservers the old way, to make the | Roger Dingledine | 2004-09-27 |
* | clients ask 0.0.9-and-later dirservers for a compressed dir | Roger Dingledine | 2004-09-27 |
* | cleanup: use strcmpstart() in more places | Roger Dingledine | 2004-09-23 |
* | clean up/bugfix deflate logic and log messages | Nick Mathewson | 2004-09-21 |
* | Flush more changes from sandbox | Nick Mathewson | 2004-09-08 |
* | Keep a deflated version of each directory so we can deliver it when requested | Nick Mathewson | 2004-09-02 |
* | Check for time skew on http headers; report date in response to "GET /". | Nick Mathewson | 2004-08-15 |
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson | 2004-08-07 |
* | (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv... | Nick Mathewson | 2004-08-06 |
* | Hack: Include date with successful directory GETs. | Nick Mathewson | 2004-08-04 |
* | stop using atexit() to remove our pid, since it's called | Roger Dingledine | 2004-07-22 |
* | caching dirservers don't handle posts, running-routers, or rend descs | Roger Dingledine | 2004-07-21 |
* | add a new advertised_server_mode() to distinguish ORs that | Roger Dingledine | 2004-07-21 |
* | clients can now pick non-authdirservers for fetching directories. | Roger Dingledine | 2004-07-20 |
* | break connection_dir_client_finished_reading() into its own function | Roger Dingledine | 2004-07-20 |
* | why does gcc not warn me about this at all? that's evil. | Roger Dingledine | 2004-07-12 |
* | tor now tolerates down dirservers better | Roger Dingledine | 2004-07-12 |
* | More digest/nickname fixes | Nick Mathewson | 2004-07-02 |
* | Track routers by hash of identity key; use hex hash of identity key in place ... | Nick Mathewson | 2004-07-01 |
* | cleanups on 008pre1 items | Roger Dingledine | 2004-06-30 |
* | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson | 2004-06-25 |
* | router->is_trusted_dir implies router->dir_port>0 | Roger Dingledine | 2004-06-16 |
* | Check directory signatures based on name of signer, not on whom we got the di... | Nick Mathewson | 2004-06-02 |
* | crank up some of our constants, for better scalability | Roger Dingledine | 2004-06-02 |
* | Make directory functions update routerlist, not replace it. Add notion of OR... | Nick Mathewson | 2004-05-17 |
* | clean up directory.c API | Roger Dingledine | 2004-05-12 |
* | break connection_edge_end out of connection_mark_for_close | Roger Dingledine | 2004-05-12 |
* | break part of circuit.c into relay.c | Roger Dingledine | 2004-05-12 |
* | Make "connected" a different case from "finished_flushing"; always close_imme... | Nick Mathewson | 2004-05-12 |
* | More doxygenation. | Nick Mathewson | 2004-05-10 |
* | more doxygen markup | Roger Dingledine | 2004-05-09 |
* | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine | 2004-05-09 |
* | forward-port header-length-increase patch | Roger Dingledine | 2004-05-06 |
* | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine | 2004-05-06 |
* | More documentation; fix for compilation warning | Nick Mathewson | 2004-05-05 |