Pasin Suriyentrakorn
Pasin Suriyentrakorn
Invalid range requests are currently ignored. It would be better if they are returned as 416: Requested Range Not Satisfiable. There was already #110 (Range request hard codes status) but...
* Added Generate Header Build phrase script to CouchbaseLiteTests target so that it can be built and run. * Note: CouchbaseLiteTests target allows to run Catch2 tests as an XCTest...
Added missing header files in framework modulemap file.
* Issue : When notify collection change, the code needs to obtain the database lock in order to get the database instance from the collection object. The deadlock could occurred...
* Updated LiteCore to a660db2f7c31d78ead8116f91ceace96e271bf87. * Updated tests. * Enabled version vector. * Fixed XCode 15 build issues
WIP
* Ported the fix directly from release/3.1 branch. * Implemented CBLContextManager class for retaining and mapping the object with its pointer value which can be used as the context for...
Fix API doc per the fact that the default collection cannot be deleted.