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.c
Commit message (
Expand
)
Author
Age
*
Basic RAM poisoning and magic-checking to notice connection and circuit
Nick Mathewson
2004-02-25
*
bugfix: if the exit stream is pending on the resolve, and a destroy
Roger Dingledine
2004-02-25
*
fix some bugs in assert_connection_ok
Roger Dingledine
2004-02-24
*
last minute fix: don't early-flush non-tls streams
Roger Dingledine
2004-01-31
*
add an ap_conn connecting state; report connecting delay
Roger Dingledine
2004-01-20
*
push out a tls record's worth of data once you've got it
Roger Dingledine
2004-01-20
*
Fix the dns bug: children weren't dying
Roger Dingledine
2004-01-06
*
randomize the initial circ_id and stream_id, so an adversary who
Roger Dingledine
2003-12-28
*
rename circ_id_t to uint16_t for code clarity
Roger Dingledine
2003-12-19
*
make a relay_header_t struct and pack/unpack funcs
Roger Dingledine
2003-12-19
*
remove trailing whitespace
Roger Dingledine
2003-12-17
*
infrastructure for integrity-checks in relay cells
Roger Dingledine
2003-12-16
*
start tracking the 'It appears I've already sent the end' warning
Roger Dingledine
2003-12-14
*
on hup, close and rebind listener ports too (in case their config has changed)
Roger Dingledine
2003-12-14
*
back out the broken change from yesterday
Roger Dingledine
2003-12-09
*
general cleanups
Roger Dingledine
2003-12-07
*
fix vicious bug in connection_ap_attach_pending that caused it to
Roger Dingledine
2003-12-03
*
bugfix: we were writing to stderr even when it's closed
Roger Dingledine
2003-11-30
*
remove a conn_close_if_marked warning
Roger Dingledine
2003-11-30
*
bugfix: an offline OP would leak all its sockets and stop working
Roger Dingledine
2003-11-29
*
Bring assert_connection_ok up to date
Nick Mathewson
2003-11-23
*
make more sure we can't end up with two connections to the same OR
Roger Dingledine
2003-11-18
*
use the tor_malloc_zero wrapper
Roger Dingledine
2003-11-18
*
Rename aci to circ_id throughout.
Nick Mathewson
2003-11-11
*
Make AP connections wait for a circuit if none exists.
Nick Mathewson
2003-11-11
*
client now survives going offline better
Roger Dingledine
2003-11-10
*
add DirBindAddress, parse the BindAddress's when you bind
Roger Dingledine
2003-10-25
*
make end relay cells have payloads
Roger Dingledine
2003-10-22
*
move closer to being able to reload config on HUP
Roger Dingledine
2003-10-21
*
send the end cell when we realize we're going to end,
Roger Dingledine
2003-10-21
*
clean up logging, allow user to specify log files
Roger Dingledine
2003-10-15
*
Stop using stdout for non-debugging cases
Nick Mathewson
2003-10-15
*
make the buffer resize stuff work
Roger Dingledine
2003-10-14
*
change WARNING to WARN
Roger Dingledine
2003-10-10
*
Refactor, rename, and clarify
Nick Mathewson
2003-10-09
*
Update LICENSE and copyright dates.
Nick Mathewson
2003-10-08
*
some early bugfixes
Roger Dingledine
2003-10-07
*
wrap strdup; prefer time() to gettimeofday()
Roger Dingledine
2003-10-04
*
refactor so connection_write_to_buf() never fails
Roger Dingledine
2003-10-04
*
mark all dirservers up at boot; mark a dirserver down if dir fetch fails
Roger Dingledine
2003-09-30
*
We need to call get_connection_array before using its outputs
Nick Mathewson
2003-09-30
*
move connection_array accessors from main.c to connection.c
Roger Dingledine
2003-09-30
*
move the tls handshake stuff to connection_or
Roger Dingledine
2003-09-30
*
getting closer to having dirserv working
Roger Dingledine
2003-09-30
*
expand the scheduler to address SSL_read()'s pending bytes
Roger Dingledine
2003-09-28
*
Write necessary backends for online directory generation. I think.
Nick Mathewson
2003-09-27
*
clean up receiver buckets; prepare for payloads in relay_end; note a few bugs
Roger Dingledine
2003-09-27
*
connection_new() can't ever fail
Roger Dingledine
2003-09-27
*
first pass: obey log convention
Roger Dingledine
2003-09-26
*
various bugfixes and updates
Roger Dingledine
2003-09-25
[next]