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
/
dns.c
Age
Commit message (
Expand
)
Author
2005-12-03
Expunge remaining places where we used "tree" to mean "associative array".
Nick Mathewson
2005-12-03
Remove "tree" references from dns.
Nick Mathewson
2005-11-23
Replace balanced trees with hash tables: this should make stuff significantly...
Nick Mathewson
2005-10-25
Per comments at the bottom of openssl/FAQ, call even more functions to
Nick Mathewson
2005-10-25
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-25
Switch remaining files to new log interface.
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-23
and a minor log cleanup
Roger Dingledine
2005-09-22
resolve lucky's recent bug: tor was exiting if we failed to spawn
Roger Dingledine
2005-09-09
stop notifying people about dns worker spawning and culling
Roger Dingledine
2005-09-02
Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ...
Nick Mathewson
2005-08-15
rotate dns and cpu workers if the controller changes options that
Roger Dingledine
2005-08-15
initialize the dns worker cache tree whether or not we start
Roger Dingledine
2005-08-13
predict required circuits better, with an eye toward making
Roger Dingledine
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-06-30
Make errors retrievable from tor_socketpair; resolve bug 163.
Nick Mathewson
2005-06-28
whitespace fix
Roger Dingledine
2005-06-23
we were printing the number of idle dns workers incorrectly.
Roger Dingledine
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
2005-05-07
Make Tor compile with no warnings with gcc4.0 on OSX
Nick Mathewson
2005-05-03
fix compile error if you're not multithreaded
Roger Dingledine
2005-05-03
first iteration of scrubbing sensitive strings from logs.
Roger Dingledine
2005-05-03
Call tor_free_all instead of connections_free_all after forking
Nick Mathewson
2005-04-26
a bit more debug info
Roger Dingledine
2005-04-26
add more debugging info to help us find the weird dns freebsd pthreads bug.
Roger Dingledine
2005-04-26
clean up this TOR_FRAGILE business
Roger Dingledine
2005-04-06
stop wasting time doing a case insensitive comparison for every dns name
Roger Dingledine
2005-04-06
Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...
Nick Mathewson
2005-04-06
Add a pointer from edge connections to their corresponding circuit (ulp!); ad...
Nick Mathewson
2005-04-06
Fix format warning
Nick Mathewson
2005-04-06
a bit more data on gene's dns threading bug
Roger Dingledine
2005-04-04
Make last fix work on windows too.
Nick Mathewson
2005-04-04
Fix possible bug on threading platforms with running out of fds do to cpuwork...
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-14
fix an assert trigger in cvs: if a resolve request fails, and the circuit
Roger Dingledine
2005-03-14
Renormalize whitespace
Nick Mathewson
2005-03-01
Revise all calls to connection_edge_end to avoid sending MISC, and to take er...
Nick Mathewson
2005-02-11
Free even more things on shutdown. Temporarily move tor_free_all out from #i...
Nick Mathewson
2005-02-05
Fix tor-resolve implementation to prevent crashes and send resolves when we s...
Nick Mathewson
2005-02-04
forward-port the logic skew and double-free thing
Roger Dingledine
2005-02-01
define TOR_FRAGILE if you want tor to give you a core when
Roger Dingledine
2005-01-28
forward-port the dns and maxconn fixes
Roger Dingledine
2005-01-19
Give more useful log messages when the tor process closes dns/cpuworker conne...
Nick Mathewson
2005-01-04
fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas
Roger Dingledine
2005-01-04
bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.
Roger Dingledine
2005-01-03
More work on task #43: fix race conditions on multithreaded (win32) servers.
Nick Mathewson
2005-01-03
Possible fix for task #43: when running on a multithreaded environment (curre...
Nick Mathewson
[next]