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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-29
Don't ls node_g after make - it confuses people
Ryan Dahl
1
-1
/
+0
2011-08-26
prepare for release - website under new user
Ryan Dahl
1
-1
/
+1
2011-08-24
test: add dgram tests to test-uv list
Ben Noordhuis
1
-0
/
+192
2011-08-23
tools/test.py to support marking files a libuv-broken
Ryan Dahl
1
-192
/
+2
2011-08-23
waf: Don't build out/Debug/node_g - just out/Debug/node
Ryan Dahl
1
-1
/
+1
2011-08-23
WAF builds in out/ instead of build/
Ryan Dahl
1
-29
/
+29
2011-08-23
Have WAF variants match GYP configuration names
Ryan Dahl
1
-6
/
+6
2011-08-22
net_uv: Don't error on ECONNRESET
Ryan Dahl
1
-0
/
+1
2011-08-12
test: enable simple/test-http-dns-error for `make test-uv`
Ben Noordhuis
1
-0
/
+1
2011-08-10
win: fix test-process-env
Ryan Dahl
1
-0
/
+1
2011-08-10
Add test-pipe-file-to-http to test-uv
Ryan Dahl
1
-0
/
+1
2011-08-09
Fix test-net-server-on-fd-0 for windows by removing assert
Ryan Dahl
1
-0
/
+1
2011-08-09
Add fixed tests to test-uv
Ryan Dahl
1
-0
/
+3
2011-08-07
build: don't try to `ls -lh` executables that don't exist
Ben Noordhuis
1
-2
/
+2
2011-08-02
http: make http2 the default, legacy backend is available with --use-http1
Ben Noordhuis
1
-4
/
+4
2011-08-02
test: add targets `test-http2` and `test-all-http2`
Ben Noordhuis
1
-0
/
+6
2011-08-01
child_process_uv: don't attempt to pass test-child-process-deprecated-api
Ryan Dahl
1
-0
/
+1
2011-08-01
Add test-tls-securepair-server to test-uv
Ryan Dahl
1
-1
/
+1
2011-08-01
child_process_uv: fix test-child-process-stdin and -ipc
Ryan Dahl
1
-0
/
+2
2011-07-31
child_process_uv: fix test/simple/test-child-process-env
Ryan Dahl
1
-0
/
+1
2011-07-31
child_process_uv: fix simple/test-child-process-cwd
Ryan Dahl
1
-0
/
+1
2011-07-31
child_process_uv: add exec, fix simple/test-child-process-exec-cwd
Ryan Dahl
1
-2
/
+3
2011-07-31
initial pass at lib/child_process_uv.js
Ryan Dahl
1
-0
/
+4
2011-07-27
Fix test-module-load-list for use-uv
Ryan Dahl
1
-0
/
+1
2011-07-22
test: test pipe API with raw net.Stream() object
Ben Noordhuis
1
-0
/
+1
2011-07-21
Add tls tests to test-uv
Ryan Dahl
1
-0
/
+12
2011-07-21
Remove logos from package
Ryan Dahl
1
-0
/
+1
2011-07-21
test: add test-net-pingpong to `make test-uv` list
Ben Noordhuis
1
-0
/
+1
2011-07-21
Add tests for process.nextTick bugs on windows
Bert Belder
1
-0
/
+2
2011-07-21
test: beef up checks in test-http-unix-socket.js, add to `make test-uv`
Ben Noordhuis
1
-0
/
+1
2011-07-18
Output size of binaries on 'make'
Ryan Dahl
1
-0
/
+2
2011-07-15
net_uv: getsockname binding
Henry Rawas
1
-0
/
+1
2011-07-15
Add 'make test-uv-debug'
Ryan Dahl
1
-153
/
+157
2011-07-15
connect-timeout callbacks after close
Henry Rawas
1
-0
/
+4
2011-07-15
windows: fix simple/test-executable-path
Ryan Dahl
1
-0
/
+1
2011-07-14
connect-buffer play back queued write and end
Henry Rawas
1
-0
/
+1
2011-07-14
add working http tests
Henry Rawas
1
-0
/
+9
2011-07-14
net_uv: Add maxConnections support
Henry Rawas
1
-0
/
+1
2011-07-13
fix socket-timeout. Also fix makefile test list name net-stream
Henry Rawas
1
-1
/
+2
2011-07-12
test-net-reconnect needs socket connect event
Henry Rawas
1
-0
/
+1
2011-07-08
test-uv: add more test cases
Henry Rawas
1
-0
/
+10
2011-07-08
add tests to "make test-uv"
Henry Rawas
1
-2
/
+123
2011-07-08
Start 'make test-uv' command
Ryan Dahl
1
-0
/
+7
2011-05-20
Use same make as when originally invoked
Robert Mustacchi
1
-0
/
+8
2011-04-02
Added favicon.ico
George Stagas
1
-0
/
+1
2011-02-10
Bump version to v0.4.0
v0.4.0
Ryan Dahl
1
-0
/
+1
2011-01-27
Simplify website
Ryan Dahl
1
-8
/
+1
2010-12-22
Add 'make test-valgrind'
Ryan Dahl
1
-0
/
+6
2010-12-13
Print 'make clean' commands
Ryan Dahl
1
-4
/
+4
2010-12-02
lint util.js and src/node.js
Ryan Dahl
1
-4
/
+1
[next]