aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Fix two bugs: first, "extendcircuit" would crash if you gave it a purpose.Roger Dingledine2006-09-18
* r8776@Kushana: nickm | 2006-09-11 22:49:53 -0400Nick Mathewson2006-09-12
* fix encoding in "getinfo addr-mappings" response.Roger Dingledine2006-09-09
* add a "getinfo address" controller command.Roger Dingledine2006-09-09
* r8686@Kushana: nickm | 2006-08-30 18:01:35 -0400Nick Mathewson2006-08-30
* r7411@Kushana: nickm | 2006-08-17 19:00:25 -0400Nick Mathewson2006-08-17
* r7303@Kushana: nickm | 2006-08-10 01:52:19 -0700Nick Mathewson2006-08-10
* r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson2006-08-10
* r6948@Kushana: nickm | 2006-07-28 10:10:35 -0400Nick Mathewson2006-07-28
* r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson2006-07-26
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson2006-07-23
* stick to nick's nul/null conventionRoger Dingledine2006-07-15
* OR_CONN_EVENT_NEW: we should probably handle that , should we not? Especiall...Nick Mathewson2006-07-11
* Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson2006-06-22
* export the default exit policy via the control port, so controllersRoger Dingledine2006-06-13
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* make cookie authentication for the controller work again, maybe.Roger Dingledine2006-05-24
* Remove string size limit on NEWDESC messages; solve bug 291.Nick Mathewson2006-05-22
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* 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