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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-19
Bump version to v0.4.1
v0.4.1
Ryan Dahl
5
-7
/
+38
2011-02-19
TLS sockets should not be writable after 'end'
Ryan Dahl
4
-3
/
+36
2011-02-19
test-tls-securepair-server: don't shutdown stdout
Ryan Dahl
1
-1
/
+1
2011-02-19
Closes GH-687 Don't read fs read stream if not open
isaacs
2
-0
/
+8
2011-02-19
Fix os.cpus() on cygwin
Brian White
2
-6
/
+15
2011-02-18
Add startup memory script to benchmarks
Ryan Dahl
1
-0
/
+1
2011-02-18
Remove test-http-eof-before-eom - wasn't testing anything important
Ryan Dahl
1
-72
/
+0
2011-02-18
Use console.error in test-timers
Ryan Dahl
1
-2
/
+2
2011-02-18
cmake: dtrace support.
Tom Hughes
3
-0
/
+61
2011-02-18
cmake: Add gdbjit and oprofile options.
Tom Hughes
2
-5
/
+16
2011-02-18
cmake: cleanup.
Tom Hughes
2
-5
/
+3
2011-02-18
cmake: Fix mac snow leopard build.
Tom Hughes
1
-2
/
+13
2011-02-18
cmake: set pre and post memcheck commands.
Tom Hughes
1
-0
/
+2
2011-02-18
package.json main as indexed subdir
isaacs
4
-1
/
+8
2011-02-18
HTTP Agent sockets should not reconnect on error
Ryan Dahl
3
-5
/
+57
2011-02-18
HTTP Agent should not die on evil server
Ryan Dahl
1
-2
/
+8
2011-02-18
Add failing test for broken HTTP responses with extra bytes.
Matt Ranney
1
-0
/
+65
2011-02-17
Add more broken tests
Ryan Dahl
2
-0
/
+135
2011-02-17
Install node.d in the correct place
Ryan Dahl
1
-1
/
+1
2011-02-17
Fix test runner bug on windows
Bert Belder
1
-1
/
+0
2011-02-17
Make libev work on MinGW again
Bert Belder
1
-7
/
+10
2011-02-17
Autodetect no-strict-aliasing, propagate toolchain option to SCons
Bert Belder
3
-29
/
+100
2011-02-16
Move test-tls-throttle to pummel
Ryan Dahl
1
-0
/
+0
2011-02-16
TLS: Make _cycle reentrant.
Ryan Dahl
1
-1
/
+15
2011-02-16
Make test-http-curl-chunk-problem more portable
Ryan Dahl
1
-8
/
+13
2011-02-16
Remove artificial timeout from test-https-large-response
Ryan Dahl
1
-6
/
+0
2011-02-16
Upgrade libev to 4.4
Ryan Dahl
17
-103
/
+150
2011-02-16
V8 Cygwin support
Bert Belder
6
-4
/
+741
2011-02-16
Upgrade V8 to 3.1.5
Ryan Dahl
208
-3793
/
+8294
2011-02-15
MinGW: OpenSSL support
Bert Belder
1
-3
/
+44
2011-02-15
https was missing 'end' event sometimes
Ryan Dahl
3
-6
/
+90
2011-02-15
Fixed null signal preservation
Tj Holowaychuk
2
-6
/
+30
2011-02-15
Disable test-tls-large-push, taking too long
Ryan Dahl
1
-0
/
+0
2011-02-15
Refactor fs.open parameter handling
Felix Geisendörfer
1
-3
/
+5
2011-02-15
Correct fs.open API documentation
Felix Geisendörfer
1
-3
/
+3
2011-02-15
Fix: fs.open callback did not fire
Felix Geisendörfer
2
-1
/
+19
2011-02-15
Improve V8 support for Cygwin
Bert Belder
4
-151
/
+148
2011-02-15
default to port 80 for http.request
Ryan Dahl
1
-1
/
+2
2011-02-14
escape chars on man page
Ryan Dahl
1
-1
/
+1
2011-02-14
fix doc
Ryan Dahl
1
-1
/
+1
2011-02-14
Add script for running V8 benchmarks
Ryan Dahl
1
-0
/
+15
2011-02-14
Fix for DNS fail in HTTP request
Richard Rodger
2
-0
/
+47
2011-02-14
Make the repl respect node_modules folders.
isaacs
1
-0
/
+3
2011-02-14
Fixed field merging with progressive fields on writeHead()
Tj Holowaychuk
2
-8
/
+53
2011-02-14
Add newline to platform-cygwin.cc
Ryan Dahl
1
-1
/
+2
2011-02-14
Add http client to v0.4 announcement
Ryan Dahl
1
-0
/
+2
2011-02-14
Now working on v0.4.1
Ryan Dahl
1
-2
/
+2
2011-02-10
Bump version to v0.4.0
v0.4.0
Ryan Dahl
7
-12
/
+137
2011-02-10
Add support for mutable/implicit headers for http.
Tim Caswell
3
-12
/
+269
2011-02-10
TLS: CRL support
Theo Schlossnagle
19
-70
/
+186
[next]