aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* but the \r\n is handy too i hear.Roger Dingledine2006-04-02
* if you give mapaddress no args at all, it should answerRoger Dingledine2006-04-02
* if you ask for getinfo dir/status/ but your dirport is off,Roger Dingledine2006-04-01
* Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine2006-04-01
* more helpful error messageRoger Dingledine2006-04-01
* Start sending back 512 and 451 errors if mapaddress fails,Roger Dingledine2006-04-01
* Code to implement networkstatus fetch from controllers. Only works when dirp...Nick Mathewson2006-03-27
* When the controller's *setconf commands fail, collect an error messageRoger Dingledine2006-03-26
* update getinfo info/names to reflect that we now supportRoger Dingledine2006-03-22
* Implement router purposes, and don't choose a non-generalRoger Dingledine2006-03-17
* Implement GETINFO(dir/server/foo); status will be harder.Nick Mathewson2006-03-15
* Now do address rewriting when the controller asks us to attachRoger Dingledine2006-03-12
* fix assert while attachstream'ing a connect-wait orRoger Dingledine2006-03-12
* avoid shadowing a variable so we don't get sad later.Roger Dingledine2006-03-12
* Let the controller attachstream conns that are in connect_waitRoger Dingledine2006-03-09
* Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine2006-03-09
* start using OR_CONN_EVENT_NEW.Roger Dingledine2006-03-08
* mark bug 261Roger Dingledine2006-03-06
* Add a new circuit purpose 'controller' to let the controllerRoger Dingledine2006-02-23
* when saveconf fails in controller v1, we were returning a malformedRoger Dingledine2006-02-20
* more log conversions.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Fix bug 225: now "attachstream 0" treats conn like it just connected,Roger Dingledine2006-02-03
* when the controller asks for a signal we don't recognize, don'tRoger Dingledine2006-01-19
* Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson2006-01-12
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* implement getinfo desc/all-recentRoger Dingledine2006-01-10
* Instrument directory client bytes as well as server bytes.Nick Mathewson2006-01-09
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* extendcircuit and attachstream would complain about not enoughRoger Dingledine2005-12-12
* setconf orport=9001Roger Dingledine2005-12-11
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson2005-12-09
* Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson2005-12-03
* Add a new controller event type that allows controllers to get allPeter Palfrader2005-11-19
* if it's not less than three does that mean it's more than two?Roger Dingledine2005-11-18
* and code the part where redirectstream can take a port.Roger Dingledine2005-11-18
* and now we actually do it, too.Roger Dingledine2005-11-17
* when you type 'getinfo' with no arguments, it doesn't give youRoger Dingledine2005-11-17
* bugfix: the controller doesn't mention it's a .onion if it is.Roger Dingledine2005-11-16
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Fix possible free(NULL) in control.cNick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Migrate a few more files to domained loggingNick Mathewson2005-10-18
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* split send_control1_event() into the printf and the print/dispatch part. ThePeter Palfrader2005-10-18
* Be a bit more verbose in our AUTHENTICATE error messages in the control proto...Peter Palfrader2005-10-12