buffer: reapply 07c0667
[platform/upstream/nodejs.git] / lib /
2015-08-21 Fedor Indutnybuffer: reapply 07c0667
2015-08-21 Mike Atkinstls: handle empty cert in checkServerIndentity
2015-08-20 Todd Kennedyrepl: dont throw ENOENT on NODE_REPL_HISTORY_FILE
2015-08-20 Fedor Indutnystream_base: various improvements
2015-08-19 Sakthipriyan Vairamanievents: deprecate static listenerCount function
2015-08-17 Sam Stitespath: use '===' instead of '==' for comparison
2015-08-11 Roman Klaukesrc: add total_available_size to v8 statistics
2015-08-09 Nathan Woltmanpath: remove dead code in favor of unit tests
2015-08-08 Christopher Monsantoutil: display constructor when inspecting objects
2015-08-07 Fedor Indutnytls: fix check for reused session
2015-08-06 Ryan Grahamnet: ensure Socket reported address is current
2015-08-05 James M Snelldoc: multiple documentation updates cherry picked from...
2015-08-04 Jeremiah Senkpielrepl: persist history in plain text
2015-08-04 Jeremiah Senkpielrepl: default persistence to ~/.node_repl_history
2015-08-04 Jeremiah Senkpieltest: add tests for persistent repl history
2015-08-04 Brendan Ashworthhttp: fix agent.getName() and add tests
2015-08-04 Rich Trottreadline: allow tabs in input
2015-08-04 Trevor Norrisbuffer: fix missing null/undefined check
2015-08-04 jomohttp: use official IANA Status Codes
2015-08-04 Ben Noordhuisbuffer: rename internal/buffer_new.js to buffer.js
2015-08-04 Ben Noordhuisdeps: update v8 to 4.4.63.9
2015-08-04 Trevor Norrisbuffer: allow ArrayBuffer as Buffer argument
2015-08-04 Trevor Norrisbuffer: minor cleanup from rebase
2015-08-04 Trevor Norrisbuffer: fix usage of kMaxLength
2015-08-04 cjihrigcluster: do not unconditionally set --debug-port
2015-08-04 Sakthipriyan Vairamanibuffer: fix case of one buffer passed to concat
2015-08-04 Fedor Indutnyhttp_server: `prefinish` vs `finish`
2015-08-04 Matteo Collinadgram: make send cb act as "error" event handler
2015-08-04 Chris Dickinsondgram: make send cb act as "error" event handler
2015-08-04 Trevor Norrisbuffer: implement Uint8Array backed Buffer
2015-08-04 Julien Gillinet: do not set V4MAPPED on FreeBSD
2015-08-04 cjihrigRevert "dns: remove AI_V4MAPPED hint flag on FreeBSD"
2015-08-04 Sakthipriyan Vairamanirepl: don't clobber RegExp.$ properties
2015-07-30 Ben Noordhuiscluster: add handle ref/unref stubs in rr mode
2015-07-28 Ali Ijaz Sheikhutil: delay creation of debug context
2015-07-27 Evan Lucasnet: don't throw on immediately destroyed socket
2015-07-27 Fedor Indutnyhttps: reuse TLS sessions in Agent
2015-07-24 Sakthipriyan Vairamanirepl: better empty line handling
2015-07-24 Sakthipriyan Vairamanirepl: improving line continuation handling
2015-07-24 Sakthipriyan Vairamanirepl: preventing REPL crash with inherited properties
2015-07-24 Sakthipriyan Vairamanirepl: fixing `undefined` in invalid REPL keyword error
2015-07-23 Sam Robertscluster: emit 'message' event on cluster master
2015-07-23 Fedor Indutnytls: add `getTicketKeys()`/`setTicketKeys()`
2015-07-22 Sakthipriyan Vairamanihttp: Check this.connection before using it
2015-07-21 Sakthipriyan Vairamaniutil: removing redundant checks in is* functions
2015-07-18 Sakthipriyan Vairamanilib,test: add freelist deprecation and test
2015-07-11 Roman Reisschild_process: fix arguments comments
2015-07-11 Phillip Johnsenpath: assert path.join() arguments equally
2015-07-11 Alex Kocharinreadline: fix freeze if `keypress` event throws
2015-07-10 Brendan Ashworthfs: fix error on bad listener type
2015-07-10 Sakthipriyan Vairamanirepl: Prevent crash when tab-completed with Proxy
2015-07-04 Nathan Woltmanpath: refactor for performance and consistency
2015-07-03 Sakthipriyan Vairamaniutil: prepend '(node) ' to deprecation messages
2015-07-02 Rich Trottrepl: remove obsolete TODO
2015-07-01 Evan Lucasnet: wrap connect in nextTick
2015-07-01 Fedor Indutny_stream_wrap: prevent use after free in TLS
2015-06-30 Rich Trotturl: fix typo in comment
2015-06-26 Evan Lucasnet: fix debug for dnsopts
2015-06-25 Trevor Norrisbuffer: prevent abort on bad proto
2015-06-25 Ben Noordhuisbuffer: optimize Buffer#toString()
2015-06-25 Julien Gillirepl: make 'Unexpected token' errors recoverable
2015-06-25 Sangmin Yoonrepl: fix tab completion for a non-global context
2015-06-22 Michaël Zassomodule: fix stat with long paths on Windows
2015-06-18 Pierre Inglebertmodule: reduce syscalls during require search
2015-06-17 James Hartignet: Defer reading until listeners could be added
2015-06-16 Brendan Ashworthutil: dont repeat isBuffer
2015-06-16 Brendan Ashworthbuffer: fix cyclic dependency with util
2015-06-16 Brendan Ashworthutil: move deprecate() to internal module
2015-06-16 Michaël Zassomodule: allow long paths for require on Windows
2015-06-15 Michaël Zassozlib: prevent uncaught exception in zlibBuffer
2015-06-15 Roman Reisslib,test: fix whitespace issues
2015-06-12 Jeremiah SenkpielRevert "readline: allow tabs in input"
2015-06-11 Roman Reisstools: enable/add additional eslint rules
2015-06-11 Roman Reisslib: don't use global Buffer
2015-06-11 Fedor Indutnytls: fix references to undefined `cb`
2015-06-10 Sakthipriyan Vairamanifs: make SyncWriteStream non-enumerable
2015-06-10 Sakthipriyan Vairamanifs: minor refactoring
2015-06-10 Sakthipriyan Vairamanifs: remove inStatWatchers and use Map for lookup
2015-06-10 Sakthipriyan Vairamanifs: removing unnecessary nullCheckCallNT
2015-06-10 Sakthipriyan Vairamanifs: improve error message descriptions
2015-06-09 Oleg Elifantievcluster: wait on servers closing before disconnect
2015-06-08 Brian Whitecrypto: add getCurves() to get supported ECs
2015-06-06 Rich Trottreadline: allow tabs in input
2015-06-06 cjihrigos: add homedir()
2015-06-05 Vladimir Kurchatkinfs: use `kMaxLength` from binding
2015-06-05 Jackson Tiandebugger: improve ESRCH error message
2015-06-05 Yosuke Furukawafs: Add string encoding option for Stream method
2015-06-04 Fedor Indutnytls: prevent use-after-free
2015-06-04 Fedor Indutnytls: emit errors on close whilst async action
2015-06-04 Vladimir Kurchatkinsmalloc: deprecate whole module
2015-06-04 Vladimir Kurchatkinutil: introduce `printDeprecationMessage` function
2015-06-03 Saúl Ibarra Corretgédgram: partially revert 18d457b
2015-06-02 Yosuke Furukawafs: set encoding on fs.createWriteStream
2015-05-31 Michaël Zassohttp: revert deprecation of client property
2015-05-30 Ali Ijaz Sheikhsrc: fix module search path for preload modules
2015-05-29 Vladimir Kurchatkinhttp: flush stored header
2015-05-28 Evan Lucaschild_process: expose ChildProcess constructor
2015-05-27 Ben Noordhuislib: speed up require(), phase 2
2015-05-27 Ben Noordhuislib: speed up require(), phase 1
2015-05-25 Brian Whitelib: simplify nextTick() usage
next