Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2010-11-19 22:29:25" occurring around 2010-11-19 22:29:25.
2010-12-07
| ||
14:20 | Update the precompiled download page to include an OpenBSD binary. ... (check-in: 57f374a7f4 user: drh tags: trunk) | |
13:31 | Update the internal SQLite to the latest 3.7.4 pre-release snapshot. ... (check-in: 0018d724b3 user: drh tags: trunk, release) | |
2010-12-04
| ||
19:25 | Basic functionality for the "bisect" command is now working. Ticket [33ffff3b4d961cf6e2a0] ... (check-in: bd75ea06b8 user: drh tags: trunk) | |
13:15 | Simple bug-fix to get the bisect-good and bisect-bad commands working. ... (check-in: f2dbf9017d user: drh tags: trunk) | |
13:07 | Begin adding a "bisect" command. The command is installed, but it does not yet work. This check-in is to facilitate transfer to a different machine. ... (check-in: 2ce65f2863 user: drh tags: trunk) | |
2010-12-03
| ||
23:49 | Fix a bug in the new content() function added to the "sql" command. Ticket [195e50e93489c4997d]. ... (check-in: 63e6cb4e58 user: drh tags: trunk) | |
21:06 | Fix typo in import/export documentation (ticket [a66760daeecca231d84]). Add flexibility to the command-line options to import/export to accommodate future enhancements. ... (check-in: 1b53667d28 user: drh tags: trunk) | |
2010-12-02
| ||
14:46 | Remove some instances of strcpy() and sprintf() due to warnings on OpenBSD. Update the internal SQLite to the latest 3.7.4 release candidate. ... (check-in: 3ad5891c72 user: drh tags: trunk) | |
2010-11-26
| ||
18:43 | Fix and out-of-order variable definition in the "sqlite3" command. ... (check-in: f105bc17a0 user: drh tags: trunk) | |
18:37 | Report an error if the repository schema version does not match what the fossil executable expects. ... (check-in: c0c3d92340 user: drh tags: trunk) | |
17:41 | Update the built-in SQLite to the latest 3.7.4 beta. ... (check-in: 6c73321418 user: drh tags: trunk) | |
2010-11-25
| ||
20:31 | merged in makemake.tcl updates ... (check-in: ac5e8fb4c0 user: wolfgang tags: trunk) | |
20:24 | added pellesc make to makemake.tcl ... (check-in: 65dd90fb95 user: wolfgang tags: trunk) | |
02:51 | On the timeline, the t=TAG query parameter can refer to tags on events in addition to check-ins. ... (check-in: 4438e96abc user: drh tags: trunk) | |
02:42 | Remove the "Leaves" menu-bar item from the default setup. ... (check-in: f5efd3f359 user: drh tags: trunk) | |
01:52 | When attempting to "fossil update" on a closed branch, move to the end of the branch. Ticket [375e5703329a743339] ... (check-in: 1719815a47 user: drh tags: trunk) | |
00:17 | Add a new link to the check-in "info" page that goes to a timeline showing just the immediate parents and children of a check-in. Ticket [746949c9318554c137f5]. ... (check-in: 8c04a873c8 user: drh tags: trunk) | |
2010-11-24
| ||
23:45 | If the date of a check-in has been changed by a tag, then show that fact on the "info" page for the check-in. <i>Requires a rebuild</i>. ... (check-in: 576f6db2a8 user: drh tags: trunk) | |
22:43 | updated makemkae.tcl to generate proper Makefile.dmc ... (check-in: d19fd0bf8c user: wolfgang tags: trunk) | |
21:32 | Tag the manifest of every "private" checkin with the "private" tag. After the "reconstruct" command, add all private checkins to the private table. Ticket [e29ea5912afe1e97]. ... (check-in: 3b2d67d604 user: drh tags: trunk) | |
20:54 | add sqlcmd to Makefile.dmc ... (check-in: 1ee56c4201 user: wolfgang tags: trunk) | |
17:30 | Fix a redirect loop problem for the /home URL. Ticket [77dc5de6397fb18c0fbad] ... (check-in: 135fcbbb05 user: drh tags: trunk) | |
17:13 | Correctly handle partial commits even when files have been deleted and/or renamed and are not part of the partial commit. Tickets [ad15a8e2af8c3162d6] and [5cc33a6aa0621be8936f]. ... (check-in: 2ceeeca19d user: drh tags: trunk) | |
12:03 | Factor the sql-command shell out into a separate source file. Add the new content(X) SQL function for accessing uncompressed and undeltaed artifact content. ... (check-in: b4687be448 user: drh tags: trunk) | |
2010-11-23
| ||
22:18 | Fix the ticket-change artifact generator so that it puts all fields with the "+" prefix on their name first, where they ought to be. ... (check-in: e1dac0e4f6 user: drh tags: trunk) | |
2010-11-19
| ||
22:29 | Further work on getting a "commit" or "update" to continue operating after an autosync failure. The "commit" command prompts to verify that you want to continue. ... (check-in: 0cc4875fde user: drh tags: trunk) | |
19:48 | Work toward getting and "update" or "commit" to continue even after an auto-sync failure. ... (check-in: 9286aaf778 user: drh tags: trunk) | |
2010-11-17
| ||
20:11 | integrate import/export to Makefile.dmc ... (check-in: e5d99df4bc user: wolfgang tags: trunk) | |
13:38 | Tweaks to the graph layout. Add a graph to ticket timelines. ... (check-in: cf178577ec user: drh tags: trunk, release) | |
13:15 | Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] ... (check-in: b408ece7f6 user: drh tags: trunk) | |
2010-11-16
| ||
23:16 | Update to the latest version of SQLite with the sqlite3_stmt_readonly() capability and use that interface for additional security of the user-entered SQL in the ticket report logic. ... (check-in: 115f3ea60e user: drh tags: trunk) | |
18:02 | Additional fixes to the "fossil import" command. Correct handling of zero-length content files. Correct handling of merges with no new or modified files. ... (check-in: 3873aa7ecb user: drh tags: trunk) | |
04:18 | Fix a bug in the Git import routine. ... (check-in: 9c31866404 user: drh tags: trunk) | |
2010-11-15
| ||
20:10 | Do not use the "time_fudge" temp-table if it has not been created by a prior call to manifest_crosslink_begin(). Ticket [289844a2cb535a465] ... (check-in: 80c42a3312 user: drh tags: trunk) | |
20:07 | Update the built-in SQLite to an alpha of version 3.7.4. ... (check-in: ea442f3704 user: drh tags: trunk) | |
19:50 | Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4]. ... (check-in: bb045dbdbd user: drh tags: trunk) | |
2010-11-13
| ||
23:45 | Change the "branch list" command to provide output more like Git. ... (check-in: 761a6a9dcf user: drh tags: trunk) | |
23:29 | Disable automatic pull of shun records for the time being. ... (check-in: 3c2500c765 user: drh tags: trunk) | |
23:23 | Move the "updated-to:" text to the end of the display for the "update" command, and separately from the changed files by "---------". This at the request of the emacs integration effort. ... (check-in: 3af6cf0993 user: drh tags: trunk) | |
12:48 | On a "tree checksum does not match repository" error on a commit, go back and do a file-by-file comparison of the repository and the working checkout to try to discover what the problem is. Ticket [a483f0ab3f0d4da0]. ... (check-in: 64459dd091 user: drh tags: trunk) | |
02:17 | Fixed typo in the help message for the deconstruct command ... (check-in: f7cf6dd7ba user: aku tags: trunk) | |
02:16 | Fixed typos in commit [aa2fdc286c]. ... (check-in: 8cf380a48e user: aku tags: trunk) | |
01:56 | Refinements to the "sync protocol" document. ... (check-in: aa2fdc286c user: drh tags: trunk) | |
2010-11-12
| ||
23:27 | More typos in the fossil-v-git document. ... (check-in: a17ed85c08 user: drh tags: trunk) | |
22:12 | Wait to record the sync password until after the user has actually entered the sync password. Ticket [8b46db87f1bfa942b] ... (check-in: 328fc92ceb user: drh tags: trunk) | |
21:51 | Add the fossil_nameofexe() function to use in place of g.argv[0]. ... (check-in: a04a650870 user: drh tags: trunk) | |
20:57 | Fixed typos reported by ticket [a3336458f6864db0404b6d45b144be0b17526fb0]. ... (check-in: 03b53ca4ca user: aku tags: trunk) | |
16:37 | Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. ... (check-in: ceab53718f user: drh tags: trunk) | |
15:17 | A simple tweak to the graph javascript gets it working on IE6. Ticket [a734fe24da8f75758cf] ... (check-in: e0eceb7892 user: drh tags: trunk) | |
00:24 | Added documentation on ways to identify a check-in. ... (check-in: aaf8cfa296 user: drh tags: trunk) | |