index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
reasons.c
Age
Commit message (
Expand
)
Author
2012-06-05
Merge remote-tracking branch 'public/bug4710'
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-05-16
Report EADDRNOTAVAIL and EADDRINUSE as RESOURCELIMIT
Nick Mathewson
2012-01-31
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
Nick Mathewson
2011-03-28
Send END_STREAM_REASON_NOROUTE: clients that didn't grok it are now obsolete
Nick Mathewson
2011-03-25
Triage the XXX022 and XXX021 comments remaining in the code
Nick Mathewson
2011-01-25
Add client code to detect attempts to connect to 127.0.0.1 etc
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-11-23
Use S_CASE for ehostunreach, not E_CASE. Partial backport of 69deb22f. Fixes ...
Nick Mathewson
2010-09-29
Send control port events for timeouts.
Mike Perry
2010-08-19
Fix up compilation on windows.
Nick Mathewson
2010-08-18
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2010-08-18
Backport END_STREAM_REASON_NOROUTE for client use.
Sebastian Hahn
2010-08-15
Make Sebastian's misc-reasons branch compile; frob the changes file
Nick Mathewson
2010-08-15
Merge commit 'sebastian/misc-reason'
Nick Mathewson
2010-08-03
Introduce END_STREAM_REASON_NOROUTE
Sebastian Hahn
2010-08-03
Handle EHOSTUNREACH in errno_to_stream_end_reason()
Sebastian Hahn
2010-07-27
Create reasons.h
Sebastian Hahn
2010-07-27
Create config.h
Sebastian Hahn
2010-04-12
Log bandwidth_weight_rule_t as a string, not an integer.
Nick Mathewson
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2009-08-26
A changelog entry and a bit more documentation for socks-client
Nick Mathewson
2009-08-25
Clean up a couple of style issues in the socks-client branch.
Nick Mathewson
2009-06-19
Move SOCKS reason-decoding switches into reasons.c
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-05-02
Update copyright to 2009.
Karsten Loesing
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-18
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...
Nick Mathewson
2008-06-13
Actually reinstate errors that did not work on windows, and add a comment abo...
Nick Mathewson
2008-06-13
ignore some errnos in hopes of building on windows again
Roger Dingledine
2008-06-11
start sending "bootstrap problem" status events when we're having troubles
Roger Dingledine
2008-06-11
consolidate all our edge/circ/orconn reason-to-foo-or-back functions
Roger Dingledine