summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2006-10-02Backport from (as-yet-unpushed) branch: add names for newer (svk st) v0 contr...Nick Mathewson
2006-09-24backport r8355:Roger Dingledine
2006-09-24Oops. My last commit to the 1.1 branch somehow merged the whole stable branch...Nick Mathewson
2006-09-23 r6362@totoro (orig r6361): arma | 2006-04-10 05:43:30 -0400Nick Mathewson
2006-09-18minimal backport: don't crash when extendcircuit gets a third arg.Roger Dingledine
2006-05-24and backport the cookie authentication fixRoger Dingledine
2006-05-23backport nickm's patch to bug 291. hopefully this won't breakRoger Dingledine
2006-05-22band-aid to address bug 291.Roger Dingledine
2006-04-18"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
2006-02-23Add a new circuit purpose 'controller' to let the controllerRoger Dingledine
2006-02-20when saveconf fails in controller v1, we were returning a malformedRoger Dingledine
2006-02-13more log conversions.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-03Fix bug 225: now "attachstream 0" treats conn like it just connected,Roger Dingledine
2006-01-19when the controller asks for a signal we don't recognize, don'tRoger Dingledine
2006-01-12Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10implement getinfo desc/all-recentRoger Dingledine
2006-01-09Instrument directory client bytes as well as server bytes.Nick Mathewson
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-28helper nodes are dead. long live entry nodes.Roger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-12extendcircuit and attachstream would complain about not enoughRoger Dingledine
2005-12-11setconf orport=9001Roger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-09In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson
2005-12-03Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson
2005-11-19Add a new controller event type that allows controllers to get allPeter Palfrader
2005-11-18if it's not less than three does that mean it's more than two?Roger Dingledine
2005-11-18and code the part where redirectstream can take a port.Roger Dingledine
2005-11-17and now we actually do it, too.Roger Dingledine
2005-11-17when you type 'getinfo' with no arguments, it doesn't give youRoger Dingledine