aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
...
* | | Merge commit 'origin/maint-0.2.1'•••Resolved onflicts in: ChangeLog src/or/config.c src/or/or.h Nick Mathewson2009-07-30
|\| |
| * | Cleaner fix for get_effective_bw(rate|burst), with comment on why it is ok.Nick Mathewson2009-07-30
| * | Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine2009-07-28
* | | Fix signed/unsigned comparison warnings in get_effective_bw(rate|burst)Nick Mathewson2009-07-30
* | | Merge branch 'maint-0.2.1' into masterRoger Dingledine2009-07-28
|\| |
| * | Changing MaxAdvertisedBW may not need a republish•••Relays no longer publish a new server descriptor if they change their MaxAdvertisedBandwidth config option but it doesn't end up changing their advertised bandwidth numbers. Bugfix on 0.2.0.28-rc; fixes bug 1026. Patch from Sebastian. Sebastian Hahn2009-07-27
| * | Add warning that the results of --enable-geoip-stats are different from those...Karsten Loesing2009-06-22
* | | Merge commit 'ioerror/DirFetchInfoExtraEarly'•••Conflicts: ChangeLog Nick Mathewson2009-07-25
|\ \ \
| * | | Add support for a new option: FetchDirInfoExtraEarly•••This new option will allow clients to download the newest fresh consensus much sooner than they normally would do so, even if they previously set FetchDirInfoEarly. This includes a proper ChangeLog entry and an updated man page. Jacob Appelbaum2009-07-13
* | | | don't warn about DirReqStatistics when the option is disabled•••Reported by Zax on #tor Sebastian Hahn2009-07-23
* | | | Merge branch 'dirreq-timing'Nick Mathewson2009-07-16
|\ \ \ \
| * | | | Some tweaks to statistics.•••Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database. Karsten Loesing2009-07-15
* | | | | fix long lineSebastian Hahn2009-07-15
* | | | | Allow interval and memunit cfg variables to be set to fractions.Nick Mathewson2009-07-15
|/ / / /
* / / / fix comments and other typosRoger Dingledine2009-07-13
|/ / /
* | | Merge commit 'karsten/entrystats-master'•••Conflicts: ChangeLog configure.in src/or/config.c src/or/or.h Nick Mathewson2009-07-07
|\ \ \
| * | | If configured, write entry-node statistics to disk periodically.Karsten Loesing2009-07-05
* | | | If configured, write cell statistics to disk periodically.Karsten Loesing2009-07-05
|/ / /
* | | If configured, write per-port exit statistics to disk periodically.•••[Original patch series from Karsten, revised and squashed by Nick] Karsten Loesing2009-07-02
* | | Log a notice about collecting geoip statsSebastian Hahn2009-06-25
| |/ |/|
* | Move the Libvent setup logic into compat_libevent from config.•••This has been some pretty ugly and voodoo-laden code. I've tried to clean it up a bit, but more work probably remains. Nick Mathewson2009-06-12
* | Update Tor to use Libevent 2.0 APIs when available.•••This patch adds a new compat_libevent.[ch] set of files, and moves our Libevent compatibility and utilitity functions there. We build them into a separate .a so that nothing else in src/commmon depends on Libevent (partially fixing bug 507). Also, do not use our own built-in evdns copy when we have Libevent 2.0, whose evdns is finally good enough (thus fixing Bug 920). Nick Mathewson2009-06-12
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\|
| * Clean up a bit of C logic, and fix an erroneous warning.•••(Simplify "if (cond) return 1; return 0;" to "return cond;", and don't give a warning when we start with accounting on but dirport off.) Nick Mathewson2009-05-29
| * Consider *ListenAddress when warning about low ports and hibernation•••Tas (thanks!) noticed that when *ListenAddress is set, Tor would still warn on startup when *Port is low and hibernation is active. The patch parses all the *ListenAddress lines, and checks the ports. Bugfix on 0.2.1.15-rc Sebastian Hahn2009-05-30
* | Merge branch 'hardware_accel_improvements'Nick Mathewson2009-05-31
|\ \
| * | Fix-ups for dynamic OpenSSL engine patch.•••Include a changelog, and don't try to compare strings with !=. Nick Mathewson2009-05-31
| * | Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck2009-05-23
* | | Warn and exit when we are configured to measure GeoIP statistics, but have no...Karsten Loesing2009-05-30
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-28
|\ \ \ | | |/ | |/|
| * | Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\| |
| * | Spell-check Tor.Nick Mathewson2009-05-27
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\| |
| * | Fix bug 932 even more.•••Ignore connections two hours after switching from bridge to relay or back. Karsten Loesing2009-05-27
* | | Change the way how directories that are configured with --enable-geoip-stats ...•••- Write geoip stats to disk every 24 hours, not every hour. - Remove configuration options and define reasonable defaults. - Clear history of client requests every 24 hours (which wasn't done at all before). Karsten Loesing2009-05-27
* | | simplify options_act()Roger Dingledine2009-05-24
| |/ |/|
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-22
|\|
| * fix a spelling mistake in config.c for "contries"phobos2009-05-22
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-13
|\|
| * Use | with flags, not +.Nick Mathewson2009-05-13
| * Prevent bridges from publishing router descriptors.•••Bridges are not supposed to publish router descriptors to the directory authorities. It defeats the point of bridges when they are included in the public relay directory. This patch puts out a warning and exits when the node is configured as a bridge and to publish v1, v2, or v3 descriptors at the same time. Also fixes part of bug 932. Karsten Loesing2009-05-13
| * When our bridge status changes, forget old geoip data.•••This fixes bug 932, where all of our usage totals for users when we were a regular server would get included in the extrainfo document. Nick Mathewson2009-05-13
* | Merge commit 'origin/maint-0.2.1' into m3Nick Mathewson2009-05-12
|\|
| * Warn when hibernation and low-port on non-windows is configured•••This addresses the first part of bug 918. Users are now warned when they try to use hibernation in combination with a port below 1024 when they're not on Windows. We don't want to die here, because people might run Tor as root, use a capabilities system or some other platform that will allow them to re-attach low ports. Wording suggested by Marian Sebastian Hahn2009-05-12
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Include the *_sha1.i files in their own *_codedigest.c files.•••This way we do not need to rebuild util.c and/or config.c whenever any unrelated source file in src/common or src/or has changed. Nick Mathewson2009-05-08
* | Update copyright to 2009.Karsten Loesing2009-05-02
* | Command-line option to dump SHA1 digests of all source files.•••Now, when you call tor --digests, it dumps the SHA1 digest of each source file that Tor was built with. We support both 'sha1sum' and 'openssl sha1'. If the user is building from a tarball and they haven't edited anything, they don't need any program that calculates SHA1. If they _have_ modified a file but they don't have a program to calculate SHA1, we try to build so we do not output digests. Nick Mathewson2009-04-29
|/
* Raise the minimum bandwidth to be a relay from 20000 bytes to 20480•••bytes (aka 20KB/s), to match our documentation. Also update directory authorities so they always assign the Fast flag to relays with 20KB/s of capacity. Now people running relays won't suddenly find themselves not seeing any use, if the network gets faster on average. svn:r19305 Roger Dingledine2009-04-12