aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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
2005-03-22Remove controller getinfo support for "desc/all-ids".Roger Dingledine
2005-03-22clean up and refactor some moreRoger Dingledine
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-03-19if our clock jumps forward by 100 seconds or more, assume somethingRoger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-19Split version info into separate spec doc.Nick Mathewson
2005-03-19make hidden services more likely to work from the server-sideRoger Dingledine
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson
2005-03-12change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config optionRoger Dingledine
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-03-11Get address map resetting implemented.Nick Mathewson