http: add 308 status_code, see RFC7238
[platform/upstream/nodejs.git] / src /
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-05-30 Ben Noordhuissrc: replace CONTAINER_OF with type-safe function
2014-05-23 Ben Noordhuissmalloc: rework double free bug fix
2014-05-23 Ben Noordhuissrc: kill isolate on exit
2014-05-23 Trevor Norrissmalloc: prevent double free on dispose()
2014-05-22 Rohini Harendrasrc: NODE_UNIXTIME_V8 needs to use an Isolate
2014-05-22 Fedor Indutnycontexify: fix infinite recursion in delete cb
2014-05-21 Andrew Lowstring_bytes: ucs2 support big endian
2014-05-21 Fedor Indutnytls_wrap: do not store TLSCallbacks in SSL_CTX
2014-05-16 Fedor Indutnycrypto: fix version check in hello parser
2014-05-16 Yazhong Liucrypto: check protocol version at handshake header
2014-05-15 Alexis Campaillacrypto: improve memory usage
2014-05-14 Ben Noordhuissrc: fix _XOPEN_SOURCE redefinition warning
2014-05-13 Fedor Indutnytls_wrap: remove unused variable
2014-05-12 Trevor Norrisbuffer: remove Buffer#toArrayBuffer()
2014-05-12 Trevor Norrisnode: remove duplicate tickInfo assignment
2014-05-12 Refael Ackermannsrc: fix StringBytes::Write if string is external
2014-05-07 Trevor Norrissrc: add --throw-deprecation entry to --help
2014-05-02 Fedor Indutnyconstants: export O_NONBLOCK
2014-05-02 Fedor Indutnydebugger: assign Environment to DebugContext too
2014-05-02 Timothy J FontaineNow working on 0.11.14
2014-05-02 Timothy J FontaineMerge branch 'v0.11.13-release'
2014-05-02 Timothy J FontaineNow working on 0.10.29
2014-05-02 Timothy J FontaineMerge branch 'v0.10.28-release' into v0.10
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-02 Timothy J Fontaine2014.05.01, Version 0.10.28 (Stable) v0.10.28
2014-05-01 Timothy J Fontaine2014.05.01, Version 0.11.13 (Unstable)
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineNow working on 0.10.28
2014-05-01 Timothy J FontaineMerge branch 'v0.10.27-release' into v0.10
2014-05-01 Timothy J Fontaine2014.05.01, Version 0.10.27 (Stable) v0.10.27
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Trevor Norrisbuffer: normalize compare() output
2014-04-30 Shigeki Ohtsuchild_process: fix assertion error in spawnSync
2014-04-29 Ingmar Rungecrypto: improve error messages
2014-04-29 Rasmus Christian... crypto: fix a couple of VC++ warnings
2014-04-29 Sean McArthurbuffer: add compare and equals methods
2014-04-25 Denys Zariaievvm: assign Environment to created context
2014-04-24 Fedor Indutnydeps: provide TXT chunk info in c-ares
2014-04-23 Fedor Indutnycrypto: fix memory leak in CipherBase::Final
2014-04-22 Fedor Indutnycrypto: work around OpenSSL oddness
2014-04-17 Fedor Indutnysrc: lint after OCSP commits
2014-04-17 Fedor Indutnytls: `getPeerCertificate(detailed)`
2014-04-17 Fedor Indutnytls: support OCSP on client and server
2014-04-14 Trevor Norrisfs: return blksize on stats object
2014-04-12 Geir Haugemain: Handle SIGINT properly.
2014-04-10 Fedor Indutnybuffer: truncate buffer after string decode
2014-04-10 Timothy J Fontainesrc: use monotonic time for process.uptime()
2014-04-10 Fedor Indutnydgram: introduce `reuseAddr` option
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-07 Saúl Ibarra Corretgésrc: fix use of uv_cwd, len includes the NULL byte
2014-04-07 Saúl Ibarra Corretgésrc: update uv callbacks after API changes
2014-04-02 C. Scott Ananiannode: add signature to SET_PROTOTYPE_METHOD
2014-04-01 Ben Noordhuissrc: fix up after v8 upgrade
2014-04-01 Ben Noordhuisconfigure: make --v8-options switch more robust
2014-03-31 James Pickardfs: improve performance of all stat functions
2014-03-29 Fedor Indutnycrypto: move `createCredentials` to tls
2014-03-29 Fedor Indutnyconfigure: --v8-options option
2014-03-26 Fedor Indutnycrypto: fix lint
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-26 Ben Noordhuissrc: ensure that openssl's PRNG is fully seeded
2014-03-26 Ben Noordhuissrc: seed V8's random number generator at startup
2014-03-21 Fedor Indutnyvm: share security token between contexts
2014-03-17 Trevor Norrispipe_wrap: use Instantiate() method
2014-03-17 Fedor Indutnyheaders: remove env.h from node_internals.h
2014-03-16 Ben Noordhuissrc: fix tracing infrastructure after v8 upgrade
2014-03-16 Ben Noordhuissrc: don't call DecodeWrite() on Buffers
2014-03-16 Ben Noordhuissrc: fix up smalloc weak persistent usage
2014-03-16 Ben Noordhuissrc: add CHECK_{GE,GT,LE,LT} macros
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
next