aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
| * | Clearly mark directory footer so we parse the new weight line.Mike Perry2010-02-22
| * | Implement bw weighting selection algorithm.Mike Perry2010-02-22
| * | Add parsing+verification for bw weight values.Mike Perry2010-02-22
| * | Perform calculation of consensus bandwidth weights.Mike Perry2010-02-22
* | | Restrict PerConnBWRate|Burst to INT32_MAX, update manpageSebastian Hahn2010-02-25
* | | Proper NULL checking for hsdesc publicationSebastian Hahn2010-02-23
* | | Fix another coverity-spotted memleakSebastian Hahn2010-02-23
|/ /
* | Merge remote branch 'sebastian/coverity'Nick Mathewson2010-02-22
|\ \
| * | Break early on unknown extendcircuit purposeSebastian Hahn2010-02-22
| * | Fix a memory leak, found by coveritySebastian Hahn2010-02-22
| * | Remove some redundand code in control.cSebastian Hahn2010-02-22
* | | Make expand_filename into a tor_strdup() alias on windows.Nick Mathewson2010-02-22
* | | Remove some redundant code in options_save_current()Sebastian Hahn2010-02-22
|/ /
* | network-status-version must come first in a vote/consensusSebastian Hahn2010-02-22
* | Merge remote branch 'public/cbt-status'Nick Mathewson2010-02-20
|\ \
| * | Future-proof the control protocol by ignoring unrecognized keyword argsNick Mathewson2010-02-18
| * | Make more arguments in control.c properly case-insensitive.Nick Mathewson2010-02-18
| * | Describe the recent timeouts reallocation behavior.Mike Perry2010-02-18
| * | Move CBT params into consensus.Mike Perry2010-02-18
| * | Add an event for a case where we drop guards.Mike Perry2010-02-18
| * | Allow "EXTENDCIRCUIT 0" to omit a path.Mike Perry2010-02-18
| * | Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry2010-02-18
* | | Merge remote branch 'sebastian/bug1143'Nick Mathewson2010-02-19
|\ \ \ | |/ / |/| |
| * | Make the DNSPort option work with libevent 2.xSebastian Hahn2010-02-19
* | | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-18
|\ \ \ | |/ / |/| / | |/
| * new dannenberg address; make moria2's demise official.Roger Dingledine2010-02-12
* | Build correctly with Libevent 2.0.4-alpha and laterNick Mathewson2010-02-15
* | Add Windows version detection for Vista and 7Sebastian Hahn2010-02-10
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-09
|\|
| * Don't use gethostbyname() in resolve_my_address()Sebastian Hahn2010-02-08
* | Merge remote branch 'sebastian/bug925'Nick Mathewson2010-02-09
|\ \
| * | Don't spam controllers with TOO_MANY_CONNECTIONS eventsSebastian Hahn2010-02-08
* | | Merge remote branch 'sebastian/bug1238'Nick Mathewson2010-02-09
|\ \ \
| * | | Fix a whitespace violationSebastian Hahn2010-02-09
| * | | Speed up the execution of exit_policy_is_general_exit_helper()Sebastian Hahn2010-02-09
| * | | 0/8 doesn't count as a /8 subnet towards an Exit flagSebastian Hahn2010-02-08
| |/ /
* / / Make tor_addr_copy() conform to memcpy requirementsNick Mathewson2010-02-09
|/ /
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-02-07
|\|
| * lookup_last_hid_serv_request() could overflow and leak memorySebastian Hahn2010-02-07
* | Call exit_policy_is_general_exit lessSebastian Hahn2010-02-04
* | When we've disabled .exit hostnames, actually reject them.Nick Mathewson2010-02-03
* | Trivial doc fix for exit_policy_is_general_exit_helperNick Mathewson2010-02-03
* | Don't assign Exit flag incorrectlySebastian Hahn2010-02-03
* | Fix comments for getinfo_helper_tSebastian Hahn2010-01-27
* | Fix a memory corruption bug while collecting bridge statsKarsten Loesing2010-01-26
* | Merge commit 'sebastian/quiet'Nick Mathewson2010-01-25
|\ \
| * | Be quieter about failing to decode authority digestsSebastian Hahn2010-01-25
* | | Try to untangle the logic in server_port_flushNick Mathewson2010-01-25
|/ /
* | Since dump_microdescriptor() can return -1; make its type ssize_tNick Mathewson2010-01-24
* | Handle errors reported by fwrite() in dump_microdescriptor()Peter Palfrader2010-01-24