Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent timeline items
|
2009-01-24
| ||
| 10:33 | • Tag changes on cc69a0c9dd79ec6a: Add propagating symbolic tag "trunk". (user: drh) | |
| 10:33 | • Tag changes on cc69a0c9dd79ec6a: Add propagating branch=trunk. (user: drh) | |
|
2007-11-07
| ||
| 22:23 | [6a1be9c926] Leaf: Merge with the latest CVS changes. No synced with version 3.5.2. (user: drh, tags: trunk) | |
| 13:03 | [4b7ef9d972] Update to CVS version 4533. (user: drh, tags: trunk) | |
|
2007-11-01
| ||
| 14:57 | [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. (user: drh, tags: trunk) | |
|
2007-10-30
| ||
| 23:48 | [a64c689447] Incremental check-in of changes to malloc.c in order to transfer code to a different machine. This version does not compile. (user: drh, tags: trunk) | |
| 17:51 | [5a4a1af4cb] Merge in CVS changes through check-in 4518. (user: drh, tags: trunk) | |
| 17:48 | [6e7d26c3bf] Sync against CVS version 4518. (user: drh, tags: trunk) | |
| 10:32 | [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. (user: dan, tags: trunk) | |
| 09:46 | [a421fc2b95] Fix some asserts in vdbeapi.c that are no longer correct. (user: dan, tags: trunk) | |
| 09:15 | [1e8386b620] Fix an error in the previous commit. (user: dan, tags: trunk) | |
| 08:47 | [fe49b8e5ca] Modify MemContext pointers when moving arrays of Mem objects between vdbes in sqlite3VdbeSwap(). (user: dan, tags: trunk) | |
| 07:50 | [cb1b0bc4e9] When transfering bindings between two statements, make sure the MemContext pointers always point to the vdbe that owns the sqlite3_value structure. (user: dan, tags: trunk) | |
| 07:26 | [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. (user: dan, tags: trunk) | |
| 02:39 | [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. (user: drh, tags: trunk) | |
| 01:02 | [03b1433b26] Do more sqlite3_stmt allocations using the P3Pool memory pool. (user: drh, tags: trunk) | |
|
2007-10-29
| ||
| 19:48 | [19078b5855] Passes all tests on mem1 and mem3. Mem2 still segfaults. (user: drh, tags: trunk) | |
| 19:25 | [cd525b6b8a] The quick.test runs to completion with no segfaults. A single error is reported. (user: drh, tags: trunk) | |
| 19:05 | [494d080f5e] More tests pass. Still seeing segfaults. (user: drh, tags: trunk) | |
| 17:39 | [07fe8ef6e5] Runs a few tests successfully. (user: drh, tags: trunk) | |