aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Report circuit build_state flags in CIRC eventsRobert Ransom2011-11-24
|
* Split circuit-description code into a separate functionRobert Ransom2011-11-24
|
* Separate circuit-close reasons from circ descriptionRobert Ransom2011-11-24
|
* Update check-spaces to remove false positive for timercmp macroSebastian Hahn2011-11-24
| | | | | | The timercmp macro uses triggers a "space between function name and opening parentheses" warning for the check spaces script. Work around this by simply disabling the check for all "functions" named 'op()'.
* appease check-spacesSebastian Hahn2011-11-24
|
* Fix compile warning in tor_inet_pton() (on 64bit)Sebastian Hahn2011-11-24
| | | | This slipped through into 0.2.3.8-alpha unfortunately.
* Merge branch 'bug2474'Nick Mathewson2011-11-23
|\ | | | | | | | | | | | | | | Had to resolve conflicts wrt the " (using bufferevents)" addition to the startup string. Conflicts: src/or/main.c
| * Tweak the "this is not a stable release" warning some moreNick Mathewson2011-11-23
| |
| * Tweak the startup message to be more helpfulNick Mathewson2011-04-28
| | | | | | | | | | | | | | | | Instead of just saying "boogity boogity!" let's actually warn people that they need to configure stuff right to be safe, and point them at instructions for how to do that. Resolves bug 2474.
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-23
|\ \
| * \ Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson2011-11-23
| |\ \
| | * | Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson2011-11-09
| | | | | | | | | | | | | | | | | | | | | | | | The old behavior was susceptible to the compiler optimizing out our assertion check, *and* could still overflow size_t on 32-bit systems even when it did work.
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-23
|\| | |
| * | | Fix a compile warning on 64bit OS XSebastian Hahn2011-11-23
| | | | | | | | | | | | | | | | | | | | | | | | Backport of 68475fc5c5a806ebbb5657de1667dab2c3e09b7c which accidentally only made it into master. Fixes bug 4547. Bug isn't in any released version.
* | | | sebastian is the new karsten, i hearRoger Dingledine2011-11-23
| | | |
* | | | bump to 0.2.3.8-alpha-devRoger Dingledine2011-11-23
| | | |
* | | | Fix a compile warning on 64bit OS XSebastian Hahn2011-11-23
| | | |
* | | | bump to 0.2.3.8-alphaRoger Dingledine2011-11-22
| | | |
* | | | add a blurb for 0.2.3.8-alphaRoger Dingledine2011-11-22
| | | |
* | | | and rm the old onesRoger Dingledine2011-11-21
| | | |
* | | | fold in more changes filesRoger Dingledine2011-11-21
| | | |
* | | | update the man page for the new AuthDirFastGuarantee valueRoger Dingledine2011-11-21
| | | |
* | | | raise AuthDirFastGuarantee from 20KB to 100KBRoger Dingledine2011-11-21
| | | | | | | | | | | | | | | | This patch reverts part of 39ceda7e05d7 (where it used to be 100KB).
* | | | apparently or_options_t likes being a const in masterRoger Dingledine2011-11-21
| | | |
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-11-21
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/or/dirserv.c
| * | | man page entries for AuthDir{Fast,GuardBW}GuaranteeRoger Dingledine2011-11-21
| | | |
| * | | parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine2011-11-21
| | | | | | | | | | | | | | | | | | | | Now it will be easier for researchers to simulate Tor networks with different values. Resolves ticket 4484.
| * | | Merge branch 'bug4518' into maint-0.2.2Nick Mathewson2011-11-21
| |\ \ \
| | * | | Only call cull_wedged_cpuworkers once every 60 seconds.Nick Mathewson2011-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function is over 10 or 20% on some of Moritz's profiles, depending on how you could. Since it's checking for a multi-hour timeout, this is safe to do. Fixes bug 4518.
* | | | | fold in more changes entriesRoger Dingledine2011-11-21
| | | | |
* | | | | further cleanupsRoger Dingledine2011-11-21
| | | | |
* | | | | fold in more changes entriesRoger Dingledine2011-11-21
| | | | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-21
|\| | | |
| * | | | Merge remote-tracking branch 'public/bug3963' into maint-0.2.2Nick Mathewson2011-11-21
| |\ \ \ \
| | * | | | All NT service configuration commands should make the process exit.Nick Mathewson2011-09-08
| | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 3963; fix on 0.2.0.7-alpha.
* | | | | | Merge branch 'bug4360'Nick Mathewson2011-11-21
|\ \ \ \ \ \
| * | | | | | Changes file for bug4360Nick Mathewson2011-11-21
| | | | | | |
| * | | | | | normalize the name of the CERTS cellRoger Dingledine2011-10-31
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-20
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Changes file for bug4521 backports.Nick Mathewson2011-11-20
| | | | | | |
| * | | | | | Sockets are unsigned on windowsSebastian Hahn2011-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this gets rid of a warning about signed/unsigned comparison This is a backport of 0a5338e03cdf14ef80584c6ff8adeb49200b8a76 that accidentally only went into master
| * | | | | | Get rid of an unused parameter warning on winSebastian Hahn2011-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a backport of bed79c47f4ec0ee72b19e2b81c54131d516d07ef which accidentally only went into master
* | | | | | | Log more loudly on a bad cert from an authority.Nick Mathewson2011-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clock skew made this situation way too frequent so we demoted it to "protocol_warn", but when there's an authority, it should really just be warn.
* | | | | | | changes file for bug4515Nick Mathewson2011-11-19
| | | | | | |
* | | | | | | Imporved unit test coverage for tor_inet_ptonAnders Sundman2011-11-19
| | | | | | |
* | | | | | | Minor tor_inet_pton bug fixesAnders Sundman2011-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular: * Disallow "0x10::" * Don't blow up on ":" * Disallow "::10000"
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-18
|\| | | | | |
| * | | | | | Don't log about stats when running as a client without geoipSebastian Hahn2011-11-19
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely disable stats if we aren't running as a relay. We won't collect any anyway, so setting up the infrastructure for them and logging about them is wrong. This also removes a confusing log message that clients without a geoip db would have seen. Fixes bug 4353.
* | | | | | Merge remote-tracking branch 'public/benchmark'Nick Mathewson2011-11-18
|\ \ \ \ \ \
| * | | | | | All-in-one benchmark test for cell cryptoNick Mathewson2011-11-11
| | | | | | |