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
2010-11-17
fix utils.inspect's detection of circular structures
Tim Cooijmans
1
-2
/
+4
2010-11-16
Test for server.listen() more carefully, fix bug
Ryan Dahl
1
-8
/
+9
2010-11-15
Test and fix for self-assigned port from net.Server
Ryan Dahl
1
-1
/
+1
2010-11-15
Rename require('javascript') to require('vm')
Ryan Dahl
1
-0
/
+0
2010-11-15
Make the javascript module API nodey.
isaacs
1
-0
/
+8
2010-11-14
Implement new path.join behavior
isaacs
3
-41
/
+119
2010-11-14
writeFile fixes
isaacs
1
-9
/
+13
2010-11-13
Use require('javascript') instead of process.binding('evals')
Ryan Dahl
1
-0
/
+3
2010-11-12
Simplify REPL displayPrompt
Ryan Dahl
1
-20
/
+4
2010-11-11
Add writeFilter when in the readline
Ryan Dahl
1
-4
/
+18
2010-11-02
Remove warning in 'sys' - too aggressive
Ryan Dahl
1
-2
/
+3
2010-11-02
Add legacy methods to Buffer
Ryan Dahl
1
-0
/
+28
2010-11-01
Add missing require('fs')
Ryan Dahl
1
-1
/
+1
2010-11-01
Removed range read optimization as it doesn't work with libeio.
Chandra Sekar S
1
-6
/
+4
2010-10-30
De-indent dns.lookup
Ryan Dahl
1
-38
/
+44
2010-10-30
Make sure watcher.set() isn't being called when active
Ryan Dahl
1
-8
/
+6
2010-10-29
Handle null values in clearTimeout
Ryan Dahl
1
-3
/
+5
2010-10-28
Lazy load modules in net.js
Ryan Dahl
1
-6
/
+4
2010-10-28
Remove a little redundancy
Ryan Dahl
1
-3
/
+0
2010-10-28
Handle one more onReadable call from crypto
Ryan Dahl
1
-5
/
+5
2010-10-28
Abstract out a Server.prototype.pause method
Ryan Dahl
1
-9
/
+30
2010-10-28
Abstract out net.Server.prototype._rejectPending
Ryan Dahl
1
-27
/
+34
2010-10-28
Module-level EMFILE handling
Jonas Pfenniger
1
-36
/
+39
2010-10-27
Handle cyclic links smarter in fs.realpath
isaacs
1
-6
/
+12
2010-10-27
Refactor callbacks in net.Stream for fewer closures
Ryan Dahl
1
-100
/
+130
2010-10-27
Add extra anti-DoS tech to net.Server
Ryan Dahl
1
-19
/
+42
2010-10-27
Gracefully handle EMFILE
Ryan Dahl
1
-20
/
+41
2010-10-26
Style changes.
Tim-Smart
1
-33
/
+31
2010-10-26
Use the timer list for setTimeout
Ryan Dahl
1
-25
/
+66
2010-10-26
Move setTimeout and friends into timers module
Ryan Dahl
1
-41
/
+81
2010-10-26
Move idle timers into its own module
Ryan Dahl
2
-165
/
+171
2010-10-26
Fix permissions on http.js
Ryan Dahl
1
-0
/
+0
2010-10-26
allowHalfOpen disabled by default
Ryan Dahl
2
-15
/
+42
2010-10-25
fix style
Ryan Dahl
1
-2
/
+1
2010-10-25
Set the readable variables on the read/write streams
Paul Querna
1
-1
/
+10
2010-10-25
Add SecurePair for handling of a ssl/tls stream.
Paul Querna
2
-0
/
+333
2010-10-25
Update node_net.cc to make us of node_constants.cc
Micheil Smith
2
-4
/
+10
2010-10-23
Do not spin on aceept() with EMFILE
Ryan Dahl
1
-1
/
+23
2010-10-23
Make sure Error object on exec() gets killed member
Ryan Dahl
1
-7
/
+13
2010-10-23
Fix test-net-eaddrinuse
Ryan Dahl
1
-17
/
+28
2010-10-21
Remove unneeded function wrappers
Jorge Chamorro Bieling
1
-6
/
+4
2010-10-20
Fix execFile timeouts, improve tests
Ryan Dahl
1
-14
/
+25
2010-10-20
ChildProcesses cannot be killed if pid is missing
Ryan Dahl
1
-13
/
+8
2010-10-20
The cwdRequire hack is no longer necessary with the require.resolve refactor.
isaacs
1
-10
/
+1
2010-10-20
Prevents child_process.exec timeouts from throwing when the child was previou...
Aaron Heckmann
1
-13
/
+21
2010-10-20
Add require.resolve.
isaacs
1
-0
/
+2
2010-10-18
net listen should emit eaddrinuse error
Johan Euphrosine
1
-4
/
+7
2010-10-18
Fix expect/continue keepalive
Mark Nottingham
1
-1
/
+1
2010-10-18
new api for defining repl commands
Sami Samhuri
1
-25
/
+63
2010-10-18
base64 decode should handle whitespace
Ryan Dahl
1
-1
/
+1
[next]