summaryrefslogtreecommitdiff
path: root/.rubocop.yml
AgeCommit message (Collapse)Author
14 hoursfeat: add connection pooling and DNS caching for performancemo khan
- Persistent HTTP sessions avoid Connection: close overhead - DNS pre-resolution with timeout prevents indefinite hangs - Thread-safe connection pool with LRU eviction - TLS certificates parsed once at init, not per-request - Extract TlsParser, DnsCache, ConnectionPool for SRP Bump to v1.5.0
2025-04-30feat: change minimum ruby to 3.2v1.3.0mo khan
2024-12-05feat: disable logger by defaultmo khan
2020-07-31Enable new rubocop rulesmo khan
2020-06-12Reduce # of instance variablesmo khan
2020-01-13Allow following redirectsmo khan
2019-04-30specify ruby 2.4 as minimum supportedmokha
2019-04-30use bundler 2.0mokha
2019-04-30fix linter errorsmokha
2018-05-14fix rubocop errors.mokha