summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: remove excess calls to removeSocketDave2015-12-211-2/+0
* assert: typed array deepequal performance fixClaudio Rodriguez2015-12-211-0/+5
* repl: use String#repeat instead of Array#joinEvan Lucas2015-12-211-2/+4
* module: always decorate thrown errorsBrian White2015-12-192-5/+19
* http: do not emit `upgrade` on advertisementFedor Indutny2015-12-172-0/+20
* util: pass on additional error() argsBrian White2015-12-171-1/+10
* http: Remove an unnecessary assignmentBo Borgerson2015-12-171-1/+1
* lib: use arrow functions instead of bindMinwoo Jung2015-12-176-26/+35
* util: use consistent Dates in inspect()Xotic7502015-12-161-2/+2
* module,src: do not wrap modules with -1 lineOffsetcjihrig2015-12-161-1/+1
* udp: remove a needless instanceof Buffer checkronkorving2015-12-161-2/+1
* https: support disabling session cachingFedor Indutny2015-12-121-0/+4
* tls: introduce `secureContext` for `tls.connect`Fedor Indutny2015-12-111-1/+1
* domains: fix handling of uncaught exceptionsJulien Gilli2015-12-111-13/+20
* doc: Fixing broken links to the v8 wikiTom Gallacher2015-12-111-1/+1
* repl: display error message when loading directoryPrince J Wesley2015-12-111-0/+3
* buffer: add includes() for parity with TypedArrayAlexander Martin2015-12-101-0/+5
* repl: fix require('3rdparty') regressionBen Noordhuis2015-12-091-0/+3
* assert: accommodate ES6 classes that extend ErrorRich Trott2015-12-091-0/+4
* tools: add --prof-process flag to node binaryMatt Loring2015-12-082-0/+144
* buffer: fix range checking for slowToStringMatt Loring2015-12-071-5/+26
* stream_wrap: error if stream has StringDecoderFedor Indutny2015-12-061-3/+13
* fs,doc: use `target` instead of `destination`yorkie2015-12-051-6/+6
* buffer: Prevent Buffer constructor deoptBryce Baril2015-12-061-2/+2
* http: fix pipeline regressionFedor Indutny2015-12-041-2/+3
* stream: be less eager with readable flagBrian White2015-12-031-1/+0
* lib,src: ensure '(node:pid)' prefix for stdout loggingMinwoo Jung2015-12-034-10/+24
* meta: remove use of profanity in sourceMyles Borins2015-12-021-1/+1
* streams: update .readable/.writable to falseBrian White2015-12-022-1/+3
* util: determine object types in C++cjihrig2015-12-021-5/+4
* timers: optimize callback call: bind -> arrowAndrei Sedoi2015-12-021-9/+9
* util: make inspect more reliableEvan Lucas2015-12-021-17/+4
* repl: allow leading period in multiline inputZirak2015-12-011-1/+1
* buffer: fix writeInt{B,L}E for some neg valuesPeter A. Bigot2015-12-011-4/+10
* child_process: flush consuming streamsDave2015-12-011-1/+1
* util: fix constructor/instanceof checksBrian White2015-11-301-8/+12
* util: move .decorateErrorStack to internal/utilBen Noordhuis2015-11-303-19/+23
* module,repl: remove repl require() hackBen Noordhuis2015-11-304-38/+39
* path: make format() consistent and more functionalNathan Woltman2015-11-271-23/+13
* repl: attach location info to syntax errorscjihrig2015-11-251-0/+1
* util: add decorateErrorStack()cjihrig2015-11-251-0/+11
* buffer: default to UTF8 in byteLength()Tom Gallacher2015-11-251-0/+1
* net: add local address/port for better errorsJan Schär2015-11-241-3/+7
* util,src: allow lookup of hidden valuescjihrig2015-11-241-0/+3
* net: small code cleanupJan Schär2015-11-201-1/+0
* module: fix column offsets in errorsTristian Flanagan2015-11-201-2/+2
* buffer: move checkFloat from lib into srcMatt Loring2015-11-201-16/+12
* lib: add 'pid' prefix in `internal/util`Minwoo Jung2015-11-201-1/+1
* readline: deprecate undocumented exportscjihrig2015-11-192-391/+409
* util: remove pumpWyatt Preul2015-11-182-39/+1