aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/compress.c
Commit message (Collapse)AuthorAge
* Fix harmless compiler warnings seen with MSVC.mistachkin2024-06-04
| | | FossilOrigin-Name: 93ac8573eead9b785a24715239e71cd3ef730bf16332cf3b5e264a6491374cac
* The compress() function should not be deterministic since the same input candrh2020-01-17
| | | | | | have multiple possible compressed outputs. The uncompress() function, on the other hand, is deterministic. FossilOrigin-Name: 84f314902c48336849081c7e9fe2a52caf171b8215a1c6e80cded0700c447eb1
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
| | | | | the risk rank for many virtual tables. FossilOrigin-Name: 4c21373c21c9b17b222ae65297a039a035e6ec6b505c00c33704e3c03f94f834
* Improved comments on the sqlar.c and compress.c extensions that describedrh2018-01-07
| | | | | | | the differences between the "zlib format" used by SQLAR, the raw deflate format used by ZIP, and the custom format used by compress.c. No changes to code. FossilOrigin-Name: c13415c5caf06eaa73086c500907451dfcdfd1354ac4a9ab63edb7255edbfa1b
* Fix potential memory leaks in the misc 'compress' extension.mistachkin2015-02-26
| | | FossilOrigin-Name: 3bc34fd427d9d7819cd9740237b1f5d4180341fa
* Add an extension that implements compress() and uncompress() SQL functions.drh2014-06-13
FossilOrigin-Name: d5c17d1a423321f766616d82c9b27ef87c1d5afd