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-03-27
clean up socks reply stuff more.
Roger Dingledine
2005-03-27
Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...
Nick Mathewson
2005-03-27
stop most cases of hanging up on a socks connection without sending
Roger Dingledine
2005-03-26
make it clearer to the human that his server is testing
Roger Dingledine
2005-03-23
Make GETINFO for "network-status" work on non-authdirs
Nick Mathewson
2005-03-23
Fix several bugs (including some crashes) related to control interface; imple...
Nick Mathewson
2005-03-23
Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...
Nick Mathewson
2005-03-22
Prevent spurious closes when we put stuff on a conn that has not written for ...
Nick Mathewson
2005-03-22
Specify and implement close-stream and close-circuit control messages
Nick Mathewson
2005-03-22
Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...
Nick Mathewson
2005-03-22
Report HTTP reasons to directory clients. (Also, fix format on new TODO items)
Nick Mathewson
2005-03-22
Remove controller getinfo support for "desc/all-ids".
Roger Dingledine
2005-03-22
clean up and refactor some more
Roger Dingledine
2005-03-22
Implement controller's "extendcircuit" directive.
Roger Dingledine
2005-03-19
if our clock jumps forward by 100 seconds or more, assume something
Roger Dingledine
2005-03-19
Turn addr_policy_compare from a tristate to a quadstate; this should help add...
Nick Mathewson
2005-03-19
Split version info into separate spec doc.
Nick Mathewson
2005-03-19
make hidden services more likely to work from the server-side
Roger Dingledine
2005-03-17
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-14
Raise common code for "detach this stream and try it with a different circuit...
Nick Mathewson
2005-03-12
change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option
Roger Dingledine
2005-03-12
Implement the common case of ATTACHSTREAM.
Nick Mathewson
2005-03-11
Get address map resetting implemented.
Nick Mathewson
2005-03-11
remove duplicate function prototype
Roger Dingledine
2005-03-03
Finish implementing GETINFO; make it easy to query address maps.
Nick Mathewson
2005-03-02
Implement new controller events for changed descriptors and new (not-yet-atta...
Nick Mathewson
2005-03-02
Rename unused-address functions to virtual address; this is more accurate. A...
Nick Mathewson
2005-03-02
Specify and implement fragmented control messages to allow for (among other ...
Nick Mathewson
2005-03-02
Implement "Dont-Care" from addresses to MapAddress control message. For safe...
Nick Mathewson
2005-03-01
Revise all calls to connection_edge_end to avoid sending MISC, and to take er...
Nick Mathewson
2005-03-01
Forward-port new reasons; clean up code more; add code to convert new reasons...
Nick Mathewson
2005-03-01
make control interface stream IDs monotonically increasing to prevent possibl...
Nick Mathewson
2005-02-28
Clean up rend cache on shutdown
Nick Mathewson
2005-02-27
Checkpoint in-progress fixes:
Roger Dingledine
2005-02-25
Implement more control spec functionality
Nick Mathewson
2005-02-25
Check returns from libevent calls better; stop poking at internals of events ...
Nick Mathewson
2005-02-24
cache .exit address better (i think)
Roger Dingledine
2005-02-24
add support for CONNECTing through https proxies.
Roger Dingledine
2005-02-22
Forward-port the trick to bump up ConnLimit as far as it can
Roger Dingledine
2005-02-22
Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...
Nick Mathewson
2005-02-22
Add a new AddressMap directive to rewrite incoming socks addresses.
Roger Dingledine
2005-02-13
Add a missing prototype to or.h
Nick Mathewson
2005-02-11
Free even more things on shutdown. Temporarily move tor_free_all out from #i...
Nick Mathewson
2005-02-10
Add more functions to free things to help dmalloc allong.
Nick Mathewson
2005-02-01
define TOR_FRAGILE if you want tor to give you a core when
Roger Dingledine
2005-01-31
lay a trap for situations where we connection_free something
Roger Dingledine
2005-01-28
forward-port the dns and maxconn fixes
Roger Dingledine
2005-01-20
Have reason string for serverdesc post requests contain actual serverdesc sta...
Nick Mathewson
2005-01-20
Warn when exit policy implicitly allows local addresses.
Nick Mathewson
2005-01-19
Handle unavailable hidden services better. We try each intro point
Roger Dingledine
[next]