summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Add "internal" to some bootstrap statuses when no exits are available.teor
2014-11-25Merge branch 'feature9503_squashed'Nick Mathewson
2014-11-25Sending response to SIGNAL HEARTBEAT controller command.rl1987
2014-11-25Adding 'SIGNAL HEARTBEAT' message that causes unscheduled heartbeat.rl1987
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-11-16Rewriting comment for control_event_hs_descriptor_failed().rl1987
2014-11-16Adding REASON field to HS_DESC FAILED controller event.rl1987
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-26Fix a double-free in failing case of handle_control_authenticate.Nick Mathewson
2014-09-25Merge branch 'libscrypt_trunnel_squashed'Nick Mathewson
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-09-21Stop silently skipping invalid args to seteventsRoger Dingledine
2014-09-18Fix a double-free in failing case of handle_control_authenticate.Nick Mathewson
2014-09-08Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-08Expand the event_mask field in controller conns to 64 bitsNick Mathewson
2014-09-03Fix a couple of small memory leaks on failure cases.Nick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-08-28Rename secret_to_key to secret_to_key_rfc2440Nick Mathewson
2014-08-21Remove a dead check for errmsg in handle_control_authenticateNick Mathewson
2014-08-21Add a missing goto to an unusable branch and make the branch LD_BUG.Nick Mathewson
2014-08-20Merge branch 'bug10116_squashed'Nick Mathewson
2014-08-15Autoconvert most circuit-list iterations to smartlist iterationsNick Mathewson
2014-08-15Restore functionality for CookieAuthFileGroupReadable.Nick Mathewson
2014-07-28Merge branch 'maint-0.2.4' into maint-0.2.5Roger Dingledine
2014-07-27Confusing log message when circuit can't be extendedArlo Breault
2014-07-09Remove executable bit from control.c, router.cNick Mathewson
2014-05-22sandbox: allow access to cookie files, approved-routersNick Mathewson
2014-05-14Use tor_getpw{nam,uid} wrappers to fix bug 11946Nick Mathewson
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24Expose the real maxmeminqueues via a GETINFONick Mathewson
2014-04-18Merge remote-tracking branch 'public/bug9963_v2_024'Nick Mathewson
2014-04-09Merge remote-tracking branch 'public/bug10431'Nick Mathewson
2014-04-08Merge branch 'bug7952_final'Nick Mathewson
2014-04-08Making entire exit policy available to Tor controller.rl1987
2014-03-27Report only the first bootstrap failure from an orconnNick Mathewson
2014-03-27Log descriptor-download bootstrapping messages less verboselyNick Mathewson
2014-03-11Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-03-03ATTR_NORETURN is needed on lost_owning_controller nowNick Mathewson
2014-02-25Merge remote-tracking branch 'public/bug10449'Nick Mathewson
2014-02-06fix longname returned in HS_DESC control eventsQingping Hou
2014-02-03bug10449: a dying owning controller makes Tor exit immediatelyNick Mathewson
2014-02-03Defensive programming in control_event_hs_descriptor_*Nick Mathewson
2014-02-03Merge remote-tracking branch 'houqp/hs_control'Nick Mathewson
2014-01-29add hidden service descriptor async control eventQingping Hou
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
2013-10-28squash! Pass const uint64_t pointers, document array length.Karsten Loesing