summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-05-11tls: update default ciphers to use gcm and aes128Mike MacCana
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-08cluster: disconnect event not emitted correctlyOleg Elifantiev
2015-05-04repl: fix for a+ fd clearing the file on readChris Dickinson
2015-05-04repl: fix _debugger by properly proxying replChris Dickinson
2015-05-04tls_wrap: Unlink TLSWrap and SecureContext objectsСковорода Никита Андреевич
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-03Revert "url: delete href cache on all setter code paths"Rod Vagg
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov
2015-05-03url: delete href cache on all setter code pathsPetka Antonov
2015-05-03net: ensure Write/ShutdownWrap references handleFedor Indutny
2015-05-03repl: fix persistent history and env variable nameRoman Reiss
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-05-02repl: do not save history for non-terminal replFedor Indutny
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson
2015-04-30tls: destroy singleUse context immediatelyFedor Indutny
2015-04-30tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny
2015-04-30tls: destroy SSL once it is out of useFedor Indutny
2015-04-29lib: deprecate the smalloc moduleBen Noordhuis
2015-04-28os: remove trailing slash from os.tmpdir()Christian Tellnes
2015-04-28string_decoder: don't cache Buffer.isEncodingBrian White
2015-04-25util: add Map and Set inspection supportChristopher Monsanto
2015-04-24net: add lookup option to Socket.prototype.connectEvan Lucas
2015-04-24net: cleanup connect logicEvan Lucas
2015-04-23buffer: little improve for Buffer.concat methodJackson Tian
2015-04-23module: remove '' from Module.globalPathsChris Yip
2015-04-23tls_wrap: use localhost if options.host is emptyGuilherme Souza
2015-04-18Revert "http: don't bother making a copy of the options"Brendan Ashworth
2015-04-17module: fix styleRoman Reiss
2015-04-17http: logically respect maxSocketsfengmk2
2015-04-17net: add fd into listen2 debug infoJackson Tian
2015-04-16stream: remove duplicated expressionYazhong Liu
2015-04-17module: handle NODE_PATH in require('.')Roman Reiss
2015-04-16buffer: fast-case for empty string in byteLengthJackson Tian
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-10readline: fix calling constructor without newAlex Kocharin
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-04-07zlib: make constants keep readonlyJackson Tian
2015-04-04url: fix resolving from non-file to file URLs.Jeffrey Jagoda
2015-04-04timers: remove redundant codeFedor Indutny
2015-04-04timers: do not restart the interval after closeFedor Indutny
2015-04-04timers: don't close interval timers when unrefdJulien Gilli
2015-04-04timers: fix unref() memory leakTrevor Norris
2015-03-31lib: remove unused variablesBrian White
2015-03-28streams: use strict on _stream_wrapBrendan Ashworth
2015-03-27debugger: don't spawn child process in remote modeJackson Tian