aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\
| * Don't attempt to log messages to a controller from a worker thread.Nick Mathewson2009-05-30
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Fix misreporting of stream bandwidths.Mike Perry2009-05-14
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Update newer control_event_stream_bandwidth code to revised control implNick Mathewson2009-05-25
* | Remove support for events without the extended format or long names.Nick Mathewson2009-05-25
* | Fix misreporting of stream bandwidths.potentiate2009-05-14
* | Update copyright to 2009.Karsten Loesing2009-05-02
* | Remove the long-deprecated GETINFO addr-mappings/Nick Mathewson2009-05-01
|/
* Do not generate the non-verbose circuit path when generating a circuit event ...Nick Mathewson2009-03-18
* send the newconsensus event if the controller has asked for newconsensusRoger Dingledine2009-02-20
* docdoc and changelog for r18556Roger Dingledine2009-02-16
* and list the new event here tooRoger Dingledine2009-02-16
* new controller event NEWCONSENSUS that lists the networkstatusRoger Dingledine2009-02-16
* clean up r18287Roger Dingledine2009-01-28
* patch from matt to implement 'getinfo status/clients-seen'Roger Dingledine2009-01-28
* gah. yet another place that needs to be edited when we addRoger Dingledine2009-01-27
* Let controllers actually ask for the "clients_seen" event. BugfixRoger Dingledine2009-01-21
* Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson2009-01-13
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* While I'm at it, refactor control.c a little so that the dead code no longer ...Nick Mathewson2008-12-29
* New controller event "clients_seen" to report a geoip-based summaryRoger Dingledine2008-12-27
* Remove a deprecated controller alias; make another one generate a warning.Nick Mathewson2008-12-27
* some fixes i found in my sandboxRoger Dingledine2008-12-25
* Document most undocumented variables.Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
* Make doxygen not complain about the way we spell CRLFNUL in control.cNick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson2008-12-22
* Massage a little code to hopfully please coverity.Nick Mathewson2008-12-18
* Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson2008-12-17
* Note that a couple of line in control.c are supposed to be dead-code.Nick Mathewson2008-12-11
* note a potential bug in status events. need to look at spec toRoger Dingledine2008-12-10
* Resume using the correct "REASON=" stream when telling theRoger Dingledine2008-12-10
* remove a bogus comment. Now that there is no undocumented synonym for EXTEND...Nick Mathewson2008-12-09
* Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for EXT...Nick Mathewson2008-12-09
* Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ign...Nick Mathewson2008-11-11
* Minor fix in the warning messages when you're having problems Roger Dingledine2008-10-13
* Include circuit purposes in circuit events. Now all circuit events are exten...Nick Mathewson2008-09-29
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
* Serve the latest v3 networkstatus consensus via the controlRoger Dingledine2008-09-14
* Refactor some code and add some asserts based on scanner results.Nick Mathewson2008-09-05
* Switch global_identifier on connections to a 64-bit field and move it to conn...Nick Mathewson2008-08-15
* don't log-warn on a bootstrapping status event if the recommendationRoger Dingledine2008-08-04
* r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson2008-07-24
* Send a bootstrap problem "warn" event on the first problem if theRoger Dingledine2008-06-24
* If you're using bridges, generate "bootstrap problem" warningsRoger Dingledine2008-06-20