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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-31
dns: add resolveSoa and 'SOA' rrtype
Tuğrul Topuz
1
-0
/
+1
2013-12-31
cluster: do not synchronously emit 'setup' event
Sam Roberts
1
-1
/
+3
2013-12-31
cluster: only forcibly exit worker on unclean exit
Sam Roberts
1
-3
/
+11
2013-12-31
cluster: disconnect callback should always occur
Sam Roberts
1
-3
/
+8
2013-12-31
cluster: replace erroneous comma with semicolon
Sam Roberts
1
-1
/
+1
2013-12-30
timers: setImmediate v8 optimization fix
pflannery
1
-2
/
+4
2013-12-30
querystring: remove `name` from `stringify()`
Yorkie
1
-5
/
+2
2013-12-20
Revert "util: more strict check for bool/number/string"
Trevor Norris
2
-4
/
+4
2013-12-21
tls: reintroduce socket.encrypted
Fedor Indutny
1
-0
/
+4
2013-12-21
buffer: optimize writeInt* methods
Paul Loyd
1
-43
/
+0
2013-12-20
events: move EE c'tor guts to EventEmitter.init
Bert Belder
1
-10
/
+13
2013-12-20
http: parse the status message in a http response.
Cam Swords
2
-1
/
+2
2013-12-19
windows: fix dns lookup of localhost with ipv6
Alexis Campailla
1
-9
/
+0
2013-12-18
util: more strict check for bool/number/string
Yorkie
2
-4
/
+4
2013-12-12
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-6
/
+6
2013-12-12
module: only cache package main
Wyatt Preul
1
-6
/
+6
2013-12-10
Merge branch 'v0.10'
Fedor Indutny
1
-4
/
+9
2013-12-10
tls: emit 'end' on .receivedShutdown
Fedor Indutny
1
-4
/
+9
2013-12-08
crypto: support GCM authenticated encryption mode.
Ingmar Runge
1
-0
/
+11
2013-12-06
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
2
-9
/
+13
2013-12-06
http: DELETE shouldn't default to chunked encoding
Lalit Kapoor
1
-1
/
+4
2013-12-06
child_process: don't crash process on internal ops
Alexis Campailla
1
-12
/
+47
2013-12-05
tls: fix handling of asterisk in SNI context
Fedor Indutny
1
-1
/
+1
2013-12-05
lib: child_process spawn handle ENOENT correctly
Alexis Campailla
1
-4
/
+1
2013-12-04
crypto: Make Decipher._flush() emit errors.
Kai Groner
1
-1
/
+6
2013-12-02
tls: fix pool usage race
Fedor Indutny
1
-8
/
+7
2013-11-27
http: fix parser double-free in _http_client.js
Fedor Indutny
1
-2
/
+4
2013-11-26
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+1
2013-11-25
util: Format negative zero as '-0'
David Chan
1
-1
/
+6
2013-11-22
events: fix TypeError in removeAllListeners
Jeremy Martin
1
-1
/
+1
2013-11-20
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+1
2013-11-20
child_process: deliver ENOENT on nextTick
Timothy J Fontaine
1
-1
/
+8
2013-11-19
events: do not accept NaN in setMaxListeners
Fedor Indutny
1
-1
/
+1
2013-11-18
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
3
-2
/
+12
2013-11-15
buffer: convert values to uint, not int
Trevor Norris
1
-44
/
+40
2013-11-15
src: make buffer size errors more explicit
Trevor Norris
2
-4
/
+13
2013-11-15
buffer: no warning when encoding isn't passed
Trevor Norris
1
-6
/
+15
2013-11-13
smalloc: check if object has external memory
Trevor Norris
1
-0
/
+1
2013-11-13
tls: handle `ssl.start()` errors
Fedor Indutny
1
-0
/
+4
2013-11-13
events: don't call once twice
Tim Wood
1
-1
/
+7
2013-11-11
repl: do not insert duplicates into completions
Maciej Małecki
1
-1
/
+1
2013-11-09
tls: prevent stalls by using read(0)
Fedor Indutny
1
-4
/
+10
2013-11-07
http: force socket encoding to be null
isaacs
1
-0
/
+1
2013-11-07
http: cleanup freeSockets when socket destroyed
fengmk2
1
-9
/
+16
2013-11-05
tls: more accurate wrapping of connecting socket
Fedor Indutny
1
-2
/
+17
2013-11-04
http: make DELETE requests set `req.method`
Nathan Rajlich
1
-1
/
+2
2013-10-30
tls: add ECDH ciphers support
Erik Dubbelboer
3
-0
/
+8
2013-10-31
domain: use AsyncListener API
Trevor Norris
5
-211
/
+241
2013-10-31
async-wrap: add methods to udp/tcp/pipe/timers
Trevor Norris
1
-1
/
+44
2013-10-31
node: add AsyncListener support
Trevor Norris
1
-15
/
+77
[next]