Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
200 commits
Select commit Hold shift + click to select a range
849fcde
smalloc: fix copyOnto optimization
vkurchatkin Oct 28, 2014
5901013
src: make root_certs const
bnoordhuis Oct 16, 2014
29d7fd6
src: move debug agent from deps/ to src/
bnoordhuis Nov 3, 2014
084f382
src: clean up root_certs iteration
bnoordhuis Nov 3, 2014
b1dcaad
src: replace NULL with nullptr in debug agent
bnoordhuis Nov 3, 2014
ef46ca6
node: do not crash on IPC stdin
indutny Nov 4, 2014
7ab73ff
windows: fix process description to say "Node.js"
rvagg Nov 4, 2014
f65a5cb
smalloc: check if obj has external data
vkurchatkin Oct 31, 2014
3589a62
build: fix build for SmartOS
Oct 9, 2014
272aa58
test: more thorough tests for npm
othiym23 Sep 24, 2014
28ae70e
npm: Upgrade to v2.1.6
tjfontaine Nov 4, 2014
e13663d
src: network interface names are UTF-8 encoded
bnoordhuis Nov 3, 2014
bf23328
build: add rpmbuild .spec file
bnoordhuis Jul 5, 2013
9fb7aee
test: unlink custom unix socket before test
bnoordhuis Oct 29, 2014
b9cecc3
test: use common.PIPE in simple/test-cluster-eaccess
rvagg Nov 5, 2014
ce112c2
deps: update uv to v1.0.0-rc2
saghul Oct 20, 2014
a5f1307
core: replace uv_fs_readdir with uv_fs_scandir
saghul Oct 17, 2014
e46cbaa
core: fix usage of uv_cwd
saghul Oct 17, 2014
5845a6b
uv: revert change causing build failures
trevnorris Nov 7, 2014
03bae7b
doc: remove tls.createSecurePair deprecation
chrisdickinson Nov 7, 2014
1bb0aeb
crypto: escape DNS altname
indutny Nov 5, 2014
1183ba4
zlib: support concatenated gzip files
eendeego Sep 9, 2014
454fbb8
test: kill children before cluster parent
rvagg Nov 8, 2014
d8a3c4a
tls: remove tls.createSecurePair code deprecation
JacksonTian Nov 10, 2014
fd22268
doc: note ability to require files within packages
sudodoki Jun 16, 2014
355b96b
lib,src: make os.endianness() inlinable
bnoordhuis Nov 10, 2014
be413ac
src: fix windows build error
bnoordhuis Nov 11, 2014
0339446
build: i18n: fix build on OSX
srl295 Oct 4, 2014
ea4dc7d
build: i18n: fix icu toolset dependencies
srl295 Nov 6, 2014
855b1c9
build: i18n: support little-endian machines
srl295 Aug 5, 2014
00d7b13
module: correct the order of the assertions
Sep 9, 2014
3b3d89b
crypto: fix X509 cert memory leak in GetPeerCert
indutny Nov 11, 2014
5d1b6d3
deps: upgrade v8 to 3.30.37
bnoordhuis Nov 13, 2014
5a43848
deps: fix postmortem-metadata generator in v8
refack Sep 29, 2014
c3d3c8e
src: fixups after v8 upgrade
bnoordhuis Nov 14, 2014
f6556b6
fs: fix symlink error message
vkurchatkin Nov 1, 2014
743a009
process: pid can be a string in process.kill()
sam-github Oct 8, 2014
0fef250
dns: propagate domain for c-ares methods
chrisdickinson Nov 16, 2014
adc0206
doc: fix typos in http.markdown
cistov Feb 15, 2013
1f79e4f
test: use common.PIPE for emptyTxt path
rvagg Nov 6, 2014
28c4520
test: fix test-cluster-eaccess to work on windows
rvagg Nov 13, 2014
8ba39b0
src: turn two global vars into local vars
bnoordhuis Nov 12, 2014
83d2cb6
src: remove static variables from tls_wrap
bnoordhuis Nov 12, 2014
6a67823
doc: clarify return value of http.createServer
msafi Aug 14, 2013
f8076c4
lib: add setFlagsFromString() to tracing module
bnoordhuis Nov 14, 2014
963f5e8
tls: do not hang without `newSession` handler
indutny Nov 4, 2014
4dc8b26
doc: correct broken link in net.markdown
OpenSourceSteve Nov 20, 2014
6a90a06
path: allow calling platform specific methods
tjfontaine Jun 11, 2013
2d17193
path: added parse() and format() functions
roryrjb Apr 8, 2014
21130c7
lib: turn on strict mode
bnoordhuis Nov 22, 2014
fcbbc7a
Merge remote-tracking branch 'joyent/v0.12' into v0.12
bnoordhuis Nov 22, 2014
b594e59
test: named pipe is invalid when appending .txt
rvagg Nov 19, 2014
d7e7008
crypto: throw if the key doesn't match cert
indutny Nov 24, 2014
ce56dcc
crypto: allow creation of GCM ciphers with createCipher
calvinmetcalf Nov 11, 2014
0f66835
crypto: proper fix for d7e700's cause
indutny Nov 26, 2014
9d9ed61
deps: update libuv to 1.0.0
saghul Nov 21, 2014
e0a0e91
path: refactor normalizeArray()
nwoltman Nov 21, 2014
bf3e0f4
smalloc: don't allow to dispose typed arrays
vkurchatkin Nov 18, 2014
69904c8
deps: update libuv to 1.0.1
saghul Nov 26, 2014
0308ad2
crypto: cast uv_thread_t to unsigned long
saghul Nov 26, 2014
7efc64d
test: fix floating point NaN tests on mips
jcowgill Nov 26, 2014
574407a
deps: update openssl to 1.0.1j
indutny Nov 27, 2014
232c4c2
punycode: update to v1.3.2
mathiasbynens Nov 28, 2014
4d7e893
test: fix test-crypto-stream
indutny Oct 15, 2014
cb8cadb
Revert "crypto: cast uv_thread_t to unsigned long"
orangemocha Nov 28, 2014
304c0b4
crypto: store thread id as pointer-sized
orangemocha Nov 17, 2014
d23326b
test: another fix for test-crypto-stream
indutny Nov 28, 2014
013527a
test: don't remove empty.txt on win32
rvagg Nov 27, 2014
ab71223
openssl: fix keypress requirement in apps on win32
indutny Dec 11, 2013
e05dff1
deps: openssl - add x32 support
bnoordhuis Oct 14, 2014
e085211
test: bump --stack-size to stop child fails on ARM
rvagg Nov 29, 2014
d77f490
test: extend timeouts in child/exec tests
rvagg Nov 29, 2014
c131c1f
modules: adding load linked modules feature
thlorenz Sep 15, 2014
a647c39
docs: add issue contributing section
max-mapper Dec 2, 2014
51514c8
docs: simple project messaging.
mikeal Dec 2, 2014
d24b7b8
docs: Change contributing documentation to io.js
tomgco Dec 2, 2014
d312b6d
url: support `path` for url.format
yorkie Nov 20, 2014
ba687f6
url: support `path` for url.format
yorkie Nov 20, 2014
280b387
doc: fixed article usage in README.
xjamundx Dec 2, 2014
c4f6c22
lint: fix code style
trevnorris Dec 3, 2014
6120472
url: change hostname regex to negate invalid chars
jondavidjohn Nov 27, 2014
550a444
doc: update README with irc channel
Dec 3, 2014
4815873
doc: set logical umask in process.umask example
Jul 31, 2014
e67db01
node: fix bad assert
trevnorris Dec 4, 2014
9f9641c
docs: improve repo description
leobalter Dec 3, 2014
e4932d0
docs: fix prerequisite list formatting
brycekahle Dec 3, 2014
206389d
Added Gitter badge
gitter-badger Dec 3, 2014
766d063
configure: remove shared cares build option
jbergstroem Dec 3, 2014
0fe7a0d
modules: adding load linked modules feature
thlorenz Sep 15, 2014
185d11c
policy: added contribution policy
rvagg Dec 4, 2014
71e9d0f
configure: remove shared cares build option
jbergstroem Dec 3, 2014
dca1ee4
contributing: commiter git FAQ
indutny Dec 4, 2014
df3a2b2
test: runner support for flaky tests
orangemocha Nov 7, 2014
0674cba
test: mark current flaky tests as flaky
orangemocha Nov 7, 2014
b655955
src: remove Async Listener
trevnorris Nov 12, 2014
2593c14
async-wrap: move MakeCallback to .cc
trevnorris Nov 12, 2014
42df679
node, async-wrap: remove MakeDomainCallback
trevnorris Nov 13, 2014
b1e9d33
node: fix throws before timer module is loaded
trevnorris Nov 13, 2014
5962dbe
src: all wrap's now use actual FunctionTemplate
trevnorris Aug 26, 2014
add955e
src: remove unnecessary template parameter
trevnorris Nov 14, 2014
1293f0a
async-wrap: expose async-wrap as binding
trevnorris Nov 15, 2014
419f18d
async-wrap: explicitly pass parent
trevnorris Nov 17, 2014
709fc16
async-wrap: add event hooks
trevnorris Nov 20, 2014
fe6d5be
uv: float patch to revert tty breakage
trevnorris Dec 5, 2014
9653c4b
doc: mention callback for http res/req write & end
JacksonTian Dec 2, 2014
70195ac
doc: fix grammar and wording in tls and timers
brendanashworth Oct 19, 2014
79da2ba
build: update rpmbuild .spec file
bnoordhuis Dec 4, 2014
993fadb
build: rename rpmbuild .spec file
bnoordhuis Dec 4, 2014
2931348
events: implement EventEmitter#getMaxListeners()
tellnes Dec 5, 2014
b928303
test: move simple/test-abort-fatal-error to pummel
bnoordhuis Dec 5, 2014
244a8f7
build: don't run find in non-existent directory
ghostbar Dec 6, 2014
616343b
debugger: use requireRepl() to load debugger repl
cjihrig Nov 26, 2014
3ac4941
net: give better error messages
Dec 3, 2014
36777d2
module: test for directories, fix require with ..
robertkowalski Feb 10, 2014
9bca8a0
doc: fixes grammar in timers/tls
brendanashworth Dec 5, 2014
823cd54
contributing: add information for caine bot
indutny Dec 8, 2014
e3aa802
contributing: add all core modules to Caine's spec
indutny Dec 8, 2014
e24fa83
Revert "path: resolve normalize drive letter to lower case"
seishun Dec 6, 2014
b4d6203
path: path.normalize no longer lower-cases drive letters
piscisaureus Dec 8, 2014
764c5c7
fs: resolve junction targets relative to their parent
vweevers Dec 3, 2014
7014b7c
test: make fs-symlink-dir-junction-relative pass on unix
piscisaureus Dec 9, 2014
dd7ce69
test-require-resolve: use case insensitive compare
piscisaureus Dec 8, 2014
878cc3e
openssl: don't define SIXTY_FOUR_BIT_LONG on Windows
piscisaureus Dec 9, 2014
4ccc5a6
Revert "openssl: don't define SIXTY_FOUR_BIT_LONG on Windows"
bnoordhuis Dec 9, 2014
6c36d19
docs: fix project name
Dec 3, 2014
153ce23
openssl: don't define SIXTY_FOUR_BIT_LONG on Windows
piscisaureus Dec 9, 2014
eac8672
deps: update libuv to 1.0.1
saghul Nov 21, 2014
9ad05cd
crypto: store thread id as pointer-sized value
piscisaureus Dec 9, 2014
58ca48f
uv: float patch to revert tty breakage
trevnorris Dec 5, 2014
a38b917
node.cc: fix bad assert
trevnorris Dec 9, 2014
9483bfe
node.cc: use nullptr instead of NULL
piscisaureus Dec 9, 2014
50d7401
path: refactor normalizeArray()
nwoltman Nov 21, 2014
f1f511f
smalloc: don't allow to dispose typed arrays
vkurchatkin Nov 18, 2014
c90eac7
url: change hostname regex to negate invalid chars
jondavidjohn Nov 27, 2014
13ad06e
doc: set logical umask in process.umask example
Jul 31, 2014
7f87b82
test: runner support for flaky tests
orangemocha Nov 7, 2014
4d94658
test: mark test-net-GH-5504 as flaky on linux
piscisaureus Dec 9, 2014
0d60ab3
src: remove Async Listener
trevnorris Dec 9, 2014
5d17b16
async-wrap: move MakeCallback to .cc
trevnorris Dec 9, 2014
a1da024
node, async-wrap: remove MakeDomainCallback
trevnorris Dec 9, 2014
8f41db6
node: fix throws before timer module is loaded
trevnorris Nov 13, 2014
819690f
src: all wraps now use actual FunctionTemplate
trevnorris Dec 9, 2014
f39b48c
src: remove unnecessary template parameter
trevnorris Nov 14, 2014
afe27e3
async-wrap: expose async-wrap as binding
trevnorris Nov 15, 2014
bd83c39
async-wrap: explicitly pass parent
trevnorris Dec 9, 2014
b9e6032
async-wrap: add event hooks
trevnorris Dec 9, 2014
e96100f
doc: mention callback for http res/req write & end
JacksonTian Dec 2, 2014
2b6a0f8
src: remove the tracing module entirely
piscisaureus Dec 9, 2014
1afa862
Merge 'node/v0.12'
piscisaureus Dec 9, 2014
691d55f
build: fix build with systemtap providers enabled
evantorrie Dec 9, 2014
ea945bf
lib,src: fix spawnSync ignoring its 'env' option
juamedgod Oct 14, 2014
8e272df
test: add test for spawnSync() env option
cjihrig Dec 9, 2014
4efc02a
test: fix test-fs-symlink-dir-junction-relative
piscisaureus Dec 9, 2014
535fec8
src: fix unaligned access in ucs2 string encoder
bnoordhuis Dec 9, 2014
ddf17f9
lib: optimize require() path walking
bnoordhuis Dec 9, 2014
21a679a
benchmark: add url benchmarks
bnoordhuis Dec 6, 2014
ac18ebd
crypto: disable SSLv3 if shared OpenSSL lacks it
bk2204 Dec 6, 2014
687dfc9
crypto: separate altname extensions with ", "
indutny Dec 8, 2014
fb33b4e
build: configure return exit status from gyp
srl295 Dec 10, 2014
6f1d0a8
docs: reword project messaging
kevinohara80 Dec 3, 2014
26b11d5
doc: meeting notes from oct 9th TC meeting
mikeal Oct 9, 2014
99e7c58
doc: add TC notes from october 29th
mikeal Oct 29, 2014
0fbe528
build: fix dtrace-enabled build on os x
bnoordhuis Dec 11, 2014
78a7dc2
module: fix regression in require ../
Dec 11, 2014
41ec1a7
doc: added TC meeting minutes for 2014-12-10
rvagg Dec 11, 2014
8c69d7b
domain: forward args to .run(fn)
micnic Nov 29, 2014
6014f5c
doc: added node-forward TC meeting 2014-10-15
rvagg Dec 11, 2014
870af9e
docs: clarify that 'io.js' is the correct name
mathiasbynens Dec 11, 2014
6a29356
domain: add soft deprecation notice
chrisdickinson Dec 10, 2014
370e821
build: remove support for VS 2010 and 2012
seishun Dec 12, 2014
a60056d
src: fix addon loader regression
bnoordhuis Dec 11, 2014
56fde66
src: redo unaligned access workaround
bnoordhuis Dec 10, 2014
52fc406
src: move BE/LE buffer conversion to StringSlice()
bnoordhuis Dec 10, 2014
db595b2
lib: reintroduce v8 module
bnoordhuis Dec 9, 2014
524882f
doc: change write() after end() streams example
a0viedo Dec 12, 2014
165b70f
fs: add access() and accessSync()
cjihrig Dec 15, 2014
0e19476
test: split test in parallel/sequential
indutny Dec 17, 2014
b7d2478
test: run tests in parallel, common improvements
indutny Dec 17, 2014
ebf9f29
lib: fix guard expression in timer.unref()
bnoordhuis Dec 15, 2014
dab6f68
lib,src: remove post-gc event infrastructure
bnoordhuis Dec 16, 2014
a553267
doc: document callback of http res/req end method
JacksonTian Dec 18, 2014
5678595
fs: deprecate exists() and existsSync()
cjihrig Dec 15, 2014
c4a308d
debugger: improve clearBreakpoint error and docs
julianduque Dec 16, 2014
1a63b45
benchmark: pre-optimize url.parse() before start
bnoordhuis Dec 9, 2014
d0c238c
benchmark: fix printing of large numbers
bnoordhuis Dec 19, 2014
d3f8db1
lib: micro-optimize EventEmitter#removeListener()
bnoordhuis Dec 19, 2014
6b2af5f
benchmark: rename url.parse() benchmark
bnoordhuis Dec 19, 2014
aff56cd
lib: micro-optimize url.resolve()
bnoordhuis Dec 19, 2014
ef10827
configure: remove workarounds for GCC < 4.8
seishun Dec 20, 2014
00a7456
assert: fix deepEqual regression
teppeis Dec 21, 2014
0a8e987
doc: fix v8 doc headings so 'make doc' passes
markstos Dec 23, 2014
6af9483
doc: document time() and timeEnd() relationship
markstos Dec 22, 2014
c77a494
src: remove cpplint error using NOLINT directive
Dec 23, 2014
0f3d7e6
configure: remove compiler detection
seishun Dec 23, 2014
3e0057d
dgram: change Socket.bind() to return itself
brendanashworth Dec 29, 2014
4444b7b
dgram: changes Socket.close() to return itself
brendanashworth Dec 29, 2014
6f49c24
doc: be specific about the unit of `maxBuffer`
timruffles Dec 26, 2014
7349d7f
dgram: make 'close' event async
sam-github Dec 30, 2014
63005ee
dgram: close() should accept a callback
sam-github Dec 30, 2014
b42c085
doc: add tls server.close() callback docs
sam-github Dec 30, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags
*.pyc
doc/api.xml
tmp/
test/tmp*/
node
node_g
*.swp
Expand Down
Loading