summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | | | Make SIGNAL DUMP work on FreeBSDSebastian Hahn2011-04-15
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While doing so, get rid of the now unnecessary function control_signal_act(). Fixes bug 2917, reported by Robert Ransom. Bugfix on commit 9b4aa8d2abbce71398e58188209a1b1d04885b96. This patch is loosely based on a patch by Robert (Changelog entry).
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'public/bug2332' into maint-0.2.2Nick Mathewson2011-04-26
| |\ \ \ \ \ \
| | * | | | | | Make eventdns server functions const void* to match libeventNick Mathewson2011-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | partial fix for bug 2332
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/rephist.c
| * | | | | | | Downgrade notice to info when downloading a cert.Nick Mathewson2011-04-26
| | | | | | | |
| * | | | | | | fix some comments before they create conflictsRoger Dingledine2011-04-26
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix compilation in last patchNick Mathewson2011-04-26
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'sebastian/bug2704' into maint-0.2.2Nick Mathewson2011-04-26
| |\ \ \ \ \ \ \
| | * | | | | | | Fix more of bug 2704Sebastian Hahn2011-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last entry of the *Maxima values in the state file was inflated by a factor of NUM_SECS_ROLLING_MEASURE (currently 10). This could lead to a wrong maximum value propagating through the state file history.
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/dirserv.h
| * | | | | | | | Don't leak the local hostname in relay nicknamesSebastian Hahn2011-04-26
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 2979, reported by tagnaq.
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-25
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge commit '91aa6f08bcf0acbdfa038aaffe73e327ddd87c67' into maint-0.2.2Nick Mathewson2011-04-25
| |\ \ \ \ \ \ \
| | * | | | | | | Make the Log configuration option expand ~Sebastian Hahn2011-04-22
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-04-21
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Fix a bug in removing DNSPort requests from their circular listNick Mathewson2011-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under heavy load, this could result in an assertion failure. Fix for bug 2933; bugfix on 0.2.0.10-alpha.
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Prevent hugely inflated observed bandwidth valuesSebastian Hahn2011-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reading the bw history from the state file, we'd add the 900-second value as traffic that occured during one second. Fix that by adding the average value to each second. This bug was present since 0.2.0.5-alpha, but was hidden until 0.2.23-alpha when we started using the saved values.
| * | | | | | | Don't sometimes undercount bw averageSebastian Hahn2011-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the first part of bug 2704. It should occur only rarely when no bw maxima are known. Bugfix on 0.2.2.23-alpha. Fixes bug 2704.
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Standardize our printf code on %d, not %i.Nick Mathewson2011-04-19
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'rransom/bug2948' into maint-0.2.2Nick Mathewson2011-04-19
| |\ \ \ \ \ \ \
| | * | | | | | | Correct HS descriptor length checkNick Mathewson2011-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 2948.
| | * | | | | | | Merge branch 'bug2750-v3' into bug2948Robert Ransom2011-04-18
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-04-19
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge remote-tracking branch 'rransom/bug2750-v3' into maint-0.2.1Nick Mathewson2011-04-19
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Add an XXXRobert Ransom2011-04-18
| | | | | | | | |
| | | * | | | | | Correct the warning emitted when rejecting an oversized HS descRobert Ransom2011-04-18
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-04-19
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | / / / / / | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Ouch: correctly tabify the micro-revision.i target in Makefile.am (0.2.1 only)Nick Mathewson2011-04-19
| | |/ / / / /
| * | | | | | Add a changes file for the osx 10.6 compile fixSebastian Hahn2011-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We forgot to put it into 0.2.2.24-alpha.
* | | | | | | Merge remote-tracking branch 'asn/heartbeat'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Reuse get_bytes_{read,written}() in status.cGeorge Kadianakis2011-04-16
| | | | | | |
* | | | | | | forward-port the 0.2.2.24-alpha changelogRoger Dingledine2011-04-11
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-08
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/or/rephist.c
| * | | | | | Merge branch 'bug2373' into maint-0.2.2Nick Mathewson2011-04-08
| |\ \ \ \ \ \
| | * | | | | | Free pending_cb_messages on exitNick Mathewson2011-04-07
| | | | | | | |
| | * | | | | | Free circuits_for_buffer_stats on shutdownNick Mathewson2011-04-07
| | | | | | | |
| | * | | | | | Fix up some cell-queue stats issues in rephist.cNick Mathewson2011-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Document the structure and variables. - Make circuits_for_buffer_stats into a static variable. - Don't die horribly if interval_length is 0. - Remove the unused local_circ_id field. - Reorder the fields of circ_buffer_stats_t for cleaner alignment layout.
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittestsGisle Vanem2011-04-07
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/common/address.c src/common/compat_libevent.c src/common/memarea.c src/common/util.h src/or/buffers.c src/or/circuitbuild.c src/or/circuituse.c src/or/connection.c src/or/directory.c src/or/networkstatus.c src/or/or.h src/or/routerlist.c
| * | | | | | Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson2011-04-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/or.h
| | * | | | | | Send END_STREAM_REASON_NOROUTE: clients that didn't grok it are now obsoleteNick Mathewson2011-03-28
| | | | | | | |