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
2011-07-13Fix fs can't handle large file on 64bit platformkoichik
2011-04-12Don't error on ENOTCONN from shutdown()Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-03-03Disable test-http-agent2.js for the momentRyan Dahl
2011-02-28Fix process.stdout.end() throws ENOTSOCK error.koichik
2011-02-20TLS sockets should not be writable after 'end'Ryan Dahl
2011-02-16Disable test-tls-large-push, taking too longRyan Dahl
2011-02-03TLS: fix throttlingRyan Dahl
2011-02-03TLS: flush buffer before destroyRyan Dahl
2011-01-12child_process: Support setting uid/gid by nameisaacs
2011-01-11child_process: Add gid/uid flags to spawn configisaacs
2010-12-09Add some verification code to tls.connect()Ryan Dahl
2010-12-09Initial implementation of tls.connect()Ryan Dahl
2010-12-06Server must not request cert.Ryan Dahl
2010-12-06GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-05Fix global leaksRyan Dahl
2010-12-02New TLS server APIRyan Dahl
2010-11-27Use a proper tty test.isaacs
2010-11-22Support CNAME lookups in DNS module.Ben Noordhuis
2010-11-19Rip out the old TLS implementationRyan Dahl
2010-11-19fix race in test-http-big-proxy-responses.jsRyan Dahl
2010-10-12Enable pipe testRyan Dahl
2010-10-12Remove sys in new testsRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-11Closer to a working pipeRyan Dahl
2010-10-11TCP clients should buffer writes before connectionRyan Dahl
2010-10-11pipe-test fixesRyan Dahl
2010-10-11Improve pipe-test. Still not workingRyan Dahl
2010-10-11Add Stream base class with stream.pipeRyan Dahl
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-09-13Catch Exceptions thrown when openssl is disabledTony Metzidis
2010-08-17More changes to tests so they really work under context module loader.Herbert Vojčík
2010-08-17Fix of 'sys.common.debug' calls in tests.Herbert Vojčík
2010-08-13added read and write support for process.title DarwinRasmus Andersson
2010-07-16Update tests to work with module contextsRyan Dahl
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-24:%s/sys.puts/console.log/gRyan Dahl
2010-05-19Allow process.setuid() and process.setgid() to accept string names in lieu of...Peter Griess
2010-05-15FIX: signal-unregister bugJonas Pfenniger
2010-05-12Disable test-signal-unregister.js as functionality doesn't exist yetRyan Dahl
2010-05-10Disable test-remote-module-loadingRyan Dahl
2010-05-10Improve error reportingRyan Dahl
2010-04-29Chunk strings together on Stream bufferRyan Dahl
2010-04-27Add more asserts to test-http-big-proxy-responsesRyan Dahl
2010-04-27test-dns so that NXDOMAIN does not rise errorsJérémy Lal
2010-04-27Add support for MX queries in dns module, works with c-ares upstream patch.Jérémy Lal
2010-04-15Fixed ssl client and server examplesRhys Jones
2010-04-15Merge branch 'master' into opensslRhys Jones
2010-04-15Move two broken tests to disabled folderRyan Dahl
2010-04-15Merge branch 'master' into opensslRhys Jones