Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
29 check-ins using file src/db.c version 6ff9df9162
|
2011-01-18
| ||
| 18:58 | Add --host and --https options to the http command. Ticket [0ffa37e70e885cfc]. check-in: ff0e506e42 user: drh tags: trunk | |
| 18:36 | Call vfile_check_signature before creating a stash, to make sure that all changed files have been stashed. Ticket [bfef8e4f89cd4b161a584] check-in: a435ae67a9 user: drh tags: trunk | |
| 18:36 | Remote the number of merge conflicts on an update. Ticket [769b4ed7b23e4cb7] check-in: 0b8aed945e user: drh tags: trunk | |
| 14:43 | Improved hyperlinking in the RSS feed. check-in: 66d93f33d5 user: drh tags: trunk | |
|
2011-01-17
| ||
| 23:49 | Fix an off-by-one error in stash_add_file_or_dir. Windows only. Ticket [d6132e4d66a7c994f9]. check-in: abdedb21da user: drh tags: trunk | |
| 23:47 | Extra resilience on the automatic chroot mechanism. check-in: 13d3cad50c user: drh tags: trunk | |
| 16:14 | Do not build clusters on a "rebuild" command unless the --cluster command-line option is used. But do build clusters on an "import" or a "reconstruct". check-in: afc4bf41fa user: drh tags: trunk | |
| 02:39 | Update to the latest prerelease version fo SQLite 3.7.5. check-in: 464775a520 user: drh tags: trunk | |
| 02:39 | Fix an incorrect comment in finfo.c. No code changes. check-in: 35aed07621 user: drh tags: trunk | |
| 02:38 | A better fix for the intptr_t casting problem - this one works on older compilers. Ticket [6585b6c5d9058212ceb] check-in: c1f6df703a user: drh tags: trunk | |
|
2011-01-15
| ||
| 01:09 | Add the release-checklist.wiki document. check-in: e2e5667057 user: drh tags: trunk | |
|
2011-01-14
| ||
| 21:07 | Fix the /info URL so that it works for events. Ticket [b5efc3a47bd10f0510]. check-in: 1e801c5f64 user: drh tags: trunk | |
| 20:54 | Remove some dead code from the web timeline. check-in: cbc41ff4c9 user: drh tags: trunk | |
| 17:16 | Enhancements to "divider" processing in web timelines. Only show a single divider if two or more occur beside each other. Add the "nd" query parameter to suppress all dividers. check-in: c892008311 user: drh tags: trunk | |
| 17:00 | Fix a cast on 64-bit windows. Ticket [6585b6c5d9058212ceb]. check-in: 3c62ea139a user: drh tags: trunk | |
| 16:57 | Fix the unix makefile so that the fractional seconds of the date/time stamp are omitted from MANIFEST_DATE. Fix a missing #include in win/version.c. Ticket [a312a28952056ed5ee]. check-in: d00dbfb403 user: drh tags: trunk | |
|
2011-01-13
| ||
| 20:23 | Updates to the self-hosting page. check-in: 4ab7251fcd user: drh tags: trunk | |
| 19:55 | Fix the "addremove" command so that it honors the "ignore-glob" setting. Ticket [9bd235c69af99b3a6a] check-in: 356e877cea user: drh tags: trunk | |
| 19:45 | Declare all variables before any code, in the register_page() function. Ticket [59a156204ae6419d] check-in: 372c7257da user: drh tags: trunk | |
| 00:54 | Update the script used to build the "download.html" page so that it can accommodate longer timestamps. check-in: 4b2ab22c2a user: drh tags: trunk | |
| 00:01 | Add tests for the file_simplify_name utility function. check-in: 6f42e76d80 user: drh tags: trunk | |
|
2011-01-12
| ||
| 16:04 | Fix the file_simplify_name() utility function so that it works with relative pathnames. Ticket [99caf06e17bed849146] check-in: c637a8ac2d user: drh tags: trunk | |
| 15:53 | Fix for an apparent minor error in allowed markup types for inline text. check-in: dddaebf605 user: lrem tags: trunk | |
| 02:24 | Improvements to "help": List commands if the command for which help is requested is unknown. If the command prefix is ambiguous, show all alternatives. check-in: 1b159db282 user: drh tags: trunk | |
| 02:08 | Allow --help anywhere on the command-line as an alternative way to get "help" for a command. check-in: a00888f666 user: drh tags: trunk | |
| 01:57 | On the "import" command, when the "from" commit is implied, be sure to load all of the files of the implied "from" commit prior to processing the changes. check-in: b1cbae5de4 user: drh tags: trunk | |
|
2011-01-11
| ||
| 23:47 | For the "import --git" command, if a new commit omits the "from" field, then make it a child of the previous commit if the two are on the same branch. check-in: 25201dd86f user: drh tags: trunk | |
|
2011-01-07
| ||
| 17:17 | Make phantom records a warning, not a fatal error, when trying to checkout or examine a check-in. check-in: f7cff4ad13 user: drh tags: trunk | |
| 17:08 | Do not complain about unfinalized SQL statements when exiting on a fatal error. Fix comments and indentation on the vfile_verify_not_phantom() function. check-in: c2f5dbe655 user: drh tags: trunk | |