browsertrix-crawler/util
2023-04-25 18:57:06 -07:00
..
argParser.js add --browserdriver for testing different drivers 2023-04-24 23:40:11 -07:00
blockrules.js optimizations: 2023-04-25 10:17:16 -07:00
browser.js add default args 2023-04-25 18:57:06 -07:00
constants.js Logger cleanup (#254) 2023-03-17 14:24:44 -07:00
healthcheck.js Logger cleanup (#254) 2023-03-17 14:24:44 -07:00
logger.js Add option to log errors to redis (#279) 2023-04-11 11:32:52 -04:00
originoverride.js origin override: add --originOverride source=dest to allow routing where https://src-host:src-port/path/page.html -> http://dest-host:dest-port/path/page.html where source=https://src-host:src-port and dest=http://dest-host:dest-port (#281) 2023-04-19 19:17:15 -07:00
redis.js optimize shutdown: if after interrupt signal was received, redis connection is gone, assume crawler is being terminated and exit quickly, (#292) 2023-04-24 09:50:49 -07:00
screencaster.js Catch loading issues (#255) 2023-03-20 18:31:37 -07:00
screenshots.js merge regression fixes from 0.9.1: full page screenshot + allow service workers if no profile used (#297) 2023-04-24 10:26:56 -07:00
seeds.js Logger cleanup (#254) 2023-03-17 14:24:44 -07:00
state.js Store archive dir size in Redis (#291) 2023-04-19 18:10:02 -07:00
storage.js Ensure crawler can't run out of space with --diskUtilization param (#264) 2023-03-31 09:35:18 -07:00
textextract.js Convert to ESM (#179) 2022-11-15 18:30:27 -08:00
timing.js Add option for sleep interval after behaviors run + timing cleanup (#257) 2023-03-22 11:50:18 -07:00
worker.js add --browserdriver for testing different drivers 2023-04-24 23:40:11 -07:00