Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_devsym.c
bc91738
Add a C-source spell-checking facility. make misspell (on Nix)
by larrybr
· 2 years, 1 month ago
7093a3b
Fix some test code so that testfixture can build with SQLITE_OMIT_WAL defined.
by dan
· 4 years, 10 months ago
e88c0cd
As it requires wal mode support, do not run test file chunksize.test as part of the "journaltest" permutation.
by dan
· 6 years ago
33447e7
Add a test for the outcome of a process crash within an xWrite VFS method call.
by dan
· 8 years ago
05accd2
Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script.
by dan
· 9 years ago
8f2ce91
Since the return value of sqlite3OsClose() is always ignored, we might as
by drh
· 9 years ago
e11fedc
Change the name of the xShmClose VFS method to xShmUnmap, everywhere.
by drh
· 15 years ago
da9fe0c
Changes so that the xShmOpen VFS method is no longer required. Its job can be done by the first call to xShmMap. Rename xShmClose to xShmUnmap.
by dan
· 15 years ago
2667be5
Remove the unused xRename() method from the sqlite3_vfs object.
by drh
· 15 years ago
6b017cc
Move the xShmMap method to in between xShmLock and xShmBarrier, since it seems
by drh
· 15 years ago
1880191
Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name of xShmPage to xShmMap. Remove some code that is now unused from os_unix.c and some of the test VFS implementations.
by dan
· 15 years ago
13a3cb8
Experimental change to the xShmXXX parts of the VFS interface.
by dan
· 15 years ago
73b64e4
Initial code for incremental checkpoint in WAL mode. This check-in compiles
by drh
· 15 years ago
286a288
Add a new xShmBarrier method to the VFS - a shared-memory fence operation.
by drh
· 15 years ago
5939f44
Mark the shared-memory in the WAL implementation as volatile.
by drh
· 15 years ago
365e2d2
Fix for the test_devsym.c test module for the VFS-SHM refactoring.
by drh
· 15 years ago
d9e5c4f
Refactoring the VFS-SHM methods used by WAL. This version compiles and
by drh
· 15 years ago
1fbe0f2
Change the VFS definition so that all methods take a VFS object pointer as
by drh
· 15 years ago
b7e8ea2
Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available.
by drh
· 15 years ago
11398e5
Merge two wal leaves.
by dan
· 15 years ago
2d536e1
Change the SHM interface so that it does not take the name of the shared
by drh
· 15 years ago
6ddb4bf
Add xShmXXX() methods to the test VFS in test_devsym.test.
by dan
· 15 years ago
af75c86
Add the xShmRelease() method to the VFS. The os_unix.c implementation of
by drh
· 15 years ago
f2424c5
Begin moving WAL-specific I/O into the VFS. This checkin contains VFS
by drh
· 15 years ago
47f18f7
Reset the simulated device in the test harness to its default
by drh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
ec1724e
Fix compiler warnings in where.c and in the TCL test harness. (CVS 5994)
by drh
· 17 years ago
755339e
Add a case to permutations.test to run tests with the IOCAP_SAFEAPPEND property set. (CVS 5693)
by danielk1977
· 17 years ago
17b90b5
Remove the xGetTempname() method from the vfs structure. Temp files are now opened by passing a NULL pointer as the filename to xOpen(). (CVS 5190)
by danielk1977
· 17 years ago
861f745
Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReservedLock functions. (CVS 5188)
by danielk1977
· 17 years ago
75998ab
sqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_EXTENSION defined. (CVS 5171)
by shane
· 17 years ago
822a516
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
by danielk1977
· 17 years ago
fb80d20
Change <sqlite3.h> to "sqlite3.h" in #includes (CVS 4847)
by mlcreech
· 17 years ago
7e8b848
Make sqlite3SafetyOn() and sqlite3SafetyOff() macros which disappear when
by drh
· 18 years ago
bf26097
Move the test (sqlite3_simulate_device) functionality out of the main code and into a test vfs. (CVS 4737)
by danielk1977
· 18 years ago