summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: increase timeouts on ARMRoman Reiss2015-04-0910-13/+28
* zlib: make constants keep readonlyJackson Tian2015-04-071-0/+16
* url: fix resolving from non-file to file URLs.Jeffrey Jagoda2015-04-041-1/+3
* benchmark: add rsa/aes-gcm performance testShigeki Ohtsu2015-04-047-1/+178
* test: add test for a unref'ed timer leakFedor Indutny2015-04-041-0/+25
* timers: don't close interval timers when unrefdJulien Gilli2015-04-041-0/+18
* src: setup cluster workers before preloadingAli Ijaz Sheikh2015-04-043-0/+18
* deps: check in gtest, add util unit testBen Noordhuis2015-04-011-0/+58
* test: fix race in parallel/test-vm-debug-contextBen Noordhuis2015-03-301-2/+4
* timers: make Timer.close idempotentPetka Antonov2015-03-271-0/+14
* debugger: don't spawn child process in remote modeJackson Tian2015-03-271-0/+52
* test: reduce sequential/test-fs-watch flakinessRoman Reiss2015-03-271-3/+3
* timers: assure setTimeout callback only runs onceRoman Reiss2015-03-261-0/+12
* iojs: introduce internal modulesVladimir Kurchatkin2015-03-254-0/+16
* src: make accessors immune to context confusionBen Noordhuis2015-03-231-0/+24
* util: Check input to util.inheritsConnor Peet2015-03-221-0/+7
* test: move sequential/test-signal-unregisterBen Noordhuis2015-03-231-0/+0
* test: fix timing issue in signal testBen Noordhuis2015-03-232-27/+8
* vm: fix crash on fatal error in debug contextBen Noordhuis2015-03-222-0/+27
* test: fix crypto-binary-default bad crypto checkBrendan Ashworth2015-03-211-12/+1
* test: add setTimeout/setInterval multi-arg testsBen Noordhuis2015-03-201-0/+30
* src: reset signal handler to SIG_DFL on FreeBSDFedor Indutny2015-03-201-0/+12
* module: allow require('.')Michaël Zasso2015-03-204-0/+9
* querystring: parse numbers correctlyJeremiah Senkpiel2015-03-191-0/+8
* path: reduce type checking on some methodscjihrig2015-03-191-3/+6
* src: add -r/--require flags for preloading modulesAli Ijaz Sheikh2015-03-194-0/+77
* test: cache lazy properties, fix style nitsRod Vagg2015-03-196-22/+31
* test: double timeout in tls-wrap-timeout.jsFedor Indutny2015-03-181-3/+3
* lib: don't error in repl when cwd doesn't existBen Noordhuis2015-03-191-0/+26
* src: don't error at startup when cwd doesn't existBen Noordhuis2015-03-192-6/+25
* test: Introduce knowledge of FreeBSD jailsJohan Bergström2015-03-197-8/+43
* http: add flushHeaders and deprecate flushYosuke Furukawa2015-03-171-0/+20
* net: use cached peername to resolve remote fieldsJames Hartig2015-03-161-0/+12
* path: add type checking for path inputscjihrig2015-03-162-11/+31
* src: revert -r/--require flagsChris Dickinson2015-03-134-78/+0
* src: add -r/--require flags for preloading modulesAli Ijaz Sheikh2015-03-134-0/+78
* test: fix test-http-content-lengthJeremiah Senkpiel2015-03-131-1/+1
* crypto: add deprecated ValiCert CA for cross certShigeki Ohtsu2015-03-131-0/+7
* test: fix ext commands to be double quotedShigeki Ohtsu2015-03-1210-17/+16
* test: add test for reading a large file through a pipeSantiago Gimeno2015-03-122-0/+79
* test: fix readfile-zero-byte-liar testSantiago Gimeno2015-03-121-1/+1
* https: don't overwrite servername optionskenqbx2015-03-101-0/+40
* lib: allow server.listen({ port: "1234" })Ben Noordhuis2015-03-101-0/+26
* buffer: Don't assign .parent if none existsTrevor Norris2015-03-091-0/+5
* http_client: ensure empty socket on errorFedor Indutny2015-03-091-0/+42
* fs: fix .write() not coercing non-string valuesJeremiah Senkpiel2015-03-081-0/+29
* build: remove mdb from io.jsJohan Bergström2015-03-052-252/+0
* http: send Content-Length when possibleChristian Tellnes2015-03-055-6/+100
* src: fix ucs-2 buffer encoding regressionBen Noordhuis2015-03-051-0/+13
* test: simplify parallel/test-stringbytes-externalBen Noordhuis2015-03-051-9/+4