aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
...
| * Add getinfo accepted-server-descriptor. Clean spec.•••Add a "getinfo status/accepted-server-descriptor" controller command, which is the recommended way for controllers to learn whether our server descriptor has been successfully received by at least on directory authority. Un-recommend good-server-descriptor getinfo and status events until we have a better design for them. Roger Dingledine2009-08-31
* | remove experimental 'getinfo unregistered-servers-'•••it never really worked, and hasn't been used for years. Roger Dingledine2009-07-13
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-24
|\|
| * Ignore control port commands after a QUIT•••When a QUIT has been issued on a control port connection, then ignore further commands on that port. This fixes bug 1016. Marcus Griep2009-06-24
| * Flush long replies over control port on QUIT•••Marks the control port connection for flushing before closing when the QUIT command is issued. This allows a QUIT to be issued during a long reply over the control port, flushing the reply and then closing the connection. Fixes bug 1015. Marcus Griep2009-06-24
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\|
| * Don't attempt to log messages to a controller from a worker thread.•••This patch adds a function to determine whether we're in the main thread, and changes control_event_logmsg() to return immediately if we're in a subthread. This is necessary because otherwise we will call connection_write_to_buf, which modifies non-locked data structures. Bugfix on 0.2.0.x; fix for at least one of the things currently called "bug 977". 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.•••Supporting the old formats made our code complex; running without them has been discouraged since 0.2.1.x. 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 ...•••svn:r19079 Nick Mathewson2009-03-18
* send the newconsensus event if the controller has asked for newconsensus•••events, not if he's asked for ns events svn:r18656 Roger Dingledine2009-02-20
* docdoc and changelog for r18556•••svn:r18566 Roger Dingledine2009-02-16
* and list the new event here too•••svn:r18557 Roger Dingledine2009-02-16
* new controller event NEWCONSENSUS that lists the networkstatus•••lines for every recommended relay. still needs docdoc and changelog entry. svn:r18556 Roger Dingledine2009-02-16
* clean up r18287•••svn:r18288 Roger Dingledine2009-01-28
* patch from matt to implement 'getinfo status/clients-seen'•••svn:r18287 Roger Dingledine2009-01-28
* gah. yet another place that needs to be edited when we add•••a new event. what a mess. svn:r18277 Roger Dingledine2009-01-27
* Let controllers actually ask for the "clients_seen" event. Bugfix•••on 0.2.1.10-alpha; reported by Matt Edman. svn:r18201 Roger Dingledine2009-01-21
* Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...•••svn:r18096 Nick Mathewson2009-01-13
* Remove svn $Id$s from our source, and remove tor --version --version.•••The subversion $Id$ fields made every commit force a rebuild of whatever file got committed. They were not actually useful for telling the version of Tor files in the wild. svn:r17867 Nick Mathewson2009-01-04
* While I'm at it, refactor control.c a little so that the dead code no longer ...•••svn:r17810 Nick Mathewson2008-12-29
* New controller event "clients_seen" to report a geoip-based summary•••of which countries we've seen clients from recently. Now controllers like Vidalia can show bridge operators that they're actually making a difference. svn:r17796 Roger Dingledine2008-12-27
* Remove a deprecated controller alias; make another one generate a warning.•••svn:r17793 Nick Mathewson2008-12-27
* some fixes i found in my sandbox•••svn:r17771 Roger Dingledine2008-12-25
* Document most undocumented variables.•••svn:r17754 Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.•••svn:r17739 Nick Mathewson2008-12-22
* Make doxygen not complain about the way we spell CRLFNUL in control.c•••svn:r17735 Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.•••svn:r17734 Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...•••svn:r17729 Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.•••svn:r17727 Nick Mathewson2008-12-22
* Massage a little code to hopfully please coverity.•••svn:r17669 Nick Mathewson2008-12-18
* Move edge-only flags from connection_t to edge_connection_t.•••svn:r17643 Nick Mathewson2008-12-17
* Note that a couple of line in control.c are supposed to be dead-code.•••I'm hoping not to have to litter the rest of our codebase with Coverity ignores, but I think these are the only one we need right now. svn:r17602 Nick Mathewson2008-12-11
* note a potential bug in status events. need to look at spec to•••see if it's really a bug. svn:r17548 Roger Dingledine2008-12-10
* Resume using the correct "REASON=" stream when telling the•••controller why we closed a stream. Bugfix in 0.2.1.1-alpha. svn:r17547 Roger Dingledine2008-12-10
* remove a bogus comment. Now that there is no undocumented synonym for EXTEND...•••svn:r17542 Nick Mathewson2008-12-09
* Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for EXT...•••svn:r17538 Nick Mathewson2008-12-09
* Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ign...•••svn:r17245 Nick Mathewson2008-11-11
* Minor fix in the warning messages when you're having problems •••bootstrapping; also, be more forgiving of bootstrap problems when we're still making incremental progress on a given bootstrap phase. svn:r17066 Roger Dingledine2008-10-13
* Include circuit purposes in circuit events. Now all circuit events are exten...•••svn:r17007 Nick Mathewson2008-09-29
* Proposal 152 implementation from Josh Albrecht, with tweaks.•••svn:r16983 Nick Mathewson2008-09-26
* Serve the latest v3 networkstatus consensus via the control•••port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907 Roger Dingledine2008-09-14
* Refactor some code and add some asserts based on scanner results.•••svn:r16783 Nick Mathewson2008-09-05