summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin
2015-05-08cluster: disconnect event not emitted correctlyOleg Elifantiev
2015-05-08src: add type check to v8.setFlagsFromString()Roman Klauke
2015-05-06js_stream: fix buffer index in DoWriteShigeki Ohtsu
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-05-01node: improve nextTick performanceBrian White
2015-05-01Merge branch 'v1.x'Jeremiah Senkpiel
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson
2015-04-29test: extend timeouts for ARMv6Rod Vagg
2015-04-28fs: validate fd on fs.writeJulian Duque
2015-04-28deps: upgrade v8 to 4.2.77.13Ben Noordhuis
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-24deps: update http_parser to 2.5.0Fedor Indutny
2015-04-24buffer: fix copy() segfault with zero argumentsTrevor Norris
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