Age | Commit message (Expand) | Author |
2005-06-11 | move more docs into our code | Roger Dingledine |
2005-06-11 | flesh out the source file descriptions for doxygen | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-08 | don't upload your descriptor if rebuilding it failed | Roger Dingledine |
2005-06-07 | Fix for 152: reject malformed .onion addresses rather then passing them on | Nick Mathewson |
2005-05-23 | i screwed up the dirport reachability testing when we don't yet | Roger Dingledine |
2005-05-20 | add HttpProxyAuthenticator config option too | Roger Dingledine |
2005-05-14 | Append default exit policy before checking for implicit internal addresses: f... | Nick Mathewson |
2005-05-09 | Patch from goodell for task 131: Do not die on internal address if we are not... | Nick Mathewson |
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson |
2005-05-07 | Implement --verify-config command-line option to fix bug 69. | Nick Mathewson |
2005-05-03 | remove archaic debugging aid that was probably unsafe | Roger Dingledine |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |
2005-05-03 | Call tor_free_all instead of connections_free_all after forking | Nick Mathewson |
2005-05-02 | When removing all bytes from a buffer, reset buf->cur=buf->mem | Nick Mathewson |
2005-05-02 | Change buffer shrinking strategy: only try to shrink once every 3 minutes. D... | Nick Mathewson |
2005-05-02 | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson |
2005-05-02 | Remove support for looking at old directory/routerdesc elements; mark non-new... | Nick Mathewson |
2005-04-27 | Re-do fragmented control message handling to work with new buf_t system. | Nick Mathewson |
2005-04-26 | clean up this TOR_FRAGILE business | Roger Dingledine |
2005-04-26 | Add basic HttpsProxyAuthenticator support, based on patch | Roger Dingledine |
2005-04-21 | add geoff's NoPublish patch | Roger Dingledine |
2005-04-08 | Add kludgy function to force controllers to flush EVENT_ERR_MSG events. | Nick Mathewson |
2005-04-07 | tie MAX_DIR_SIZE to MAX_BUF_SIZE | Roger Dingledine |
2005-04-07 | Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor... | Nick Mathewson |
2005-04-07 | Change conn_(type|state)_to_string from const arrays to switch functions so w... | Nick Mathewson |
2005-04-06 | When we connect and finish TLS negotiation with address:port, it is obvious t... | Nick Mathewson |
2005-04-06 | fix an assert trigger: when we have the rare case of accepting | Roger Dingledine |
2005-04-06 | Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ... | Nick Mathewson |
2005-04-06 | Add a pointer from edge connections to their corresponding circuit (ulp!); ad... | Nick Mathewson |
2005-04-06 | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson |
2005-04-05 | Revise control spec and implementation to allow all log messages to be sent t... | Nick Mathewson |
2005-04-03 | Move most of *_mark_for_close out of macros. | Nick Mathewson |
2005-04-02 | Give better warnings if connection_close_unattached_ap gets called twice or c... | Nick Mathewson |
2005-04-02 | Better messages when POSTDESCRIPTOR fails | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-03-31 | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine |
2005-03-28 | Clarify that we don't, and why we don't, need to redefine FD_SETSIZE. | Nick Mathewson |
2005-03-27 | we seem to have lost our define for FD_SETSIZE on win32 in the change | Roger Dingledine |
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 |