Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
loadext.c
79c792d
Make the new sqlite3_setlk_timeout() interface accessible to loadable
by drh
· 9 weeks ago
aa36dcf
Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces
by drh
· 1 year, 9 months ago
7dc0cc4
Round one of an audit for SQLITE_ENABLE_API_ARMOR for functions exposed by JNI and those functions missing armor, as [forum:5e3fc453a69b49ca|reported in several forum posts].
by stephan
· 1 year, 9 months ago
0d83c71
Make sqlite3_stmt_explain() accessible to loadable extensions.
by drh
· 1 year, 11 months ago
39a7a1a
If the filename argument to sqlite3_load_extension() is an empty string, then
by drh
· 2 years, 2 months ago
e589533
Even tighter bounds on the maximum length of the filename for
by drh
· 2 years, 4 months ago
12b954d
Tighter constraints on the maximum length of the filename handed over
by drh
· 2 years, 4 months ago
3b7a19b
Add a new sqlite3_is_interrupted() interface that can be used by long-running
by drh
· 2 years, 6 months ago
2a07250
Fix last function pointer in sqlite3Apis init. Reported at https://sqlite.org/forum/info/eba0faa96d
by larrybr
· 2 years, 8 months ago
0388f17
Add missing initializer from the extension loader. Fix for
by drh
· 2 years, 9 months ago
ff16267
Add the sqlite3_db_name() interface.
by drh
· 3 years, 2 months ago
07fd1bf
Fix problem with SQLITE_OMIT_VIRTUALTABLE builds.
by dan
· 3 years, 3 months ago
b5bb769
expose sqlite3_{deserialize,serialize}() in sqlite3ext.h
by larrybr
· 3 years, 4 months ago
extapi-serializing
0fe7e7d
Add new interfaces to enable virtual table to process IN operator constraints
by drh
· 3 years, 6 months ago
ec778d2
An initial attempt to implement sqlite3_vtab_distinct().
by drh
· 3 years, 6 months ago
82801a5
Initial implementation of the sqlite3_vtab_rhs_value() interface and the
by drh
· 3 years, 6 months ago
f62641e
Add the sqlite3_error_offset() interface. Use it in the CLI to provide
by drh
· 3 years, 7 months ago
1bbfc67
Demostrate a prototype sqlite3_autovacuum_pages() interface.
by drh
· 3 years, 9 months ago
10496f7
Fully incorporate *_changes64() API improvement.
by larrybr
· 4 years, 1 month ago
cf14504
Avoid bugs in some implementations of dlopen() by avoiding calls to
by drh
· 4 years, 1 month ago
4989a53
Add the new sqlite3_txn_state() interface to the set of routines accessible
by drh
· 4 years, 8 months ago
ccb2113
Refactoring various names. No changes in the resulting machine code.
by drh
· 5 years ago
e238e31
Yet another attempt to enhance sqlite3_load_extension() so that it works
by drh
· 5 years ago
ec9a25c
Fix an issue with check-in [bc3bf7c6681a96bc] when compiling on Windows.
by drh
· 5 years ago
7d9ad75
Fix the sqlite3_load_extension() interface so that it tolerates backslashes
by drh
· 5 years ago
480620c
Experimental API: sqlite3_database_file_object().
by drh
· 5 years ago
4defddd
Add the new sqlite3_create_filename() and sqlite3_free_filename() interfaces
by drh
· 5 years ago
8080403
Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface.
by drh
· 6 years ago
803f06b
Merge recent enhancements from trunk.
by drh
· 6 years ago
b008e4d
Fix some test script issues that come up with SQLITE_OMIT_VIRTUALTABLE builds.
by dan
· 6 years ago
007ba64
Bring the hard-heap-limit branch up-to-date with trunk.
by drh
· 6 years ago
95da9d5
Add the new sqlite3_drop_modules() interface to the loadable extension
by drh
· 6 years ago
10c0e71
Add the sqlite3_hard_heap_limit64() interface and the corresponding
by drh
· 6 years ago
80ac9cb
Correctly initialize the loadable extension thunk.
by drh
· 6 years ago
d5b44d6
When masking bits off of sqlite3.flags, make sure the mask is 64 bits
by drh
· 7 years ago
f6e015f
Fixes for SQLITE_OMIT_VIRTUAL_TABLE builds.
by dan
· 7 years ago
8bee11a
Add the sqlite3_normalized_sql() API.
by mistachkin
· 7 years ago
normalized_sql
173e782
Add the ability for loadable extensions to access the new
by drh
· 7 years ago
f0f9dbd
Add 14 new interfaces to the loadable extension mechanism.
by drh
· 7 years ago
60208c3
Backout change [05fee1a21ea398f1e4d6f1cf3] because it does not take into
by drh
· 7 years ago
4a4532b
Make the new sqlite3_vtab_collation() interface accessible to loadable
by drh
· 8 years ago
76506cd
Add the new "nochange" APIs to the extension loading mechanism.
by drh
· 8 years ago
88a921c
Simplification to the error handling logic in the extension loader.
by drh
· 8 years ago
ab42a2f
Improve the error message that comes back when sqlite3_load_extension()
by drh
· 8 years ago
5587d86
Add the three new pointer interfaces to the loadable extension mechanism.
by drh
· 8 years ago
f0f44b7
Compile cleanly with SQLITE_OMIT_UTF16.
by drh
· 8 years ago
db3e045
Enabled the new sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfaces
by drh
· 8 years ago
0d8d9c9
Add the new sqlite3_set_last_insert_rowid() interface to the extension
by drh
· 8 years ago
8674e49
If compiled with SQLITE_INLINE_MEMCPY, all memcpy() calls are replaced with
by drh
· 9 years ago
98365be
Omit the sqlite3Apis constant object when compiling with
by drh
· 9 years ago
b0df540
Fix other harmless compiler warnings.
by drh
· 9 years ago
4df049f
Remove a duplicate typedef from loadext.c (remaining copy is in sqlite3ext.h).
by dan
· 9 years ago
32c83c8
Avoid making unnecessary changes to the signatures of the
by drh
· 9 years ago
78d5e02
The return type used by the auto-extension entry points is 'int', not 'void'.
by mistachkin
· 9 years ago
177d0f0
Make sure all the auto-extension mechanism function signatures match up precisely.
by mistachkin
· 9 years ago
44e95d4
Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in.
by mistachkin
· 9 years ago
087ec07
Fix code so that the deprecated sqlite3_trace() and sqlite3_profile()
by drh
· 9 years ago
c1502e2
Enhance the sqlite3_load_extension() interface to permit extensions to
by drh
· 9 years ago
load-permanently
191dd06
Revert sqlite3_enable_load_extension() to its original long-standing behavior.
by drh
· 9 years ago
1a55ded
<b>API Change:</b> Modify sqlite3_enable_load_extension() so that it only
by drh
· 9 years ago
1b9f214
Experimental implementation of the sqlite3_system_errno() interface.
by drh
· 9 years ago
fad3039
Enhance ability to debug out-of-memory errors.
by mistachkin
· 9 years ago
7be53fe
Make the sqlite3_status64(), sqlite3_strlike(), and
by drh
· 10 years ago
cdabd7b
Fix harmless compiler warnings.
by mistachkin
· 10 years ago
58a8a92
Change all references to 3.8.12 into 3.9.0. Comment changes only - no
by drh
· 10 years ago
728e0f9
Compiler warning fixes: Rename some local variables from "j1" to avoid a
by drh
· 10 years ago
cf94f17
Make the sqlite3_value_subtype() and sqlite3_result_subtype() interfaces
by drh
· 10 years ago
80c0302
Add the sqlite3_bind_zeroblob64() API.
by dan
· 10 years ago
6bacdc2
Fix compiler warnings. Get the new sqlite3_result_zeroblob64() working
by drh
· 10 years ago
f5ed7ad
Fix harmless compiler warnings.
by drh
· 10 years ago
6a412b8
Fix signed/unsigned comparison compiler warnings. Add the
by drh
· 10 years ago
f3cdcdc
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
by drh
· 10 years ago
8c3026e
Make the sqlite3_table_column_metadata() interface available by default and
by drh
· 11 years ago
bbf483f
Change the name of the _texte64() interfaces to just _test64(), without the "e".
by drh
· 11 years ago
64-bit-lengths
0807cc2
Add new interfaces to the loadable extension mechanism.
by drh
· 11 years ago
13f40da
Split the sqlite3Error() routine into sqlite3Error() and
by drh
· 11 years ago
425e27d
Add the sqlite3_cancel_auto_extension(X) interface which will undo a prior
by drh
· 12 years ago
c288e44
Experiments in making loadable extensions easier to program. The
by drh
· 12 years ago
1d59d03
Complete the initialization of the loadable extension thunk table. Also
by drh
· 12 years ago
e5077c1
When an sqlite3_auto_extension() function fails, report back its actual
by drh
· 14 years ago
52dbea8
Be sure to allocate plenty of space for error messages coming out of
by drh
· 14 years ago
0ea2517
Changes to allow FTS to be compiled as a loadable module again.
by dan
· 14 years ago
bb2b441
Changes to support building with various SQLITE_OMIT_XXX options defined.
by dan
· 14 years ago
4e49c77
Further changes to extension loading to support compile-time options.
by drh
· 15 years ago
fd7ebbf
Make APIs added since version 3.6.0 accessible to loadable extensions.
by drh
· 15 years ago
b975598
Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and
by drh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
50d654d
Additional changes to reduce stack usage. The SQLITE_SMALL_STACK compile-time
by drh
· 16 years ago
7aaa878
Updates to the extension loading logic to support full coverage testing. (CVS 6659)
by drh
· 16 years ago
78ca0e7
When not compiling for an EBCDIC system, use built-in alternatives to the tolowe
by danielk1977
· 17 years ago
1875f7a
The amalgamation now compiles cleanly on GCC with options
by drh
· 17 years ago
eec556d
Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808)
by shane
· 17 years ago
18472fa
Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0
by drh
· 17 years ago
78f82d1
Continuing work on adding full support for the SQLITE_OMIT_WSD
by drh
· 17 years ago
701bb3b
Additional coverage testing. Fix a segfault following OOM in
by drh
· 17 years ago
633e6d5
Implement the "lookaside" memory allocation cache. Use of this cache makes
by drh
· 17 years ago
00f0faf
Fix a compilation bug with SQLITE_OMIT_AUTOINIT. (CVS 5366)
by danielk1977
· 17 years ago
8b6abed
Add recent API additions to the loadable extension interface. (CVS 5246)
by drh
· 17 years ago
59f8c08
Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration modes. (CVS 5234)
by danielk1977
· 17 years ago
40257ff
Progress toward implementation of sqlite3_config() and a rework of the
by drh
· 17 years ago
Next »