| Commit message (Collapse) | Author | Age |
... | |
|
|
| |
FossilOrigin-Name: 81a8c70ed7a86abf286706fdbc251f31c9c53382
|
|
|
|
|
| |
internal PRNG. Add sqlite3_test_control() verbs for controlling the PRNG. (CVS 4882)
FossilOrigin-Name: 15110ea02768bfe977a57eccd6b941a36ebd6b32
|
|
|
|
|
| |
and into a test vfs. (CVS 4737)
FossilOrigin-Name: 17e7bd6c3f507ffc6b56f54ae8c70730e8246f39
|
|
|
|
|
| |
CREATE INDEX statement, the application continues with the transaction, then crashes. (CVS 4725)
FossilOrigin-Name: 65245d9904db19568d5092926b27f0c193c9ef0b
|
|
|
|
|
| |
runs out of memory while using the mem3.c allocator. (CVS 4632)
FossilOrigin-Name: 0d5747dbad97bf09cf9050e44efbcf5d6b812fbd
|
|
|
|
|
| |
xGetTempname() and xFullPathname(). This, and the previous commit, are changes to the public vfs API introduced in 3.5.0. (CVS 4433)
FossilOrigin-Name: 8b29f5fbfc723cdf67cf3410cd01f7c17ea39a4b
|
|
|
|
|
| |
To be consistent with xFullPathname and sqlite3OsFullPathname. (CVS 4432)
FossilOrigin-Name: ad3687b16e9420d8bbaa3a645aaf803813b36061
|
|
|
|
|
| |
things to improve test coverage. (CVS 4361)
FossilOrigin-Name: 595bfe72f053bc6ecb58bb9044a4cdc53d30b404
|
|
|
| |
FossilOrigin-Name: 5f48fb95c26a713b3259ee49fd444108030376dc
|
|
|
|
|
|
| |
a defined call to xFileControl(). This simplifies the interface and
also gives us coverage testing of sqlite3_file_control(). (CVS 4355)
FossilOrigin-Name: 306586c412b87c6d12bac796641517afa3f9eb6a
|
|
|
|
|
|
| |
Compiles and passes all historical tests but the new method is itself
untested. (CVS 4353)
FossilOrigin-Name: d3ab3e3911f10b17d0859a34f4f007c790a0cd82
|
|
|
| |
FossilOrigin-Name: 04167483aad42d319393e8caf470d8de11e468d8
|
|
|
|
|
|
| |
sqlite3_vfs_release() interface. Less memory allocated for a pager
in the common case where the size of the pathname is less than MAX_PATH. (CVS 4287)
FossilOrigin-Name: b8451da378179d43f25d9a014480c0f13dd1dc37
|
|
|
|
|
| |
or IOCAP_SAFE_APPEND. (CVS 4284)
FossilOrigin-Name: bdf5cb8d25d93d48220ce46acad2ccf967a87843
|
|
|
|
|
| |
fixed. (CVS 4282)
FossilOrigin-Name: 3a68fcddfa9184e4b310ce0a21312c54b9462ec8
|
|
|
|
|
| |
4276)
FossilOrigin-Name: 5f0fb894f44069c4aa9b8dba62b4d8a262c991de
|
|
|
| |
FossilOrigin-Name: e2cc7b4a3476a733b2701546f6b4ec9abc18152b
|
|
|
|
|
|
|
|
| |
recognized by tester.tcl. Memory leak summaries are automatically written
to the file ./memleak.txt and each leak is tagged with the test in which
it occurred. The quick.test script runs on Linux with no errors and
no leaks. (CVS 4273)
FossilOrigin-Name: 21f6b31097692171c6493e6ca6de6acbd62dc595
|
|
|
| |
FossilOrigin-Name: 5bced2392ad77aff0aa1ddea83f2ff9e3ffe28a8
|
|
|
| |
FossilOrigin-Name: fbbd5bda544ffec4e1b43407b12e546235dc7873
|
|
|
|
|
| |
(CVS 4253)
FossilOrigin-Name: 1315bd8e125602275fb718780f9b2730bd37f6ab
|
|
|
|
|
| |
sqlite3_vfs interface. (CVS 4247)
FossilOrigin-Name: 40f66ada815fa1043d24c9cd6d898e1797e7044a
|
|
|
| |
FossilOrigin-Name: af3e3c7acdc67013dd733effebe981620d922dd1
|
|
|
|
|
| |
errors. (CVS 4233)
FossilOrigin-Name: 77b1671351fe94b0ebc126a63140643deae2aa64
|
|
|
|
|
|
| |
I have not even attempted to compile so I am certain there are
countless errors. (CVS 4231)
FossilOrigin-Name: deb7ecd65f7b83eaf0ba610eeef3b0ede61db1c3
|
|
|
|
|
| |
other code to use the new sqlite3_io_methods interface. Lots of things are broken now. (CVS 4228)
FossilOrigin-Name: af9503daf3f7703fcddad754bc1dc9e179830b6e
|
|
|
|
|
| |
changes. (CVS 4223)
FossilOrigin-Name: 63631c17376bcb5a7aa305408aaeaf03738d7b95
|
|
|
|
|
| |
sqlite3OsSectorSize() (CVS 3700)
FossilOrigin-Name: 5752d84d374205e011d49b0221d6237967fe0743
|
|
|
| |
FossilOrigin-Name: c4be8d9949fc7b5e1bed757423c5195f38069048
|
|
|
| |
FossilOrigin-Name: 153940af5af4f775fa3b1784931d3fd1e41764c5
|
|
|
| |
FossilOrigin-Name: 9d71b7deaffdd7eb9ddad1f03df3e4c51c2cbd98
|
|
|
|
|
|
| |
implementations instead of the more complicated virtual function table.
Omit the asynchronous I/O demo. (CVS 2870)
FossilOrigin-Name: 2529c2e11fa1d345ec61f647e4f6fae20a7133d6
|
|
|
|
|
|
|
| |
a virtual base class which is subclassed for unix, windows, and the crash
test simulator. Add the new file "os.c" for common os layer code. Move
all OS-specific routines into the sqlite3Os structure. (CVS 2795)
FossilOrigin-Name: bd8740d1aecba69e1b5d64d43db07e8ad8841f07
|
|
|
|
|
|
| |
problem is fundamental and suggests I need to completely rethink how the
new OS backend should work. (CVS 2792)
FossilOrigin-Name: 966bc68e1bf4e0cc88407871c162ee3014160415
|
|
|
|
|
|
| |
the appropriate os_*.c implementation. Omit the os_unix.h and os_win.h
include files. The crash tests are broken by this patch. (CVS 2791)
FossilOrigin-Name: 058f31753871b16b40fe4048e3adcee411e0f87d
|
|
|
|
|
| |
crash tests. (CVS 2786)
FossilOrigin-Name: 57a674fc71512f11393b8eb595961ec9465ba4e1
|
|
table. The os_test.c module has been replaced by test6.c. The crash tests
are busted now and need to be fixed. (CVS 2785)
FossilOrigin-Name: 1f69aec285dd8e26bd739d5e44bb50fe03a9682a
|