summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* tty: Remove deprecated setRawMode wrapperWyatt Preul2015-11-181-10/+0
* util: Remove exec, has been deprecated for yearsWyatt Preul2015-11-181-5/+0
* debugger: introduce exec method for debuggerJackson Tian2015-11-171-3/+23
* module: cache regular expressionsEvan Lucas2015-11-161-3/+5
* tls: use SHA1 for sessionIdContextStefan Budeanu2015-11-161-16/+4
* tls: Use SHA1 for sessionIdContext in FIPS modeStefan Budeanu2015-11-161-3/+16
* debugger: also exit when the repl emits 'exit'Felix Böhm2015-11-161-3/+11
* util: use Object.create(null) for dictionary objectMinwoo Jung2015-11-151-2/+2
* zlib: only apply drain listener if given callbackCraig Cavalier2015-11-141-4/+3
* zlib: pass kind to recursive calls to flushMyles Borins2015-11-141-1/+1
* util: improve typed array formattingBen Noordhuis2015-11-141-9/+68
* querystring: Parse multiple separator charactersYosuke Furukawa2015-11-131-1/+2
* console: delete timers that have endedVladimir Varankin2015-11-131-0/+1
* child_process: add safety checks on stdio accesscjihrig2015-11-121-34/+47
* fs: return null error on readFile() successZheng Chaoping2015-11-111-1/+1
* cluster: send suicide message on disconnectcjihrig2015-11-111-12/+10
* lib,test: remove publicly exposed freelistcjihrig2015-11-111-6/+0
* console: use 'label' argument for time and timeEndRoman Reiss2015-11-101-6/+6
* test: fix tests that check error messagescjihrig2015-11-101-1/+1
* repl: To exit, press ^C again or type .exit.Hemanth.HM2015-11-091-1/+1
* lib: Consistent error messages in all modulesmicnic2015-11-0925-106/+110
* cluster: remove handles when disconnecting workerBen Noordhuis2015-11-062-23/+30
* util: use regexp instead of str.replace().join()qinjia2015-11-061-6/+2
* module: remove unnecessary JSON.stringifyAndres Suarez2015-11-051-8/+6
* http: remove unneeded cb check from setTimeout()Ashok Suthar2015-11-051-2/+0
* repl: don't crash if cannot open history fileEvan Lucas2015-11-031-1/+10
* test: more regression tests for minDHSize optionBen Noordhuis2015-11-031-1/+1
* lib: return boolean from child.send()Rich Trott2015-10-291-1/+1
* child_process: don't fork bomb ourselves from -eBen Noordhuis2015-10-291-0/+10
* tls: remove util and calls to util.formatMyles Borins2015-10-281-12/+6
* lib,doc: return boolean from child.send()Rich Trott2015-10-281-3/+3
* repl: handle comments properlySakthipriyan Vairamani2015-10-281-78/+94
* lib,test: update let to const where applicableSakthipriyan Vairamani2015-10-272-2/+2
* lib: fix cluster handle leakRich Trott2015-10-271-1/+4
* fs: reduced duplicate code in fs.write()ronkorving2015-10-271-8/+3
* util: make inherits work with classesMichaël Zasso2015-10-271-8/+1
* http{s}: don't connect to localhost on invalid URLSakthipriyan Vairamani2015-10-272-0/+6
* buffer: fix value check for writeUInt{B,L}ETrevor Norris2015-10-261-4/+8
* tls, crypto: add ALPN SupportShigeki Ohtsu2015-10-274-20/+70
* fs: don't throw in read if buffer too bigEvan Lucas2015-10-251-3/+16
* fs: pass err to callback if buffer is too bigEvan Lucas2015-10-231-3/+15
* repl: event ordering: delay 'close' until 'flushHistory'Jeremiah Senkpiel2015-10-221-3/+17
* lib: avoid REPL exit on completion errorRich Trott2015-10-211-5/+10
* tls: TLSSocket options default isServer falseYuval Brik2015-10-201-2/+5
* timers: reuse timer in `setTimeout().unref()`Fedor Indutny2015-10-201-7/+22
* util: Remove p, has been deprecated for yearsWyatt Preul2015-10-191-7/+0
* repl: limit persistent history correctly on loadJeremiah Senkpiel2015-10-191-2/+2
* tls: add `options` argument to createSecurePairКоренберг Марк2015-10-171-2/+4
* fs: add file descriptor support to *File() funcsJohannes Wüller2015-10-161-16/+70
* console: rename argument of time and timeEndMichaël Zasso2015-10-161-6/+6