Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | refactor connects into connection_connect() | Roger Dingledine | 2003-09-16 | |
| | | | | svn:r460 | |||
* | bugfix: onion pending queue now works | Roger Dingledine | 2003-09-14 | |
| | | | | | | | and fixed recent memory leak svn:r456 | |||
* | reshuffle functions for cleaner organization | Roger Dingledine | 2003-09-12 | |
| | | | | svn:r451 | |||
* | Attempt to make sockets code work right on windows. | Nick Mathewson | 2003-08-14 | |
| | | | | svn:r398 | |||
* | Start of port to win32. Missing are: | Nick Mathewson | 2003-08-12 | |
| | | | | | | | | | | | | | | | | - signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380 | |||
* | fix many bugs in package_window handling | Roger Dingledine | 2003-07-03 | |
| | | | | svn:r363 | |||
* | bugfix: a connection-level sendme cell would cause a connection to start | Roger Dingledine | 2003-06-28 | |
| | | | | | | | | packaging from its buffer, even if the circuit-level package-window was still 0. svn:r360 | |||
* | if stream ends before resolve finishes, inform resolver | Roger Dingledine | 2003-06-27 | |
| | | | | svn:r359 | |||
* | Change many files to new log_fn format | Nick Mathewson | 2003-06-17 | |
| | | | | svn:r333 | |||
* | remove on-the-fly compression feature | Roger Dingledine | 2003-06-13 | |
| | | | | | | | | | it wasn't working, and it was harder than we'd anticipated not worth it. svn:r316 | |||
* | implement truncate and truncated (untested) | Roger Dingledine | 2003-06-12 | |
| | | | | | | | clean up circuit_deliver_relay_cell convention svn:r312 | |||
* | add circuit-level sendme relay cells | Roger Dingledine | 2003-05-20 | |
| | | | | | | | | | | remove sendme cells replace malloc with tor_malloc patch (but not track down) bug in onion pending list streamline connection_ap handshake svn:r293 | |||
* | incremental path building in; uses ephemeral DH; onions are gone | Roger Dingledine | 2003-05-05 | |
| | | | | | | | still need to change circuit-level sendmes svn:r264 | |||
* | streams are now 8 bytes, and are recognized by intermediate hops | Roger Dingledine | 2003-05-02 | |
| | | | | | | | | the OP only crypts the appropriate number of times depending on which layer (hop on the path) it's for/from. svn:r262 | |||
* | terminology shift: data->relay, topic->relay, topic->stream | Roger Dingledine | 2003-05-01 | |
| | | | | svn:r258 | |||
* | Adjust straggling users of payload field | Nick Mathewson | 2003-04-17 | |
| | | | | svn:r250 | |||
* | Choose correct abstraction for topic_foo. Abstract random-integer code | Nick Mathewson | 2003-04-17 | |
| | | | | svn:r249 | |||
* | Factor out cell packing and unpacking | Nick Mathewson | 2003-04-16 | |
| | | | | svn:r240 | |||
* | make it work (heh) | Roger Dingledine | 2003-04-11 | |
| | | | | svn:r231 | |||
* | refactored some duplicate code into connection_edge.c | Roger Dingledine | 2003-04-11 | |
svn:r230 |