Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-06 | Regen .pc and header with new version info. Bump not needed, confirmed | James Turner | |
by deraadt@. | |||
2014-04-06 | Update sqlite to 3.8.4.3. Recommended update to fix a problem that might | James Turner | |
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@ | |||
2014-03-24 | Enable SQLITE_ENABLE_FTS3_PARENTHESIS | James Turner | |
ok landry@ okan@ | |||
2014-03-24 | Bump major to 27, regen .pc and header with new version info. Remove | James Turner | |
left over file. | |||
2014-03-24 | Merge conflicts | James Turner | |
2014-03-24 | Update sqlite to 3.8.4. A list of changes are available here: | James Turner | |
http://sqlite.org/changes.html. Tested in a bulk and ok landry@ | |||
2013-09-21 | Bump major to 26, regen .pc and header with new version info. | James Turner | |
2013-09-21 | Merge conflicts | James Turner | |
2013-09-21 | Update sqlite to 3.8.0.2. A list of changes are available here: | James Turner | |
http://sqlite.org/changes.html. Tested in a bulk and ok landry@ ok espie@ | |||
2013-09-11 | switch to using arc4random, as prompted by deraadt@. | Marc Espie | |
also, OMIT_BUILTIN_TEST, since we're just a production library (duh) bump shlib_version accordingly okay reyk@, thanks for looking at this! | |||
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie | |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther | |
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@ | |||
2013-06-09 | And remove files removed in upstream tarball. Duh. | Landry Breuil | |
2013-06-09 | Bump major to 23. last dead kitten for today. | Landry Breuil | |
2013-06-09 | Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correct | Landry Breuil | |
version info. | |||
2013-06-09 | merge conflicts | Landry Breuil | |
2013-06-09 | Update to sqlite 3.7.17. | Landry Breuil | |
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) | |||
2012-05-22 | import sqlite 3.7.12 (tested by landry@) | Marc Espie | |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie | |
2013-03-18 | ... and bump the major, update should be complete | Marc Espie | |
2013-03-18 | regen'd headers | Marc Espie | |
2013-03-18 | cvs shat on itself all over again. | Marc Espie | |
creating conflicts out of nowhere as usual | |||
2013-03-18 | update to 3.7.15.2, tested by landry@/miod@ | Marc Espie | |
2012-11-29 | deal with vendor branch sillyness: those files are gone | Marc Espie | |
2012-11-29 | bump major (new functions), regen relevant files | Marc Espie | |
2012-11-29 | lemon.c fixed differently upstream, solve conflict | Marc Espie | |
2012-11-29 | minor update to 3.7.14.1 | Marc Espie | |
2012-08-27 | let regen_headers also take care of sqlite3.pc.in => sqlite3.pc | Marc Espie | |
"moui" landry@ | |||
2012-08-19 | Update version to 3.7.13 to match reality. | Landry Breuil | |
ok espie@ | |||
2012-06-22 | synch build after import | Marc Espie | |
2012-06-22 | import 3.7.13 | Marc Espie | |
okay jasper@ | |||
2012-06-04 | stop editing header by hand, expose script I'm going to use for next versions | Marc Espie | |
2012-06-04 | fix autodetection, somehow I managed to lose that commit earlier ? | Marc Espie | |
(brad reminded me we have strerror_r too). | |||
2012-06-04 | finish synching library | Marc Espie | |
2012-06-04 | minor update to 3.7.12.1 | Marc Espie | |
2012-05-24 | some symbols actually changed. | Marc Espie | |
visible interface, not "officially" published, but still... technically visible. Better safe than sorry: major bump. as prodded/discussed with deraadt@ | |||
2012-05-24 | fuck, forgot we still have !C99 compilers | Marc Espie | |
reminded by deraadt@ | |||
2012-05-22 | those no longer belong, they've been move to the test/ directory upstream | Marc Espie | |
2012-05-22 | lemon bug: checking lines is not enough, we have to be sure we're at the | Marc Espie | |
end of file to make sure the include file hasn't been altered. problem reported by landry@, deraadt@ | |||
2012-05-22 | bump version, regen sqlite3.h with our changes (and bump version) | Marc Espie | |
2012-05-22 | merge sync | Marc Espie | |
2012-05-22 | import sqlite 3.7.12 (tested by landry@) | Marc Espie | |
2012-04-22 | add missing defines, crucial: -DSQLITE_CORE | Marc Espie | |
used while compiling extensions which are actually a part of the core, prevents segfaults because extensions have not been loaded... | |||
2012-04-22 | regen all files we can, prepare stuff to make sure it works even without | Marc Espie | |
depend | |||
2012-04-14 | clean-out ALL generated files | Marc Espie | |
2012-04-14 | oops | Marc Espie | |
2012-04-14 | crapola-generated, no need to do it each time. | Marc Espie | |
2012-04-14 | zap parse.y, it's NOT yacc source code, and otherwise make depend will think | Marc Espie | |
parse.[ch] comes from it. | |||
2012-04-14 | OpenBSD compile goo | Marc Espie | |
2012-04-14 | include file, mostly from sqlite.h.in, with parts un-autoconf'd since | Marc Espie | |
we don't need most of the portability goo |