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