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
2010-11-30win: Symlink to jsmin.py doesn't work on windowsBert Belder
2010-11-30buffer.copy targetStart defaults to 0Ryan Dahl
2010-11-30Document defaults for buffer.copy()Ryan Dahl
2010-11-30Put tools/ into PYTHON_PATHRyan Dahl
2010-11-30Fixed: clearTimeouts calling multiple timesMichael W
2010-11-30Simplify execution from "big if statement"Travis Swicegood
2010-11-30Remove cruft that dealt with env parameterTravis Swicegood
2010-11-30Add test to show ECONNREFUSED worksRyan Dahl
2010-11-30Fix number of args emitted by EventEmitter during "fast case" (lte 3 args)Jeremy Martin
2010-11-30assert.throws can now accept as RegExpOleg Slobodskoi
2010-11-30fix a typo in commentTravis Swicegood
2010-11-30Fix variable leak.Evan Larkin
2010-11-30Don't call exit() from the signal handlerRyan Dahl
2010-11-30StyleRyan Dahl
2010-11-30Remove unnecessary variable defRyan Dahl
2010-11-30Simplify state transitions in http.ClientRyan Dahl
2010-11-30Avoid cascading EADDRINUSE test failureRyan Dahl
2010-11-30Improve HTTP debug messagesRyan Dahl
2010-11-29styleRyan Dahl
2010-11-29Add note about EADDRINUSE to docsRyan Dahl
2010-11-29test-fs-realpath: Don't ceate things in /tmp; use tmpDirRyan Dahl
2010-11-29Default to TLSv1Ryan Dahl
2010-11-29styleRyan Dahl
2010-11-29Use SSL_MODE_RELEASE_BUFFERS by default.Ryan Dahl
2010-11-29Add some TODO itemsRyan Dahl
2010-11-29Add simple securepair client testRyan Dahl
2010-11-27Use a proper tty test.isaacs
2010-11-24Allocations with new[] must be freed with delete[].Tom Hughes
2010-11-24Fix memleak in ChildProcess:Spawn().Tom Hughes
2010-11-24Upgrade V8 to 2.5.8Ryan Dahl
2010-11-24cmake: Install v8 headers include/nodeNikhil Marathe
2010-11-24Use CMake's standard way to find Python.Nikhil Marathe
2010-11-24cmake: Add cdash support.Tom Hughes
2010-11-24cmake: fix debian package description.Tom Hughes
2010-11-24cmake cleanupDaniel Gröber
2010-11-24cmake: Add wrapper Makefile and README.Tom Hughes
2010-11-24Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl
2010-11-24Fix test-securepair-serverRyan Dahl
2010-11-24Correct reference to "process.Module"isaacs
2010-11-24Fix ErrnoExceptions that have the wrong syscall nameWade Simmons
2010-11-23Fix buffer.slice(0, 0)Ryan Dahl
2010-11-23hack to display syntax errors. FIXMERyan Dahl
2010-11-23Add cmake build support.Tom Hughes
2010-11-22Fix problem with requireNative not exporting 'module' objectisaacs
2010-11-22Add support for SSDP methods -_-Ryan Dahl
2010-11-22Upgrade http-parserRyan Dahl
2010-11-22Fix c-ares bug: reply to a CNAME queryBen Noordhuis
2010-11-22Support CNAME lookups in DNS module.Ben Noordhuis
2010-11-22Apple's threaded write()s bugJorge Chamorro Bieling
2010-11-22Fix mac buildRyan Dahl