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/test
AgeCommit message (Expand)Author
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-02-01test: dgram-{broadcast,multicast}-multi-process : prevent false failuresDan VerWeire
2012-02-01child_process: do not disconnect on exit emitAndreas Madsen
2012-01-31Small test-dgram-multicast-multi-process fixesBert Belder
2012-01-31Test for ChildProcess.disconnect()Andreas Madsen
2012-01-31fs: add O_EXCL support, exclusive open fileBen Noordhuis
2012-01-31fs, test: add file open mode testsBen Noordhuis
2012-01-31url: Support for IPv6 addresses in URLs.Łukasz Walukiewicz
2012-01-30http: fix free http-parser too earlykoichik
2012-01-30timers: add v0.4 compatibility hackBen Noordhuis
2012-01-28stdout ending test message correctionisaacs
2012-01-27Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs
2012-01-27test: handle unhandled dgram scenariosDan VerWeire
2012-01-24dgram: bring back setTTL()Ben Noordhuis
2012-01-24dgram: bring back setMulticastLoopback()Ben Noordhuis
2012-01-24test: fix typos in error messagesBen Noordhuis
2012-01-24test: join multicast group *after* bindingBen Noordhuis
2012-01-24test: remove erroneous dropMembership() callBen Noordhuis
2012-01-23Merge branch 'v0.6'Fedor Indutny
2012-01-22test: fix test/simple/test-net-server-max-connections.js is raceykoichik
2012-01-22test: for #2109koichik
2012-01-22http: keep-alive should default with HTTP/1.1 serverkoichik
2012-01-21path fs: move `path.exists*` to `fs.exists*`Maciej Małecki
2012-01-21dgram: reintroduce setMulticastTTL()Dan VerWeire
2012-01-21dgram: reintroduce setBroadcast()Dan VerWeire
2012-01-21dgram: reintroduce addMembership() and dropMembership()Roman Shtylman
2012-01-21ref isolate loopIgor Zinkovsky
2012-01-21http: reduce creating http-parser instanceskoichik
2012-01-21Fix #2365 zlib crashing on invalid inputNicolas LaCasse
2012-01-21Add cluster.setupMasterAndreas Madsen
2012-01-19Crypto: adding ability to turn off automatic PKCS paddingIngmar Runge
2012-01-18Make path.extname do the right thing when the last path component is . or ..Bert Belder
2012-01-18cluster: don't always kill the master on uncaughtExceptionBen Noordhuis
2012-01-17Add failing test case: parent on('exit')Andreas Madsen
2012-01-17tests: fix more lint issuesBert Belder
2012-01-17Tests: fix jslint issuesAndreas Madsen
2012-01-17tls: fix double 'error' events on HTTPS Requestskoichik
2012-01-17typed arrays: set class nameBen Noordhuis
2012-01-17Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-16querystring: fix maxKeys = 0 is ignoredFedor Indutny
2012-01-16http: do not accept headers if limit is exceededFedor Indutny
2012-01-16http, querystring: added limits to prevent DoSFedor Indutny
2012-01-14test-eio-limit: add missing copyright headersFedor Indutny
2012-01-14Add failing test-eio-limit.jsFedor Indutny
2012-01-14net: make .write() throw on bad inputBen Noordhuis
2012-01-12http: Upgrade/CONNECT request should detach its socket earlierkoichik
2012-01-12zlib: reset() method for deflate/inflate streamsFedor Indutny
2012-01-11child_process: fix typo in internal message event nameAndreas Madsen
2012-01-11Add broken test-isolates3.jsRyan Dahl
2012-01-10Add failing test-isolates2.jsRyan Dahl