summaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Expand)Author
2016-04-14debugger: run last command on presssing enterRich Trott
2016-03-29test: update test-repl-require for local pathsMyles Borins
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell
2016-03-23zlib: Fix handling of gzip magic bytes mid-fileAnna Henningsen
2016-03-21test: strip non-free icc profile from person.jpgJérémy Lal
2016-03-21lib: simplify code with String.prototype.repeat()Jackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2016-02-09test: enable to work pkcs12 test in FIPS modeShigeki Ohtsu
2016-02-05node_contextify: do not incept debug contextMyles Borins
2016-01-18node: allow preload modules with -iEvan Lucas
2016-01-12module: cache stat() results more aggressivelyBen Noordhuis
2015-12-22repl: Fixed node repl history edge case.Mudit Ameta
2015-12-17crypto: load PFX chain the same way as regular oneFedor Indutny
2015-12-16test: add test for debugging one line filescjihrig
2015-12-09repl: fix require('3rdparty') regressionBen Noordhuis
2015-12-05src: don't print garbage errorscjihrig
2015-11-20module: fix column offsets in errorsTristian Flanagan
2015-11-14test: add test for invalid DSA key sizeStefan Budeanu
2015-11-13test: stronger crypto in test fixturesStefan Budeanu
2015-10-29src: wrap source before doing syntax checkEvan Lucas
2015-10-19util: Remove p, has been deprecated for yearsWyatt Preul
2015-10-17tls: add `options` argument to createSecurePairКоренберг Марк
2015-10-03node: add -c|--check CLI arg to syntax check scriptDave Eddy
2015-09-28test: change calls to deprecated util.print()Rich Trott
2015-09-20test: use tmpDir instead of fixtures in readdirSakthipriyan Vairamani
2015-09-06src: use standard conform snprintf on windowsKarl Skomski
2015-09-06src: fix buffer overflow for long exception linesKarl Skomski
2015-08-23node: rename from io.js to nodecjihrig
2015-08-17crypto: check for OpenSSL errors when signingP.S.V.R
2015-08-04test: add tests for persistent repl historyJeremiah Senkpiel
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-16crypto: add cert check to CNNIC WhitelistShigeki Ohtsu
2015-06-13test: only refresh tmpDir for tests that need itRich Trott
2015-06-12test: create temp dir in common.jsRich Trott
2015-05-30src: fix module search path for preload modulesAli Ijaz Sheikh
2015-05-19test: enable linting for testsRoman Reiss
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-04benchmark: add rsa/aes-gcm performance testShigeki Ohtsu
2015-04-04src: setup cluster workers before preloadingAli Ijaz Sheikh
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2015-03-23test: fix timing issue in signal testBen Noordhuis
2015-03-22vm: fix crash on fatal error in debug contextBen Noordhuis
2015-03-20module: allow require('.')Michaël Zasso
2015-03-19src: add -r/--require flags for preloading modulesAli Ijaz Sheikh
2015-03-13src: revert -r/--require flagsChris Dickinson
2015-03-13src: add -r/--require flags for preloading modulesAli Ijaz Sheikh
2015-03-05win,test: fix test-stdin-from-fileBert Belder
2015-02-22test: common.js -> commonBrendan Ashworth
2015-01-12Remove excessive copyright/license boilerplateisaacs