aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
|\
| * Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson2011-01-15
* | Explain bug2346 fix better based on suggestions from armaNick Mathewson2011-01-12
* | Wait 60 minutes before retrying failed state save; bug2346Nick Mathewson2011-01-10
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Merge remote branch 'public/bug2060' into maint-0.2.2Nick Mathewson2010-12-21
|\ \
| * | Disable DirPort when BridgeRelay is setNick Mathewson2010-11-22
* | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2010-12-16
|\ \ \ | |/ / |/| / | |/
| * Change gabelmoo's IP address and ports.Karsten Loesing2010-12-16
* | warn more about AllowSingleHopExitsRoger Dingledine2010-11-16
* | Merge remote branch 'sebastian/manpagefixups' into maint-0.2.2Nick Mathewson2010-11-15
|\ \
| * | Break NoPublish supportSebastian Hahn2010-11-10
| * | Change Natd into NATD in our options.Sebastian Hahn2010-11-10
| * | Synx manpage and source wrt option capitalizationSebastian Hahn2010-11-10
| * | Comment out the (unused) RunTesting optionSebastian Hahn2010-11-10
* | | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2010-11-11
|\ \ \ | |/ / |/| / | |/
| * let unpublished bridges learn their ip address tooRoger Dingledine2010-11-11
* | Remove delay to become HSDir in privnetsSebastian Hahn2010-10-26
* | Merge branch 'bug1751_enabling' into maint-0.2.2Nick Mathewson2010-09-27
|\ \
| * | Change bug1751 enabling code based on comments from armaNick Mathewson2010-09-27
| * | First cut of code to enable RefuseUnknownExitsNick Mathewson2010-09-21
* | | Rename has_completed_circuit to can_complete_circuitNick Mathewson2010-09-22
* | | Merge branch 'bug1789'Nick Mathewson2010-09-21
|\ \ \ | |/ / |/| |
| * | Base our expected bw accounting usage on time before soft limitNick Mathewson2010-09-03
* | | Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson2010-08-20
|/ /
* | Warn for bad combination of cookie optionsSebastian Hahn2010-08-20
* | delay geoip stats even more for relays-turned-bridgesRoger Dingledine2010-08-18
* | Merge commit 'karsten/dirbytes2'Nick Mathewson2010-08-18
|\ \
| * | Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
* | | Refactor circuit_build_times_parse_stateSebastian Hahn2010-08-16
* | | reinit per-conn token buckets on config or consensus changeRoger Dingledine2010-08-15
|/ /
* | tiny change i found in my other sandboxRoger Dingledine2010-08-11
* | Only delay counting bridge users if we were a relay beforeSebastian Hahn2010-08-05
* | Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing2010-08-05
* | Merge branch 'bug1384'Nick Mathewson2010-08-02
|\ \
| * | Fix a compile warning on OS X 10.6Sebastian Hahn2010-08-02
| * | Warn when encounter the same (non-list) option twice in the same placeNick Mathewson2010-07-31
* | | Bug #919: Don't rebind ports if we receive SIGHUP while hibernating.Chris Ball2010-08-02
* | | Bug #928: Disallow BridgeRelay 1 and ORPort 0 configurationChris Ball2010-08-02
* | | Bug #1107: Complain if PublishServerDescriptor receives 0 or 1 in a listChris Ball2010-08-02
|/ /
* | Create rephist.hSebastian Hahn2010-07-27
* | Create relay.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create networkstatus.hSebastian Hahn2010-07-27
* | Create main.hSebastian Hahn2010-07-27
* | Create hibernate.hSebastian Hahn2010-07-27
* | Create dns.hSebastian Hahn2010-07-27
* | Create dirvote.hSebastian Hahn2010-07-27
* | Create dirserv.hSebastian Hahn2010-07-27