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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-30
test: check error type from net.Server.listen()
Rich Trott
1
-15
/
+15
2015-05-30
src: fix module search path for preload modules
Ali Ijaz Sheikh
1
-0
/
+9
2015-05-29
http: flush stored header
Vladimir Kurchatkin
2
-1
/
+28
2015-05-28
test: add heap profiler add-on regression test
Ben Noordhuis
3
-0
/
+47
2015-05-28
child_process: expose ChildProcess constructor
Evan Lucas
2
-0
/
+55
2015-05-26
test: remove stray copyright notices
Ben Noordhuis
4
-4
/
+0
2015-05-26
test: fix deprecation warning in addons test
Ben Noordhuis
1
-1
/
+1
2015-05-26
src: fix deferred events not working with -e
Ben Noordhuis
3
-32
/
+34
2015-05-23
net: return this from setNoDelay and setKeepAlive
Roman Reiss
2
-2
/
+4
2015-05-23
net,dgram: return this from ref and unref methods
Roman Reiss
1
-0
/
+12
2015-05-22
buffer: optimize Buffer.byteLength
Brendan Ashworth
2
-13
/
+46
2015-05-22
tls: emit errors happening before handshake finish
Malte-Thorben Bruns
1
-0
/
+46
2015-05-22
tls: use `.destroy(err)` instead of destroy+emit
Fedor Indutny
1
-0
/
+42
2015-05-21
tls: make server not use DHE in less than 1024bits
Shigeki Ohtsu
1
-4
/
+6
2015-05-20
test: fix jslint error
Michaƫl Zasso
1
-2
/
+3
2015-05-19
test: fix test-sync-io-option
Santiago Gimeno
1
-10
/
+12
2015-05-19
test: enable linting for tests
Roman Reiss
981
-1123
/
+2268
2015-05-19
net: persist net.Socket options before connect
Evan Lucas
3
-0
/
+105
2015-05-18
core: implement runtime flag to trace sync io
Trevor Norris
1
-0
/
+44
2015-05-18
doc: update links from iojs/io.js to nodejs/io.js
Frederic Hemberger
8
-9
/
+9
2015-05-17
repl: support non-array `.scope`, document it
Yazhong Liu
1
-0
/
+18
2015-05-16
tls_wrap: fix error cb when fatal TLS Alert recvd
Shigeki Ohtsu
1
-0
/
+90
2015-05-16
http,net,tls: return this from setTimeout methods
Evan Lucas
9
-15
/
+29
2015-05-15
src: fix preload when used with prior flags
Yosuke Furukawa
1
-0
/
+12
2015-05-13
test: fix infinite loop detection
Yosuke Furukawa
1
-1
/
+2
2015-05-13
os: refine tmpdir() trailing slash stripping
cjihrig
1
-0
/
+10
2015-05-12
events: provide better error message for unhandled error
Evan Lucas
1
-0
/
+8
2015-05-10
dgram: call send callback asynchronously
Yosuke Furukawa
1
-0
/
+38
2015-05-10
readline: turn emitKeys into a streaming parser
Alex Kocharin
2
-25
/
+150
2015-05-08
cluster: disconnect event not emitted correctly
Oleg Elifantiev
1
-1
/
+9
2015-05-08
src: add type check to v8.setFlagsFromString()
Roman Klauke
1
-0
/
+6
2015-05-06
js_stream: fix buffer index in DoWrite
Shigeki Ohtsu
1
-0
/
+65
2015-05-03
Revert "url: significantly improve the performance of the url module"
Rod Vagg
2
-1733
/
+9
2015-05-03
Revert "url: fix treatment of some values as non-empty"
Rod Vagg
1
-47
/
+12
2015-05-03
url: fix treatment of some values as non-empty
Petka Antonov
1
-12
/
+47
2015-05-01
url: significantly improve the performance of the url module
Petka Antonov
2
-9
/
+1733
2015-05-01
node: improve nextTick performance
Brian White
2
-3
/
+5
2015-05-01
Merge branch 'v1.x'
Jeremiah Senkpiel
2
-22
/
+5
2015-05-01
tls: use `SSL_set_cert_cb` for async SNI/OCSP
Fedor Indutny
17
-51
/
+251
2015-04-30
repl: add mode detection, cli persistent history
Chris Dickinson
2
-1
/
+100
2015-04-29
test: extend timeouts for ARMv6
Rod Vagg
4
-4
/
+4
2015-04-28
fs: validate fd on fs.write
Julian Duque
1
-0
/
+11
2015-04-28
deps: upgrade v8 to 4.2.77.13
Ben Noordhuis
2
-33
/
+0
2015-04-28
os: remove trailing slash from os.tmpdir()
Christian Tellnes
1
-0
/
+4
2015-04-28
test: fix test-net-dns-custom-lookup test assertion
Evan Lucas
1
-3
/
+12
2015-04-25
util: add Map and Set inspection support
Christopher Monsanto
1
-0
/
+65
2015-04-24
deps: update http_parser to 2.5.0
Fedor Indutny
1
-22
/
+0
2015-04-24
buffer: fix copy() segfault with zero arguments
Trevor Norris
1
-0
/
+5
2015-04-24
net: add lookup option to Socket.prototype.connect
Evan Lucas
1
-0
/
+40
2015-04-24
net: cleanup connect logic
Evan Lucas
2
-1
/
+19
[next]