index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node_net2.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
Revert "Check for strings.h"
Ryan Dahl
1
-5
/
+1
2010-05-10
Check for strings.h
Ryan Dahl
1
-1
/
+5
2010-05-04
Fix SEGV by setting msg_controllen earlier.
Peter Griess
1
-2
/
+2
2010-04-23
Remove getaddrinfo from net2.cc
Ryan Dahl
1
-160
/
+0
2010-04-23
Remove http_old tcp_old
Ryan Dahl
1
-0
/
+2
2010-04-22
Unify ErrnoException creation
Ryan Dahl
1
-340
/
+0
2010-04-21
Fix TCP_KEEPIDLE build failure in FreeBSD.
Herbert Vojčík
1
-5
/
+3
2010-04-20
add setKeepAlive function, which enables and sets the TCP keep-alive timer
Julian Lamb
1
-1
/
+34
2010-04-09
Servers shouldn't die on EMFILE
Ryan Dahl
1
-0
/
+1
2010-04-02
Emit 'error' on tcp connection DNS error
Ryan Dahl
1
-4
/
+6
2010-04-02
Use AF_INET sockets instead of always AF_INET6
Ryan Dahl
1
-84
/
+79
2010-04-01
Better flushing
Ryan Dahl
1
-1
/
+3
2010-03-31
Better check for FDs in net2 bindings
Ryan Dahl
1
-3
/
+3
2010-03-31
EAI_NODATA deprecated, patch to use EAI_NONAME if missing (it is in FreeBSD)
Herbert Vojcik
1
-0
/
+3
2010-02-08
Expose errno exception creation
Ryan Dahl
1
-0
/
+13
2010-02-05
Whitespace for node_net2.cc
Ryan Dahl
1
-5
/
+24
2010-02-05
Add errno symbol to error messages
Ryan Dahl
1
-1
/
+330
2010-01-27
Reimplment Buffers
Ryan Dahl
1
-21
/
+17
2010-01-13
recvMsg shouldn't return array for efficiency.
Ryan Dahl
1
-22
/
+30
2010-01-09
Initial take on passing FDs between processes
David Sklar
1
-3
/
+166
2009-12-30
[net2] delete unix sockfile on server start and shutdown
Ryan Dahl
1
-0
/
+1
2009-12-30
[net2] socket.setNoDelay
Ryan Dahl
1
-0
/
+18
2009-12-30
[net2] toRead() for non-linux (SIOCINQ -> FIONREAD)
David Sklar
1
-2
/
+8
2009-12-30
[net2] Do hostname lookups in connect and listen
Ryan Dahl
1
-1
/
+7
2009-12-30
Fix errors in getaddrinfo
Ryan Dahl
1
-13
/
+21
2009-12-29
[net2] Set FD_CLOEXEC on created socket fds.
Ryan Dahl
1
-9
/
+14
2009-12-29
[net2] Better EOF marking, rename events
Ryan Dahl
1
-1
/
+1
2009-12-29
implement getaddrinfo
Ryan Dahl
1
-6
/
+207
2009-12-29
Implement half-closed streams
Ryan Dahl
1
-2
/
+2
2009-12-29
Implement stream.send()
Ryan Dahl
1
-8
/
+8
2009-12-29
Fix buffer bug, implement tcp recv
Ryan Dahl
1
-2
/
+29
2009-12-29
IOWatcher callback isn't internal, fix bug in Accept
Ryan Dahl
1
-16
/
+16
2009-12-29
More bindings, beginning tcp server code in js
Ryan Dahl
1
-63
/
+394
2009-12-29
Start on net2
Ryan Dahl
1
-0
/
+178