index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection_ap.c
Commit message (
Expand
)
Author
Age
*
Change many files to new log_fn format
Nick Mathewson
2003-06-17
*
implement truncate and truncated (untested)
Roger Dingledine
2003-06-12
*
fix design bug: circ->n_conn is shared among circs, so it can't
Roger Dingledine
2003-05-27
*
add circuit-level sendme relay cells
Roger Dingledine
2003-05-20
*
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
*
bugfix: don't segfault if there's no valid circuit open
Roger Dingledine
2003-04-19
*
Choose correct abstraction for topic_foo. Abstract random-integer code
Nick Mathewson
2003-04-17
*
Use cell.topic* fields in ap_handshake_send_begin
Nick Mathewson
2003-04-17
*
divorce circuit building from user connections
Roger Dingledine
2003-04-16
*
refactored some duplicate code into connection_edge.c
Roger Dingledine
2003-04-11
*
Add magic to end of C files to make emacs happy; split test invocation into s...
Nick Mathewson
2003-04-07
*
begin cells are now address:port, not address,port
Roger Dingledine
2003-04-05
*
Add other side of half-open-connection logic (still disabled
Nick Mathewson
2003-03-19
*
Be clear about whether we are using half-open connections
Nick Mathewson
2003-03-19
*
Finish zlib and half-open; switch to 3des (ede/ofb)
Nick Mathewson
2003-03-19
*
greatly simplify this notion of 'roles':
Roger Dingledine
2003-03-18
*
Add code for end-to-end zlib compression. Still needs flow-control
Nick Mathewson
2003-03-17
*
Make ACI anti-collision logic work; make sure that cells are filled with 0s.
Nick Mathewson
2003-03-11
*
Bugfixes and enhancements in sendmes and dns farm
Roger Dingledine
2003-02-18
*
fix endian issues for topics -- they might work on bsd now
Roger Dingledine
2003-02-06
*
make reusing circuits work (and be the default)
Roger Dingledine
2003-02-06
*
major overhaul: dns slave subsystem, topics
Roger Dingledine
2003-01-26
*
expire unfinished handshakes too
Roger Dingledine
2002-10-13
*
cleanup and a variety of bugfixes
Roger Dingledine
2002-10-02
*
cleanup
Roger Dingledine
2002-09-28
*
mozilla actually cares about the reply version
Roger Dingledine
2002-09-27
*
support socks4 too
Roger Dingledine
2002-09-27
*
another bugfix on the proxy side
Roger Dingledine
2002-09-26
*
laying the groundwork for dynamic router lists
Roger Dingledine
2002-09-24
*
more robust when only some of the socks info has arrived
Roger Dingledine
2002-09-23
*
onion proxy now speaks socks4a
Roger Dingledine
2002-09-22
*
synchronize to the version i've been giving people to test
Roger Dingledine
2002-09-19
*
added 'connected' cell type
Roger Dingledine
2002-09-17
*
minor race condition
Roger Dingledine
2002-09-09
*
port is now kept in host order except in sin_port
Roger Dingledine
2002-08-24
*
Changed crypto calls to go through common/crypto.[hc] instead of calling Open...
Matej Pjafjar
2002-08-22
*
Code cleaned up to be less noisy
Roger Dingledine
2002-07-22
*
Implemented router twins
Roger Dingledine
2002-07-18
*
Implemented congestion control
Roger Dingledine
2002-07-18
*
Implemented link padding and receiver token buckets
Roger Dingledine
2002-07-16
*
put in the support for 'router twins'
Roger Dingledine
2002-07-08
*
general cleanup
Roger Dingledine
2002-07-05
*
Integrated onion proxy into or/
Roger Dingledine
2002-07-02