summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net: persist net.Socket options before connectEvan Lucas2015-05-191-6/+25
* repl: remove unnecessary check for globalsYazhong Liu2015-05-171-1/+1
* repl: support non-array `.scope`, document itYazhong Liu2015-05-171-1/+1
* tls: fix tls handshake check in ssl errorShigeki Ohtsu2015-05-161-1/+1
* http,net,tls: return this from setTimeout methodsEvan Lucas2015-05-165-2/+8
* os: refine tmpdir() trailing slash strippingcjihrig2015-05-131-1/+4
* events: provide better error message for unhandled errorEvan Lucas2015-05-121-1/+4
* tls: update default ciphers to use gcm and aes128Mike MacCana2015-05-111-2/+7
* dgram: call send callback asynchronouslyYosuke Furukawa2015-05-101-1/+4
* readline: turn emitKeys into a streaming parserAlex Kocharin2015-05-101-94/+167
* lib: fix eslint stylesYosuke Furukawa2015-05-0921-37/+42
* cluster: disconnect event not emitted correctlyOleg Elifantiev2015-05-081-0/+1
* repl: fix for a+ fd clearing the file on readChris Dickinson2015-05-041-2/+7
* repl: fix _debugger by properly proxying replChris Dickinson2015-05-042-14/+21
* tls_wrap: Unlink TLSWrap and SecureContext objectsСковорода Никита Андреевич2015-05-041-2/+9
* Revert "url: significantly improve the performance of the url module"Rod Vagg2015-05-034-1053/+520
* Revert "url: delete href cache on all setter code paths"Rod Vagg2015-05-031-5/+6
* Revert "url: fix treatment of some values as non-empty"Rod Vagg2015-05-031-14/+10
* url: fix treatment of some values as non-emptyPetka Antonov2015-05-031-10/+14
* url: delete href cache on all setter code pathsPetka Antonov2015-05-031-6/+5
* net: ensure Write/ShutdownWrap references handleFedor Indutny2015-05-031-0/+2
* repl: fix persistent history and env variable nameRoman Reiss2015-05-031-5/+6
* url: significantly improve the performance of the url modulePetka Antonov2015-05-014-520/+1053
* repl: do not save history for non-terminal replFedor Indutny2015-05-021-1/+1
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-011-26/+23
* repl: add mode detection, cli persistent historyChris Dickinson2015-04-304-46/+258
* tls: destroy singleUse context immediatelyFedor Indutny2015-04-302-2/+6
* tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny2015-04-302-0/+6
* tls: destroy SSL once it is out of useFedor Indutny2015-04-301-0/+9
* lib: deprecate the smalloc moduleBen Noordhuis2015-04-293-83/+110
* os: remove trailing slash from os.tmpdir()Christian Tellnes2015-04-281-2/+6
* string_decoder: don't cache Buffer.isEncodingBrian White2015-04-281-3/+3
* util: add Map and Set inspection supportChristopher Monsanto2015-04-251-13/+107
* net: add lookup option to Socket.prototype.connectEvan Lucas2015-04-241-1/+5
* net: cleanup connect logicEvan Lucas2015-04-241-53/+66
* buffer: little improve for Buffer.concat methodJackson Tian2015-04-231-5/+5
* module: remove '' from Module.globalPathsChris Yip2015-04-231-1/+3
* tls_wrap: use localhost if options.host is emptyGuilherme Souza2015-04-231-1/+2
* Revert "http: don't bother making a copy of the options"Brendan Ashworth2015-04-181-0/+2
* module: fix styleRoman Reiss2015-04-171-2/+2
* http: logically respect maxSocketsfengmk22015-04-171-1/+1
* net: add fd into listen2 debug infoJackson Tian2015-04-171-1/+1
* stream: remove duplicated expressionYazhong Liu2015-04-161-3/+3
* module: handle NODE_PATH in require('.')Roman Reiss2015-04-171-1/+19
* buffer: fast-case for empty string in byteLengthJackson Tian2015-04-161-0/+3
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-1514-144/+172
* readline: fix calling constructor without newAlex Kocharin2015-04-101-1/+4
* lib: reduce process.binding() callsBrendan Ashworth2015-04-098-102/+36
* zlib: make constants keep readonlyJackson Tian2015-04-071-4/+12
* url: fix resolving from non-file to file URLs.Jeffrey Jagoda2015-04-041-1/+3