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
/
lib
/
dgram.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-08
cluster: allow shared reused dgram sockets
Fedor Indutny
1
-8
/
+15
2015-08-04
dgram: make send cb act as "error" event handler
Matteo Collina
1
-5
/
+1
2015-08-04
dgram: make send cb act as "error" event handler
Chris Dickinson
1
-1
/
+9
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-06-04
dgram: partially revert 18d457b
Saúl Ibarra Corretgé
1
-4
/
+1
2015-05-25
lib: simplify nextTick() usage
Brian White
1
-7
/
+2
2015-05-23
net,dgram: return this from ref and unref methods
Roman Reiss
1
-0
/
+4
2015-05-10
dgram: call send callback asynchronously
Yosuke Furukawa
1
-1
/
+4
2015-05-09
lib: fix eslint styles
Yosuke Furukawa
1
-4
/
+3
2015-04-15
node: allow multiple arguments passed to nextTick
Trevor Norris
1
-7
/
+13
2015-04-09
lib: reduce process.binding() calls
Brendan Ashworth
1
-1
/
+0
2015-02-02
dgram: check close callback is function
Yosuke Furukawa
1
-1
/
+1
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-12
/
+12
2015-01-31
dgram: implicit binds should be exclusive
Sam Roberts
1
-1
/
+1
2015-01-21
lib: use const to define constants
cjihrig
1
-12
/
+12
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2015-01-10
Revert "dgram: implicit binds should be exclusive"
Ben Noordhuis
1
-1
/
+1
2015-01-10
dgram: implicit binds should be exclusive
Sam Roberts
1
-1
/
+1
2015-01-08
dgram: make error messages more informative
Evan Lucas
1
-4
/
+13
2014-12-30
dgram: close() should accept a callback
Sam Roberts
1
-1
/
+3
2014-12-30
dgram: make 'close' event async
Sam Roberts
1
-1
/
+4
2014-12-29
dgram: changes Socket.close() to return itself
Brendan Ashworth
1
-0
/
+2
2014-12-29
dgram: change Socket.bind() to return itself
Brendan Ashworth
1
-1
/
+3
2014-12-09
src: all wraps now use actual FunctionTemplate
Trevor Norris
1
-1
/
+4
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-09-03
net,dgram: workers can listen on exclusive ports
cjihrig
1
-7
/
+15
2014-08-12
dgram: remove new keyword from errnoException
Jackson Tian
1
-2
/
+2
2014-07-02
udp: make it possible to receive empty udp packets
Andrius Bentkus
1
-3
/
+4
2014-04-10
dgram: introduce `reuseAddr` option
Fedor Indutny
1
-1
/
+14
2014-02-15
dgram: pass the bytes sent to the send callback
Timothy J Fontaine
1
-1
/
+1
2013-10-28
dgram: send() can accept strings
Trevor Norris
1
-1
/
+4
2013-08-15
lib: remove unused variables and functions
Brian White
1
-9
/
+0
2013-08-09
src: don't call v8::Object::SetHiddenValue()
Ben Noordhuis
1
-1
/
+1
2013-08-09
dgram: don't call into js when send cb is omitted
Ben Noordhuis
1
-11
/
+18
2013-08-09
dgram: fix regression in string argument handling
Ben Noordhuis
1
-2
/
+16
2013-08-01
src: Replace macros with util functions
isaacs
1
-9
/
+9
2013-07-29
dgram: report send errors to cb, don't pass bytes
Ben Noordhuis
1
-5
/
+3
2013-07-28
cluster: fix shared handle bind error propagation
Ben Noordhuis
1
-1
/
+7
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-9
/
+9
2013-07-20
src, lib: update after internal api change
Ben Noordhuis
1
-38
/
+41
2013-07-20
src, lib: deduplicate errnoException
Ben Noordhuis
1
-8
/
+1
2013-07-03
{stream,udp,tls}_wrap: remove unused offset/length
Trevor Norris
1
-4
/
+4
2013-04-18
dgram: fix no address bind()
Ben Noordhuis
1
-0
/
+1
2013-03-07
child_process: support sending dgram socket
Andreas Madsen
1
-13
/
+26
2013-02-28
lib, src: remove errno global
Ben Noordhuis
1
-10
/
+12
2013-01-28
dgram: avoid EventEmitter leak warning
Bert Belder
1
-3
/
+14
2013-01-28
cluster: support datagram sockets
Bert Belder
1
-18
/
+72
2013-01-11
Merge remote-tracking branch 'ry/v0.8' into master
isaacs
1
-0
/
+3
2013-01-08
dgram: don't assert on send('string')
Ben Noordhuis
1
-0
/
+3
2012-12-31
dgram: fix double implicit bind error
Ben Noordhuis
1
-3
/
+13
[next]