Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
|
2007-11-07
| ||
| 22:23:05 | * | [6a1be9c926] Merge Leaf Merge with the latest CVS changes. No synced with version 3.5.2. (by drh) |
| 13:03:13 | * | [4b7ef9d972] Update to CVS version 4533. (by drh) |
|
2007-11-01
| ||
| 14:57:37 | * | [e1ae0cc591] Added a working "Heap" memory allocator. Works in the sense that it does not segfault when used in place of Linear. Might have other problems, though. (by drh) |
|
2007-10-30
| ||
| 23:48:01 | * | [a64c689447] Incremental check-in of changes to malloc.c in order to transfer code to a different machine. This version does not compile. (by drh) |
| 17:51:30 | * | [5a4a1af4cb] Merge Merge in CVS changes through check-in 4518. (by drh) |
| 17:48:03 | * | [6e7d26c3bf] Sync against CVS version 4518. (by drh) |
| 10:32:28 | * | [75c81155c2] Fix a memory leak that could occur after malloc() failure in main.c. Change some test instrumentation code in printf.c to work with memory pools. (by dan) |
| 09:46:02 | * | [a421fc2b95] Fix some asserts in vdbeapi.c that are no longer correct. (by dan) |
| 09:15:03 | * | [1e8386b620] Fix an error in the previous commit. (by dan) |
| 08:47:36 | * | [fe49b8e5ca] Modify MemContext pointers when moving arrays of Mem objects between vdbes in sqlite3VdbeSwap(). (by dan) |
| 07:50:15 | * | [cb1b0bc4e9] When transfering bindings between two statements, make sure the MemContext pointers always point to the vdbe that owns the sqlite3_value structure. (by dan) |
| 07:26:17 | * | [d73e0834ab] Change the db-pool allocator so that it always returns NULL when the sqlite3.mallocFailed flag is set. This matches the old sqlite3DbMalloc() behaviour. (by dan) |
| 02:39:07 | * | [a784fd82ca] Combine the sqlite3* pointer and MPool* pointer on each Mem into a single pointer to a structure (MemContext) holding these values in the sqlite3_stmt object. This saves 4 bytes on each Mem object. (by drh) |
| 01:02:03 | * | [03b1433b26] Do more sqlite3_stmt allocations using the P3Pool memory pool. (by drh) |
|
2007-10-29
| ||
| 19:48:56 | * | [19078b5855] Passes all tests on mem1 and mem3. Mem2 still segfaults. (by drh) |
| 19:25:24 | * | [cd525b6b8a] The quick.test runs to completion with no segfaults. A single error is reported. (by drh) |
| 19:05:17 | * | [494d080f5e] More tests pass. Still seeing segfaults. (by drh) |
| 17:39:46 | * | [07fe8ef6e5] Runs a few tests successfully. (by drh) |
| 17:30:15 | * | [114c55e5b4] Changes to wiki page Memory Allocation (by drh) |
| 17:28:11 | * | [3814d1df46] Changes to wiki page Memory Allocation (by drh) |