summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update sqlite3 to 3.9.2. Bump major, regen .pc and header. Changesjturner2015-12-2380-2053/+4150
| | | | | | 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-12116-5849/+11601
| | | | | | | 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-193-56/+101
|
* Merge conflictsjturner2015-04-193-173/+190
|
* Update sqlite3 to 3.8.9. Changes available here:jturner2015-04-1978-1164/+2771
| | | | | | http://sqlite.org/releaselog/3_8_9.html Tested in bulk and ok landry@
* Bump major to 30, regen .pc and headerjturner2015-04-043-323/+495
|
* Merge conflictsjturner2015-04-045-28/+51
|
* Update sqlite3 to 3.8.8.3. Changes available here:jturner2015-04-0485-1750/+4130
| | | | | | http://sqlite.org/releaselog/3_8_8_3.html Tested in bulk and ok landry@
* Fix typoejturner2015-03-161-2/+2
|
* Bump major to 29, regen .pc and header with new version infojturner2015-03-165-44/+95
|
* 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-1697-3438/+7359
| | | | ok landry@
* Revert some $OpenBSD$ additions about which there are doubts.krw2015-01-203-3/+0
| | | | Suggested by deraadt@
* Missing $OpenBSD$'s.krw2015-01-203-0/+3
| | | | ok deraadt@
* Bump major to 28, regen .pc and header with new version info.jturner2014-09-293-64/+117
|
* Merge conflicts.jturner2014-09-293-45/+122
|
* Update sqlite3 to 3.8.6. A list of changes are available here:jturner2014-09-2993-2948/+6557
| | | | | | 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-062-2/+2
| | | | by deraadt@.
* Update sqlite to 3.8.4.3. Recommended update to fix a problem that mightjturner2014-04-068-7/+70
| | | | | | | | 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@
* Enable SQLITE_ENABLE_FTS3_PARENTHESISjturner2014-03-241-1/+2
| | | | ok landry@ okan@
* Bump major to 27, regen .pc and header with new version info. Removejturner2014-03-244-181/+159
| | | | left over file.
* Merge conflictsjturner2014-03-244-246/+458
|
* Update sqlite to 3.8.4. A list of changes are available here:jturner2014-03-24109-7094/+15733
| | | | | | 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-214-39/+91
|
* Merge conflictsjturner2013-09-214-50/+54
|
* Update sqlite to 3.8.0.2. A list of changes are available here:jturner2013-09-2187-3428/+5532
| | | | | | http://sqlite.org/changes.html. Tested in a bulk and ok landry@ ok espie@
* switch to using arc4random, as prompted by deraadt@.espie2013-09-114-4/+16
| | | | | | also, OMIT_BUILTIN_TEST, since we're just a production library (duh) bump shlib_version accordingly okay reyk@, thanks for looking at this!
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@
* And remove files removed in upstream tarball. Duh.landry2013-06-093-4356/+0
|
* Bump major to 23. last dead kitten for today.landry2013-06-091-2/+2
|
* Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correctlandry2013-06-093-28/+113
| | | | version info.
* merge conflictslandry2013-06-092-26/+100
|
* Update to sqlite 3.7.17.landry2013-06-09109-1525/+13130
| | | | | | | | | | | | | | 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)
* ... and bump the major, update should be completeespie2013-03-181-2/+2
|
* regen'd headersespie2013-03-182-4/+67
|
* 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-1870-1553/+3651
|
* deal with vendor branch sillyness: those files are goneespie2012-11-292-2198/+0
|
* bump major (new functions), regen relevant filesespie2012-11-293-30/+72
|
* lemon.c fixed differently upstream, solve conflictespie2012-11-291-42/+42
|
* minor update to 3.7.14.1espie2012-11-2969-1028/+3441
|
* let regen_headers also take care of sqlite3.pc.in => sqlite3.pcespie2012-08-272-4/+22
| | | | "moui" landry@
* Update version to 3.7.13 to match reality.landry2012-08-191-1/+1
| | | | ok espie@
* synch build after importespie2012-06-224-273/+72
|
* import 3.7.13espie2012-06-2241-451/+28802
| | | | okay jasper@
* stop editing header by hand, expose script I'm going to use for next versionsespie2012-06-042-1/+46
|
* fix autodetection, somehow I managed to lose that commit earlier ?espie2012-06-041-2/+5
| | | | (brad reminded me we have strerror_r too).
* finish synching libraryespie2012-06-042-3138/+1
|
* minor update to 3.7.12.1espie2012-06-0411-90/+126
|
* some symbols actually changed.espie2012-05-241-3/+3
| | | | | | | | visible interface, not "officially" published, but still... technically visible. Better safe than sorry: major bump. as prodded/discussed with deraadt@