summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2005-06-11move more docs into our codeRoger Dingledine
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-08don't upload your descriptor if rebuilding it failedRoger Dingledine
2005-06-07Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-14Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson
2005-05-09Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-07Implement --verify-config command-line option to fix bug 69.Nick Mathewson
2005-05-03remove archaic debugging aid that was probably unsafeRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-03Call tor_free_all instead of connections_free_all after forkingNick Mathewson
2005-05-02When removing all bytes from a buffer, reset buf->cur=buf->memNick Mathewson
2005-05-02Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-05-02Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson
2005-04-27Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-26Add basic HttpsProxyAuthenticator support, based on patchRoger Dingledine
2005-04-21add geoff's NoPublish patchRoger Dingledine
2005-04-08Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson
2005-04-07tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson
2005-04-06When we connect and finish TLS negotiation with address:port, it is obvious t...Nick Mathewson
2005-04-06fix an assert trigger: when we have the rare case of acceptingRoger Dingledine
2005-04-06Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson
2005-04-06Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson
2005-04-06Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-03Move most of *_mark_for_close out of macros.Nick Mathewson
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-02Better messages when POSTDESCRIPTOR failsNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-31still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine
2005-03-28Clarify that we don't, and why we don't, need to redefine FD_SETSIZE.Nick Mathewson
2005-03-27we seem to have lost our define for FD_SETSIZE on win32 in the changeRoger Dingledine
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-26make it clearer to the human that his server is testingRoger Dingledine
2005-03-23Make GETINFO for "network-status" work on non-authdirsNick Mathewson
2005-03-23Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson
2005-03-22Prevent spurious closes when we put stuff on a conn that has not written for ...Nick Mathewson
2005-03-22Specify and implement close-stream and close-circuit control messagesNick Mathewson
2005-03-22Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...Nick Mathewson
2005-03-22Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson