summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-04-04test: add test for a unref'ed timer leakFedor Indutny
2015-04-04timers: don't close interval timers when unrefdJulien Gilli
2015-04-04src: setup cluster workers before preloadingAli Ijaz Sheikh
2015-04-01deps: check in gtest, add util unit testBen Noordhuis
2015-03-30test: fix race in parallel/test-vm-debug-contextBen Noordhuis
2015-03-27timers: make Timer.close idempotentPetka Antonov
2015-03-27debugger: don't spawn child process in remote modeJackson Tian
2015-03-27test: reduce sequential/test-fs-watch flakinessRoman Reiss
2015-03-26timers: assure setTimeout callback only runs onceRoman Reiss
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2015-03-23src: make accessors immune to context confusionBen Noordhuis
2015-03-22util: Check input to util.inheritsConnor Peet
2015-03-23test: move sequential/test-signal-unregisterBen Noordhuis
2015-03-23test: fix timing issue in signal testBen Noordhuis
2015-03-22vm: fix crash on fatal error in debug contextBen Noordhuis
2015-03-21test: fix crypto-binary-default bad crypto checkBrendan Ashworth
2015-03-20test: add setTimeout/setInterval multi-arg testsBen Noordhuis
2015-03-20src: reset signal handler to SIG_DFL on FreeBSDFedor Indutny
2015-03-20module: allow require('.')Michaël Zasso
2015-03-19querystring: parse numbers correctlyJeremiah Senkpiel
2015-03-19path: reduce type checking on some methodscjihrig
2015-03-19src: add -r/--require flags for preloading modulesAli Ijaz Sheikh
2015-03-19test: cache lazy properties, fix style nitsRod Vagg
2015-03-18test: double timeout in tls-wrap-timeout.jsFedor Indutny
2015-03-19lib: don't error in repl when cwd doesn't existBen Noordhuis
2015-03-19src: don't error at startup when cwd doesn't existBen Noordhuis
2015-03-19test: Introduce knowledge of FreeBSD jailsJohan Bergström
2015-03-17http: add flushHeaders and deprecate flushYosuke Furukawa
2015-03-16net: use cached peername to resolve remote fieldsJames Hartig
2015-03-16path: add type checking for path inputscjihrig
2015-03-13src: revert -r/--require flagsChris Dickinson
2015-03-13src: add -r/--require flags for preloading modulesAli Ijaz Sheikh
2015-03-13test: fix test-http-content-lengthJeremiah Senkpiel
2015-03-13crypto: add deprecated ValiCert CA for cross certShigeki Ohtsu
2015-03-12test: fix ext commands to be double quotedShigeki Ohtsu
2015-03-12test: add test for reading a large file through a pipeSantiago Gimeno
2015-03-12test: fix readfile-zero-byte-liar testSantiago Gimeno
2015-03-10https: don't overwrite servername optionskenqbx
2015-03-10lib: allow server.listen({ port: "1234" })Ben Noordhuis
2015-03-09buffer: Don't assign .parent if none existsTrevor Norris
2015-03-09http_client: ensure empty socket on errorFedor Indutny
2015-03-08fs: fix .write() not coercing non-string valuesJeremiah Senkpiel
2015-03-05build: remove mdb from io.jsJohan Bergström
2015-03-05http: send Content-Length when possibleChristian Tellnes
2015-03-05src: fix ucs-2 buffer encoding regressionBen Noordhuis
2015-03-05test: simplify parallel/test-stringbytes-externalBen Noordhuis
2015-03-05test: don't spawn child processes in domain testBen Noordhuis
2015-03-05tty: do not add `shutdown` method to handleFedor Indutny
2015-03-05net: allow port 0 in connect()cjihrig
2015-03-05win,test: fix test-stdin-from-fileBert Belder