| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update changelog, bump dev dependencies, and bump versionmaster | Jordan Cook | 2022-01-19 | 1 | -1/+1 |
| * | Switch to a different method of resolving ForwardRefs during deserialization ... | Jordan Cook | 2022-01-15 | 1 | -4/+4 |
| * | Add support for key-only request parameters | Jordan Cook | 2022-01-14 | 1 | -2/+7 |
| * | Update changelog and bump version | Jordan Cook | 2022-01-10 | 1 | -1/+1 |
| * | Bump invalid JSON message from 'warning' to 'debug' log level | Jordan Cook | 2022-01-10 | 1 | -1/+1 |
| * | Update dependencies and pre-commit hooks | Jordan Cook | 2022-01-01 | 1 | -1/+0 |
| * | Fix typo in docs | Jordan Cook | 2022-01-01 | 1 | -2/+2 |
| * | Format using a more typical line length of 100 | Jordan Cook | 2022-01-01 | 6 | -11/+38 |
| * | Fix black and type checking issues, and update changelog | Jordan Cook | 2022-01-01 | 1 | -2/+3 |
| * | make order of headers repeatable | Sergey Chvalyuk | 2021-12-17 | 1 | -0/+1 |
| * | Move 304 handling to separate method | Jordan Cook | 2021-12-02 | 1 | -24/+25 |
| * | Drop idea of storing each response in a separate hash, and go back to seriali... | Jordan Cook | 2021-12-01 | 1 | -19/+9 |
| * | Add a new RedisDict class that stores responses in separate hashes instead of... | Jordan Cook | 2021-12-01 | 4 | -16/+102 |
| * | Improve some RedisDict methods and rename to RedisHashDict | Jordan Cook | 2021-12-01 | 5 | -29/+51 |
| * | Update CachedResponse headers with 304 response headers (RFC7234) | Manuel Eggimann | 2021-11-30 | 3 | -11/+18 |
| * | Update cache entry expiration date in case of 304 Not Modified | Manuel Eggimann | 2021-11-29 | 1 | -1/+6 |
| * | Support saving CachedResponses in base save_response | Manuel Eggimann | 2021-11-29 | 1 | -2/+6 |
| * | Add back overrides for requests.Response.__getstate__ and __setstate__ so pla... | Jordan Cook | 2021-11-24 | 1 | -0/+9 |
| * | Add a 'utf8_encoder' for convenience, since that's a common enough step | Jordan Cook | 2021-11-19 | 2 | -0/+3 |
| * | Add support for BaseCache keyword arguments passed along with a backend instance | Jordan Cook | 2021-11-13 | 3 | -8/+31 |
| * | Fix a new type checking issue | Jordan Cook | 2021-10-27 | 1 | -1/+1 |
| * | Move misc minor utils to a separate module | Jordan Cook | 2021-10-27 | 12 | -56/+65 |
| * | Add support for Cache-Control: immutable | Jordan Cook | 2021-10-23 | 1 | -4/+7 |
| * | Bump unreleased changes into a minor release (0.9) and format changelog | Jordan Cook | 2021-10-23 | 1 | -1/+1 |
| * | Add tests for memory (plain dict) backend | Jordan Cook | 2021-10-23 | 1 | -1/+1 |
| * | Move response content reset to DictStorage.__getitem__(), since that's the on... | Jordan Cook | 2021-10-23 | 2 | -6/+10 |
| * | Fix some type checking issues with latest mypy pre-commit hook version | Jordan Cook | 2021-10-23 | 1 | -2/+2 |
| * | Fix duplicate cache read (contains + getitem) | Jordan Cook | 2021-10-23 | 1 | -5/+5 |
| * | Fix immediate expiration with Expires: 0 and reorganize cache header logic a bit | Jordan Cook | 2021-10-13 | 1 | -30/+24 |
| * | Support immediate expiration + revalidation for Cache-Control: max-age=0 and ... | Jordan Cook | 2021-10-10 | 1 | -2/+13 |
| * | Fix behavior for cache_control=True with expire_after | Jordan Cook | 2021-10-10 | 2 | -35/+39 |
| * | Add better error message if parent path exists but isn't a directory | Jordan Cook | 2021-10-10 | 1 | -6/+11 |
| * | Update changelog and some docstrings | Jordan Cook | 2021-09-20 | 1 | -6/+12 |
| * | Define __all__ for a couple more modules for star imports | Jordan Cook | 2021-09-20 | 2 | -5/+5 |
| * | Reorganize & improve request normalization functions: | Jordan Cook | 2021-09-20 | 6 | -130/+140 |
| * | Support expire_after param for CachedSession.send() | Jordan Cook | 2021-09-18 | 2 | -2/+6 |
| * | Use only integers for expire_after values in seconds, since this is what Cach... | Jordan Cook | 2021-09-18 | 1 | -2/+3 |
| * | Make per-request expiration thread-safe by passing via request headers instea... | Jordan Cook | 2021-09-18 | 2 | -63/+36 |
| * | Vectorize logo, color it to match light/dark theme colors on rtd, and add mod... | Jordan Cook | 2021-09-18 | 1 | -1/+1 |
| * | Redact ingored_parameters from CachedResponse.url | Jordan Cook | 2021-09-15 | 2 | -15/+25 |
| * | Fix incorrect debug message for skipping cache write | Jordan Cook | 2021-09-15 | 1 | -1/+2 |
| * | Add some alises so fully qualified imports of DbDict, etc. don't break | Jordan Cook | 2021-09-14 | 2 | -1/+7 |
| * | Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ... | Jordan Cook | 2021-09-08 | 1 | -2/+4 |
| * | Add note to Troubleshooting section about deprecated imports | Jordan Cook | 2021-09-07 | 1 | -1/+1 |
| * | Add note about 'cache_name' argument usage in init_backend() | Jordan Cook | 2021-09-06 | 2 | -11/+11 |
| * | Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C... | Jordan Cook | 2021-09-06 | 2 | -10/+10 |
| * | Use blake2 instead of sha256 for hashing request info | Jordan Cook | 2021-09-06 | 1 | -2/+3 |
| * | Fix SQLiteCache.db_path; supposed to be a property, not a method | Jordan Cook | 2021-09-06 | 1 | -0/+1 |
| * | Allow match_headers to optionally accept a list of specific headers to match | Jordan Cook | 2021-09-06 | 3 | -33/+51 |
| * | Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-... | Jordan Cook | 2021-09-06 | 4 | -10/+10 |