summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tls: disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-4/+10
* url: revert reslove urls with . and ..Julien Gilli2015-03-061-2/+2
* http: fix performance regression for GET requestsFlorin-Cristian Gavrila2015-03-051-4/+0
* buffer: reword Buffer.concat error messageChris Dickinson2015-03-041-1/+1
* console: allow Object.prototype fields as labelsJulien Gilli2015-02-171-7/+34
* url: reslove urls with . and ..Amir Saboury2015-02-091-2/+2
* timers: don't mutate unref list while iterating itJulien Gilli2014-12-221-35/+44
* timers: don't close interval timers when unrefdJulien Gilli2014-12-191-1/+1
* timers: Avoid linear scan in _unrefActive.Julien Gilli2014-12-161-47/+73
* timers: fix unref() memory leakTrevor Norris2014-11-261-1/+10
* lint: fix lint issuesTrevor Norris2014-11-181-4/+2
* child_process: check fork args is an arraySam Roberts2014-11-181-0/+2
* child_process: check execFile args is an arraySam Roberts2014-11-181-10/+20
* repl: Private Buffer object in lib/* filesEmmanuel Odeke2014-10-2510-1/+11
* tls: enforce secureOptions on incoming clientsTimothy J Fontaine2014-10-231-1/+6
* tls: honorCipherOrder should not degrade defaultsTimothy J Fontaine2014-10-232-20/+36
* crypto: allow forcing SSLv2/v3 via secureProtocolFedor Indutny2014-10-201-2/+8
* crypto: move disaling SSLv2/3 into JavaScriptTimothy J Fontaine2014-10-171-1/+18
* child_process: properly support optional argscjihrig2014-09-171-1/+1
* http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny2014-09-161-1/+5
* url: Add support for RFC 3490 separatorsMathias Bynens2014-08-271-12/+5
* querystring: fix unescape overrideTristan Berger2014-08-271-8/+7
* fs: fix fs.readFileSync fd leak when get RangeErrorJackson Tian2014-08-071-1/+7
* cluster: disconnect should not be synchronousSam Roberts2014-08-021-2/+4
* stream: fix Readable.wrap objectMode falsy valuesJames Halliday2014-08-011-1/+6
* module: eliminate double `getenv()`Maciej Małecki2014-07-311-2/+3
* streams: remove unused require('assert')Rod Vagg2014-07-311-1/+0
* timers: backport f8193abJulien Gilli2014-07-312-13/+27
* buffer: fix sign overflow in `readUIn32BE`Fedor Indutny2014-07-291-2/+2
* lib: jslint string_decoder.jsFedor Indutny2014-07-151-2/+2
* stream2: flush extant data on read of ended streamChris Dickinson2014-07-151-2/+21
* child_process: handle writeUtf8String errorFedor Indutny2014-07-121-0/+1
* lib: remove and restructure calls to isNaN()cjihrig2014-07-103-3/+3
* Revert "stream: start old-mode read in a next tick"Fedor Indutny2014-06-302-13/+3
* zlib: do not crash on write after closeFedor Indutny2014-06-271-0/+4
* buffer: improve {read,write}{U}Int* methodsNick Apperson2014-06-231-180/+50
* fs: remove duplicate checkBrian White2014-06-081-1/+1
* string_decoder: Add more commentsFelix Geisendörfer2014-06-061-0/+25
* string_decoder: Fix failures from new test casesFelix Geisendörfer2014-06-061-25/+21
* stream: start old-mode read in a next tickFedor Indutny2014-06-052-3/+13
* fs: close file if fstat() fails in readFile()cjihrig2014-05-281-1/+6
* tls: fix performance issueAlexis Campailla2014-05-231-9/+4
* child_process: do not set args before throwingGreg Sabia Tucker2014-05-161-2/+0
* child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-131-1/+5
* lib: name EventEmitter prototype methodsBen Noordhuis2014-05-071-7/+9
* util: format as Error if instanceof ErrorRod Vagg2014-04-261-1/+2
* url: treat \ the same as /isaacs2014-04-151-0/+6
* child_process: fix deadlock when sending handlesFedor Indutny2014-04-141-1/+2
* http: do not emit EOF non-readable socketFedor Indutny2014-04-081-3/+1
* crypto: do not lowercase cipher/hash namesFedor Indutny2014-03-111-3/+8