aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-07-03fix many bugs in package_window handlingRoger Dingledine
2003-06-28bugfix: a connection-level sendme cell would cause a connection to startRoger Dingledine
2003-06-27if stream ends before resolve finishes, inform resolverRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-13remove on-the-fly compression featureRoger Dingledine
2003-06-12implement truncate and truncated (untested)Roger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-05incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine
2003-05-02streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine
2003-05-01terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine
2003-04-17Adjust straggling users of payload fieldNick Mathewson
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-04-16Factor out cell packing and unpackingNick Mathewson
2003-04-11make it work (heh)Roger Dingledine
2003-04-11refactored some duplicate code into connection_edge.cRoger Dingledine