| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
the database file using write(). Unless SQLITE_MMAP_READWRITE is defined, in which case use a read/write mapping and write into the file using memcpy().
FossilOrigin-Name: 67c5d3c646c8198c8637069140aca952b802df25
|
|
|
|
|
| |
and wal files based on the name of the actual db file, not the symlink.
FossilOrigin-Name: c7c8105099c0412ac6c605f98987092c10bde57c
|
|
|
|
|
| |
windows VFSes, so that they likely work even if SQLITE_THREADSAFE=0 is used.
FossilOrigin-Name: c6ab807b72ddfc1462f61aa91442b6fac04ace8a
|
|
|
| |
FossilOrigin-Name: 6db3ff45bc15ece29cb2c7a736e5c6d005dde200
|
|
|
|
|
| |
built-in VFS mutex where appropriate.
FossilOrigin-Name: b202e2a1d73d104d795d2252b1c6f61d65bfb295
|
|
|
|
|
|
| |
SQLITE_OMIT_RANDOMNESS compile-time option to cause the PRNG to be seeded
identically on every run, for testing purposes.
FossilOrigin-Name: 93ce2bca701efc67aeb517c4d641bde71332e8a0
|
|
|
| |
FossilOrigin-Name: 48f553b05c05373c0af4b9c3a542979db3a2ee19
|
|\
| |
| | |
FossilOrigin-Name: cd1542664eb3eb46d486664ded49cd9c4bef3948
|
| |
| |
| |
| |
| | |
work on more verions of MacOS with SQLITE_ENABLE_LOCKING_STYLE turned on.
FossilOrigin-Name: 211411d02c0729c9af0e3cc7e4910db2e7e0d08e
|
|/
|
|
|
| |
is not yet ready for release.
FossilOrigin-Name: 4ae9a3acc4eeeb7998769eb856c97c2233476f72
|
|
|
|
|
| |
some versions of GCC are unable to deal with that.
FossilOrigin-Name: de9da317d4df3efefe9a1a48f954af8a19e7d098
|
|
|
| |
FossilOrigin-Name: 67d69d21de32816894be53e4b446656d4174eb0d
|
|
|
|
|
| |
to the OS to fix priority inversions.
FossilOrigin-Name: c6e6d5f4e06c3ac0bfb620c0c728fbc7230c4a02
|
|
|
|
|
|
| |
automatically use posix advisory locking if it is available or fall back
to named semaphore locking if not.
FossilOrigin-Name: ac8c7ca3db14ec19be1f19cfaf14b47fdda0c9ef
|
|
|
| |
FossilOrigin-Name: 55c21521a64703d7050c7f8975538f4cfae95eb7
|
|
|
|
|
|
| |
modifications on VxWorks 7. Still gives a few compiler warnings, and still
mostly untested on that platform.
FossilOrigin-Name: 7d92f1f11ee69b0ba7d5a48f0611016d77d41c78
|
|
|
| |
FossilOrigin-Name: c299e55a661c04f71ab43cb8aed04f8ece6e0567
|
|
|
| |
FossilOrigin-Name: 7560a9fa50236ecaa0617f1ab5bb5662f4a61c72
|
|
|
|
|
| |
Also fix an unused local variable warning.
FossilOrigin-Name: 8215727dda384351765ab1d5c53ea80775b4ec65
|
|
|
| |
FossilOrigin-Name: 81f242e338d6122e27aad86986bfd140012c6582
|
|
|
| |
FossilOrigin-Name: 694228e4632c2999efa47ecb49f679c177db02e5
|
|
|
|
|
| |
do not support posix_fallocate().
FossilOrigin-Name: af20eae1e6f608e4e61a07c3d14cf88c12751353
|
|
|
|
|
| |
allocated on disk, even if the file will only use part of it.
FossilOrigin-Name: c7f84717d61197afa9e0ac607c4b349361e6e2b7
|
|
|
|
|
| |
been allocated before it is accessed. Otherwise, a disk-full condition might result in a SIGBUS exception.
FossilOrigin-Name: 776648412c30dce206f1024ff849c2cb025bb006
|
|
|
| |
FossilOrigin-Name: 10a6e510497b471d67ac3dfb19ff256a7d18adf4
|
|
|
|
|
| |
use memory-mapped I/O.
FossilOrigin-Name: 3db78d6100a1ecf58c18eec3abefa7d1250c649c
|
|\
| |
| |
| |
| | |
Android.
FossilOrigin-Name: ad7063aa1a0db32cdbe71815545b2edca57d3bcc
|
| |\
| |/
|/| |
FossilOrigin-Name: 9dca7ce55797b3eb617859f6189c1a2ec6f66566
|
| |
| |
| | |
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
|
|/
|
| |
FossilOrigin-Name: e7fae33c0754488336ce093189a83dfe1b818d89
|
|
|
| |
FossilOrigin-Name: b0f6b91f36b503d8ba8d5257bb194f8c1afb4833
|
|
|
| |
FossilOrigin-Name: f01d42cc8b00d2b7c4f14defcb05fdc493cf1bfd
|
|
|
| |
FossilOrigin-Name: 19682e8fdc4a3b7884dba3e4387763e435ec16e6
|
|
|
| |
FossilOrigin-Name: de27c742c0dcda20b51339598bf6094a8dcf5fb9
|
|
|
|
|
|
| |
assert() statements and documentation for that error code. Also make other
documentation improvements.
FossilOrigin-Name: 36b7c5cefcad6bad044806092593c84876fee8bc
|
|
|
| |
FossilOrigin-Name: 612b6d1b1f74eaf618520b90811eca10f978fc71
|
|
|
|
|
| |
unlink of temporary files on unix is deferred until after the file is closed.
FossilOrigin-Name: e43a2f92b616ec885a1ee62911fa8f6991d277f7
|
|
|
|
|
| |
unlink(). That change did not clear the problem on FuseFS.
FossilOrigin-Name: 0617e20a33e08754aea14e60db44e557c13978e3
|
|
|
|
|
| |
the unix VFS.
FossilOrigin-Name: 6484fb5a25c2a0e5d26694285a4908a22c67ba17
|
|
|
|
|
|
|
| |
internally and thus avoids the need to call fstat() on those files, since
fstat() does not work reliably on unlinked files on some implementations of
FuseFS.
FossilOrigin-Name: c41df393c6afbfbfdc4d1b885024e083c6f6de1f
|
|
|
| |
FossilOrigin-Name: e3d2be3ba47cdaafd26347620ae3bc2813203f16
|
|
|
|
|
| |
that is not a multiple of the system page size on systems with page sizes larger than 32KB.
FossilOrigin-Name: 6f3a5c24d254fc6faf607b505bdef4a7aafc21af
|
|
|
| |
FossilOrigin-Name: 4043d879795bfad55af35e9cb48e0a42eb4087ae
|
|
|
| |
FossilOrigin-Name: 87bf60637e5863c54c5e2d05aaaca0835b7aace8
|
|
|
| |
FossilOrigin-Name: 0484549bb82ca5246488330c8d266e429ccd19b9
|
|
|
| |
FossilOrigin-Name: 618f248f4ea9fb0b6ff019a4c2cd72857389301f
|
|
|
|
|
| |
reset the PRNG when a process ID change is detected.
FossilOrigin-Name: e1eba1fb09d7db49d77928bd115b27b8002ae640
|
|
|
|
|
| |
file has moved.
FossilOrigin-Name: 2b1884dc14f9a04a04eebb3245fbe0daaff399eb
|
|
|
|
|
| |
the -fcatch-undefined-behavior option of clang.
FossilOrigin-Name: e19eead8c9977ed4f00eac54c5bc7e90db78caa8
|
|
|
|
|
| |
SQLITE_MAX_MMAP_SIZE=0 are both defined.
FossilOrigin-Name: 090db8c81d8ca216277d11c8c4751c0a37801524
|