Roger Dingledine
|
deac704399
connection_new() can't ever fail
|
22 years ago |
Roger Dingledine
|
9e5cafc395
first pass: obey log convention
|
22 years ago |
Nick Mathewson
|
3d4ccb781a
Refactor buffers; implement descriptors.
|
22 years ago |
Roger Dingledine
|
ed51df7453
bugfixes and note missing features
|
22 years ago |
Roger Dingledine
|
078c5ab617
leave the socks handshake on the inbuf until it's complete
|
22 years ago |
Roger Dingledine
|
6f46316c31
bugfixes and refactorings
|
22 years ago |
Roger Dingledine
|
8b71b7338f
clean up exported api's
|
22 years ago |
Roger Dingledine
|
9c6343fdf8
refactor connects into connection_connect()
|
22 years ago |
Roger Dingledine
|
ebc23f690c
bugfix: onion pending queue now works
|
22 years ago |
Roger Dingledine
|
31bf3ec420
reshuffle functions for cleaner organization
|
22 years ago |
Nick Mathewson
|
cd3467bb01
Attempt to make sockets code work right on windows.
|
22 years ago |
Nick Mathewson
|
c336c99e60
Start of port to win32. Missing are:
|
22 years ago |
Roger Dingledine
|
75440d08c2
fix many bugs in package_window handling
|
22 years ago |
Roger Dingledine
|
517b418b5c
bugfix: a connection-level sendme cell would cause a connection to start
|
22 years ago |
Roger Dingledine
|
f8203505e1
if stream ends before resolve finishes, inform resolver
|
22 years ago |
Nick Mathewson
|
95e5384af3
Change many files to new log_fn format
|
22 years ago |
Roger Dingledine
|
cbe7be1f78
remove on-the-fly compression feature
|
22 years ago |
Roger Dingledine
|
d3292e484a
implement truncate and truncated (untested)
|
22 years ago |
Roger Dingledine
|
39e9d79038
add circuit-level sendme relay cells
|
22 years ago |
Roger Dingledine
|
d7f50337c1
incremental path building in; uses ephemeral DH; onions are gone
|
22 years ago |
Roger Dingledine
|
96759a609e
streams are now 8 bytes, and are recognized by intermediate hops
|
22 years ago |
Roger Dingledine
|
0560008497
terminology shift: data->relay, topic->relay, topic->stream
|
22 years ago |
Nick Mathewson
|
5c514620fc
Adjust straggling users of payload field
|
22 years ago |
Nick Mathewson
|
32a3e704b4
Choose correct abstraction for topic_foo. Abstract random-integer code
|
22 years ago |
Nick Mathewson
|
97d847b9e3
Factor out cell packing and unpacking
|
22 years ago |
Roger Dingledine
|
7df5caad0d
make it work (heh)
|
22 years ago |
Roger Dingledine
|
1d53d8ad0e
refactored some duplicate code into connection_edge.c
|
22 years ago |