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
/
or.h
Age
Commit message (
Expand
)
Author
2005-08-07
Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...
Nick Mathewson
2005-08-07
incomplete patch for matt's info controller signal term bug
Roger Dingledine
2005-08-04
Implement some more GETINFO goodness: expose helper nodes, config options, ge...
Nick Mathewson
2005-07-28
Possibly broken implementation of persistant state; handles helper nodes; doe...
Nick Mathewson
2005-07-25
parameterize RephistTrackTime
Roger Dingledine
2005-07-23
Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...
Nick Mathewson
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-07-22
Parameterize configuration parsing functions
Nick Mathewson
2005-07-22
Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...
Nick Mathewson
2005-07-22
Add getinfo logic for accounting; add options for helper nodes
Nick Mathewson
2005-07-14
trivial changes on nick's rendezvous commit
Roger Dingledine
2005-07-13
whitespace fixes
Nick Mathewson
2005-07-13
Macro-fu to get DEBUG events working.
Nick Mathewson
2005-07-11
Do not reverse command-line configuration options; Use new minimal-listener-c...
Nick Mathewson
2005-06-29
Logic to implement rendezvous/introduction via unknown servers.
Nick Mathewson
2005-06-27
Compile on win32
Nick Mathewson
2005-06-20
overall cleanup and streamlining and doccing
Roger Dingledine
2005-06-20
Load hardware acceleration options when/where available. Can anybody test this?
Nick Mathewson
2005-06-19
Implement all the rest of the new controller protocol, debug a little, add so...
Nick Mathewson
2005-06-17
Start implementing framework for revised control spec.
Nick Mathewson
2005-06-15
Remove code that has been #if-0ed for a long time.
Nick Mathewson
2005-06-11
move more docs into our code
Roger Dingledine
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-08
don't upload your descriptor if rebuilding it failed
Roger Dingledine
2005-06-07
Fix for 152: reject malformed .onion addresses rather then passing them on
Nick Mathewson
2005-05-23
i screwed up the dirport reachability testing when we don't yet
Roger Dingledine
2005-05-20
add HttpProxyAuthenticator config option too
Roger Dingledine
2005-05-14
Append default exit policy before checking for implicit internal addresses: f...
Nick Mathewson
2005-05-09
Patch from goodell for task 131: Do not die on internal address if we are not...
Nick Mathewson
2005-05-07
Make Tor compile with no warnings with gcc4.0 on OSX
Nick Mathewson
2005-05-07
Implement --verify-config command-line option to fix bug 69.
Nick Mathewson
2005-05-03
remove archaic debugging aid that was probably unsafe
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-05-02
When removing all bytes from a buffer, reset buf->cur=buf->mem
Nick Mathewson
2005-05-02
Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...
Nick Mathewson
2005-05-02
New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...
Nick Mathewson
2005-05-02
Remove support for looking at old directory/routerdesc elements; mark non-new...
Nick Mathewson
2005-04-27
Re-do fragmented control message handling to work with new buf_t system.
Nick Mathewson
2005-04-26
clean up this TOR_FRAGILE business
Roger Dingledine
2005-04-26
Add basic HttpsProxyAuthenticator support, based on patch
Roger Dingledine
2005-04-21
add geoff's NoPublish patch
Roger Dingledine
2005-04-08
Add kludgy function to force controllers to flush EVENT_ERR_MSG events.
Nick Mathewson
2005-04-07
tie MAX_DIR_SIZE to MAX_BUF_SIZE
Roger Dingledine
2005-04-07
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...
Nick Mathewson
2005-04-07
Change conn_(type|state)_to_string from const arrays to switch functions so w...
Nick Mathewson
2005-04-06
When we connect and finish TLS negotiation with address:port, it is obvious t...
Nick Mathewson
2005-04-06
fix an assert trigger: when we have the rare case of accepting
Roger Dingledine
2005-04-06
Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...
Nick Mathewson
[next]