Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/calloc
/
src
97bc087
Further tweaks to malloc paths.
by dan
· 13 years ago
calloc
32e28c8
Remove another branch from the DbMalloc() paths.
by dan
· 13 years ago
a785a59
Reorganize code to remove a few of the branches introduced into the critical sqlite3DbMallocXXX() path by the previous commit.
by dan
· 13 years ago
cb2b9c8
Enhance the custom memory allocation interface to allow the user to specify a calloc() function.
by dan
· 13 years ago
5373b76
Ensure that there is always at least one aReadMark slot usable by an unprivileged reader while a checkpoint is running. Also, if one or more transactions are recovered from a log file, initialize one of the aReadMark slots to contain mxFrame as part of the recovery process.
by dan
· 13 years ago
610b8d8
Amplification of a comment in wal.c. Change the aReadMark[] processing so
by drh
· 13 years ago
13a2bed
Fix compiler warnings about unused code in spellfix. Fix the editDist3Core()
by drh
· 13 years ago
spellfix-matchlen
b4a553e
Fix a bug in the phonetic-hash routine in spellfix1: Even if the first character of a word is deemed to be "silent", do not apply the special handling intended for the first character of each word to the second.
by dan
· 13 years ago
5ad17e5
Merge trunk changes.
by dan
· 13 years ago
5885e76
If a specific database is nominated as part of a "PRAGMA integrity_check" or "PRAGMA quick_check" command, search for problems in the nominated database only. i.e. "PRAGMA main.quick_check" now only scans the main database, not all attached databases as before.
by dan
· 13 years ago
8512752
Add the "matchlen" column to the spellfix1 virtual table.
by dan
· 13 years ago
2deb165
Update test_spellfix.c with latest changes.
by dan
· 13 years ago
2f3de32
Another changes to the shell in support of SQLITE_OMIT_AUTOINIT.
by drh
· 13 years ago
bbb0be8
Update the shell so that it works with SQLITE_OMIT_FLOATING_POINT and
by drh
· 13 years ago
5afbd60
Remove code that was incorrectly changing SQLITE_MISUSE errors into SQLITE_OK
by drh
· 13 years ago
ed68801
Add the sqlite3_close_v2() interface (from the deferred-close branch) that
by drh
· 13 years ago
5675202
Merge changes to trunk that ensure that floating point values are exactly
by drh
· 13 years ago
20b1ff0
Fix spelling typo.
by mistachkin
· 13 years ago
f1c6bc5
Remove more references to OS/2.
by mistachkin
· 13 years ago
c722a2c
Disable the atof1.test module when compiling on MSVC.
by drh
· 13 years ago
floating-point-conversions
d1b0afc
Fix the SQLITE_ZERO_MALLOC compile-time option so that it works on windows.
by drh
· 13 years ago
fe7b2bc
Merge several compiler compatibility fixes to trunk.
by mistachkin
· 13 years ago
83905c9
Remove support for OS/2 from the source tree.
by drh
· 13 years ago
2b434a7
Move variable declaration to fix compilation with MSVC.
by mistachkin
· 13 years ago
4ef9413
Round-trip conversions of real->text->real are now lossless on x64 with GCC.
by drh
· 13 years ago
72b3fbc
Improved accuracy on text-to-real and real-to-text conversions. Most
by drh
· 13 years ago
89f1508
Improved rounding accuracy on test-to-float conversions.
by drh
· 13 years ago
9721c21
Allow the SQLITE_API macro to apply to the sqlite3_win32_sleep function.
by mistachkin
· 13 years ago
compiler-compat
c8bde37
Fix a few compilation issues that can occur with certain compilers (e.g. GCC 2.95.3, MSVC).
by mistachkin
· 13 years ago
4104337
Fix compiler warning.
by mistachkin
· 13 years ago
deferred-close
155812d
Documentation and evidence mark updates. Remove a redundant assert().
by drh
· 13 years ago
0b8dcfa
Fix a problem preventing a shared in-memory database from being attached to a read-only connection.
by dan
· 13 years ago
a879342
Fix a malloc/free mismatch in pager.c (sqlite3_free() called on a buffer allocated by sqlite3DbMalloc()).
by dan
· 13 years ago
4bd6952
Provide an (undocumented) compile-time option to disable the page cache
by drh
· 13 years ago
5e0c493
Fix harmless Clang warnings.
by drh
· 13 years ago
617235b
Fix an #if that is applicable to WinRT, even thought it is currently disabled by another #if.
by mistachkin
· 13 years ago
cc71645
Merge the changes need to compile on WinRT into trunk.
by drh
· 13 years ago
2c897e3
Disable FTS unicode61 by default. It is enabled by specifying compile time option SQLITE_ENABLE_FTS4_UNICODE61.
by dan
· 13 years ago
a19b896
Make sure the Index.azColl pointers do not point to connection-specific memory.
by drh
· 13 years ago
shared-schema
bae591a
Merge the latest trunk changes into shared-schema branch. Also fix a C99-ism
by drh
· 13 years ago
98c78ea
Add sqlite3_quota_ferror() and sqlite3_quota_file_available() interfaces to
by drh
· 13 years ago
d3babb5
Correct docs regarding use of malloc and free by the Windows VFS layer. No changes to code.
by mistachkin
· 13 years ago
401e915
When not compiling for WinRT, skip using a couple Win32 APIs unavailable when compiling with MinGW.
by mistachkin
· 13 years ago
167cd6a
Revert sqlite3_close() to legacy behavior. Create a new sqlite3_close_v2()
by drh
· 13 years ago
4245c40
The sqlite3_close() interface returns SQLITE_OK even if there are outstanding
by drh
· 13 years ago
1e6eea9
Update several APIs to enable compilation with newer revisions of WinRT.
by mistachkin
· 13 years ago
ed46682
Avoid calling fchown() if the process is not running as root.
by drh
· 13 years ago
1b28b89
Link the NDEBUG macro to SQLITE_DEBUG so that when SQLITE_DEBUG is defined,
by drh
· 13 years ago
666a1d8
Fix a typo (a repeated "or") in the documentation. No changes to code.
by drh
· 13 years ago
d3d8c04
Changes some NDEBUG macros to SQLITE_DEBUG in os_unix.c. The is a notational
by drh
· 13 years ago
9cb7200
Updates regarding URI query parameters and shared cache in the documentation
by drh
· 13 years ago
9c67b2a
Add the mode=memory option to URI filenames, which when present forces the
by drh
· 13 years ago
2bfcce4
Merge into trunk the changes that permit :memory: databases to use shared cache.
by drh
· 13 years ago
d4e0bb0
Have user interfaces report out the filename of in-memory databases as an
by drh
· 13 years ago
shared-cache-memdb
4ab9d25
Only allow :memory: databases to share cache if there are created using a
by drh
· 13 years ago
7946c53
If SQLITE_DISABLE_FTS3_UNICODE is defined, do not build the "unicode61" tokenizer.
by dan
· 13 years ago
fts4-unicode
afc8b7f
Enable the use of shared cache for an in-memory database, so that separate
by drh
· 13 years ago
ba67e31
Merge the 3.7.12.1 trunk changes into the WinRT branch.
by drh
· 13 years ago
bbabe19
Mark and always-true conditional as such. Add the fuzz-oss1.test test module.
by drh
· 13 years ago
3a8c4be
Candidate fix for the nested aggregate query problem of ticket
by drh
· 13 years ago
a51009b
Convert the NameContext object from using u8 booleans to using individual
by drh
· 13 years ago
3608f17
Make sure lookaside memory allocations are unusable after they are freed.
by drh
· 13 years ago
94e858b
Move some #defines earlier in the file for test_quota.c in order to avoid
by drh
· 13 years ago
84ee0af
Allow the sqlite3ExplainBegin function to be compiled by MSVC.
by mistachkin
· 13 years ago
ac43e98
Change the ".schema" command of the shell to output VIEWs in declared order,
by drh
· 13 years ago
4ec0100
Merge updates from trunk.
by mistachkin
· 13 years ago
ca8b9ba
Return SQLITE_MISUSE if an application attempts to register a virtual table module with the same name as an existing module.
by dan
· 13 years ago
5efb314
Avoid using sqlite3ResetAllSchemasOfConnection() purely for its side-effects.
by drh
· 13 years ago
81028a4
The former sqlite3ResetInternalSchema() routine was really two different
by drh
· 13 years ago
bba02a9
When a connection disconnects from a shared-cache database, only delete the in-memory schema if there are no other connections.
by dan
· 13 years ago
29ddd3a
Add assert()s to verify that Table objects in the schema never use
by drh
· 13 years ago
74ea19b
Add an assert() that verifies that the statement pointer from
by drh
· 13 years ago
5b6c44a
Fix a typo in a comment which is used to generate documentation. No changes
by drh
· 13 years ago
ab35eae
Parser bug fix: Make sure the table constraints allowed by prior releases
by drh
· 13 years ago
26d8b0f
Fix a harmless compiler warning inside an assert() statement within test code.
by drh
· 13 years ago
d187655
Fix an evidence-mark typo in the comments of sqlite3.h. No changes to code.
by drh
· 13 years ago
dd9819c
Fix a harmless compiler warning.
by drh
· 13 years ago
882f87d
Merge the table constraint parser fixes from trunk.
by drh
· 13 years ago
aeb281c
Further changes to constraint parsing to support legacy syntax.
by drh
· 13 years ago
b60803f
Merge parser adjustments from the trunk.
by mistachkin
· 13 years ago
fcd2f12
Merge Windows directory checking changes from trunk.
by mistachkin
· 13 years ago
4dc330d
Adjust the parser so that certain legacy schema constructs (that are not
by drh
· 13 years ago
48a55aa
Simplify directory checking for winOpen and add checking to winDelete.
by mistachkin
· 13 years ago
win-check-dir
1e039a2
Do not do the AV retry loop on open if the file that is attempting to be
by drh
· 13 years ago
3badf8a
Sync the latest trunk changes into the winRT branch.
by drh
· 13 years ago
a4c5860
Fix a minor deviation from the coding style guidelines.
by drh
· 13 years ago
70331cd
Enhance the processing of ORDER BY clauses on compound queries to better
by drh
· 13 years ago
9250581
All virtual table constructors to be invoked recursively. A test case for
by drh
· 13 years ago
b202d70
Fix a sign-extension problem for BLOB output in ".insert" mode of the
by drh
· 13 years ago
9878123
Update the ".table" command in the shell to show all tables in all
by drh
· 13 years ago
9b8d357
If terminating interactive input to the command-line shell with ^D, issue
by drh
· 13 years ago
045f09c
Merge the latest trunk changes into the WinRT branch (fixes for tickets [2a5629202f] and [385a5b56b9]).
by mistachkin
· 13 years ago
6a36f43
Do not consider a DISTINCT clause redundant unless a subset of the result-set is collectively subject to a UNIQUE constraint and it can be guaranteed that all columns of the subset are NOT NULL (either due to NOT NULL constraints WHERE clause terms). Fix for [385a5b56b9].
by dan
· 13 years ago
99f8fb6
Fix for 2a5629202f. When considering whether or not a UNIQUE index may be used to optimize an ORDER BY clause, do not assume that all index entries are distinct unless there is some reason to believe that the index contains no NULL values.
by dan
· 13 years ago
c2f2d92
Merge the latest trunk changes into the WinRT branch (fixes various MSVC compiler warnings).
by mistachkin
· 13 years ago
83cc139
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
by drh
· 13 years ago
7ed243b
Fix a harmless compiler warning in tclsqlite.c for MSVC x64. Fix a test
by drh
· 13 years ago
d5a336e
Fix harmless compiler warnings (unused parameter warnings) in the aggregate
by drh
· 13 years ago
a749486
Import all the latest trunk changes into the WinRT branch. Refactor and/or remove WinCE-specific macros and functions used for file locking to improve clarity of presentation.
by mistachkin
· 13 years ago
374fdce
Improved handling of aggregate subqueries within an aggregate query.
by drh
· 13 years ago
Next »