Ben Noordhuis
|
c89a75f5a2
|
unix: fix compiler warning in kqueue.c, tcp.c, udp.c
Include <unistd.h>, it contains the definition of close().
|
2011-09-28 00:57:20 +02:00 |
|
Igor Zinkovsky
|
9c6103a479
|
windows: add tests for uv_tcp_simultaneous_accepts
|
2011-11-01 01:13:13 -07:00 |
|
Igor Zinkovsky
|
78f4b120a1
|
windows: knob for tuning number of concurrent accept requests
|
2011-10-31 23:37:45 -07:00 |
|
Ben Noordhuis
|
ec825ffc62
|
unix: add TCP keepalive and no-delay control knobs
|
2011-10-21 16:08:26 -07:00 |
|
Erick Tryzelaar
|
4c329060ca
|
unix,win: Start unifying shared bind code.
|
2011-10-04 16:46:39 -07:00 |
|
Erick Tryzelaar
|
85368e8d45
|
unix,win: Start unifying shared tcp connect code.
|
2011-10-04 16:46:39 -07:00 |
|
Erick Tryzelaar
|
23796d208c
|
Fixes #76. Unify OS error reporting
As a nice fringe benefit, this also shaves a word
off of a windows TCP handle by replacing "uv_err_t
bind_error" with "int bind_error".
|
2011-09-27 19:05:33 -07:00 |
|
Erick Tryzelaar
|
1d7e61fafa
|
unix,win: Check bind receives right socket type
|
2011-09-27 19:05:33 -07:00 |
|
Erick Tryzelaar
|
c260a39645
|
unix,win: Check connect receives right socket type
|
2011-09-27 19:05:33 -07:00 |
|
Ben Noordhuis
|
eb987bcc5c
|
unix: deduplicate stream init logic
Move shared init logic into uv__stream_init().
|
2011-09-10 01:40:47 +02:00 |
|
Bert Belder
|
360f4119e4
|
Make getsockname/getpeername handle uninitialized sockets better
|
2011-09-04 19:18:56 +02:00 |
|
Bert Belder
|
12b01e95f9
|
Specialize uv_xxx_getsockname, add uv_tcp_getpeername
|
2011-09-04 04:49:13 +02:00 |
|
Ryan Dahl
|
6fd340b8ca
|
unix: split out stream into its own file
|
2011-08-31 13:41:22 -07:00 |
|
Ryan Dahl
|
510407c03d
|
unix: split out tcp module
|
2011-08-31 13:11:38 -07:00 |
|