History log of /sqlite-3.40.0/src/test_quota.c (Results 1 – 25 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release, version-3.50.2, version-3.50.1, major-release, version-3.50.0, version-3.49.2, patch-release, version-3.44.4, version-3.49.1, version-3.49.0, major-relase, relase, version-3.48.0, version-3.47.2, version-3.47.1, version-3.47.0, version-3.46.1, version-3.46.0, version-3.45.3, version-3.44.3, version-3.45.2, version-3.45.1, vesion-3.45.1, version-3.45.0, version-3.44.2, version-3.44.1, version-3.44.0, version-3.43.2, version-3.43.1, version-3.43.0, version-3.42.0, version-3.41.2, version-3.41.1, version-3.41.0, version-3.40.1, version-3.40.0, version-3.39.4, version-3.39.3, version-3.39.2, version-3.39.1, version-3.39.0, version-3.38.5, version-3.38.4, relese, version-3.38.3, version-3.38.2, version-3.38.1, version-3.38.0, version-3.37.2, version-3.37.1, version-3.37.0, version-3.36.0, version-3.35.5, version-3.35.4, version-3.35.3, same-as-3.35.3, version-3.35.2, version-3.35.1, version-3.35.0, patch, version-3.34.1, version-3.34.0, version-3.33.0, version-3.32.3, version-3.32.2, version-3.32.1, version-3.32.0, version-3.31.1, version-3.31.0, version-3.30.1, version-3.30.0, version-3.29.0, version-3.28.0, version-3.27.2, version-3.27.1, version-3.27.0, version-3.26.0, version-3.25.3, version-3.25.2, version-3.25.1, version-3.25.0, version-3.24.0, version-3.23.2, version-3.23.1, version-3.23.0, version-3.22.0, version-3.21.0, version-3.20.1, version-3.19.4, version-3.20.0, version-3.18.2, version-3.18.1, version-3.19.3, version-3.19.2, version-3.19.1, version-3.19.0, version-3.18.0, version-3.17.0, version-3.16.2, version-3.16.1, version-3.16.0, version-3.15.2, version-3.15.1, version-3.15.0, version-3.14.2, version-3.14.1, version-3.14.0
# 7617e4a8 28-Jul-2016 mistachkin <[email protected]>

Make sure the SQLITE_TCLAPI macro is always defined.

FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d


# 52b1dbb5 28-Jul-2016 mistachkin <[email protected]>

Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.

FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15


Revision tags: version-3.13.0, version-3.12.2, version-3.12.1, version-3.9.3, version-3.12.0, version-3.11.1, version-3.11.0, version-3.10.2, version-3.10.1, version-3.10.0, version-3.9.2, version-3.9.1, version-3.9.0, version-3.8.11.1, version-3.8.11, version-3.8.10.2, version-3.8.10.1, version-3.8.10, version-3.8.9, version-3.8.8.3, version-3.8.8.2, version-3.8.8.1, version-3.8.8
# 7bb22ac7 12-Jan-2015 mistachkin <[email protected]>

Silence some harmless uninitialized local variable warnings.

FossilOrigin-Name: 44375a34e59d1b0f0d765a99dcc7e6f30a4be7f7


Revision tags: version-3.8.7.4, version-3.8.7.3, version-3.8.7.2, version-3.8.7.1, version-3.8.6.1, version-3.8.7, version-3.8.6, version-3.8.5, version-3.8.4.3, version-3.8.4.2, version-3.8.4.1, version-3.8.4, version-3.8.3.1, version-3.8.3, version-3.8.2
# f74b9e09 26-Nov-2013 mistachkin <[email protected]>

Further work on Windows header file reform.

FossilOrigin-Name: 540f5525160b516de282136ca77f909115a51630


Revision tags: version-3.8.1, version-3.8.0.2, version-3.8.0.1, version-3.8.0, version-3.7.17
# e84d8d32 29-Apr-2013 mistachkin <[email protected]>

More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes.

FossilOrigin-Name: 05ba5e23fcc5da416d47a8ad5e667ed6a0c7a34a


Revision tags: version-3.7.16.2, version-3.7.16.1, version-3.7.16
# 503a686e 01-Mar-2013 drh <[email protected]>

Always use strncmp() rather than memcmp() when comparing strings where one
or other string might be less than the length parameter, since optimized
versions of memcmp() might read past the first diff

Always use strncmp() rather than memcmp() when comparing strings where one
or other string might be less than the length parameter, since optimized
versions of memcmp() might read past the first difference and in so doing
generate an access violation.

FossilOrigin-Name: d73435587ba7459e2e2c32980d0e17abdeceb4bc

show more ...


Revision tags: version-3.7.15.2, version-3.7.15.1, version-3.7.15
# 46f7d98c 06-Nov-2012 drh <[email protected]>

In test_quota.c, provide a work-around for the missing _chsize_s() function
in mingw.

FossilOrigin-Name: 6b4979e86c05f2da2c5fff67ea7feec5fa56756a


Revision tags: version-3.7.14.1
# b3f787f4 29-Sep-2012 drh <[email protected]>

Fix compiler warnings found on Lion.

FossilOrigin-Name: fd74d3d91721ca404537f195fed04c9edef20bf2


Revision tags: version-3.7.14
# 83905c90 21-Jun-2012 drh <[email protected]>

Remove support for OS/2 from the source tree.

FossilOrigin-Name: ff828c67e5d3c1afa5bc3a304b9c6fcc7b3ea5fa


Revision tags: version-3.7.13
# 98c78ea6 05-Jun-2012 drh <[email protected]>

Add sqlite3_quota_ferror() and sqlite3_quota_file_available() interfaces to
test_quota.c. Change sqlite3_quota_fwrite() to use a const input buffer.

FossilOrigin-Name: 61669c95859e187618fb2fb424930

Add sqlite3_quota_ferror() and sqlite3_quota_file_available() interfaces to
test_quota.c. Change sqlite3_quota_fwrite() to use a const input buffer.

FossilOrigin-Name: 61669c95859e187618fb2fb4249306a947ae8d26

show more ...


Revision tags: version-3.7.12.1
# 94e858b1 21-May-2012 drh <[email protected]>

Move some #defines earlier in the file for test_quota.c in order to avoid
a use before definition.

FossilOrigin-Name: fda1ea0bee0fe283e0ed5710058fdfc403519bac


Revision tags: version-3.7.12
# 83cc1392 19-Apr-2012 drh <[email protected]>

Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
tclsqlite.c and in the FTS4 module.

FossilOrigin-Name: 3281972eaa46cb57fd9f0387063f47430dc0a3b4


# c00ce490 10-Apr-2012 drh <[email protected]>

Add new interfaces to the test_quota.c module: sqlite3_quota_ftruncate(),
sqlite3_quota_file_size(), sqlite3_quota_file_truesize(), and
sqlite3_quota_file_mtime().

FossilOrigin-Name: 2fa9f54309aea9

Add new interfaces to the test_quota.c module: sqlite3_quota_ftruncate(),
sqlite3_quota_file_size(), sqlite3_quota_file_truesize(), and
sqlite3_quota_file_mtime().

FossilOrigin-Name: 2fa9f54309aea9927fb3695a986febd4963df7d1

show more ...


Revision tags: mountain-lion
# 7da5fcb0 30-Mar-2012 drh <[email protected]>

Fix MSVC compiler warnings in test code.

FossilOrigin-Name: cb7a850439c9a4a7887650d6b81d95ab8025de5b


Revision tags: version-3.7.11, version-3.7.10
# 72cd90ac 11-Jan-2012 dan <[email protected]>

Fix the sqlite3_quota_file() function in test_quota.c so that it adds the second nul-terminator to all file names that will be passed to a VFS xOpen method.

FossilOrigin-Name: 3013f9a67cc6097c14e40a

Fix the sqlite3_quota_file() function in test_quota.c so that it adds the second nul-terminator to all file names that will be passed to a VFS xOpen method.

FossilOrigin-Name: 3013f9a67cc6097c14e40a6155c1401f51f4da78

show more ...


# c39f3e00 15-Dec-2011 drh <[email protected]>

Use _commit() rather than FlushFileBuffers() as a substitute for fsync()
on windows. Also cast for C++ and add support for SQLITE_FCNTL_VFSNAME.

FossilOrigin-Name: e85cfe9a17a2943ee0cf7915451ff6cc0

Use _commit() rather than FlushFileBuffers() as a substitute for fsync()
on windows. Also cast for C++ and add support for SQLITE_FCNTL_VFSNAME.

FossilOrigin-Name: e85cfe9a17a2943ee0cf7915451ff6cc05908030

show more ...


# de60fc2d 14-Dec-2011 drh <[email protected]>

Add a file-control that will discover the name of the bottom-level VFS and
all the shims in between.

FossilOrigin-Name: cdbfb553af02d10767a905489d9dfc57fc6be54e


# 49ed5c85 14-Dec-2011 drh <[email protected]>

Harden the utf8-to-mbcs converter in the quota module against failures.

FossilOrigin-Name: 1cda511deb625868395a23c95346e14d0c300670


# 27cec37d 13-Dec-2011 drh <[email protected]>

Enhancements to test_quota.c: Remove the external dependency on
sqlite3_win32_utf8_to_msbc(). Add an extra parameter to quota_fflush()
that will also do an fsync (or the equivalent).

FossilOrigin

Enhancements to test_quota.c: Remove the external dependency on
sqlite3_win32_utf8_to_msbc(). Add an extra parameter to quota_fflush()
that will also do an fsync (or the equivalent).

FossilOrigin-Name: 92f4188f90e3cdd71f1457a6e0eb22615e4a54f4

show more ...


# 663cebfe 12-Dec-2011 drh <[email protected]>

Make sure the quota logic is usable as C++.

FossilOrigin-Name: f4534bd3023a599691018f35389a76045e49d831


# 69b2232d 03-Dec-2011 drh <[email protected]>

Add the sqlite3_quota_fflush() interface. Enhance sqlite3_quota_remove()
so that it can remove entire directories.

FossilOrigin-Name: abcb65af4cdd192beaccdbc2109ad45b9e7f9d00


# c8ccda60 01-Dec-2011 drh <[email protected]>

Progress toward getting things to work better on windows.

FossilOrigin-Name: 253dd7072ef7f4e8742e5b6430658f8e5102e0bb


# a76e8589 01-Dec-2011 drh <[email protected]>

Add test logic and some test cases.

FossilOrigin-Name: a4730586cc1f686ead956ccd1cc218b5931942c9


# 60f21e4b 01-Dec-2011 drh <[email protected]>

Add stdio-like I/O interfaces to the test_quota VFS. This is a prototype
change for discussion and is mostly untested. This is an alternative to
adding stdio-like I/O interfaces in the core. There

Add stdio-like I/O interfaces to the test_quota VFS. This is a prototype
change for discussion and is mostly untested. This is an alternative to
adding stdio-like I/O interfaces in the core. There is no guarantee that
this code will make it into the trunk. If it does get to trunk, there
could be many changes to the interface first.

FossilOrigin-Name: bd3ce723f1b5be52be46ede8614ca316f56e7e6f

show more ...


Revision tags: version-3.7.9, version-3.7.8
# 26541c9a 25-Aug-2011 drh <[email protected]>

Fix an file separator character issue with test_quota.c that was causing
it to fail on windows.

FossilOrigin-Name: ddb8d3e80df868bda0704feed31171fa055432b5


12