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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-24
Move ARRAY_SIZE macro to node.h
Ben Noordhuis
4
-5
/
+4
2011-08-22
Upgrade to 0.9.8r.
Peter Bright
1
-0
/
+5
2011-08-20
Fix #1563. overflow in ChildProcess custom_fd.
Ryan Dahl
1
-0
/
+6
2011-08-20
Fix #1563. overflow in ChildProcess custom_fd.
Ryan Dahl
1
-0
/
+6
2011-08-17
Now working on v0.4.12
Ryan Dahl
1
-2
/
+2
2011-08-17
Bump version to v0.4.11
v0.4.11
Ryan Dahl
1
-1
/
+1
2011-08-16
vm: fix incorrect dispatch of vm.runInContext for argument "filename"
Antranig Basman
1
-1
/
+1
2011-08-15
module: fix pointer reference to out-of-scope variable
Ben Noordhuis
1
-1
/
+5
2011-08-15
node_crypto: interface with libuv, not libev
Bert Belder
1
-2
/
+2
2011-08-14
module: fix pointer reference to out-of-scope variable
Ben Noordhuis
1
-1
/
+5
2011-08-12
platform: fix GetFreeMemory() on 64 bits freebsd
Artem Zaytsev
1
-1
/
+1
2011-08-12
typed arrays: fix signed/unsigned compiler warnings
Ben Noordhuis
1
-5
/
+5
2011-08-12
typed arrays: add Float64Array
Ben Noordhuis
1
-0
/
+5
2011-08-12
typed arrays: alias method subarray() to slice()
Ben Noordhuis
1
-0
/
+1
2011-08-12
typed arrays: integrate plask's typed array implementation
Ben Noordhuis
3
-0
/
+799
2011-08-12
crypto: PBKDF2 function from OpenSSL
Glen Low
1
-0
/
+119
2011-08-12
Now working on v0.5.5
Ryan Dahl
1
-2
/
+2
2011-08-12
Bump version to v0.5.4
v0.5.4
Ryan Dahl
1
-1
/
+1
2011-08-11
Fix MSVS building.
Peter Bright
1
-5
/
+3
2011-08-11
node: propagate --use-uv to child processes
Ben Noordhuis
1
-0
/
+7
2011-08-10
win: fix test-process-env
Ryan Dahl
1
-2
/
+23
2011-08-11
tcp: propagate libuv tcp accept() errors to net_uv.js
Ben Noordhuis
1
-16
/
+18
2011-08-10
Open files in binary mode, on msvc too
Bert Belder
1
-1
/
+1
2011-08-09
crypto: fix incorrect ssl shutdown check
Tom Hughes
1
-1
/
+1
2011-08-09
net: fix incorrect sizeof()
Tom Hughes
1
-1
/
+1
2011-08-09
crypto: fix incorrect ssl shutdown check
Tom Hughes
1
-1
/
+1
2011-08-09
net: fix incorrect sizeof()
Tom Hughes
1
-1
/
+1
2011-08-09
windows: fix test-umask
Ryan Dahl
1
-4
/
+12
2011-08-06
Make MSVS build.
Peter Bright
3
-5
/
+9
2011-08-06
Complete eio upgrade
Ryan Dahl
1
-2
/
+1
2011-08-06
Basic VC++ compatibility work.
Peter Bright
10
-25
/
+106
2011-08-06
Improve gyp build - now works kind of
Ryan Dahl
3
-1
/
+19
2011-08-06
Upgrade http_parser to 965f91bc76b2d1601e23
Ryan Dahl
1
-12
/
+0
2011-08-05
Child processes: support windowsVerbatimArguments option
Bert Belder
1
-0
/
+6
2011-08-04
child process: bind to libuv's kill process API
Ben Noordhuis
1
-1
/
+1
2011-08-02
http: make http2 the default, legacy backend is available with --use-http1
Ben Noordhuis
2
-8
/
+8
2011-08-02
Remove platform_win32_winsock
Bert Belder
9
-532
/
+2
2011-08-02
Now working on v0.5.4
Ryan Dahl
1
-2
/
+2
2011-08-02
Bump version to v0.5.3
v0.5.3
Ryan Dahl
1
-1
/
+1
2011-08-01
Complete removal of node_child_process_win32.cc
Ryan Dahl
1
-1
/
+1
2011-08-01
Remove node_child_process_win32.cc
Ryan Dahl
1
-892
/
+0
2011-08-01
windows: set stdio streams to binary mode
Igor Zinkovsky
1
-0
/
+6
2011-07-31
child_process_uv: fix test/simple/test-child-process-env
Ryan Dahl
1
-1
/
+1
2011-07-31
child_process_uv: fix simple/test-child-process-cwd
Ryan Dahl
1
-1
/
+3
2011-07-31
child_process_uv: add exec, fix simple/test-child-process-exec-cwd
Ryan Dahl
1
-1
/
+1
2011-07-31
initial pass at lib/child_process_uv.js
Ryan Dahl
2
-0
/
+6
2011-07-29
Add stdlib include for free(), fixing build on linux after f01b241
Paul Querna
1
-0
/
+1
2011-07-29
add wrapper for uv_spawn
Ryan Dahl
4
-119
/
+367
2011-07-29
Add support for TLS SNI
Fedor Indutny
3
-1
/
+136
2011-07-29
Revert "AMD compatibility for node"
isaacs
2
-3
/
+3
[prev]
[next]