| Commit message (Expand) | Author | Age |
* | Add some functions to escape values from the network before sending them to t... | Nick Mathewson | 2006-03-05 |
* | more log conversions. | Roger Dingledine | 2006-02-13 |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | Fix bug 225: now "attachstream 0" treats conn like it just connected, | Roger Dingledine | 2006-02-03 |
* | attempted patch for bug 220: don't assert when we've tried all the | Roger Dingledine | 2006-01-17 |
* | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson | 2006-01-05 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine | 2005-12-10 |
* | what the heck is wrong with this little piece of code? | Roger Dingledine | 2005-12-07 |
* | tell the controller about new .onion streams too. | Roger Dingledine | 2005-12-06 |
* | the other half of weasel's patch, so old gcc's can build cvs again. | Roger Dingledine | 2005-12-06 |
* | Old gccs want you to do your variable declarations first | Peter Palfrader | 2005-12-06 |
* | when we're giving up on a circuit and retrying on a new one, | Roger Dingledine | 2005-12-06 |
* | Set chosen_exit_name to something we are not about to zero. | Nick Mathewson | 2005-12-05 |
* | When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac... | Nick Mathewson | 2005-12-05 |
* | fix a log message to be mildly more helpful | Roger Dingledine | 2005-12-04 |
* | Clean up some comments; remove some dead code | Nick Mathewson | 2005-12-03 |
* | Expunge remaining places where we used "tree" to mean "associative array". | Nick Mathewson | 2005-12-03 |
* | Fix some verbose warnings and remove an unneeded include. | Nick Mathewson | 2005-11-30 |
* | Replace balanced trees with hash tables: this should make stuff significantly... | Nick Mathewson | 2005-11-23 |
* | Add a new config option TestSocks so people can see if their | Roger Dingledine | 2005-11-16 |
* | when a stream times out, provide less (but better) explanation | Roger Dingledine | 2005-11-14 |
* | 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 |