Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add clarity/typesafety wrappers for control_event_circuit_status_minor | Nick Mathewson | 2012-01-11 |
| | |||
* | Rename CIRC2 to CIRC_MINOR | Nick Mathewson | 2012-01-11 |
| | | | | | Also give the arguments to control_event_circuit_status_minor real names. | ||
* | Include circ creation time in CIRC events, etc. | Robert Ransom | 2011-11-24 |
| | |||
* | Send CIRC2 event when a circuit is cannibalized | Robert Ransom | 2011-11-24 |
| | |||
* | Add CIRC2 control-port event, and send it when a circ's purpose changes | Robert Ransom | 2011-11-24 |
| | |||
* | Log whenever a circuit's purpose is changed | Robert Ransom | 2011-11-24 |
| | |||
* | List service address in CIRC events for HS-related circs | Robert Ransom | 2011-11-24 |
| | |||
* | Report HS circ states stored in circ purpose field in CIRC events | Robert Ransom | 2011-11-24 |
| | |||
* | Use fewer TO_ORIGIN_CIRCUIT casts in getinfo_helper_events | Robert Ransom | 2011-11-24 |
| | |||
* | Use the new circ-description function for GETINFO circuit-status | Robert Ransom | 2011-11-24 |
| | |||
* | Report circuit build_state flags in CIRC events | Robert Ransom | 2011-11-24 |
| | |||
* | Split circuit-description code into a separate function | Robert Ransom | 2011-11-24 |
| | |||
* | Separate circuit-close reasons from circ description | Robert Ransom | 2011-11-24 |
| | |||
* | Merge branch 'bug2474' | Nick Mathewson | 2011-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 more | Nick Mathewson | 2011-11-23 |
| | | |||
| * | Tweak the startup message to be more helpful | Nick Mathewson | 2011-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. | ||
* | | Fix a compile warning on 64bit OS X | Sebastian Hahn | 2011-11-23 |
| | | |||
* | | raise AuthDirFastGuarantee from 20KB to 100KB | Roger Dingledine | 2011-11-21 |
| | | | | | | | | This patch reverts part of 39ceda7e05d7 (where it used to be 100KB). | ||
* | | apparently or_options_t likes being a const in master | Roger Dingledine | 2011-11-21 |
| | | |||
* | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-11-21 |
|\ \ | | | | | | | | | | | | | Conflicts: src/or/dirserv.c | ||
| * | | parameterize bw cutoffs to guarantee Fast and Guard flags | Roger Dingledine | 2011-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.2 | Nick Mathewson | 2011-11-21 |
| |\ \ | |||
| | * | | Only call cull_wedged_cpuworkers once every 60 seconds. | Nick Mathewson | 2011-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. | ||
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-21 |
|\| | | | |||
| * | | | Merge remote-tracking branch 'public/bug3963' into maint-0.2.2 | Nick Mathewson | 2011-11-21 |
| |\ \ \ | |||
| | * | | | All NT service configuration commands should make the process exit. | Nick Mathewson | 2011-09-08 |
| | | | | | | | | | | | | | | | | | | | | Fixes bug 3963; fix on 0.2.0.7-alpha. | ||
* | | | | | Merge branch 'bug4360' | Nick Mathewson | 2011-11-21 |
|\ \ \ \ \ | |||
| * | | | | | normalize the name of the CERTS cell | Roger Dingledine | 2011-10-31 |
| | | | | | | |||
* | | | | | | Log more loudly on a bad cert from an authority. | Nick Mathewson | 2011-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. | ||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-18 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Don't log about stats when running as a client without geoip | Sebastian Hahn | 2011-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 Mathewson | 2011-11-18 |
|\ \ \ \ \ | |||
| * | | | | | All-in-one benchmark test for cell crypto | Nick Mathewson | 2011-11-11 |
| | | | | | | |||
* | | | | | | Fix a couple of memory leaks in rend_add_service spotted by coverity | Nick Mathewson | 2011-11-17 |
| | | | | | | |||
* | | | | | | trivial code cleanup in generate_v2_networkstatus_opinion() | Roger Dingledine | 2011-11-16 |
| | | | | | | |||
* | | | | | | fix trivial typo | Roger Dingledine | 2011-11-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | somebody should s/authoritative directory server/directory authority/g at some point | ||
* | | | | | | Merge remote-tracking branch 'sebastian/bug2893' | Nick Mathewson | 2011-11-16 |
|\ \ \ \ \ \ | |||
| * | | | | | | Eat all whitespace after a control command | Sebastian Hahn | 2011-11-16 |
| | | | | | | | |||
| * | | | | | | allow manual control port authenticate via netcat | Roger Dingledine | 2011-11-16 |
| | | | | | | | |||
* | | | | | | | Don't fail to send netinfo if real_addr is unset | Sebastian Hahn | 2011-11-16 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | If we haven't set real_addr on a connection, we also now that _base.addr hasn't been tampered with. So we can use that. | ||
* | | | | | | Make certificate skew into a protocol warning | Nick Mathewson | 2011-11-15 |
| | | | | | | |||
* | | | | | | Merge remote-tracking branch 'sebastian/bug4469' | Nick Mathewson | 2011-11-15 |
|\ \ \ \ \ \ | |||
| * | | | | | | Fix compile warnings on windows | Sebastian Hahn | 2011-11-15 |
| | | | | | | | |||
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-15 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||
| * | | | | | Use real_addr in send_netinfo | Nick Mathewson | 2011-11-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Reported by "troll_un"; bugfix on 0.2.0.10-alpha; fixes bug 4349. | ||
* | | | | | | Merge remote-tracking branch 'public/bug4367' | Nick Mathewson | 2011-11-14 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||
| * | | | | | Even when we can't answer an AUTH_CHALLENGE, send NETINFO. | Nick Mathewson | 2011-11-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 4368; fix on 0.2.3.6-alpha; bug found by "frosty". | ||
| * | | | | | Fix bug 4367: correctly detect auth_challenge cells we can't use | Nick Mathewson | 2011-11-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | Found by frosty_un, bugfix on 0.2.3.6-alpha, fix suggested by arma. | ||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-09 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Include HiddenServiceDir in some warning messages | Robert Ransom | 2011-11-07 |
| | | | | | |