aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/sqlar.c
Commit message (Collapse)AuthorAge
* Fix problem in sqlar_uncompress() when being used to extract symbolic links.dan2024-05-06
| | | FossilOrigin-Name: 4d90c3f179a3d7355b6b0202faf56f0be4be56986920576e528208cb84daa4af
* Add OOM check, per tip at [forum:/forumpost/933479b2d5|forum post 933479b2d5]larrybr2023-01-14
| | | FossilOrigin-Name: eda84dcffee6016fb3f8588d96c7ffb6275edd626b11f6fe12e81be90226c7d8
* Fix minor compile issues with optional extensions.drh2020-05-25
| | | FossilOrigin-Name: 3261ee9ec26bbeaa64190c12556a1d8146270b6660c70004830bd38c1b5b63f4
* 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
* Do not use the compress() and uncompress() functions in ext/misc/compress.c -dan2017-12-16
they are not quite compatible with the spec. Instead use new functions in ext/misc/sqlar.c. FossilOrigin-Name: 7652b3c2374084047b6c1da3e525e0cac34fe220597f81e793bc4fd9f33358da