benchmark: add remaining path benchmarks & optimize
[platform/upstream/nodejs.git] / src /
2015-07-25 Ben Noordhuissrc: make base64 decoding 50% faster
2015-07-23 Jeremiah Senkpielprocess: resize stderr on SIGWINCH
2015-07-22 Fedor Indutnycrypto: fix legacy SNICallback
2015-07-17 Jeremiah SenkpielWorking on v2.4.1
2015-07-17 Jeremiah Senkpiel2015-07-17 io.js v2.4.0 Release v2.4.0
2015-07-10 Bradley Mecksrc: add --track-heap-objects
2015-07-09 Jeremiah SenkpielWorking on v2.3.5
2015-07-09 Jeremiah Senkpiel2015-07-09 io.js v2.3.4 Release v2.3.4
2015-07-09 Bradley Mecksrc: remove traceSyncIO property from process
2015-07-04 Jeremiah SenkpielWorking on v2.3.4
2015-07-04 Jeremiah Senkpiel2015-07-04 io.js v2.3.3 Release v2.3.3
2015-07-02 Rod VaggWorking on v2.3.3
2015-07-02 Rod Vagg2015-07-02 io.js v2.3.2 Release v2.3.2
2015-07-01 Fedor Indutny_stream_wrap: prevent use after free in TLS
2015-06-27 Shigeki Ohtsucrypto: fix VerifyCallback in case of verify error
2015-06-26 Chris Dickinsonsrc: nix stdin _readableState.reading manipulation
2015-06-25 Trevor Norrisbuffer: prevent abort on bad proto
2015-06-25 Rod Vaggbuild: update build targets for io.js
2015-06-23 Rod VaggWorking on v2.3.2
2015-06-23 Rod Vagg2015-06-23 io.js v2.3.1 Release v2.3.1
2015-06-17 Trevor Norrisasync-wrap: add provider id and object info cb
2015-06-17 Ben Noordhuisvm: remove unnecessary HandleScopes
2015-06-16 Shigeki Ohtsucrypto: add cert check to CNNIC Whitelist
2015-06-13 Rod VaggWorking on v2.3.1
2015-06-13 Rod Vagg2015-06-13 io.js v2.3.0 Release v2.3.0
2015-06-12 Vladimir Kurchatkinnode: mark promises as handled as soon as possible
2015-06-10 Fedor Indutnycrypto: support FIPS mode of OpenSSL
2015-06-10 Sakthipriyan Vairamanifs: improve error message descriptions
2015-06-08 Brian Whitecrypto: add getCurves() to get supported ECs
2015-06-06 cjihrigos: add homedir()
2015-06-04 Fedor Indutnytls_wrap: invoke queued callbacks in DestroySSL
2015-06-04 Fedor Indutnytls: prevent use-after-free
2015-06-02 Ben Noordhuissrc: hide InitializeICUDirectory symbol
2015-06-02 Ben Noordhuiscrypto: update root certificates
2015-06-01 Evan LucasRevert "src: add getopt option parser"
2015-06-01 Evan Lucassrc: add getopt option parser
2015-06-01 Rod VaggWorking on v2.2.2
2015-06-01 Rod Vagg2015-06-01 io.js v2.2.1 Release v2.2.1
2015-05-31 Rod VaggWorking on v2.2.1
2015-05-31 Rod Vagg2015-05-31 io.js v2.2.0 Release v2.2.0
2015-05-30 Ali Ijaz Sheikhsrc: fix module search path for preload modules
2015-05-30 Brendan Ashworthsrc: remove old code
2015-05-28 Ben NoordhuisRevert "core: set PROVIDER type as Persistent class id"
2015-05-27 Ben Noordhuislib: speed up require(), phase 2
2015-05-27 Ben Noordhuislib: speed up require(), phase 1
2015-05-26 Ben Noordhuissrc: fix deferred events not working with -e
2015-05-24 Rod VaggWorking on v2.1.1
2015-05-24 Rod Vagg2015-05-24 io.js v2.1.0 Release v2.1.0
2015-05-22 Brendan Ashworthbuffer: optimize Buffer.byteLength
2015-05-20 Shigeki Ohtsutls: make server not use DHE in less than 1024bits
2015-05-19 Trevor Norriscore: set PROVIDER type as Persistent class id
2015-05-18 Trevor Norriscore: implement runtime flag to trace sync io
2015-05-18 Frederic Hembergerdoc: update links from iojs/io.js to nodejs/io.js
2015-05-16 Shigeki Ohtsutls_wrap: fix error cb when fatal TLS Alert recvd
2015-05-15 Jeremiah SenkpielWorking on v2.0.3
2015-05-15 Jeremiah Senkpiel2015-05-15 io.js v2.0.2 Release v2.0.2
2015-05-15 Yosuke Furukawasrc: fix preload when used with prior flags
2015-05-09 Yosuke Furukawalib: fix eslint styles
2015-05-08 Roman Klaukesrc: add type check to v8.setFlagsFromString()
2015-05-07 Rod VaggWorking on v2.0.2
2015-05-07 Rod Vagg2015-05-07 io.js v2.0.1 Release (PROPOSAL) v2.0.1
2015-05-07 Ivan Koziksrc: export the ParseEncoding function on Windows
2015-05-06 Ben Noordhuissrc: fix pedantic cpplint whitespace warnings
2015-05-06 Shigeki Ohtsujs_stream: fix buffer index in DoWrite
2015-05-05 Ben Noordhuissrc: fix NODE_DEPRECATED macro with old compilers
2015-05-05 Trevor Norrisasync-wrap: remove before/after calls in init
2015-05-05 Trevor Norrisasync-wrap: set flags using functions
2015-05-05 Trevor Norrisasync-wrap: pass PROVIDER as first arg to init
2015-05-05 Trevor Norrisasync-wrap: don't call init callback unnecessarily
2015-05-04 Ben Noordhuissrc: fix minor inefficiency in Buffer::New() call
2015-05-04 Ben Noordhuissrc: fix deprecated use of Buffer::New()
2015-05-04 Rod VaggWorking on v2.0.1
2015-05-04 Rod Vagg2015-05-04 io.js v2.0.0 Release v2.0.0
2015-05-04 Rod Vaggsrc: bump NODE_MODULE_VERSION due to V8 API
2015-05-04 Chris Dickinsonrepl: fix for a+ fd clearing the file on read
2015-05-04 Chris Dickinsonrepl: fix _debugger by properly proxying repl
2015-05-04 Ben Noordhuissrc: fix -Wmissing-field-initializers warning
2015-05-02 Brian Whitenode: improve nextTick performance
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-05-01 Fedor Indutnytls: use `SSL_set_cert_cb` for async SNI/OCSP
2015-05-01 Fedor Indutnystream_base: dispatch reqs in the stream impl
2015-05-01 Chris Dickinsonrepl: add mode detection, cli persistent history
2015-04-30 Fedor Indutnytls: zero SSL_CTX freelist for a singleUse socket
2015-04-30 Fedor Indutnycrypto: track external memory for SSL structures
2015-04-30 Fedor Indutnytls: destroy SSL once it is out of use
2015-04-29 Ben Noordhuissrc: deprecate smalloc public functions
2015-04-29 Ben Noordhuissrc: fix deprecation warnings
2015-04-29 Ben Noordhuissrc: fix NODE_DEPRECATED macro
2015-04-29 Evan Lucassrc: add ability to get/set effective uid/gid
2015-04-28 Julian Duquefs: validate fd on fs.write
2015-04-24 Trevor Norrisbuffer: fix copy() segfault with zero arguments
2015-04-21 Chris DickinsonMerge v1.8.1.
2015-04-20 Chris DickinsonWorking on v1.8.2
2015-04-20 Chris Dickinson2015-04-20 io.js v1.8.1 Release v1.8.1
2015-04-20 Chris Dickinsonsrc: revert NODE_MODULE_VERSION to 43
2015-04-17 Chris DickinsonWorking on v1.8.1
2015-04-17 Chris DickinsonWorking on v2.0.0
2015-04-17 Chris Dickinson2015-04-17 io.js v1.8.0 Release
2015-04-16 Jackson Tiansrc: remove duplicate byteLength from Buffer
2015-04-15 Trevor Norrisnode: allow multiple arguments passed to nextTick
next