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
path: root/lib
AgeCommit message (Expand)Author
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny
2012-07-20tls: veryify server's identityFedor Indutny
2012-07-20http/https: pass request to .createConnection()Fedor Indutny
2012-07-20net: ignore socket.setTimeout(Infinity) (and NaN)Fedor Indutny
2012-07-17domain: Fix stack leak on errorisaacs
2012-07-13Revert "events: don't delete the listeners array in removeListener()"Nathan Rajlich
2012-07-12net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis
2012-07-12net: fix bogus errno reportingBen Noordhuis
2012-07-09domain: Remove first arg from intercepted fnToshihiro Nakamura
2012-07-09fs: make unwatchFile() remove a specific listenerBen Noordhuis
2012-07-07readline: don't use Function#call()Nathan Rajlich
2012-07-07Forgotten commit: add arguments to handleGroupJonas Westerlund
2012-07-07Use unicode escape sequences instead of octalJonas Westerlund
2012-07-07Inline timeout function, avoiding declaration in conditionalJonas Westerlund
2012-07-07Move function declaration out of conditionalJonas Westerlund
2012-07-07Move function declaration to top-levelJonas Westerlund
2012-07-07Do not assign to properties that only have gettersJonas Westerlund
2012-07-07Avoid redeclaring variableJonas Westerlund
2012-07-07Remove octal escape sequences and avoid reserved keywordJonas Westerlund
2012-07-07module: add filename to require() json errorsTJ Holowaychuk
2012-07-06readline: fix for unicode promptsTim Macfarlane
2012-07-06timers: fix handling of large timeoutsBen Noordhuis
2012-07-04repl: fix passing an empty line inserting "undefined" into the bufferNathan Rajlich
2012-07-04repl: fix crashes when buffering commandMaciej Małecki
2012-06-29lintisaacs
2012-06-28Fix #3577 Un-break require('sys')isaacs
2012-06-28util: speed up formatting of large arrays/objectsBen Noordhuis
2012-06-27windows: make fs.realpath(Sync) work with UNC pathsBert Belder
2012-06-27realpath: No sync cb() calling allowed.isaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-21http: Hush 'MUST NOT have a body' warnings to debug()isaacs
2012-06-21fs: make fs.watchFile() interval default to 5007Ben Noordhuis
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski
2012-06-20Fix fs.readfile('/dev/stdin')isaacs
2012-06-20trivial: Doc typo and lint fixisaacs
2012-06-19Fix breakage introduced in de65ba7isaacs
2012-06-19net.Socket: Delay pause/resume until after connectisaacs
2012-06-19child_process: add .stdin stream to forksFedor Indutny
2012-06-18tls: fix off-by-one error in renegotiation checkBen Noordhuis
2012-06-18events: cache `domain` module locallyMaciej Małecki
2012-06-18net: Prevent property access throws during closeReid Burke
2012-06-17Make listenFD just DTRT after warningisaacs
2012-06-16Revert "DNS: Support NAPTR queries"isaacs
2012-06-16DNS: Support NAPTR queriesssuda
2012-06-16querystring: improved speed and code cleanupFelix Böhm
2012-06-152012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-15zlib: use Buffer.concat()isaacs
2012-06-15readline: don't cache the "keypress" listenersNathan Rajlich