aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson2005-04-05
* Move most of *_mark_for_close out of macros.Nick Mathewson2005-04-03
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* Better messages when POSTDESCRIPTOR failsNick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine2005-03-31
* Clarify that we don't, and why we don't, need to redefine FD_SETSIZE.Nick Mathewson2005-03-28
* we seem to have lost our define for FD_SETSIZE on win32 in the changeRoger Dingledine2005-03-27
* clean up socks reply stuff more.Roger Dingledine2005-03-27
* Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* make it clearer to the human that his server is testingRoger Dingledine2005-03-26
* Make GETINFO for "network-status" work on non-authdirsNick Mathewson2005-03-23
* Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson2005-03-23
* Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson2005-03-23
* Prevent spurious closes when we put stuff on a conn that has not written for ...Nick Mathewson2005-03-22
* Specify and implement close-stream and close-circuit control messagesNick Mathewson2005-03-22
* Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...Nick Mathewson2005-03-22
* Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson2005-03-22
* Remove controller getinfo support for "desc/all-ids".Roger Dingledine2005-03-22
* clean up and refactor some moreRoger Dingledine2005-03-22
* Implement controller's "extendcircuit" directive.Roger Dingledine2005-03-22
* if our clock jumps forward by 100 seconds or more, assume somethingRoger Dingledine2005-03-19
* Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson2005-03-19
* Split version info into separate spec doc.Nick Mathewson2005-03-19
* make hidden services more likely to work from the server-sideRoger Dingledine2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson2005-03-14
* change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config optionRoger Dingledine2005-03-12
* Implement the common case of ATTACHSTREAM.Nick Mathewson2005-03-12
* Get address map resetting implemented.Nick Mathewson2005-03-11
* remove duplicate function prototypeRoger Dingledine2005-03-11
* Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson2005-03-03
* Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson2005-03-02
* Rename unused-address functions to virtual address; this is more accurate. A...Nick Mathewson2005-03-02
* Specify and implement fragmented control messages to allow for (among other ...Nick Mathewson2005-03-02
* Implement "Dont-Care" from addresses to MapAddress control message. For safe...Nick Mathewson2005-03-02
* Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson2005-03-01
* Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson2005-03-01
* make control interface stream IDs monotonically increasing to prevent possibl...Nick Mathewson2005-03-01
* Clean up rend cache on shutdownNick Mathewson2005-02-28
* Checkpoint in-progress fixes:Roger Dingledine2005-02-27
* Implement more control spec functionalityNick Mathewson2005-02-25
* Check returns from libevent calls better; stop poking at internals of events ...Nick Mathewson2005-02-25
* cache .exit address better (i think)Roger Dingledine2005-02-24
* add support for CONNECTing through https proxies.Roger Dingledine2005-02-24
* Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine2005-02-22
* Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...Nick Mathewson2005-02-22
* Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine2005-02-22
* Add a missing prototype to or.hNick Mathewson2005-02-13