aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Collapse)AuthorAge
* Log which votes we still need to fetchSebastian Hahn2012-01-10
| | | | | This might help us see which authorities are problematic in getting their vote published the first time.
* Advertise dirport if accountingmax is large enoughSebastian Hahn2012-01-10
| | | | | | When we have an effective bandwidthrate configured so that we cannot exceed our bandwidth limit in one accounting interval, don't disable advertising the dirport. Implements ticket 2434.
* Merge remote-tracking branch 'rransom-tor/bug4883'Nick Mathewson2012-01-10
|\
| * Fix brown-paper-bag bug in #4759 fixRobert Ransom2012-01-09
| | | | | | | | Fixes #4883, not yet in any release.
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-09
|\ \
| * | Fix a trivial log message error in renservice.cNick Mathewson2012-01-09
| | | | | | | | | | | | | | | | | | Fixes bug 4856; bugfix on 0.0.6 This bug was introduced in 79fc5217, back in 2004.
* | | Merge remote-tracking branch 'rransom-tor/bug4842'Nick Mathewson2012-01-09
|\ \ \
| * | | Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom2012-01-06
| | |/ | |/| | | | | | | Fixes bug 4842, not in any release.
* | | Merge branch 'maint-0.2.2'Roger Dingledine2012-01-08
|\ \ \ | | |/ | |/|
| * | when the consensus fails, list which dir auths were in or outRoger Dingledine2012-01-08
| | |
| * | nickname, not identity fingerprint, will help moreRoger Dingledine2012-01-08
| | |
| * | tell me who votes are actually for, not just where they're fromRoger Dingledine2012-01-08
| | |
* | | clean up a comment that confused arturoRoger Dingledine2012-01-07
| |/ |/|
* | Merge remote-tracking branch 'rransom-tor/bug1297b-v2'Nick Mathewson2012-01-04
|\ \
| * | Verbotify documentation comments for the #1297-fix flagsRobert Ransom2012-01-04
| | |
| * | Add an option to close HS service-side rend circs on timeoutRobert Ransom2011-12-27
| | |
| * | Don't close HS service-side rend circs on timeoutRobert Ransom2011-12-27
| | |
| * | Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom2011-12-27
| | |
| * | Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom2011-12-27
| | |
| * | Look up the rend circ whose INTRODUCE1 is being ACKed correctlyRobert Ransom2011-12-22
| | | | | | | | | | | | | | | This change cannibalizes circuit_get_by_rend_query_and_purpose because it had exactly one caller.
| * | Mark each intro circ with the rend cookie sent in its INTRODUCE1 cellRobert Ransom2011-12-22
| | | | | | | | | | | | Needed by fix for #4759.
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-03
|\ \ \ | | |/ | |/|
| * | Fix spelling in a controlsocket log msgSebastian Hahn2011-12-30
| | | | | | | | | | | | Fixes bug 4803.
* | | Fix a check-spaces violation in compat.cSebastian Hahn2011-12-30
| | | | | | | | | | | | Also fix a comment typo
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-28
|\| |
| * | Merge remote-tracking branch 'public/bug4788' into maint-0.2.2Nick Mathewson2011-12-28
| |\ \
| | * | Authorities reject insecure Tors.Nick Mathewson2011-12-27
| | | | | | | | | | | | | | | | | | | | | | | | This patch should make us reject every Tor that was vulnerable to CVE-2011-0427. Additionally, it makes us reject every Tor that couldn't handle RELAY_EARLY cells, which helps with proposal 110 (#4339).
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-28
|\| | |
| * | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-12-28
| |\ \ \ | | |/ / | |/| |
| | * | Bug 4786 fix: don't convert EARLY to RELAY on v1 connectionsNick Mathewson2011-12-28
| | | | | | | | | | | | | | | | | | | | | | | | We used to do this as a workaround for older Tors, but now it's never the correct thing to do (especially since anything that didn't understand RELAY_EARLY is now deprecated hard).
* | | | Don't exit when marking a newly created _C_INTRODUCING circ for closeRobert Ransom2011-12-28
| | | |
* | | | Downgrade relay_early-related warningNick Mathewson2011-12-26
| | | |
* | | | Merge remote-tracking branch 'nickm/prop110_v2'Roger Dingledine2011-12-25
|\ \ \ \
| * | | | Allow prop110 violations if AllowNonearlyExtend is set in consensusNick Mathewson2011-12-22
| | | | |
| * | | | Log what fraction of EXTEND cells have died for being non-earlyNick Mathewson2011-12-22
| | | | |
| * | | | Implement the last of proposal 110Nick Mathewson2011-12-22
| | | | | | | | | | | | | | | | | | | | Reject all EXTEND requests not received in a relay_early cell
* | | | | Merge remote-tracking branch 'rransom/feature2411-v4'Nick Mathewson2011-12-22
|\ \ \ \ \
| * | | | | List service address in CIRC events for HS-related circsRobert Ransom2011-11-24
| | | | | |
| * | | | | Report HS circ states stored in circ purpose field in CIRC eventsRobert Ransom2011-11-24
| | | | | |
| * | | | | Use fewer TO_ORIGIN_CIRCUIT casts in getinfo_helper_eventsRobert Ransom2011-11-24
| | | | | |
| * | | | | Use the new circ-description function for GETINFO circuit-statusRobert Ransom2011-11-24
| | | | | |
| * | | | | 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
| | | | | |
* | | | | | Fix bug2571: warn on EntryNodes set and UseEntryGuards disabledNick Mathewson2011-12-22
| | | | | |
* | | | | | Prepend cwd for relative config file paths.Kamran Riaz Khan2011-12-22
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Modifies filenames which do not start with '/' or '.' on non-Windows platforms; uses _fullpath on Windows.
* | | | | Merge remote-tracking branch 'public/bug4697'Nick Mathewson2011-12-22
|\ \ \ \ \
| * | | | | Ignore all bufferevent events on a marked connectionNick Mathewson2011-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Bug 4697; fix on 0.2.3.1-alpha
* | | | | | Convert a couple of char[256]s into sockaddr_storageNick Mathewson2011-12-21
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-21
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |