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
2014-09-23
buffer: fix map and set parent to undefined
upstream/0.12.0
Trevor Norris
1
-2
/
+4
2014-09-23
http: write() after end() emits an error.
Julien Gilli
1
-0
/
+12
2014-09-19
buffer: improve Buffer constructor
Kang-Hao Kenny
1
-5
/
+1
2014-09-16
Merge remote-tracking branch 'upstream/v0.10' into v0.12
Timothy J Fontaine
3
-15
/
+12
2014-09-16
http: do not send `0\r\n\r\n` in TE HEAD responses
Fedor Indutny
1
-1
/
+5
2014-09-16
lib, src: add vm.runInDebugContext()
Ben Noordhuis
1
-0
/
+4
2014-09-16
dns: include host name in error message if available
Maciej Małecki
1
-1
/
+1
2014-09-09
tls: `checkServerIdentity` option
Trevor Livingston
1
-2
/
+6
2014-09-05
lib: unexport http.parsers
Ben Noordhuis
1
-1
/
+0
2014-09-05
lib: http: poison parser references after freeing
Ben Noordhuis
3
-10
/
+15
2014-09-05
lib, src: don't make http parser handles weak
Ben Noordhuis
2
-1
/
+4
2014-09-05
lib: improved forEach object performance
Majid Arif Siddiqui
6
-30
/
+52
2014-09-03
net,dgram: workers can listen on exclusive ports
cjihrig
2
-20
/
+46
2014-09-03
src: be more intelligent about use of "arguments"
Trevor Norris
3
-2
/
+6
2014-09-03
tls: support multiple keys/certs
Fedor Indutny
1
-4
/
+22
2014-09-03
net: Improve Socket.prototype.write()
Jackson Tian
1
-1
/
+1
2014-09-03
stream_wrap: Add support to write binary strings
Trevor Norris
1
-0
/
+3
2014-09-02
cluster: centralize removal from workers list.
Julien Gilli
1
-16
/
+54
2014-08-29
tls: add DHE-RSA-AES128-SHA256 to the def ciphers
Shigeki Ohtsu
1
-2
/
+4
2014-08-29
tls, crypto: add DHE support
Shigeki Ohtsu
2
-0
/
+4
2014-08-29
crypto: introduce ECDH
Fedor Indutny
1
-0
/
+47
2014-08-27
url: Add support for RFC 3490 separators
Mathias Bynens
1
-12
/
+5
2014-08-27
querystring: fix unescape override
Tristan Berger
1
-8
/
+7
2014-08-27
crypto: allow padding in RSA methods
Fedor Indutny
1
-3
/
+6
2014-08-21
http: avoid create difference hidden class
Jackson Tian
1
-0
/
+3
2014-08-20
net,stream: add isPaused, don't read() when paused
Chris Dickinson
2
-1
/
+5
2014-08-20
dns: throw if hostname is not string or falsey
cjihrig
1
-1
/
+3
2014-08-18
http: fix bailout for writeHead
Alex Kocharin
1
-8
/
+7
2014-08-12
dgram: remove new keyword from errnoException
Jackson Tian
1
-2
/
+2
2014-08-12
querystring: remove prepended ? from query field
Ezequiel Rabinovich
1
-1
/
+1
2014-08-12
lib: don't use emitter.listeners(type).length
Jackson Tian
1
-4
/
+5
2014-08-11
crypto: add RSA encryption
seishun
1
-0
/
+10
2014-08-08
dns: always set variable family in lookup()
cjihrig
1
-1
/
+3
2014-08-07
Merge remote-tracking branch 'upstream/v0.10' into v0.12
Timothy J Fontaine
3
-4
/
+16
2014-08-07
fs: fix fs.readFileSync fd leak when get RangeError
Jackson Tian
1
-1
/
+7
2014-08-07
Cluster: fix shared handles on Windows
Alexis Campailla
1
-17
/
+1
2014-08-05
fs: fs.readFile should not throw uncaughtException
Jackson Tian
1
-4
/
+7
2014-08-04
dns: fix GetAddrInfo assert
Trevor Norris
1
-6
/
+1
2014-08-04
net: don't prefer IPv4 addresses during resolution
cjihrig
2
-13
/
+42
2014-08-04
path: isAbsolute() should always return boolean
Herman Lee
1
-1
/
+1
2014-08-02
cluster: disconnect should not be synchronous
Sam Roberts
1
-2
/
+4
2014-08-02
path: fix slice OOB in trim
Lucio M. Tato
1
-2
/
+2
2014-08-01
stream: fix Readable.wrap objectMode falsy values
James Halliday
1
-1
/
+6
2014-08-01
tls: throw an error, not string
Jackson Tian
1
-1
/
+1
2014-08-01
cluster: support options in Worker constructor
cjihrig
1
-40
/
+54
2014-07-31
Add fast path for simple URL parsing
Gabriel Wicke
1
-0
/
+22
2014-07-31
module: eliminate double `getenv()`
Maciej Małecki
1
-2
/
+3
2014-07-31
streams: remove unused require('assert')
Rod Vagg
1
-1
/
+0
2014-07-31
timers: backport f8193ab
Julien Gilli
2
-13
/
+27
2014-07-31
Revert "Cluster: fix shared handles on Windows"
Fedor Indutny
1
-1
/
+17
[next]