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_exit.c
Commit message (
Expand
)
Author
Age
*
Add empty statement to suppress gcc warning about label at end of compount st...
Nick Mathewson
2003-08-14
*
Attempt to make sockets code work right on windows.
Nick Mathewson
2003-08-14
*
start refactoring dnsworker so testing won't be so darn hard
Roger Dingledine
2003-08-14
*
Start of port to win32. Missing are:
Nick Mathewson
2003-08-12
*
Change many files to new log_fn format
Nick Mathewson
2003-06-17
*
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
*
terminology shift: data->relay, topic->relay, topic->stream
Roger Dingledine
2003-05-01
*
refactored some duplicate code into connection_edge.c
Roger Dingledine
2003-04-11
*
put most of the remaining exit policy stuff in
Roger Dingledine
2003-04-08
*
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
*
get rid of those nasty tabs
Roger Dingledine
2003-03-24
*
Be loud when decompressing
Nick Mathewson
2003-03-19
*
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
*
Add code for end-to-end zlib compression. Still needs flow-control
Nick Mathewson
2003-03-17
*
Bugfixes and enhancements in sendmes and dns farm
Roger Dingledine
2003-02-18
*
rudimentary dns caching (of both resolves and resolve failures)
Roger Dingledine
2003-02-14
*
minor fix
Roger Dingledine
2003-02-14
*
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
*
fixed rare race condition
Roger Dingledine
2002-11-24
*
cleanup and a variety of bugfixes
Roger Dingledine
2002-10-02
*
handle banners from the server side
Roger Dingledine
2002-10-01
*
directory servers in and functional
Roger Dingledine
2002-09-26
*
onion proxy now speaks socks4a
Roger Dingledine
2002-09-22
*
added 'connected' cell type
Roger Dingledine
2002-09-17
*
port is now kept in host order except in sin_port
Roger Dingledine
2002-08-24
*
Implemented congestion control
Roger Dingledine
2002-07-18
*
Implemented link padding and receiver token buckets
Roger Dingledine
2002-07-16
*
fixed the deadlock bug
Roger Dingledine
2002-07-10
*
a patch for mat's patch
Roger Dingledine
2002-07-10
*
Bugfix : connection_exit_process_data_cell() quit after receiving the SS, wit...
Matej Pjafjar
2002-07-10
*
general cleanup
Roger Dingledine
2002-07-05
*
Integrated onion proxy into or/
Roger Dingledine
2002-07-02
*
made 'app' connection be 'exit' connection
Roger Dingledine
2002-06-30