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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection_or.c
Age
Commit message (
Expand
)
Author
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-04
minor fixes
Roger Dingledine
2006-06-13
harmless typo
Roger Dingledine
2006-06-13
Fix the bug that was causing servers to not find themselves
Roger Dingledine
2006-06-10
take out the reachability bandaid in 0.1.2.x as well.
Roger Dingledine
2006-06-07
re-enable per-connection rate limiting. get rid of the "OP bandwidth"
Roger Dingledine
2006-06-07
put a bandaid in place so servers will have an easier time
Roger Dingledine
2006-06-07
make connection_or_nonopen_was_started_here() based on something less
Roger Dingledine
2006-06-07
and now the exciting part: there is now no such thing as doing
Roger Dingledine
2006-06-05
remove some unused code (i think)
Roger Dingledine
2006-05-30
connection_t kept the identity_pkey but all it did was store it and
Roger Dingledine
2006-05-26
if we're a server and some peer has a broken tls certificate, don't
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-05
Add some functions to escape values from the network before sending them to t...
Nick Mathewson
2006-02-14
Just because both are obsolete does not mean we prefer the newer
Peter Palfrader
2006-02-14
Our connection_or_get_by_identity_digest() was slightly wrong. If best
Peter Palfrader
2006-02-13
more log conversions.
Roger Dingledine
2006-02-09
Happy new year!
Roger Dingledine
2006-01-10
entry nodes are now entry guards.
Roger Dingledine
2006-01-05
Add reasons to DESTROY and RELAY_TRUNCATED cells.
Nick Mathewson
2005-12-28
helper nodes are dead. long live entry nodes.
Roger Dingledine
2005-12-28
when we connect to a helper node for the first time, close
Roger Dingledine
2005-12-24
clean up some comments
Roger Dingledine
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-12-14
orconn_identity_map was another static variable that started
Roger Dingledine
2005-12-11
don't mark the helper node as down when we fail to connect to
Roger Dingledine
2005-12-10
when we changed from log_fn to debug/info/notice/warn/err,
Roger Dingledine
2005-12-05
Change how OR conns get removed from the identity map; fix some warnings on s...
Nick Mathewson
2005-11-30
remove some functions that are not used; #if0 out some files that are not lik...
Nick Mathewson
2005-11-30
Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...
Nick Mathewson
2005-11-19
Recover better from TCP connections to Tor servers that are broken but
Roger Dingledine
2005-11-05
On directory servers, old_routers was wasting hundreds of bytes per supersede...
Nick Mathewson
2005-10-25
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-17
Downgrade a few INFO level logs to DEBUG again. Also add two or three new
Peter Palfrader
2005-10-17
more log uncluttering
Roger Dingledine
2005-10-17
start the process of reducing clutter in server logs
Roger Dingledine
2005-10-14
Try to extract as many descriptors as possible from truncated http responses....
Nick Mathewson
2005-10-06
without braces, what will hold up the code?
Roger Dingledine
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-10-04
Check for named servers when looking them up by nickname;
Nick Mathewson
2005-08-26
Make a new AssumeReachable config option that will publish anyway.
Roger Dingledine
2005-08-24
Dirservers now do their own external reachability testing of each
Roger Dingledine
2005-08-23
Our logic to decide if the OR we connected to was the right guy
Roger Dingledine
2005-07-22
Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...
Nick Mathewson
2005-07-19
be consistent about printing out key digest $'s when we're getting a
Roger Dingledine
2005-07-17
downgrade a warning that could plausibly happen sometimes now that we
Roger Dingledine
2005-06-21
Appease the hungry god of GCC: it wants functions to be static or prototyped!
Nick Mathewson
[next]