aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* trivial changes on nick's rendezvous commitRoger Dingledine2005-07-14
* whitespace fixesNick Mathewson2005-07-13
* Macro-fu to get DEBUG events working.Nick Mathewson2005-07-13
* Do not reverse command-line configuration options; Use new minimal-listener-c...Nick Mathewson2005-07-11
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* Compile on win32Nick Mathewson2005-06-27
* overall cleanup and streamlining and doccingRoger Dingledine2005-06-20
* Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson2005-06-20
* Implement all the rest of the new controller protocol, debug a little, add so...Nick Mathewson2005-06-19
* Start implementing framework for revised control spec.Nick Mathewson2005-06-17
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* move more docs into our codeRoger Dingledine2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* don't upload your descriptor if rebuilding it failedRoger Dingledine2005-06-08
* Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson2005-06-07
* i screwed up the dirport reachability testing when we don't yetRoger Dingledine2005-05-23
* add HttpProxyAuthenticator config option tooRoger Dingledine2005-05-20
* Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson2005-05-14
* Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson2005-05-09
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* Implement --verify-config command-line option to fix bug 69.Nick Mathewson2005-05-07
* remove archaic debugging aid that was probably unsafeRoger Dingledine2005-05-03
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Call tor_free_all instead of connections_free_all after forkingNick Mathewson2005-05-03
* When removing all bytes from a buffer, reset buf->cur=buf->memNick Mathewson2005-05-02
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson2005-05-02
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson2005-05-02
* Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson2005-04-27
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* Add basic HttpsProxyAuthenticator support, based on patchRoger Dingledine2005-04-26
* add geoff's NoPublish patchRoger Dingledine2005-04-21
* Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson2005-04-08
* tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine2005-04-07
* Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson2005-04-07
* Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson2005-04-07
* When we connect and finish TLS negotiation with address:port, it is obvious t...Nick Mathewson2005-04-06
* fix an assert trigger: when we have the rare case of acceptingRoger Dingledine2005-04-06
* Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson2005-04-06
* Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson2005-04-06
* Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson2005-04-06
* 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