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
2011-08-06gyp: fix test runnerRyan Dahl
2011-08-06Make test-child-process-exec-env work on windowsBert Belder
2011-08-05Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558.Ben Noordhuis
2011-08-04module: strip byte order marker when loading *.js and *.json filesBen Noordhuis
2011-08-04test: fix bad test in test-cli-eval.jsBen Noordhuis
2011-08-03test: fix exec-after-fork race in test/simple/test-child-process-kill.jsBen Noordhuis
2011-08-02Update tests for http2.Mikeal Rogers
2011-08-02Partial fix for test-child-process.cwd on windowsBert Belder
2011-08-02win: fix test-child-process-exec-cwdRyan Dahl
2011-08-02win2k3: fix test-child-process-envRyan Dahl
2011-08-02child_process_uv: don't attempt to pass test-child-process-deprecated-apiRyan Dahl
2011-08-02fix test-child-process-env on windowsIgor Zinkovsky
2011-08-02Add a few more asserts to test/simple/test-child-process-stdin.jsRyan Dahl
2011-08-01windows: Fix test-module-load-listRyan Dahl
2011-08-01child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl
2011-08-01initial pass at lib/child_process_uv.jsRyan Dahl
2011-07-30Add %% escape to util.format()koichik
2011-07-30add wrapper for uv_spawnRyan Dahl
2011-07-30util: add sprintf-like format() functionBen Noordhuis
2011-07-30Add support for TLS SNIFedor Indutny
2011-07-29Revert "AMD compatibility for node"isaacs
2011-07-29Fix http.ClientRequest crashes if end() was called twicekoichik
2011-07-28Fix test-module-load-list for use-uvRyan Dahl
2011-07-28Lazy load a few modulesRyan Dahl
2011-07-28Add process.moduleLoadList for better startup transparencyRyan Dahl
2011-07-27Fix crypto encryption/decryption with Base64.SAWADA Tadashi
2011-07-26Fix test-net-stream.jsFelix Geisendörfer
2011-07-26Emit 'close' after all connections have closedFelix Geisendörfer
2011-07-26cli: don't print result of --evalBen Noordhuis
2011-07-25Add Socket::bytesRead, Socket::bytesWrittenAlexander Uvarov
2011-07-24Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231Stefan Bühler
2011-07-24process: add process.features, remove process.useUVBen Noordhuis
2011-07-23Add an optional length argument to Buffer.write()koichik
2011-07-23convert nonbuffer data to string in fs.writeFile/SyncDaniel Pihlström
2011-07-22Merge branch 'v0.4'Ryan Dahl
2011-07-22net_uv: throw if Server.prototype.close() is called twiceBen Noordhuis
2011-07-22test: test pipe API with raw net.Stream() objectBen Noordhuis
2011-07-22escape backslashes for windows pipe nameRyan Dahl
2011-07-21test: make test-http-unix-socket use common.PIPEBen Noordhuis
2011-07-21test: add test-net-pingpong to `make test-uv` listBen Noordhuis
2011-07-21test: add common.PIPE, pipe name for testsBen Noordhuis
2011-07-21Add tests for process.nextTick bugs on windowsBert Belder
2011-07-21http: fix setting ServerResponse.statusCode in writeHeadTrent Mick
2011-07-21test: added test/simple/test-fs-watch-file.jsYoshihiro Kikuchi
2011-07-21test: beef up checks in test-http-unix-socket.js, add to `make test-uv`Ben Noordhuis
2011-07-21Close #1357 Load json files with require()isaacs
2011-07-21url: throw descriptive error if url argument to parse() is not a stringBen Noordhuis
2011-07-19Close #1360 url: Allow _ in hostnames.isaacs
2011-07-19Close #1360 url: Allow _ in hostnames.isaacs
2011-07-19Properly respond to HEAD during end(body) hot pathReid Burke