SQLite4
Changes On Branch sqlite4_env
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch sqlite4_env Excluding Merge-Ins

This is equivalent to a diff from 949cb749fe to dee2172b52

2012-06-25
19:34
Merge the sqlite4_env api changes onto trunk. There is still a lot of work to be done, but it at least now passes most tests. check-in: 4192f826d1 user: drh tags: trunk
19:28
Fixes to the kvwrap test interface. At this point, most tests pass, though there are still massive memory leaks. Major unresolved issues: (1) the global function. (2) API for substituting new storage engines. Leaf check-in: dee2172b52 user: drh tags: sqlite4_env
18:53
Initialize the random number generator in sqlite4_initialize(). check-in: a34def59f7 user: drh tags: sqlite4_env
2012-06-22
20:29
Continuing work on sqlite4_env and getting it to be used everywhere. The changes here are mostly having to do with mutexes. They compile, but there are errors. This is an incremental check-in so that I can change to work on another project where an issue has just come up. check-in: 1d65209131 user: drh tags: sqlite4_env
18:06
Merge trunk changes. check-in: df818c275b user: dan tags: embedded-btree
16:55
Modify sqlite4_mem_methods to remove xRoundup, add the Benign methods, and for all methods to take an environment pointer as their first argument. check-in: 949cb749fe user: drh tags: trunk
14:58
Add the sqlite4_env parameter to sqlite4_threadsafe(). check-in: d3fa91fcba user: drh tags: trunk

Changes to src/alter.c.

Changes to src/callback.c.

Changes to src/date.c.

Changes to src/func.c.

Changes to src/global.c.

Changes to src/main.c.

Changes to src/malloc.c.

Changes to src/mem0.c.

Changes to src/mem1.c.

Changes to src/mem2.c.

Changes to src/mutex.c.

Changes to src/mutex.h.

Changes to src/mutex_noop.c.

Changes to src/mutex_unix.c.

Changes to src/os.c.

Changes to src/random.c.

Changes to src/shell.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/vdbeapi.c.

Changes to test/log1.test.

Changes to test/test_main.c.

Changes to test/test_malloc.c.

Changes to test/test_mutex.c.

Changes to test/test_storage2.c.

Changes to test/tester.tcl.

Changes to test/where.test.