| Commit message (Expand) | Author | Age |
* | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson | 2005-11-05 |
* | Remove last vestiges of old logging interface. | Nick Mathewson | 2005-10-25 |
* | Change more files to new loggin interface. 3 left. | Nick Mathewson | 2005-10-25 |
* | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson | 2005-10-24 |
* | solve the first half of bug 199: if we don't like the looks | Roger Dingledine | 2005-10-19 |
* | Make --hash-password not craash on exit. | Nick Mathewson | 2005-10-12 |
* | Make doxygen marginally happier | Nick Mathewson | 2005-10-06 |
* | Fix verbose compiler warnings, including one in routerlist.c that would have ... | Nick Mathewson | 2005-10-05 |
* | Check for named servers when looking them up by nickname; | Nick Mathewson | 2005-10-04 |
* | bugfix: we were whining about using socks4 or socks5-with-local-lookup | Roger Dingledine | 2005-09-24 |
* | put a log message so we can start confirming socks5-with-remote-dns | Roger Dingledine | 2005-09-23 |
* | remove another loud debug msg | Roger Dingledine | 2005-09-22 |
* | when the user asked for a rendezvous port that the hidden service | Roger Dingledine | 2005-09-12 |
* | make the patch less likely to bite us later | Roger Dingledine | 2005-09-12 |
* | Resolve stack corruption identified by edmanw in connection_edge_end(). Thanks! | Nick Mathewson | 2005-09-12 |
* | Fix another ntohl | Nick Mathewson | 2005-09-03 |
* | Note to self: htonl(htonl(X)) is *not* "twice as good as htonl(X)". Spotted ... | Nick Mathewson | 2005-09-03 |
* | Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ... | Nick Mathewson | 2005-09-02 |
* | Make unit tests run without segfaulting | Nick Mathewson | 2005-08-22 |
* | after failing from resolve failed or misc, reset the num failures. | Roger Dingledine | 2005-08-15 |
* | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine | 2005-08-15 |
* | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson | 2005-08-08 |
* | fix compile error in cvs | Roger Dingledine | 2005-07-02 |
* | Be more explicit about which IP we are connecting to; expose future exit poli... | Nick Mathewson | 2005-07-01 |
* | forward-port the 0.1.0.11 stuff | Roger Dingledine | 2005-07-01 |
* | Make errors retrievable from tor_socketpair; resolve bug 163. | Nick Mathewson | 2005-06-30 |
* | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson | 2005-06-29 |
* | Implement all the rest of the new controller protocol, debug a little, add so... | Nick Mathewson | 2005-06-19 |
* | Remove code that has been #if-0ed for a long time. | Nick Mathewson | 2005-06-15 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 |
* | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | 2005-06-09 |
* | Fix for 152: reject malformed .onion addresses rather then passing them on | Nick Mathewson | 2005-06-07 |
* | doxygeny goodness from tyranix | Roger Dingledine | 2005-05-17 |
* | Fix a segfault | Nick Mathewson | 2005-05-11 |
* | Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea... | Nick Mathewson | 2005-05-10 |
* | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | 2005-05-07 |
* | 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 |
* | clean up this TOR_FRAGILE business | Roger Dingledine | 2005-04-26 |
* | Change conn_(type|state)_to_string from const arrays to switch functions so w... | Nick Mathewson | 2005-04-07 |
* | 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 |
* | Move most of *_mark_for_close out of macros. | Nick Mathewson | 2005-04-03 |
* | Give better warnings if connection_close_unattached_ap gets called twice or c... | Nick Mathewson | 2005-04-02 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | Short-term fix: prevent possible segfault in connection_close_unattached_ap | Nick Mathewson | 2005-04-01 |
* | mark two more bugs. nick, can you take a look? | Roger Dingledine | 2005-03-29 |
* | Fix a couple more places where we use ->new_address without checking that it ... | Nick Mathewson | 2005-03-28 |
* | make calls to address_is_in_virtual_range more bullet-proof. | Roger Dingledine | 2005-03-28 |