Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-07 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-04-07 | Allow controllers a more up-to-date view of bridge usage. | Nick Mathewson | |
Instead of answering GETINFO requests about our geoip usage only after running for 24 hours, this patch makes us answer GETINFO requests immediately. We still round and quantize as before. Implements bug2711. Also, refactor the heck out of the bridge usage formatting code. No longer should we need to do a generate-parse-and-regenerate cycle to get the controller string, and that lets us simplify the code a lot. | |||
2011-04-07 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-04-07 | Fix a compile warning on OS X 10.6 | Sebastian Hahn | |
2011-04-06 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-04-06 | Merge remote-tracking branch 'public/bug2381' | Nick Mathewson | |
2011-04-06 | Merge maint-0.2.1 for bug2402_again fixes . Use "-s ours" so we don't ↵ | Nick Mathewson | |
actually take the patch. | |||
2011-04-06 | Merge remote-tracking branch 'public/bug2402_again' into maint-0.2.1 | Nick Mathewson | |
2011-04-06 | Add a missing ! to the check for CountPrivatebandwidth. | Nick Mathewson | |
2011-04-05 | Tweaks to Cagara's CountPrivateBandwidth patch: | Nick Mathewson | |
- Document it in the manpage - Add a changes entry - No need to log when it is set: we don't log for other options. - Use doxygen to document the new flag. - Test truth of C variables with "if (x)", not "if (x == 1)". - Simplify a complex boolean expression by breaking it up. | |||
2011-04-05 | Patch from cagara: Add a CountPrivateBandwidth flag | Daniel Cagara | |
2011-04-04 | remove duplicate changes file for 2702 | Nick Mathewson | |
2011-04-04 | Merge branch 'static-work' | Nick Mathewson | |
2011-04-04 | Changes file for static-work branch | Nick Mathewson | |
2011-04-04 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-04-04 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-04-04 | switch to the apr 2011 geoip db | Roger Dingledine | |
2011-04-02 | Small fixes for the 2702 implementation | Sebastian Hahn | |
Improve the INSTALL documentation for static builds, remove a few unnecessary lines from configure.in and tweak the changelog message slightly. | |||
2011-04-02 | add --enable-static-tor to our configure script | Jacob Appelbaum | |
This implements the feature request in bug #2702 | |||
2011-03-30 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/common/compat.h src/or/circuitlist.c src/or/circuituse.c src/or/or.h src/or/rephist.c | |||
2011-03-30 | Use cbt to tell when to launch parallel intro circuit | Nick Mathewson | |
Implement feature from trac #2799 | |||
2011-03-30 | Use timevals, not time_t, when expiring circuits. | Nick Mathewson | |
We've got millisecond timers now, we might as well use them. This change won't actually make circuits get expiered with microsecond precision, since we only call the expiry functions once per second. Still, it should avoid the situation where we have a circuit get expired too early because of rounding. A couple of the expiry functions now call tor_gettimeofday: this should be cheap since we're only doing it once per second. If it gets to be called more often, though, we should onsider having the current time be an argument again. | |||
2011-03-30 | Implement replacements for timer(add,cmp,sub) on platforms lacking them. | Nick Mathewson | |
2011-03-28 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-03-28 | Fix configure.in zlib package names. | Erinn Clark | |
2011-03-28 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-03-27 | Small tweaks for bug2698 bugfix | Sebastian Hahn | |
2011-03-27 | Fix libevent autoconf bug #2698 | Jacob Appelbaum | |
2011-03-18 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
Trivial Conflicts: configure.in | |||
2011-03-18 | Fix signed/unsigned compare warning | Nick Mathewson | |
2011-03-18 | Merge remote branch 'sebastian/bug2696' into maint-0.2.2 | Nick Mathewson | |
2011-03-18 | Add 2696 changes file | Sebastian Hahn | |
2011-03-18 | Remove superfluous -g -O2 compiler argument | Sebastian Hahn | |
Autoconf adds -g -O2 by default, so adding it ourselves is not required. It also caused a warning with clang for every source file, so remove it here. Fixes last issue of ticket 2696. | |||
2011-03-17 | Futz with the clang patch a bit and tidy some geoip.c stuff | Nick Mathewson | |
2011-03-16 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-03-16 | Document a few more members. | Nick Mathewson | |
2011-03-16 | Resolve the one DOCDOC in the 0.2.2 code atm | Nick Mathewson | |
2011-03-16 | Remove a useless doxygen comment | Nick Mathewson | |
2011-03-16 | Move the decl for tor_gettimofday_cache_clear to the right header | Nick Mathewson | |
2011-03-16 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/common/crypto.c | |||
2011-03-16 | add changes file for the doxygen issues | Nick Mathewson | |
2011-03-16 | Clean up whitespace | Nick Mathewson | |
2011-03-16 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Trivial Conflicts in src/common/crypto.c src/or/main.h src/or/or.h | |||
2011-03-16 | Doxygen documentation for about 100 things that didn't have any | Nick Mathewson | |
About 860 doxygen-less things remain in 0.2.2 | |||
2011-03-16 | Fix up all doxygen warnings other than "foo is not documented" | Nick Mathewson | |
2011-03-16 | Turn on the "source browser" feature for our generated HTML. | Nick Mathewson | |
2011-03-16 | Run "doxygen -u" to update doxygen config file. | Nick Mathewson | |
2011-03-15 | Merge remote branch 'arma/optimistic_server' | Nick Mathewson | |
2011-03-15 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-03-15 | Merge branch 'bug2756_relay' into maint-0.2.2 | Nick Mathewson | |