summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Windows: fix window size getter bugBert Belder2011-01-182-2/+2
* Readline: use symbolic key names instead of ascii control codesBert Belder2011-01-183-184/+210
* Readline: use tty methods instead of control sequencesBert Belder2011-01-181-5/+5
* Use tty.ReadStream and tty.WriteStream for stdio when appropriateBert Belder2011-01-181-1/+1
* Implement tty.ReadStream and tty.WriteStreamBert Belder2011-01-183-31/+481
* make 'readyState' available to CryptoStreamAlexis Sellier2011-01-181-0/+3
* Add setEncoding to CryptoStreamRyan Dahl2011-01-181-3/+14
* Add setNoDelay to cryptostreamRyan Dahl2011-01-181-0/+5
* listen/bind errors should close net.ServerRyan Dahl2011-01-181-0/+2
* factor linklist code into own fileRyan Dahl2011-01-182-75/+68
* Make child_process.kill always work on windowsBert Belder2011-01-181-3/+2
* Define winsock error numbersBert Belder2011-01-181-1/+1
* Windows: implement missing stdio methodsBert Belder2011-01-181-2/+1
* Revert "Implement os.isWindows"Ryan Dahl2011-01-131-2/+0
* debugger: don't hang on ^d and ^cRyan Dahl2011-01-132-3/+14
* debugger: error out without scriptRyan Dahl2011-01-131-0/+5
* debugger: add uncaughtException handler to kill childRyan Dahl2011-01-131-0/+8
* debugger: Correctly eval arrays and numbersRyan Dahl2011-01-131-4/+18
* debugger: full scope evalsRyan Dahl2011-01-131-6/+47
* debugger: Better backtracesRyan Dahl2011-01-131-10/+76
* debugger: primative object inspectionRyan Dahl2011-01-131-8/+83
* debugger: take help message from commandsRyan Dahl2011-01-131-19/+17
* A few more list clean upsRyan Dahl2011-01-131-10/+9
* Expose link-list from timers.js; add testsRyan Dahl2011-01-131-27/+54
* debugger: Don't break on handle === 0Ryan Dahl2011-01-121-1/+4
* Fix test-net-connect-bufferRyan Dahl2011-01-121-3/+1
* net: Timeouts should work before DNS resolutionRyan Dahl2011-01-121-7/+11
* Add test for connection timeoutsRyan Dahl2011-01-121-1/+3
* debugger: Only display basename of scriptsRyan Dahl2011-01-121-1/+1
* tab completion for commands in debuggerRyan Dahl2011-01-121-1/+37
* NODE_DEBUG=timer instead of bitflagsRyan Dahl2011-01-111-7/+3
* Allow one extra ms in timer diffRyan Dahl2011-01-111-1/+1
* child_process: Add gid/uid flags to spawn configisaacs2011-01-111-3/+11
* getWindowSize/setWindowSizeRyan Dahl2011-01-102-3/+7
* typo setuid -> setsidRyan Dahl2011-01-101-4/+4
* tty.open() returns stream instead of slaveFDRyan Dahl2011-01-101-3/+12
* Add setsid option to child_processRyan Dahl2011-01-101-2/+10
* Print error when EventEmitters get too many listenersRyan Dahl2011-01-101-1/+32
* debugger: implement 'list'Ryan Dahl2011-01-081-1/+78
* debugger: fix 'scripts' commandRyan Dahl2011-01-081-2/+1
* TLS: Forward errors to cleartextRyan Dahl2011-01-071-10/+34
* LintRyan Dahl2011-01-0610-113/+138
* Replace string magic + path.join by path.resolveBert Belder2011-01-061-7/+2
* Rework fs.realpath, primordal windows compatibilityBert Belder2011-01-061-125/+144
* Path.resolve, path module windows compatibilityBert Belder2011-01-061-100/+215
* Allow for two streams in REPLRyan Dahl2011-01-061-10/+19
* Rename net.Stream to net.SocketRyan Dahl2011-01-051-43/+45
* Remove path module dependency from url moduleBert Belder2011-01-051-20/+25
* Remove keepBlanks flag from path functionsBert Belder2011-01-051-21/+14
* Implement os.isWindowsBert Belder2011-01-041-1/+2