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
2012-06-27
windows: make fs.realpath(Sync) work with UNC paths
Bert Belder
2
-42
/
+115
2012-06-27
build: fix --shared-v8 option
Ben Noordhuis
2
-7
/
+1
2012-06-26
realpath: No sync cb() calling allowed.
isaacs
2
-2
/
+5
2012-06-26
deps: upgrade libuv to 4d42af2
Ben Noordhuis
6
-52
/
+36
2012-06-26
Added % difference for perf benchmarks in 0.8 post
Tim Oxley
1
-17
/
+20
2012-06-26
configure: don't fail if compiler_version() doesn't work
Bert Belder
1
-3
/
+3
2012-06-26
doc: `detached` is a boolean
Andreas Madsen
1
-1
/
+1
2012-06-26
build: expand ~ in `./configure --prefix=~/a/b/c`
Ben Noordhuis
1
-1
/
+1
2012-06-26
build: disable strict aliasing in v8 with gcc 4.5.x
Ben Noordhuis
1
-5
/
+11
2012-06-26
v8: reapply floating patches
Bert Belder
1
-4
/
+3
2012-06-26
v8: upgrade to version 3.11.10.12
Bert Belder
5
-10
/
+84
2012-06-25
doc: replace references to cluster.autoFork
Andreas Madsen
1
-2
/
+6
2012-06-25
windows: remove 256x256 version of the icon
Bert Belder
1
-0
/
+0
2012-06-25
windows msi: don't use .exe file as icon
Bert Belder
1
-1
/
+1
2012-06-25
docs: add punycode to TOC
koichik
2
-0
/
+2
2012-06-25
blog post for v0.8.0
isaacs
1
-0
/
+381
2012-06-25
Now working on 0.8.1
isaacs
1
-2
/
+2
2012-06-25
Merge branch 'v0.8.0-release' into v0.8
isaacs
106
-110
/
+159
2012-06-25
2012.06.25, Version 0.8.0 (stable)
v0.8.0
isaacs
2
-2
/
+29
2012-06-25
Hotfix for #3528 Add strdup in uv_cpu_info
isaacs
1
-1
/
+1
2012-06-23
docs: Switch to the asynchronous Google Analytics snippet
Mathias Bynens
7
-75
/
+65
2012-06-22
npm: Upgrade to 1.1.32
isaacs
98
-101
/
+102
2012-06-22
uv: upgrade to 0387c23
Bert Belder
2
-57
/
+130
2012-06-22
blog: add RSS link tag for discovery
isaacs
1
-0
/
+5
2012-06-22
blog: Generate RSS feeds
isaacs
3
-5
/
+60
2012-06-22
npm: Upgrade to 1.1.31
isaacs
102
-105
/
+126
2012-06-22
uv: Upgrade to 171e2f71b9
isaacs
7
-28
/
+175
2012-06-22
windows msi: use .url files for documentation and website shortcuts
Bert Belder
1
-2
/
+4
2012-06-22
windows msi: add npm dir to user PATH only
Bert Belder
1
-1
/
+1
2012-06-22
windows msi: set icon for add/remove programs dialog
Bert Belder
1
-0
/
+3
2012-06-22
windows: fix/improve nodejsvars.bat
Bert Belder
1
-7
/
+10
2012-06-21
blog: Show category in post metadata
isaacs
1
-5
/
+5
2012-06-21
stdin.pipe: Replace forgotten opts member
isaacs
1
-2
/
+2
2012-06-21
blog: Missing title tag
isaacs
1
-1
/
+1
2012-06-21
blog: Minor tweaks to style and some data conversion cleanup
isaacs
3
-3
/
+8
2012-06-22
authors: update email address
Joe Shaw
1
-1
/
+1
2012-06-21
Merge branch 'blog'
isaacs
186
-3
/
+13366
2012-06-21
Generate static HTML blog content out of markdown
isaacs
166
-41
/
+11944
2012-06-21
Initial blog source
isaacs
28
-0
/
+1460
2012-06-21
Merge branch 'stdin-resume-pipe'
isaacs
2
-0
/
+56
2012-06-21
Fix #3503: stdin: resume() on pipe(dest)
isaacs
2
-0
/
+56
2012-06-21
crypto: fix error reporting in SetKey()
Fedor Indutny
1
-1
/
+8
2012-06-21
test: add deprecation fixture
isaacs
1
-0
/
+1
2012-06-21
Externalize node::no_deprecation
isaacs
3
-3
/
+3
2012-06-21
Apply --no-deprecation to C++ warnings as well
isaacs
4
-4
/
+10
2012-06-21
Add --no-deprecation and --trace-deprecation flags
isaacs
11
-76
/
+153
2012-06-21
http: Hush 'MUST NOT have a body' warnings to debug()
isaacs
1
-4
/
+4
2012-06-21
Fix bug in io benchmark
Bert Belder
1
-2
/
+2
2012-06-21
iowatcher: add deprecation warning
Ben Noordhuis
1
-0
/
+2
2012-06-21
doc: update fs.watchFile() docs
Ben Noordhuis
1
-2
/
+1
[next]