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
2009-08-21
bump version
v0.1.5
Ryan
1
-1
/
+1
2009-08-21
Buggy connections could crash node.js. Now check connection before sending da...
Kevin van Zonneveld
1
-4
/
+3
2009-08-21
Don't Close TCP Connection/Server on destruction.
Ryan
2
-2
/
+1
2009-08-19
Upgrade evcom - fix API issues.
Ryan
3
-26
/
+15
2009-08-19
Return the EventEmitter from addListener for chaining.
Ryan
1
-0
/
+1
2009-08-19
Bugfix: stdin fd (0) being ignored by node.File.
Abe Fettig
1
-1
/
+1
2009-08-14
API: tcp.Connection "disconnect" event renamed to "close".
Ryan
3
-7
/
+7
2009-08-13
bump version
v0.1.4
Ryan
1
-1
/
+1
2009-08-13
Remove debugging messages in HTTP client
Ryan
1
-2
/
+2
2009-08-13
Sync evcom after refactor; fix binding issues
Ryan
3
-66
/
+42
2009-08-09
Add IncomingMessage.prototype.pause() and resume().
Ryan
1
-0
/
+8
2009-08-09
Add connection.readPause() and connection.readResume()
Ryan
2
-0
/
+32
2009-08-09
Upgrade evcom
Ryan
2
-41
/
+41
2009-08-09
Bugfix: Negative ints in HTTP's on_body and node.fs.read()
Ryan
2
-2
/
+3
2009-08-09
Bugfix: response.setBodyEncoding("ascii") not working.
Ryan
1
-6
/
+6
2009-08-07
Remove extra ev_timer_stop() in src/dns.cc
Ryan
1
-4
/
+1
2009-08-06
bump version
v0.1.3
Ryan
1
-1
/
+1
2009-08-06
Remove unused symbols.
Ryan
2
-7
/
+0
2009-08-06
Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not working
Ryan
1
-6
/
+6
2009-08-06
Bugfix: node.encodeUtf8 was broken. (Connor Dunn)
Ryan
1
-1
/
+23
2009-08-04
Upgrade evcom - fix accepting too many connections issue
Ryan
1
-2
/
+2
2009-08-03
Initial support for shebang.
Ryan
1
-0
/
+3
2009-08-03
Add simple command line switches
Ryan
1
-0
/
+27
2009-08-03
Add node.version
Ryan
2
-0
/
+4
2009-08-01
Add header to src/dns.cc to compile on FreeBSD.
Ryan
1
-2
/
+3
2009-07-31
node.fs.File was not passing args to promise callbacks.
Ryan
1
-4
/
+16
2009-07-31
Bugfix: negative integers in raw encoding stream.
Ryan
1
-1
/
+1
2009-07-31
Hack to fix module line numbers in stack traces.
Ryan
1
-6
/
+6
2009-07-31
Default to chunked for client requests without C-Length.
Ryan
1
-18
/
+22
2009-07-31
node.tcp.Server's backlog option is now an argument to listen()
Ryan
2
-10
/
+28
2009-07-28
Add DNS API.
Ryan
7
-22
/
+381
2009-07-25
Rename evnet to evcom.
Ryan
6
-51
/
+51
2009-07-24
Move EventEmitter.prototype.emit() completely into C++.
Ryan
3
-33
/
+55
2009-07-24
Remove unused 'using namespace std' lines.
Ryan
2
-2
/
+0
2009-07-24
Remove unused symbols from http.cc.
Ryan
1
-15
/
+0
2009-07-24
Missing HandleScope in GetMethod(). Thanks Brian.
Ryan
1
-15
/
+18
2009-07-24
Fix memory leak. It was only a missing HandleScope in Emit()!
Ryan
2
-10
/
+20
2009-07-24
Remove unused static object.
Ryan
1
-2
/
+0
2009-07-23
Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory().
Ryan
1
-1
/
+2
2009-07-23
Clean up little errors in events.js
Ryan
1
-2
/
+2
2009-07-23
ObjectWrap: MakeWeak again after each Weak callback.
Ryan
1
-8
/
+19
2009-07-20
Fix utf8 scripts, add test. Thanks Urban.
Ryan
2
-6
/
+10
2009-07-20
remove the callback from node.cat, node.fs.cat
Ryan
2
-4
/
+4
2009-07-20
root_module should be a local variable
Ryan
1
-1
/
+1
2009-07-20
Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array)
Ryan
1
-2
/
+2
2009-07-20
Attach connections on Macintosh too.
Ryan
1
-1
/
+2
2009-07-16
Move node.inherit, node.path, node.cat to new file: util.js
Ryan
4
-73
/
+71
2009-07-16
Add IsNearDeath assertion to ObjectWrap destructor
Ryan
1
-0
/
+1
2009-07-16
small clean ups to http.js
Ryan
2
-47
/
+17
2009-07-15
Better error output for socket errors. Temporary.
Ryan
1
-1
/
+3
[next]