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
/
node.gyp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-11
crypto: support FIPS mode of OpenSSL
Fedor Indutny
1
-2
/
+2
2015-06-04
util: introduce `printDeprecationMessage` function
Vladimir Kurchatkin
1
-0
/
+1
2015-06-01
Revert "src: add getopt option parser"
Evan Lucas
1
-4
/
+0
2015-06-01
src: add getopt option parser
Evan Lucas
1
-1
/
+5
2015-05-28
child_process: expose ChildProcess constructor
Evan Lucas
1
-0
/
+2
2015-05-18
core: implement runtime flag to trace sync io
Trevor Norris
1
-0
/
+1
2015-04-30
repl: add mode detection, cli persistent history
Chris Dickinson
1
-0
/
+1
2015-04-29
lib: deprecate the smalloc module
Ben Noordhuis
1
-0
/
+1
2015-04-11
build: support building io.js as a static library
Marat Abdullin
1
-14
/
+33
2015-04-07
build: Remove building against a shared V8
Johan Bergström
1
-28
/
+15
2015-04-04
src: drop homegrown thread pool, use libplatform
Ben Noordhuis
1
-2
/
+6
2015-04-01
deps: check in gtest, add util unit test
Ben Noordhuis
1
-0
/
+25
2015-03-25
iojs: introduce internal modules
Vladimir Kurchatkin
1
-0
/
+2
2015-03-05
build: remove mdb from io.js
Johan Bergström
1
-34
/
+0
2015-02-25
stream_base: remove static JSMethod declarations
Fedor Indutny
1
-0
/
+1
2015-02-24
streams: introduce StreamWrap and JSStream
Fedor Indutny
1
-0
/
+3
2015-02-22
stream_base: introduce StreamBase
Fedor Indutny
1
-0
/
+2
2015-02-11
src: remove obsoleted queue.h header
Ben Noordhuis
1
-1
/
+0
2015-02-11
src: switch from QUEUE to intrusive list
Ben Noordhuis
1
-1
/
+2
2015-02-09
tracing: add lttng support for tracing on linux
Glen Keane
1
-0
/
+12
2015-02-03
gyp: enable postmortem support, fix dtrace paths
Fedor Indutny
1
-3
/
+3
2015-01-27
build: disable v8 snapshots
Ben Noordhuis
1
-1
/
+1
2015-01-19
win,build: remove duplicate definition
Bert Belder
1
-0
/
+3
2015-01-19
win: bring back xp/2k3 support
Bert Belder
1
-3
/
+0
2015-01-09
build: fix `process.platform`
Vladimir Kurchatkin
1
-5
/
+5
2015-01-08
build: rename binary from node to iojs
Ben Noordhuis
1
-1
/
+1
2015-01-08
src: prefix ARCH and PLATFORM with NODE_
Bert Belder
1
-3
/
+3
2015-01-05
Merge remote-tracking branch 'joyent/v0.12' into v1.x
Ben Noordhuis
1
-16
/
+3
2014-12-30
lib: introduce process module
Aleksey Smolenchuk
1
-0
/
+1
2014-12-14
lib: reintroduce v8 module
Ben Noordhuis
1
-0
/
+1
2014-12-11
build: fix dtrace-enabled build on os x
Ben Noordhuis
1
-1
/
+1
2014-12-09
build: do not generate support for libuv's probes
Julien Gilli
1
-16
/
+3
2014-12-09
build: fix build with systemtap providers enabled
Evan Torrie
1
-2
/
+13
2014-12-09
src: remove the tracing module entirely
Bert Belder
1
-1
/
+0
2014-12-09
async-wrap: move MakeCallback to .cc
Trevor Norris
1
-0
/
+1
2014-12-05
async-wrap: move MakeCallback to .cc
Trevor Norris
1
-0
/
+1
2014-12-05
src: remove Async Listener
Trevor Norris
1
-1
/
+0
2014-12-04
configure: remove shared cares build option
Johan Bergström
1
-5
/
+1
2014-11-03
src: move debug agent from deps/ to src/
Ben Noordhuis
1
-2
/
+3
2014-10-12
v8_platform: provide default v8::Platform impl
Fedor Indutny
1
-0
/
+1
2014-10-09
freebsd,linux,sunos: make stack non-executable
Ben Noordhuis
1
-0
/
+6
2014-10-08
deps: re-implement debugger-agent
Fedor Indutny
1
-0
/
+2
2014-10-08
deps: re-implement debugger-agent
Fedor Indutny
1
-0
/
+2
2014-10-01
build, i18n: improve Intl build, add "--with-intl"
Steven R. Loomis
1
-0
/
+13
2014-09-17
win: manifest node.exe for Windows 8.1
Alexis Campailla
1
-0
/
+4
2014-08-17
gyp: preserve v8dbg syms on freebsd too
Fedor Indutny
1
-2
/
+2
2014-08-08
build: linking CoreFoundation framework for OSX
Thorsten Lorenz
1
-0
/
+3
2014-08-07
Merge remote-tracking branch 'upstream/v0.10' into v0.12
Timothy J Fontaine
1
-0
/
+13
2014-07-31
gyp: do not rm unused openssl syms on osx/linux
Fedor Indutny
1
-0
/
+13
2014-07-29
Merge remote-tracking branch 'origin/v0.10' into master
Fedor Indutny
1
-1
/
+1
[next]