Matthew Finkel
|
b50eb14bbf
Updated docs for new connections.
|
12 年 前 |
Nick Mathewson
|
65d8448209
Merge remote-tracking branch 'sysrqb/bug6518'
|
12 年 前 |
Matthew Finkel
|
a47e4343de
Constify struct sockaddr *sa parameter for check
|
12 年 前 |
Matthew Finkel
|
d91bbf376c
Removed redundant check_sockaddr_family_match call
|
12 年 前 |
Nick Mathewson
|
f8c9cc713d
Merge remote-tracking branch 'origin/maint-0.2.3'
|
12 年 前 |
Nick Mathewson
|
ec8bdc5da8
Merge remote-tracking branch 'asn/bug3589'
|
12 年 前 |
Nick Mathewson
|
7faf115dff
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
|
12 年 前 |
George Kadianakis
|
8b9f4d75f2
Address Nick's comments.
|
12 年 前 |
Nick Mathewson
|
e9b33ed1bf
On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rc
|
12 年 前 |
Nick Mathewson
|
4432fa40dd
Merge remote-tracking branch 'andrea/bug6028'
|
12 年 前 |
Roger Dingledine
|
c37b8023b7
fix the typo on the typo fix
|
12 年 前 |
Andrea Shepard
|
1f7f10e4f3
Always set *socket_error to something appropriate when returning -1 from connection_connect()
|
12 年 前 |
Roger Dingledine
|
ca525db02d
fix typos from 783f705d
|
12 年 前 |
Nick Mathewson
|
783f705ddc
Document that we are unlikely to underflow session group IDs.
|
12 年 前 |
Nick Mathewson
|
2491fff5a6
Triage the XXX023 and XXX022 comments: postpone many.
|
12 年 前 |
Nick Mathewson
|
38642a9369
Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_sockaddr
|
12 年 前 |
Nick Mathewson
|
0fa107a6aa
Update copyright dates to 2012; add a few missing copyright statements
|
12 年 前 |
Nick Mathewson
|
173b18c79b
Add about 60 more DOCDOC comments to 0.2.3
|
12 年 前 |
Nick Mathewson
|
f68c042637
Resolve all currently pending DOCDOC items in master
|
12 年 前 |
Nick Mathewson
|
fc0842275d
Merge remote-tracking branch 'public/bug5374'
|
12 年 前 |
Nick Mathewson
|
fe68a80f8f
Merge branch 'bug5604'
|
12 年 前 |
Nick Mathewson
|
d7e4777791
Add a little documentation for the bug5604 fix
|
12 年 前 |
Nick Mathewson
|
9d41629aa0
Delay getsockname() call until after connect() is done
|
12 年 前 |
Nick Mathewson
|
d8de831932
MSVC build issue: it can't tell that tor_assert(0) aborts.
|
12 年 前 |
Nick Mathewson
|
3e4ccbc4ba
Merge remote-tracking branch 'public/bug5537'
|
12 年 前 |
Nick Mathewson
|
074bf72a2c
If DisableNetwork, don't even try to open non-controller listeners
|
12 年 前 |
Nick Mathewson
|
ab338e3bb8
Merge remote-tracking branch 'origin/maint-0.2.2'
|
12 年 前 |
Nick Mathewson
|
dd3f4f1bdb
Include a Host: header with any HTTP/1.1 proxy request
|
12 年 前 |
Nick Mathewson
|
a74905cea4
We allow IPv6 connections, don't use sockaddr_in with getsockname
|
12 年 前 |
Sebastian Hahn
|
77bc1b803e
Fix a bunch of check-spaces complaints
|
12 年 前 |