summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2006-10-03 r8862@totoro: nickm | 2006-10-03 14:54:14 -0400Nick Mathewson
2006-10-03 r8857@totoro: nickm | 2006-10-03 13:54:21 -0400Nick Mathewson
2006-10-03 r8841@totoro: nickm | 2006-10-02 15:59:21 -0400Nick Mathewson
2006-10-03 r8840@totoro: nickm | 2006-10-02 15:56:16 -0400Nick Mathewson
2006-10-03 r8838@totoro: nickm | 2006-10-02 15:24:39 -0400Nick Mathewson
2006-10-02 r8851@totoro: nickm | 2006-10-02 18:13:27 -0400Nick Mathewson
2006-10-02 r8835@totoro: nickm | 2006-10-02 12:54:41 -0400Nick Mathewson
2006-10-01 r8822@totoro: nickm | 2006-10-01 16:24:22 -0400Nick Mathewson
2006-09-29 r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson
2006-09-29 r9005@Kushana: nickm | 2006-09-29 10:37:55 -0400Nick Mathewson
2006-09-25checkpoint changelog and general polishingRoger Dingledine
2006-09-22 r8895@Kushana: nickm | 2006-09-21 20:05:11 -0400Nick Mathewson
2006-09-18Fix two bugs: first, "extendcircuit" would crash if you gave it a purpose.Roger Dingledine
2006-09-12 r8776@Kushana: nickm | 2006-09-11 22:49:53 -0400Nick Mathewson
2006-09-09fix encoding in "getinfo addr-mappings" response.Roger Dingledine
2006-09-09add a "getinfo address" controller command.Roger Dingledine
2006-08-30 r8686@Kushana: nickm | 2006-08-30 18:01:35 -0400Nick Mathewson
2006-08-17 r7411@Kushana: nickm | 2006-08-17 19:00:25 -0400Nick Mathewson
2006-08-10 r7303@Kushana: nickm | 2006-08-10 01:52:19 -0700Nick Mathewson
2006-08-10 r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson
2006-07-28 r6948@Kushana: nickm | 2006-07-28 10:10:35 -0400Nick Mathewson
2006-07-26 r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-07-15stick to nick's nul/null conventionRoger Dingledine
2006-07-11OR_CONN_EVENT_NEW: we should probably handle that , should we not? Especiall...Nick Mathewson
2006-06-22Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson
2006-06-13export the default exit policy via the control port, so controllersRoger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-05-24make cookie authentication for the controller work again, maybe.Roger Dingledine
2006-05-22Remove string size limit on NEWDESC messages; solve bug 291.Nick Mathewson
2006-04-18forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-04-02but the \r\n is handy too i hear.Roger Dingledine
2006-04-02if you give mapaddress no args at all, it should answerRoger Dingledine
2006-04-01if you ask for getinfo dir/status/ but your dirport is off,Roger Dingledine
2006-04-01Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine
2006-04-01more helpful error messageRoger Dingledine
2006-04-01Start sending back 512 and 451 errors if mapaddress fails,Roger Dingledine
2006-03-27Code to implement networkstatus fetch from controllers. Only works when dirp...Nick Mathewson
2006-03-26When the controller's *setconf commands fail, collect an error messageRoger Dingledine
2006-03-22update getinfo info/names to reflect that we now supportRoger Dingledine
2006-03-17Implement router purposes, and don't choose a non-generalRoger Dingledine
2006-03-15Implement GETINFO(dir/server/foo); status will be harder.Nick Mathewson
2006-03-12Now do address rewriting when the controller asks us to attachRoger Dingledine
2006-03-12fix assert while attachstream'ing a connect-wait orRoger Dingledine
2006-03-12avoid shadowing a variable so we don't get sad later.Roger Dingledine
2006-03-09Let the controller attachstream conns that are in connect_waitRoger Dingledine
2006-03-09Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine
2006-03-08start using OR_CONN_EVENT_NEW.Roger Dingledine
2006-03-06mark bug 261Roger Dingledine