src: deduplicate CHECK_EQ/CHECK_NE macros
[platform/upstream/nodejs.git] / src /
2014-03-16 Ben Noordhuissrc: deduplicate CHECK_EQ/CHECK_NE macros
2014-03-16 Ben Noordhuissrc: fix segfaults, fix 32 bits integer negation
2014-03-16 Ben Noordhuissrc: squelch -Wmaybe-uninitialized warning
2014-03-16 Ben Noordhuissrc: remove unused ExternString constructor
2014-03-13 Ben Noordhuissrc, test: fix up ObjectWrap, `make test-addons`
2014-03-13 Fedor Indutnynode: fix exported signatures of MakeCallback
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-12 Timothy J FontaineNow working on 0.11.13
2014-03-12 Timothy J FontaineMerge branch 'v0.11.12-release'
2014-03-11 Timothy J Fontainesrc: accommodate uv_cwd including null on win32 v0.11.12
2014-03-11 Timothy J Fontaine2014.03.11, Version 0.11.12 (Unstable)
2014-03-11 Timothy J Fontainesrc: update from uv_read2_start removal
2014-03-11 Saúl Ibarra Corretgésrc: adapt to API change in uv_cwd
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-05 Ben Noordhuissrc: add default visibility to NODE_MODULE
2014-03-04 Brian Whitecrypto: allow setting add'l authenticated data
2014-03-04 Brian Whitecrypto: fix CipherFinal return value check
2014-03-04 Timothy J Fontainesrc: domain should not replace nextTick function
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-02 Fedor Indutnysmalloc: remove `env.h` include
2014-03-01 Fedor Indutnynode: invoke `beforeExit` again if loop was active
2014-02-28 Fedor Indutnystream_wrap: don't write twice on uv_try_write err
2014-02-28 Ben Noordhuissrc: emit 'beforeExit' event on process object
2014-02-28 Saúl Ibarra Corretgésrc: use new loop API
2014-02-27 Saúl Ibarra Corretgésrc: spawn_sync should close handles upon exit
2014-02-27 Timothy J Fontainesrc: update to latest libuv api
2014-02-26 Alexis Campaillasrc: make stdout/sterr pipes blocking
2014-02-26 Maxwell Krohntls: stop NodeBIO::Gets from reading off end of buffer
2014-02-25 Alexis Campaillawindows: fix module registration
2014-02-24 Alexis Campaillasrc: node.cc use isolate->ThrowException
2014-02-21 Fedor Indutnynode_internals: add missing env-inl.h include
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
2014-02-20 Fedor Indutnydtrace: workaround linker bug on FreeBSD
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-19 Timothy J FontaineNow working on v0.10.27
2014-02-19 Timothy J FontaineMerge branch 'v0.10.26-release' into v0.10
2014-02-18 Timothy J Fontaine2014.02.18, Version 0.10.26 (Stable)
2014-02-18 Xidorn Quanos: networkInterfaces include scopeid for ipv6
2014-02-18 Brian Whitecrypto: allow custom generator for DiffieHellman
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-17 Fedor Indutnycrypto: make NewSessionDoneCb public
2014-02-17 Fedor Indutnyzlib: introduce pending close state
2014-02-17 Fedor Indutnytls: introduce asynchronous `newSession`
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Bert Belderbindings: add spawn_sync bindings
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Fedor Indutnyprocess: allow changing `exitCode` in `on('exit')`
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-08 Timothy J Fontainesrc: refactor buffer bounds checking
2014-02-07 Austin Moranheaders: fix spelling error
2014-02-06 Ben Noordhuisvm: don't copy Proxy object from parent context
2014-02-06 Fedor Indutnynode: do not print SyntaxError hints to stderr
2014-02-06 Trevor Norrissrc: move AsyncListener from process to tracing
2014-02-05 Trevor Norrisenv: add watched_providers for AsyncListener
2014-02-05 Trevor Norrisasync_wrap: add provider types/pass to constructor
2014-02-05 Trevor Norrisnode: make AsyncListenerInst field more explicit
2014-02-05 Ben Noordhuissrc: add v8.getHeapStatistics() function
2014-02-05 Ben Noordhuissrc: add tracing.v8.on('gc') statistics hooks
2014-02-05 Ben Noordhuissrc: fix MakeCallback() handle leak
2014-02-05 Ben Noordhuissrc: update MakeCallback() function prototype
2014-02-05 Fedor Indutnytls: more session configuration options, methods
2014-02-05 Fedor Indutnycontextify: handle infinite recursion errors
2014-02-03 Ben Noordhuiscrypto: update root certificates
2014-02-03 Fedor Indutnytls: fix crash in SNICallback
2014-01-31 Nikolai Vavilovzlib: add sync versions for convenience methods
2014-01-31 Fedor Indutnydtrace: fix arguments warning
2014-01-30 Fedor Indutnynode: do not ever close stdio
2014-01-29 Timothy J Fontainesrc: move header inclusion out of namespace
2014-01-29 Timothy J FontaineNow working on 0.11.12
2014-01-29 Timothy J FontaineMerge branch 'v0.11.11-release'
2014-01-29 Timothy J Fontaine2014.01.29, Version 0.11.11 (Unstable) v0.11.11
2014-01-28 Fedor Indutnynode: do not ever close stdio
2014-01-28 Timothy J Fontainesrc: only define ssize_t on windows if undefined
2014-01-28 Fedor Indutnystream_wrap: use `uv_try_write` where possible
2014-01-28 Fedor Indutnynode: explicitly include `sys/types.h` for size_t
2014-01-27 Keith M Wesolowskinode: register modules from DSO constructors
2014-01-27 Alexis Campaillanode: fix argument parsing with -p arg
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Fedor Indutnydeps: update uv to 0.11.18
2014-01-26 Fedor Indutnycrypto: throw on SignFinal failure
2014-01-25 Fedor Indutnycrypto: clear error in GetPeerCertificate
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-24 Fedor Indutnytls_wrap: propagate errors to write callbacks
2014-01-23 Trevor Norrislint: use reinterpret_cast, not C-style casts
2014-01-23 Timothy J FontaineNow working on 0.10.26
2014-01-23 Timothy J FontaineMerge branch 'v0.10.25-release' into v0.10
2014-01-23 Fedor Indutnytls: process accumulated input
2014-01-23 Timothy J Fontaine2014.01.23, Version 0.10.25 (Stable)
2014-01-22 Trevor Norrisnode: clear nextTickQueue when using domains
2014-01-22 Yorkiecrypto: remove duplicate ERR_load_crypto_strings()
2014-01-22 Ben Noordhuiscrypto: support custom pbkdf2 digest methods
2014-01-22 Trevor Norrisnode: remove asyncStack
2014-01-22 Trevor Norrisnode: only run same AL once on error
2014-01-21 Fedor Indutnycrypto: throw only in direct C++ methods
2014-01-21 Fedor Indutnynode: `EmitExit` should not call `exit()`
2014-01-21 Trevor Norrisnode: compare AsyncListener instances, not uid's
2014-01-21 Trevor Norrisnode: ensure same AL inst only runs once
2014-01-21 Trevor Norrisasync_wrap/timers: remove Add/RemoveAsyncListener
2014-01-20 Fedor Indutnycrypto: remove most of the `node_isolate` uses
next