SQLite

Timeline
Login

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

26 check-ins using file test/malloc3.test version cf2efe9d

2007-10-08
15:06
More untested changes for wince contributed by users. Ticket #2702. (CVS 4479) check-in: ccd709e1 user: drh tags: trunk
12:29
Reverting check-in (3836) at the request of winCE users. We no ability to test this change. Presumably this is a fix for tickets #2698, #2533, and #2598. It is unclear if this causes #2294 to be reopened or not. (CVS 4478) check-in: 27346fa5 user: drh tags: trunk
12:22
Fix a bug in code for winCE. Ticket #2700. (CVS 4477) check-in: a36fca4c user: drh tags: trunk
12:21
In windows, always open files using FILE_FLAG_RANDOM_ACCESS. Ticket #2699. (CVS 4476) check-in: 5cdbc097 user: drh tags: trunk
2007-10-06
01:40
Fix a memory leak in the sqlite3_realloc() implementation of the non-debugging memory allocator. (CVS 4475) check-in: 7e9b886d user: drh tags: trunk
2007-10-05
16:23
Remove #include <math.h> from all source files. It is no longer needed but causes compile problems when -DSQLITE_OMIT_FLOATING_POINT is defined. Ticket #2696. (CVS 4474) check-in: 4424357d user: drh tags: trunk
16:16
Changes lemon so that the generated parser does not accept prior to seeing the EOF token. This is a lemon change only and does not effect SQLite. Ticket #2550. (CVS 4473) check-in: 1c68d934 user: drh tags: trunk
15:53
Changes to a couple of test scripts to handle the tcl 8.5 version of (file attributes -readonly) on mac. (CVS 4472) check-in: a51946e6 user: danielk1977 tags: trunk
15:08
Do not attempt to use TryEnterCriticalSection() under win32. It causes too many compiler problems. Ticket #2685. (CVS 4471) check-in: f795431c user: drh tags: trunk
15:04
Fix problem building testfixture on mac. Ticket #2689. (CVS 4470) check-in: fe067d70 user: danielk1977 tags: trunk
14:54
The sqlite3internal.h file obsolete as of version 3.5.0. Remove legacy procedures and makefile targets for building this file. Tickets #2693 and #2694. (CVS 4469) check-in: e65842a9 user: drh tags: trunk
14:49
Use FormatMessageA() instead of FormatMessage() in the w32 VFS. Ticket #2687. (CVS 4468) check-in: 38674fd2 user: drh tags: trunk
2007-10-04
18:52
Correct the name on the new test script for ticket #2686. (CVS 4467) check-in: d261e2c7 user: drh tags: trunk
18:11
Fixes for OMIT_AUTHORIZATION builds. #2691. (CVS 4466) check-in: 755fcaf7 user: danielk1977 tags: trunk
00:30
Version 3.5.1 (CVS 4465) check-in: 81cf5186 user: drh tags: trunk
00:29
Updates to the documentation index page. (CVS 4464) check-in: 837fc861 user: drh tags: trunk
2007-10-03
21:18
Get io.test to work even if auto_vacuum is on by default and we are running with a reduced maximum page size. (CVS 4463) check-in: 0d05f3fb user: drh tags: trunk
21:10
Fix a syntax error that comes up when memory debugging is disabled. (CVS 4462) check-in: 96dd3c33 user: drh tags: trunk
20:32
Update documentation in preparation for the release of 3.5.1. (CVS 4461) check-in: a57b25a2 user: drh tags: trunk
20:15
Update documentation to talk about the response to errors within an explicit transaction. (CVS 4460) check-in: 84616a13 user: drh tags: trunk
18:45
Simplify the vdbeHalt logic slightly. (CVS 4459) check-in: b59f7bcb user: drh tags: trunk
15:30
Rollback the transaction if an SQLITE_FULL error is encountered. This is a preliminary fix for ticket #2686. More testing and analysis is needed before we close the ticket. (CVS 4458) check-in: 0fb6d5a5 user: drh tags: trunk
15:22
Fix a memory leak that could occur during error-state recovery. (CVS 4457) check-in: 3d1d13d1 user: danielk1977 tags: trunk
15:02
Add a test case to malloc.test. (CVS 4456) check-in: 7d3f0b14 user: danielk1977 tags: trunk
09:43
Fix a problem in test script malloc5.test. (CVS 4455) check-in: 028ec36c user: danielk1977 tags: trunk
08:46
Add automatic recovery from the pager "error-state". Also add a new error code - SQLITE_IOERR_NOMEM. (CVS 4454) check-in: 12eca32a user: danielk1977 tags: trunk