aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2009-12-13New controller command "getinfo config-text"Roger Dingledine
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-10-26Fix an apparently bogus check; fortunately, it seems to be untriggered.Nick Mathewson
2009-10-26Fix an accidentally removed free in 385853a282138a61, and repair a check.Nick Mathewson
2009-10-26Fix/annotate deadcode for CID 402,403Nick Mathewson
2009-10-26Remove checks for array existence. (CID 410..415)Nick Mathewson
2009-10-26Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-10-26Fix two memory leaks found by Coverity (CIDs 417-418)Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Add getinfo accepted-server-descriptor. Clean spec.Roger Dingledine
2009-07-13remove experimental 'getinfo unregistered-servers-'Roger Dingledine
2009-06-24Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-24Ignore control port commands after a QUITMarcus Griep
2009-06-24Flush long replies over control port on QUITMarcus Griep
2009-05-31Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-30Don't attempt to log messages to a controller from a worker thread.Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-25Update newer control_event_stream_bandwidth code to revised control implNick Mathewson
2009-05-25Remove support for events without the extended format or long names.Nick Mathewson
2009-05-14Fix misreporting of stream bandwidths.Mike Perry
2009-05-14Fix misreporting of stream bandwidths.potentiate
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-05-01Remove the long-deprecated GETINFO addr-mappings/Nick Mathewson
2009-03-18Do not generate the non-verbose circuit path when generating a circuit event ...Nick Mathewson
2009-02-20send the newconsensus event if the controller has asked for newconsensusRoger Dingledine
2009-02-16docdoc and changelog for r18556Roger Dingledine
2009-02-16and list the new event here tooRoger Dingledine
2009-02-16new controller event NEWCONSENSUS that lists the networkstatusRoger Dingledine
2009-01-28clean up r18287Roger Dingledine
2009-01-28patch from matt to implement 'getinfo status/clients-seen'Roger Dingledine
2009-01-27gah. yet another place that needs to be edited when we addRoger Dingledine
2009-01-21Let controllers actually ask for the "clients_seen" event. BugfixRoger Dingledine
2009-01-13Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29While I'm at it, refactor control.c a little so that the dead code no longer ...Nick Mathewson
2008-12-27New controller event "clients_seen" to report a geoip-based summaryRoger Dingledine
2008-12-27Remove a deprecated controller alias; make another one generate a warning.Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Make doxygen not complain about the way we spell CRLFNUL in control.cNick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson
2008-12-18Massage a little code to hopfully please coverity.Nick Mathewson