| Commit message (Expand) | Author | Age |
* | entry nodes are now entry guards. | Roger Dingledine | 2006-01-10 |
* | implement getinfo desc/all-recent | Roger Dingledine | 2006-01-10 |
* | Instrument directory client bytes as well as server bytes. | Nick Mathewson | 2006-01-09 |
* | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson | 2006-01-05 |
* | helper nodes are dead. long live entry nodes. | Roger Dingledine | 2005-12-28 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | extendcircuit and attachstream would complain about not enough | Roger Dingledine | 2005-12-12 |
* | setconf orport=9001 | Roger Dingledine | 2005-12-11 |
* | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine | 2005-12-10 |
* | In my private little universe, terminals are still 80 columns. Impose a 160-... | Nick Mathewson | 2005-12-09 |
* | Shave off another 4.7%: remove a linear search when figuring out which circui... | Nick Mathewson | 2005-12-03 |
* | Add a new controller event type that allows controllers to get all | Peter Palfrader | 2005-11-19 |
* | if it's not less than three does that mean it's more than two? | Roger Dingledine | 2005-11-18 |
* | and code the part where redirectstream can take a port. | Roger Dingledine | 2005-11-18 |
* | and now we actually do it, too. | Roger Dingledine | 2005-11-17 |
* | when you type 'getinfo' with no arguments, it doesn't give you | Roger Dingledine | 2005-11-17 |
* | bugfix: the controller doesn't mention it's a .onion if it is. | Roger Dingledine | 2005-11-16 |
* | 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 |
* | Fix possible free(NULL) in control.c | Nick Mathewson | 2005-10-25 |
* | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson | 2005-10-24 |
* | Migrate a few more files to domained logging | Nick Mathewson | 2005-10-18 |
* | Refactor routerlist access slightly: always use router_get_by_routerlist(); c... | Nick Mathewson | 2005-10-18 |
* | split send_control1_event() into the printf and the print/dispatch part. The | Peter Palfrader | 2005-10-18 |
* | Be a bit more verbose in our AUTHENTICATE error messages in the control proto... | Peter Palfrader | 2005-10-12 |
* | Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client... | Nick Mathewson | 2005-10-12 |
* | stutter therapy lessons | Roger Dingledine | 2005-10-05 |
* | 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 |
* | comment cleanups | Roger Dingledine | 2005-10-04 |
* | Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w... | Nick Mathewson | 2005-09-30 |
* | suppress all our usual compiler warnings, including a longstanding one from t... | Nick Mathewson | 2005-09-29 |
* | bugfix: nobody ever implemented EVENT_ADDRMAP for control protocol | Roger Dingledine | 2005-09-21 |
* | Make write_escaped_data more bulletproof; backport candidate. | Nick Mathewson | 2005-09-21 |
* | Add new config.c function to set options that can fail, and roll back if they... | Nick Mathewson | 2005-09-14 |
* | checkpoint: clean up and document the three ways to call config_assign() | Roger Dingledine | 2005-09-14 |
* | Fix bug found by "ca": looking up a non-existent stream for a v1 control conn... | Nick Mathewson | 2005-09-12 |
* | Make GCC v4 happy with heavy warnings enabled. | Nick Mathewson | 2005-09-08 |
* | add a RESETCONF controller command, and make setconf with a null | Roger Dingledine | 2005-09-08 |
* | TOR_ISSPACE, not isspace. | Nick Mathewson | 2005-08-24 |
* | Make set_options a little smarter: have options_act handle transitions on its... | Nick Mathewson | 2005-08-22 |
* | rotate dns and cpu workers if the controller changes options that | Roger Dingledine | 2005-08-15 |
* | fix typo | Roger Dingledine | 2005-08-15 |
* | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine | 2005-08-15 |
* | let unregistered-servers take a parameter (the min bandwidth) | Roger Dingledine | 2005-08-13 |
* | Add a 'quit' command for the controller. | Roger Dingledine | 2005-08-13 |
* | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson | 2005-08-12 |
* | Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls. | Nick Mathewson | 2005-08-10 |
* | Avoid sending blank lines when GETINFO replies should be empty | Nick Mathewson | 2005-08-09 |
* | fix a function comment | Roger Dingledine | 2005-08-08 |