summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-04-28os: remove trailing slash from os.tmpdir()Christian Tellnes
2015-04-28test: fix test-net-dns-custom-lookup test assertionEvan Lucas
2015-04-25util: add Map and Set inspection supportChristopher Monsanto
2015-04-24net: add lookup option to Socket.prototype.connectEvan Lucas
2015-04-24net: cleanup connect logicEvan Lucas
2015-04-23module: remove '' from Module.globalPathsChris Yip
2015-04-23tls_wrap: use localhost if options.host is emptyGuilherme Souza
2015-04-18test: add test for 06cfff9 regressionBrendan Ashworth
2015-04-17http: logically respect maxSocketsfengmk2
2015-04-17module: handle NODE_PATH in require('.')Roman Reiss
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-15test: fix error message check for openssl-1.0.2aShigeki Ohtsu
2015-04-11src: disable fast math on armBen Noordhuis
2015-04-10readline: fix calling constructor without newAlex Kocharin
2015-04-09test: increase timeouts on ARMRoman Reiss
2015-04-07zlib: make constants keep readonlyJackson Tian
2015-04-04url: fix resolving from non-file to file URLs.Jeffrey Jagoda
2015-04-04benchmark: add rsa/aes-gcm performance testShigeki Ohtsu
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