| Commit message (Expand) | Author | Age |
* | add CertFile, Nickname | Roger Dingledine | 2003-09-08 |
* | clean up config.c so it doesn't expose as much | Roger Dingledine | 2003-09-08 |
* | more futzing towards tls | Roger Dingledine | 2003-09-07 |
* | clean read_to_buf more | Roger Dingledine | 2003-09-05 |
* | general cleanup and reabstraction, to prepare for tls | Roger Dingledine | 2003-09-05 |
* | Add initial interfaces and code for TLS support. Interfaces are right; code ... | Nick Mathewson | 2003-09-04 |
* | remove last vestiges of op_port | Roger Dingledine | 2003-08-27 |
* | start honoring the recommended_versions string | Roger Dingledine | 2003-08-23 |
* | implemented cpuworkers | Roger Dingledine | 2003-08-20 |
* | Attempt to make sockets code work right on windows. | Nick Mathewson | 2003-08-14 |
* | start refactoring dnsworker so testing won't be so darn hard | Roger Dingledine | 2003-08-14 |
* | Misc patches to make windows build work. Now everything is done except the s... | Nick Mathewson | 2003-08-12 |
* | reap exited dns/cpuworkers | Roger Dingledine | 2003-08-12 |
* | Start of port to win32. Missing are: | Nick Mathewson | 2003-08-12 |
* | autoconf around missing stdint.h | Nick Mathewson | 2003-08-11 |
* | src/or | Nick Mathewson | 2003-07-30 |
* | switch to aes | Roger Dingledine | 2003-07-08 |
* | implemented total read rate limiting | Roger Dingledine | 2003-07-05 |
* | clean up main.c a bit | Roger Dingledine | 2003-07-05 |
* | if stream ends before resolve finishes, inform resolver | Roger Dingledine | 2003-06-27 |
* | entries in the dns cache now expire | Roger Dingledine | 2003-06-25 |
* | Reorder connection_or and make unexported functions static. Partially conver... | Nick Mathewson | 2003-06-21 |
* | remove obsolete ss.h | Roger Dingledine | 2003-06-18 |
* | overhaul the dns farm: cut its size in half | Roger Dingledine | 2003-06-17 |
* | remove on-the-fly compression feature | Roger Dingledine | 2003-06-13 |
* | relay queues are obsolete (woo!) | Roger Dingledine | 2003-06-13 |
* | implement truncate and truncated (untested) | Roger Dingledine | 2003-06-12 |
* | OPport is gone. So is conn type OP. | Roger Dingledine | 2003-05-28 |
* | fix design bug: circ->n_conn is shared among circs, so it can't | Roger Dingledine | 2003-05-27 |
* | remove dead code | Roger Dingledine | 2003-05-20 |
* | add circuit-level sendme relay cells | Roger Dingledine | 2003-05-20 |
* | work on versioning; new log_fn function | Nick Mathewson | 2003-05-09 |
* | removed obsolete version.h | Roger Dingledine | 2003-05-09 |
* | Routerinfos are no longer linked | Nick Mathewson | 2003-05-09 |
* | (possibly incorrect) code to make routers get resolved when they're | Nick Mathewson | 2003-05-08 |
* | Call the right signed-directory functions; try to describe the difference bet... | Nick Mathewson | 2003-05-08 |
* | sign directories with the signing key | Roger Dingledine | 2003-05-07 |
* | Tested backends for directory signing and checking. Directory parser complet... | Nick Mathewson | 2003-05-07 |
* | Decrease DH group length to 1024. (Roger, you may want to read section 1 of ... | Nick Mathewson | 2003-05-07 |
* | More work on directories. Signed directories not yet tested. No support for ... | Nick Mathewson | 2003-05-07 |
* | Refactor directories; add unit tests; add router keyword | Nick Mathewson | 2003-05-06 |
* | put some symbolic constants to the onion skin lengths | Roger Dingledine | 2003-05-06 |
* | incremental path building in; uses ephemeral DH; onions are gone | Roger Dingledine | 2003-05-05 |
* | Tests, headers, and debugging for onion skin backend | Nick Mathewson | 2003-05-05 |
* | streams are now 8 bytes, and are recognized by intermediate hops | Roger Dingledine | 2003-05-02 |
* | cpath is now a doubly linked list, not an array | Roger Dingledine | 2003-05-01 |
* | terminology shift: data->relay, topic->relay, topic->stream | Roger Dingledine | 2003-05-01 |
* | Choose correct abstraction for topic_foo. Abstract random-integer code | Nick Mathewson | 2003-04-17 |
* | Factor out cell packing and unpacking | Nick Mathewson | 2003-04-16 |
* | Factor out timeval-related functions. | Nick Mathewson | 2003-04-16 |