index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.c
Age
Commit message (
Expand
)
Author
2006-10-06
bugfix and cleanups re: entry guards.
Roger Dingledine
2006-10-02
r8851@totoro: nickm | 2006-10-02 18:13:27 -0400
Nick Mathewson
2006-10-02
r8846@totoro: nickm | 2006-10-02 16:59:57 -0400
Nick Mathewson
2006-10-01
misc touchups
Roger Dingledine
2006-09-29
r9036@Kushana: nickm | 2006-09-29 18:59:51 -0400
Nick Mathewson
2006-09-29
r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400
Nick Mathewson
2006-09-29
r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400
Nick Mathewson
2006-09-28
r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400
Nick Mathewson
2006-09-09
parameterize the loudness of get_interface_address()
Roger Dingledine
2006-08-13
simplify the connection_write_to_buf_zlib() wrapper.
Roger Dingledine
2006-08-10
r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700
Nick Mathewson
2006-07-28
r6949@Kushana: nickm | 2006-07-28 10:17:38 -0400
Nick Mathewson
2006-07-28
r6948@Kushana: nickm | 2006-07-28 10:10:35 -0400
Nick Mathewson
2006-07-27
r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400
Nick Mathewson
2006-07-27
Fix comments that implied that only dir connections had a purpose field, and ...
Nick Mathewson
2006-07-26
r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400
Nick Mathewson
2006-07-26
r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400
Nick Mathewson
2006-07-20
tweak
Roger Dingledine
2006-07-06
when an exit node gets a malformed begin cell, don't complain to
Roger Dingledine
2006-06-18
Make connection_write_to_buf_zlib set outbuf_flushlen right.
Nick Mathewson
2006-06-18
write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf...
Nick Mathewson
2006-06-18
Instead of adding servers and v1 directories to buffers en masse, directory s...
Nick Mathewson
2006-06-07
re-enable per-connection rate limiting. get rid of the "OP bandwidth"
Roger Dingledine
2006-06-05
simplify code now that libevent considers all sockets pollable.
Roger Dingledine
2006-06-04
Add a new warning to our "warn a lot" list: unused parameters. This means we...
Nick Mathewson
2006-05-30
connection_t kept the identity_pkey but all it did was store it and
Roger Dingledine
2006-05-03
forward-port the ORPort==0 patch
Roger Dingledine
2006-04-01
bugfix: when we fail to bind or listen on an incoming or outgoing
Roger Dingledine
2006-03-19
Allow non-printable characters for exit streams (both for
Roger Dingledine
2006-03-18
auth dir servers were only modifying a server's is_running field
Roger Dingledine
2006-03-12
More cleanups noticed by weasel; also, remove macros that nobody uses.
Nick Mathewson
2006-03-08
start using OR_CONN_EVENT_NEW.
Roger Dingledine
2006-03-05
Add some functions to escape values from the network before sending them to t...
Nick Mathewson
2006-02-13
more log conversions.
Roger Dingledine
2006-02-13
Let the users set ControlListenAddress in the torrc.
Roger Dingledine
2006-02-12
enforce whitespace style
Nick Mathewson
2006-02-11
When a client asks for an old-style directory and our write bucket
Roger Dingledine
2006-02-09
Happy new year!
Roger Dingledine
2006-02-09
and make sure that never happens again
Roger Dingledine
2006-02-06
char *x = "y"; is not good C.
Nick Mathewson
2006-02-04
Fix a major load balance bug: we were round-robining in 16 KB chunks, and
Roger Dingledine
2006-02-03
when we fail to bind a listener, try to provide a more useful log msg.
Roger Dingledine
2006-01-17
attempted patch for bug 220: don't assert when we've tried all the
Roger Dingledine
2006-01-10
entry nodes are now entry guards.
Roger Dingledine
2006-01-07
fix typo
Roger Dingledine
2006-01-05
Add reasons to DESTROY and RELAY_TRUNCATED cells.
Nick Mathewson
2006-01-05
fix a wrong string
Roger Dingledine
2005-12-28
helper nodes are dead. long live entry nodes.
Roger Dingledine
2005-12-27
fix typo
Roger Dingledine
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
[next]