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
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-02-27test: Fix debugger repl testsisaacs
2012-12-19test: 2 resume() calls needed to flush streamsisaacs
2012-12-14test: fixture for streams2 testingisaacs
2012-12-05test: remove simple/test-child-process-fork2Ben Noordhuis
2012-12-04fs: add long stacktrace debugging facilityBen Noordhuis
2012-11-01test: Use setImmediate for recursive deferralisaacs
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-22child_process: make .fork()'d child auto-exitBen Noordhuis
2012-09-18debugger: fix --debug-brktasogarepg
2012-09-15test: set rejectUnauthorized in tls/https testsBen Noordhuis
2012-09-15tls, https: validate server certificate by defaultBen Noordhuis
2012-09-14fs: don't segfault on deeply recursive stat()Ben Noordhuis
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-30child process: fix processes with IPC channel don't emit 'close'Bert Belder
2012-08-06fs: fix naming of truncate/ftruncate functionsisaacs
2012-07-07module: add filename to require() json errorsTJ Holowaychuk
2012-06-22test: add deprecation fixtureisaacs
2012-06-11child_process: fix test implementation for options.detachedCharlie McConnell
2012-06-09child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-14crypto: add PKCS12/PFX supportssuda
2012-05-02debugger: support mirroring Date objectsFedor Indutny
2012-05-01test: rebuild keys without asking for passwordMichael Thomas
2012-04-18test: use the new net.listen(backlog=x) APIBen Noordhuis
2012-03-23test: generate 1024-bit keys, pacify openssl 1.0.1Lal Jérémy
2012-03-10tls: parsing multiple values of a key in ssl certificatessuda
2012-03-06process: show detailed error message in process.dlopen()Shigeki Ohtsu
2012-03-02Change test fixture from symlink to regular fileisaacs
2012-02-23Change test fixture from symlink to regular fileisaacs
2012-02-19Lint all the JavaScripts.isaacs
2012-02-08test: add --debug-brk regression testBen Noordhuis
2012-01-27Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs
2011-12-07test: new test, verify that we don't close and reuse fd 0Ben Noordhuis
2011-11-26test: update an expired certificatekoichik
2011-11-25Fix test-stdin-from-fileBert Belder
2011-11-22test: add DSA sign/verify crypto testsBen Noordhuis
2011-11-18crypto: add support for RSA public key signing/verificationBen Noordhuis
2011-11-11debugger: correctly handle source with multi-byte charactersShigeki Ohtsu
2011-11-04debugger: do not request `continue` on connectionFedor Indutny
2011-10-31tls, https: add passphrase optionkoichik
2011-10-26fix test-http-curl-chunk-problem.js and test-pipe-file-to-http.js on windowsIgor Zinkovsky
2011-10-22test: #1899 - output in child process raises an exceptionMaciej Małecki
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-10-14Fix #1882 zlib Update 'availOutBefore' value, and testisaacs
2011-10-11Remove test-child-process-channel.jsRyan Dahl
2011-10-08Change API for sending handlesRyan Dahl
2011-10-08Do load balancing test in test-child-process-fork2.Ryan Dahl
2011-10-07Add test-child-process-fork2 and fixes to make it workRyan Dahl
2011-10-06Fixed a lot of jslint errors.Colton Baker