summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update sqlite3 to 3.9.2. Bump major, regen .pc and header. Changesjturner2015-12-2359-1601/+2651
| | | | | | available here: http://sqlite.org/changes.html Tested in bulk by aja@. ok landry@
* Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. Changesjturner2015-09-1279-5433/+8207
| | | | | | | available here: http://sqlite.org/changes.html Tested in bulk by aja@. ok landry@ "Please crank sqlite when you get this mail." deraadt@
* Bump minor, regen .pc and headerjturner2015-04-191-53/+98
|
* Merge conflictsjturner2015-04-192-170/+187
|
* Update sqlite3 to 3.8.9. Changes available here:jturner2015-04-1962-1032/+2281
| | | | | | http://sqlite.org/releaselog/3_8_9.html Tested in bulk and ok landry@
* Bump major to 30, regen .pc and headerjturner2015-04-041-320/+492
|
* Merge conflictsjturner2015-04-044-20/+37
|
* Update sqlite3 to 3.8.8.3. Changes available here:jturner2015-04-0465-1638/+3759
| | | | | | http://sqlite.org/releaselog/3_8_8_3.html Tested in bulk and ok landry@
* Bump major to 29, regen .pc and header with new version infojturner2015-03-161-39/+88
|
* Merge conflictsjturner2015-03-163-30/+93
|
* Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes.html#version_3_8_7_4jturner2015-03-1681-3423/+6533
| | | | ok landry@
* Revert some $OpenBSD$ additions about which there are doubts.krw2015-01-202-2/+0
| | | | Suggested by deraadt@
* Missing $OpenBSD$'s.krw2015-01-202-0/+2
| | | | ok deraadt@
* Bump major to 28, regen .pc and header with new version info.jturner2014-09-291-61/+114
|
* Merge conflicts.jturner2014-09-292-43/+121
|
* Update sqlite3 to 3.8.6. A list of changes are available here:jturner2014-09-2961-1821/+4014
| | | | | | http://sqlite.org/releaselog/3_8_6.html. Tested in a bulk and ok landry@
* Regen .pc and header with new version info. Bump not needed, confirmedjturner2014-04-061-1/+1
| | | | by deraadt@.
* Update sqlite to 3.8.4.3. Recommended update to fix a problem that mightjturner2014-04-066-6/+12
| | | | | | | | cause an incorrect query result and a potential buffer overread that could corrupt a database file. Further details here: http://sqlite.org/changes.html. "sure ok" landry@
* Bump major to 27, regen .pc and header with new version info. Removejturner2014-03-241-67/+156
| | | | left over file.
* Merge conflictsjturner2014-03-243-171/+239
|
* Update sqlite to 3.8.4. A list of changes are available here:jturner2014-03-2473-6769/+12216
| | | | | | http://sqlite.org/changes.html. Tested in a bulk and ok landry@
* Bump major to 26, regen .pc and header with new version info.jturner2013-09-211-35/+87
|
* Merge conflictsjturner2013-09-214-50/+54
|
* Update sqlite to 3.8.0.2. A list of changes are available here:jturner2013-09-2154-3220/+4159
| | | | | | http://sqlite.org/changes.html. Tested in a bulk and ok landry@ ok espie@
* switch to using arc4random, as prompted by deraadt@.espie2013-09-112-0/+10
| | | | | | also, OMIT_BUILTIN_TEST, since we're just a production library (duh) bump shlib_version accordingly okay reyk@, thanks for looking at this!
* And remove files removed in upstream tarball. Duh.landry2013-06-093-4356/+0
|
* Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correctlandry2013-06-091-25/+110
| | | | version info.
* merge conflictslandry2013-06-092-26/+100
|
* Update to sqlite 3.7.17.landry2013-06-0972-1396/+3940
| | | | | | | | | | | | | | See for changes: http://www.sqlite.org/releaselog/3_7_16.html http://www.sqlite.org/releaselog/3_7_16_1.html http://www.sqlite.org/releaselog/3_7_16_2.html http://www.sqlite.org/releaselog/3_7_17.html tested by sebastia@ on vax & sparc, by myself on hppa/amd64/sparc64/sgi/i386/macppc. looks ok to espie@ (a lot of kittens died during the preparation of this cvs import)
* regen'd headersespie2013-03-181-3/+66
|
* cvs shat on itself all over again.espie2013-03-181-11/+3
| | | | creating conflicts out of nowhere as usual
* update to 3.7.15.2, tested by landry@/miod@espie2013-03-1851-1272/+2897
|
* deal with vendor branch sillyness: those files are goneespie2012-11-292-2198/+0
|
* bump major (new functions), regen relevant filesespie2012-11-291-27/+69
|
* minor update to 3.7.14.1espie2012-11-2954-1006/+2516
|
* synch build after importespie2012-06-221-24/+51
|
* import 3.7.13espie2012-06-2226-428/+1271
| | | | okay jasper@
* finish synching libraryespie2012-06-042-3138/+1
|
* minor update to 3.7.12.1espie2012-06-0410-90/+125
|
* bump version, regen sqlite3.h with our changes (and bump version)espie2012-05-221-6/+19
|
* merge syncespie2012-05-221-18/+16
|
* import sqlite 3.7.12 (tested by landry@)espie2012-05-2245-496/+3233
|
* regen all files we can, prepare stuff to make sure it works even withoutespie2012-04-222-1/+1409
| | | | depend
* zap parse.y, it's NOT yacc source code, and otherwise make depend will thinkespie2012-04-141-1408/+0
| | | | parse.[ch] comes from it.
* include file, mostly from sqlite.h.in, with parts un-autoconf'd sinceespie2012-04-141-0/+6942
| | | | we don't need most of the portability goo
* sqlite 3.7.11 library, vendor sourcesespie2012-04-14136-0/+151809