Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-26Merge remote-tracking branch 'ry/v0.8'isaacs
2012-07-25readline: Remove event listeners on closeisaacs
2012-07-12Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-07-07readline: don't use Function#call()Nathan Rajlich
2012-07-07Forgotten commit: add arguments to handleGroupJonas Westerlund
2012-07-07Move function declaration to top-levelJonas Westerlund
2012-07-06readline: fix for unicode promptsTim Macfarlane
2012-07-05readline: Use one history item for reentered lineVladimir Beloborodov
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-15readline: don't cache the "keypress" listenersNathan Rajlich
2012-06-11lintisaacs
2012-05-22readline: explicitly disable and re-enable "raw mode" on Ctrl+ZNathan Rajlich
2012-05-22readline: move the "setRawMode" logic into a private functionNathan Rajlich
2012-04-21readline: remove unused vars in _ttyWriteKyle Robinson Young
2012-04-19readline: _normalWrite() doesn't take a key modifier argKyle Robinson Young
2012-04-18readline: change char to ch to avoid reserved wordKyle Robinson Young
2012-04-17readline: re-add the Interface#close() method; rename "end" to "close"Nathan Rajlich
2012-04-07readline: use StringDecoder for decoding "normal" dataNathan Rajlich
2012-04-07readline: buffer data to only emit 'line' on '\n'Nathan Friedly
2012-03-29tty, readline: fix style errorsBen Noordhuis
2012-03-28repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich
2012-03-27readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-26readline: fix for terminals that insert newlines automaticallyAlex Kocharin
2012-03-21lint readline.js - single-quotes preferredisaacs
2012-03-21readline: row-agnostic multiline readline implementationAlex Kocharin
2012-03-21Revert "readline: add multiline support"Nathan Rajlich
2012-03-07readline: ignore stray escape sequenceColton Baker
2012-03-06readline: add multiline supportRlidwka
2012-02-23readline: ^Z (SIGSTP) handlingColton Baker
2012-02-16Readline proposal and bugfixes. Related: #2737 #2756Colton Baker
2011-12-19preserve cursor posFedor Indutny
2011-11-09Fixes #2052. Readline get win cols correctlyRyan Dahl
2011-11-02doc: fix linksMaciej MaƂecki
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-09-28Bind uv_tty_get_winsizeRyan Dahl
2011-09-14readline: handle null completer graciouslyBen Noordhuis
2011-09-09[debugger] call silent resume in debugEval to prevent incorrect cursor positi...Fedor Indutny
2011-09-08[repl, readline] refactor async completion and executionFedor Indutny
2011-09-08[readline, repl] Fix completion grouping, fix parens eval resultsFedor Indutny
2011-09-08[repl, readline] async interfaceFedor Indutny
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-03-15Update copyright headersRyan Dahl
2011-01-25Readline: fixes, more key bindingsBert Belder
2011-01-25Support pastes and meta-backspaceisaacs
2011-01-24lintRyan Dahl
2011-01-19Transfer data gathering responsibility to readlineRyan Dahl
2011-01-19Windows: fix window size getter bugBert Belder
2011-01-19Readline: use symbolic key names instead of ascii control codesBert Belder
2011-01-19Readline: use tty methods instead of control sequencesBert Belder
2011-01-19Use tty.ReadStream and tty.WriteStream for stdio when appropriateBert Belder