Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | Small tweaks for bug2698 bugfix | Sebastian Hahn | |
2011-03-27 | Fix libevent autoconf bug #2698 | Jacob Appelbaum | |
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 | 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 | add changes file for the doxygen issues | Nick Mathewson | |
2011-03-16 | Clean up whitespace | Nick Mathewson | |
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 branch 'bug2756_relay' into maint-0.2.2 | Nick Mathewson | |
2011-03-15 | Fix comment for connection_edge_consider_sending_sendme | Nick Mathewson | |
2011-03-15 | Merge branch 'bug2757' into maint-0.2.2 | Nick Mathewson | |
2011-03-15 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-03-15 | Fix a compile warning when using clang | Sebastian Hahn | |
Issue noticed by Steven Murdoch; fixes bug 2689. The cast didn't do anything, and we don't need to look at the return value of the function here. | |||
2011-03-15 | Fix a log message typo | Robert Ransom | |
2011-03-15 | Log the source of a rejected POSTed v3 vote | Robert Ransom | |
Related to ticket 2683. | |||
2011-03-14 | Check newconn, not conn, before marking newconn for close | Nick Mathewson | |
This fixes bug 2757. It's a bugfix on 85da676108f0d. | |||
2011-03-14 | Consider sending stream-level SENDME cells on partial flushes. | Nick Mathewson | |
Right now, we only consider sending stream-level SENDME cells when we have completely flushed a connection_edge's outbuf, or when it sends us a DATA cell. Neither of these is ideal for throughput. This patch changes the behavior so we now call connection_edge_consider_sending_sendme when we flush _some_ data from an edge outbuf. Fix for bug 2756; bugfix on svn r152. | |||
2011-03-14 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-03-14 | Merge remote branch 'arma/bug2510' into maint-0.2.2 | Nick Mathewson | |
2011-03-14 | Merge branch 'bug2511' into bug2510 | Roger Dingledine | |
2011-03-14 | Merge remote branch 'arma/bug2716' into maint-0.2.2 | Nick Mathewson | |
2011-03-13 | fix two issues pointed out by nickm | Roger Dingledine | |
2011-03-13 | we're not reachable if we don't have a routerinfo yet | Roger Dingledine | |
2011-03-13 | fix one more typo | Roger Dingledine | |
2011-03-12 | Tweak bug2716 patch a little | Nick Mathewson | |
Name the magic value "10" rather than re-deriving it. Comment more. Use the pattern that works for periodic timers, not the pattern that doesn't work. ;) | |||
2011-03-11 | Merge branch 'hsdir_assignment' into maint-0.2.2 | Nick Mathewson | |
2011-03-11 | Clarify threat description and avoid negative uptimes. | Nick Mathewson | |
2011-03-11 | improve accuracy for when a relay went unreachable | Roger Dingledine | |
2011-03-11 | Merge commit 'sebastian/bug2663' into maint-0.2.2 | Roger Dingledine | |
2011-03-11 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-03-11 | put the 0.2.1.30 changes into releasenotes | Roger Dingledine | |
2011-03-11 | Use observed instead of declared uptime for HSDir | Sebastian Hahn | |
It is important to verify the uptime claim of a relay instead of just trusting it, otherwise it becomes too easy to blackhole a specific hidden service. rephist already has data available that we can use here. Bugfix on 0.2.0.10-alpha. | |||
2011-03-10 | Add a step to the release process: tell trac about the version. | Nick Mathewson | |
2011-03-10 | Fix compilation under LLVM/clang with --enable-gcc-warnings | Steven Murdoch | |
- When compiling using clang (2.9 or lower) do not enable -Wnormalized=id or -Woverride-init when --enable-gcc-warnings or --enable-gcc-warnings-advisory is set as these options are unsupported. | |||
2011-03-10 | Fix two compile warnings when using clang | Sebastian Hahn | |
Issue found by Steven Murdoch | |||
2011-03-09 | oops. I got the bug number wrong. | Nick Mathewson | |
2011-03-09 | openSUSE initscript create /var/run/tor fixes Ticket #2573 | Andreas Stieger | |
(changes file added by nickm) |