aboutsummaryrefslogtreecommitdiff
path: root/src/or/reasons.c
Commit message (Collapse)AuthorAge
* Create reasons.hSebastian Hahn2010-07-27
|
* Create config.hSebastian Hahn2010-07-27
|
* Log bandwidth_weight_rule_t as a string, not an integer.Nick Mathewson2010-04-12
| | | | | | I'm adding this because I can never remember what stuff like 'rule 3' means. That's the one where if somebody goes limp or taps out, the fight is over, right?
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\ | | | | | | | | | | Conflicts: src/common/test.h src/or/test.c
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
| |
| * Update copyright to 2009.Karsten Loesing2009-05-04
| |
* | A changelog entry and a bit more documentation for socks-clientNick Mathewson2009-08-26
| |
* | Clean up a couple of style issues in the socks-client branch.Nick Mathewson2009-08-25
| |
* | Move SOCKS reason-decoding switches into reasons.cNick Mathewson2009-06-19
| |
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
| | | | | | | | 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
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this ↵Nick Mathewson2008-12-18
| | | | | | patch. svn:r17686
* Actually reinstate errors that did not work on windows, and add a comment ↵Nick Mathewson2008-06-13
| | | | | | about reading the documentation of the S_CASE and E_CASE macros before adding new cases to the switch statements there. svn:r15179
* ignore some errnos in hopes of building on windows againRoger Dingledine2008-06-13
| | | | svn:r15178
* start sending "bootstrap problem" status events when we're having troublesRoger Dingledine2008-06-11
| | | | | | | reaching relays. svn:r15116
* consolidate all our edge/circ/orconn reason-to-foo-or-back functionsRoger Dingledine2008-06-11
svn:r15115