aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Collapse)Author
2012-01-10Merge remote-tracking branch 'public/bug4650_nm_squashed'Nick Mathewson
2012-01-10Merge branch 'absolute_cookie_file'Nick Mathewson
2012-01-10Log which votes we still need to fetchSebastian Hahn
This might help us see which authorities are problematic in getting their vote published the first time.
2012-01-10Advertise dirport if accountingmax is large enoughSebastian Hahn
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.
2012-01-10Merge remote-tracking branch 'rransom-tor/bug4883'Nick Mathewson
2012-01-09Fix brown-paper-bag bug in #4759 fixRobert Ransom
Fixes #4883, not yet in any release.
2012-01-09Report cookie file location as absolute in protocolinfo messageNick Mathewson
2012-01-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-09Fix a trivial log message error in renservice.cNick Mathewson
Fixes bug 4856; bugfix on 0.0.6 This bug was introduced in 79fc5217, back in 2004.
2012-01-09Merge remote-tracking branch 'rransom-tor/bug4842'Nick Mathewson
2012-01-08Merge branch 'maint-0.2.2'Roger Dingledine
2012-01-08when the consensus fails, list which dir auths were in or outRoger Dingledine
2012-01-08nickname, not identity fingerprint, will help moreRoger Dingledine
2012-01-08tell me who votes are actually for, not just where they're fromRoger Dingledine
2012-01-07clean up a comment that confused arturoRoger Dingledine
2012-01-06Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom
Fixes bug 4842, not in any release.
2012-01-04Disallow disabling DisableDebuggerAttachment on runnning TorSebastian Hahn
Also, have tor_disable_debugger_attach() return a tristate of success/failure/don't-know-how , and only log appropriately.
2012-01-04Merge remote-tracking branch 'rransom-tor/bug1297b-v2'Nick Mathewson
2012-01-04Verbotify documentation comments for the #1297-fix flagsRobert Ransom
2012-01-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-30Fix a check-spaces violation in compat.cSebastian Hahn
Also fix a comment typo
2011-12-30Fix spelling in a controlsocket log msgSebastian Hahn
Fixes bug 4803.
2011-12-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-28Merge remote-tracking branch 'public/bug4788' into maint-0.2.2Nick Mathewson
2011-12-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-28Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-12-28Bug 4786 fix: don't convert EARLY to RELAY on v1 connectionsNick Mathewson
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).
2011-12-28Don't exit when marking a newly created _C_INTRODUCING circ for closeRobert Ransom
2011-12-27Authorities reject insecure Tors.Nick Mathewson
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).
2011-12-27Add an option to close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Don't close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom
2011-12-27Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom
2011-12-26Downgrade relay_early-related warningNick Mathewson
2011-12-25Merge remote-tracking branch 'nickm/prop110_v2'Roger Dingledine
2011-12-22Look up the rend circ whose INTRODUCE1 is being ACKed correctlyRobert Ransom
This change cannibalizes circuit_get_by_rend_query_and_purpose because it had exactly one caller.
2011-12-22Merge remote-tracking branch 'rransom/feature2411-v4'Nick Mathewson
2011-12-22Fix bug2571: warn on EntryNodes set and UseEntryGuards disabledNick Mathewson
2011-12-22Prepend cwd for relative config file paths.Kamran Riaz Khan
Modifies filenames which do not start with '/' or '.' on non-Windows platforms; uses _fullpath on Windows.
2011-12-22Allow prop110 violations if AllowNonearlyExtend is set in consensusNick Mathewson
2011-12-22Log what fraction of EXTEND cells have died for being non-earlyNick Mathewson
2011-12-22Implement the last of proposal 110Nick Mathewson
Reject all EXTEND requests not received in a relay_early cell
2011-12-22Mark each intro circ with the rend cookie sent in its INTRODUCE1 cellRobert Ransom
Needed by fix for #4759.
2011-12-22Merge remote-tracking branch 'public/bug4697'Nick Mathewson
2011-12-21Convert a couple of char[256]s into sockaddr_storageNick Mathewson
2011-12-21Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-21Do not even try to keep going on a socket with socklen==0Nick Mathewson
Back in #1240, r1eo linked to information about how this could happen with older Linux kernels in response to nmap. Bugs #4545 and #4547 are about how our approach to trying to deal with this condition was broken and stupid. Thanks to wanoskarnet for reminding us about #1240. This is a fix for the abovementioned bugs, and is a bugfix on 0.1.0.3-rc.
2011-12-20Merge remote-tracking branch 'asn-mytor/bug4531'Nick Mathewson
2011-12-20Merge remote-tracking branch 'asn-mytor/bug4725_take2'Nick Mathewson
2011-12-20Don't call tor_tls_set_logged_address till after checking conn->tls.George Kadianakis
Fixes bug 4531.