index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.c
Commit message (
Expand
)
Author
Age
*
Avoid busy-looping on WANTREAD within connection_handle_write
Nick Mathewson
2013-04-12
*
Add and use and unlikely-to-be-eliminated memwipe()
Nick Mathewson
2012-11-08
*
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
Nick Mathewson
2012-07-17
*
On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rc
Nick Mathewson
2012-07-05
*
Merge remote-tracking branch 'andrea/bug6028'
Nick Mathewson
2012-06-18
|
\
|
*
Always set *socket_error to something appropriate when returning -1 from conn...
Andrea Shepard
2012-06-15
*
|
fix the typo on the typo fix
Roger Dingledine
2012-06-15
*
|
fix typos from 783f705d
Roger Dingledine
2012-06-15
*
|
Document that we are unlikely to underflow session group IDs.
Nick Mathewson
2012-06-15
*
|
Triage the XXX023 and XXX022 comments: postpone many.
Nick Mathewson
2012-06-15
|
/
*
Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_s...
Nick Mathewson
2012-06-05
*
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
*
Add about 60 more DOCDOC comments to 0.2.3
Nick Mathewson
2012-06-04
*
Resolve all currently pending DOCDOC items in master
Nick Mathewson
2012-06-04
*
Merge remote-tracking branch 'public/bug5374'
Nick Mathewson
2012-05-31
|
\
|
*
Delay getsockname() call until after connect() is done
Nick Mathewson
2012-05-24
*
|
Merge branch 'bug5604'
Nick Mathewson
2012-05-30
|
\
\
|
*
|
Add a little documentation for the bug5604 fix
Nick Mathewson
2012-05-30
|
*
|
If DisableNetwork, don't even try to open non-controller listeners
Nick Mathewson
2012-04-18
*
|
|
MSVC build issue: it can't tell that tor_assert(0) aborts.
Nick Mathewson
2012-05-14
*
|
|
Merge remote-tracking branch 'public/bug5537'
Nick Mathewson
2012-04-24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
We allow IPv6 connections, don't use sockaddr_in with getsockname
Nick Mathewson
2012-03-30
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-04-11
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Include a Host: header with any HTTP/1.1 proxy request
Nick Mathewson
2012-04-10
*
|
Fix a bunch of check-spaces complaints
Sebastian Hahn
2012-03-28
*
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-03-26
|
\
|
|
*
Implement 'safe cookie authentication'
Robert Ransom
2012-02-22
*
|
Remove misleading function comment (bug 5324)
Roger Dingledine
2012-03-07
*
|
Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses.
Nick Mathewson
2012-01-31
*
|
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
Nick Mathewson
2012-01-31
*
|
set SO_REUSEADDR before we bind, not after
Roger Dingledine
2012-01-23
*
|
Rename nonconformant identifiers.
Nick Mathewson
2012-01-18
*
|
Use SOCKET_OK macros in even more places
Nick Mathewson
2012-01-17
*
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-01-03
|
\
|
|
*
Fix spelling in a controlsocket log msg
Sebastian Hahn
2011-12-30
*
|
Fix a check-spaces violation in compat.c
Sebastian Hahn
2011-12-30
*
|
Merge remote-tracking branch 'public/bug4697'
Nick Mathewson
2011-12-22
|
\
\
|
*
|
Ignore all bufferevent events on a marked connection
Nick Mathewson
2011-12-17
*
|
|
Convert a couple of char[256]s into sockaddr_storage
Nick Mathewson
2011-12-21
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-12-21
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Do not even try to keep going on a socket with socklen==0
Nick Mathewson
2011-12-21
*
|
Resolve bug 3448: remove mention of tor-ops (which is not in use)
Nick Mathewson
2011-12-02
*
|
Use correct address family where necessary for bridges on IPv6.
Linus Nordberg
2011-11-30
*
|
Add some logging and comments.
Linus Nordberg
2011-11-30
*
|
Initial hacking for proposal 186.
Nick Mathewson
2011-11-30
*
|
Fix some DOCDOCs
Nick Mathewson
2011-11-29
*
|
New 'DisableNetwork' option to prevent Tor from using the network
Nick Mathewson
2011-11-28
*
|
Fix compile warnings on windows
Sebastian Hahn
2011-11-15
*
|
Fix memory leak in retry_all_listeners: Coverity CID 485
Nick Mathewson
2011-10-26
*
|
Fix names of functions that convert strings to addrs
Nick Mathewson
2011-10-11
[next]