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-11-04
Implement process._debugProcess
Bert Belder
1
-29
/
+196
2011-11-04
Make error reporting from node::DLOpen more consistent
Bert Belder
1
-10
/
+15
2011-11-04
Windows: ErrnoException shouldn't mix up crt and win32 errors
Bert Belder
2
-233
/
+43
2011-11-04
Fix line endings and trailing whitespace
Bert Belder
8
-36
/
+36
2011-11-03
stdout and stderr are blocking when referring to regular files
Ryan Dahl
1
-1
/
+1
2011-11-02
fix process.uptime() on windows
Igor Zinkovsky
1
-1
/
+1
2011-11-02
process.kill to use uv_kill
Igor Zinkovsky
3
-29
/
+38
2011-11-02
Add missing copyright headers
Ryan Dahl
14
-0
/
+294
2011-11-01
doc: fix links
Maciej Małecki
1
-1
/
+1
2011-11-01
windows: enable pending accepts knob
Igor Zinkovsky
2
-0
/
+25
2011-11-01
node: remove `process.compile`
Maciej Małecki
1
-40
/
+0
2011-11-01
process: fix process.nextTick() error case regression
Ben Noordhuis
1
-0
/
+3
2011-10-31
process: optimize process.nextTick()
Ben Noordhuis
1
-7
/
+5
2011-10-31
tls, https: add passphrase option
koichik
1
-2
/
+9
2011-10-30
core: fix off-by-one error in node::DLOpen()
Ben Noordhuis
1
-1
/
+1
2011-10-29
Export some functions from node.h
Bert Belder
1
-10
/
+10
2011-10-29
Support native extension loading on Windows
Bert Belder
1
-8
/
+33
2011-10-29
Make node::DLOpen use uv_dlopen
Bert Belder
1
-44
/
+53
2011-10-29
Wrap long lines, strip trailing whitespace
Bert Belder
2
-6
/
+12
2011-10-29
Remove outdated comment
Bert Belder
1
-1
/
+0
2011-10-28
Revert "remove node_io_watcher"
Igor Zinkovsky
3
-0
/
+242
2011-10-28
linux: unbreak build if HAVE_MONOTONIC_CLOCK=0
Ben Noordhuis
1
-2
/
+4
2011-10-27
remove node_io_watcher
Igor Zinkovsky
3
-242
/
+0
2011-10-26
node cluster is now a module instead of CLI interface
Ryan Dahl
2
-5
/
+0
2011-10-26
Return IPv4 addresses before IPv6 addresses from getaddrinfo
Ryan Dahl
1
-6
/
+27
2011-10-26
Don't compile in node_dtrace.cc when not supported
Ryan Dahl
1
-1
/
+3
2011-10-26
sunos: don't use exceptions
Ben Noordhuis
1
-8
/
+7
2011-10-25
http: fix gcc 3.x build, don't use always_inline
Ben Noordhuis
1
-3
/
+9
2011-10-21
Now working on v0.5.11
Ryan Dahl
1
-2
/
+2
2011-10-21
Bump version to v0.5.10
v0.5.10
Ryan Dahl
1
-1
/
+1
2011-10-21
net: bring back .setNoDelay() and .setKeepAlive()
Ben Noordhuis
2
-0
/
+34
2011-10-21
Add useGlobal flag for standard node repl
isaacs
1
-1
/
+1
2011-10-21
make process.kill a no-op on windows
Igor Zinkovsky
1
-11
/
+21
2011-10-20
http: improve http parser bindings
Ben Noordhuis
1
-93
/
+288
2011-10-20
dns.lookup uses cares_wrap::GetAddrInfo
Ryan Dahl
1
-12
/
+23
2011-10-20
Fix windows build
Bert Belder
1
-1
/
+1
2011-10-20
Add binding to uv_getaddrinfo
Ryan Dahl
1
-0
/
+106
2011-10-19
Display sys_errno when UV_UNKNOWN is returned
Ryan Dahl
11
-52
/
+80
2011-10-19
Remove os.openOSHandle
Ryan Dahl
1
-18
/
+0
2011-10-19
Remove support for cygwin
Ryan Dahl
2
-347
/
+1
2011-10-19
Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"
Ryan Dahl
1
-18
/
+7
2011-10-19
http: Added support for HTTP PATCH verb
Thomas Parslow
1
-0
/
+3
2011-10-19
buffer: use NO_NULL_TERMINATION flag
koichik
1
-11
/
+6
2011-10-18
Fix #1801 vm: Use 'sandbox' as global_prototype
elliottcable
1
-7
/
+18
2011-10-18
Remove process.memoryUsage().vsize
Ryan Dahl
10
-22
/
+11
2011-10-18
Fixes #1860. Remove process.writeError
Ryan Dahl
1
-34
/
+0
2011-10-15
win: remove pthread-win32 init code
Igor Zinkovsky
1
-15
/
+0
2011-10-15
tls: requestCert unusable with Firefox and Chrome
koichik
2
-0
/
+35
2011-10-14
node: fix use of potentially uninitialized variable
Ben Noordhuis
1
-1
/
+1
2011-10-14
timer_wrap: add sanity check assert
Ben Noordhuis
1
-0
/
+3
[next]