20 descendants of [2cb3290e67]
2008-02-04
| ||
17:34:14 | * | [c8da83ca36] Allow manifests with zero files. This fixes a problem in which some files do not appear in the filename table. (user: drh, tags: trunk) |
17:27:17 | * | [d27a905b1f] Added link to /timeline?u=... Added several TODO markers. (user: stephan, tags: trunk) |
17:26:00 | * | [b5b04dcf85] Added 'achtung' class. See the code comments. (user: stephan, tags: trunk) |
16:39:09 | * | [9b68bc33bd] Begin inserting code to implement an "annotate" command. (user: drh, tags: trunk) |
14:24:28 | * | [e81cc91aa4] Additional cleanup in the differencing engine. The new "dir" webpage now uses name= instead of the d= for the query parameter. (user: drh, tags: trunk) |
14:05:03 | * | [eeea77f340] Improvements to comments on the diff algorithm code. Completely remove the older Wagner/Myers algorithm which had been commented out. (user: drh, tags: trunk) |
13:53:55 | * | [e8cf0061cc] Tweaks to the diff algorithm give a 4x performance increase. Now comparable to command-line diff. (user: drh, tags: trunk) |
13:14:45 | * | [97ff24dec7] Better error message when attempting to create a new repository in a directory that does not exist. (user: drh, tags: trunk) |
06:26:46 | * | [812c91bb8d] Added some musings to one of the situations to deal with. (user: aku, tags: trunk) |
06:05:11 | * | [e1dbf3186d] Reworked the revision import to use the new state tracking system instead of the simple array. Moved some log outputs. Added a file listing the known problems to prevent me from forgetting stuff as it piles up :/ (user: aku, tags: trunk) |
06:02:57 | * | [e7138d7f9c] Moved the really large log output during revision import (log message, and command) to very high log levels. (user: aku, tags: trunk) |
06:01:45 | * | [d011e0b008] Added classes to track the state of a workspace, and of the whole revision import. (user: aku, tags: trunk) |
06:00:40 | * | [4e02d677c2] Added note of an idea taken over by Mark Janssen. (user: aku, tags: trunk) |
05:59:54 | * | [2f70125d48] Fixed a typo. (user: aku, tags: trunk) |
02:45:55 | * | [e487b77b1a] Add file and directory browsing capabilities to the web interface. (user: drh, tags: trunk) |
00:25:00 | * | [e0580dfeee] Honor the -f flag on commit. (It was using -r in place of -f due to a typo, apparently.) (user: drh, tags: trunk) |
2008-02-03
| ||
22:12:34 | * | [44811a65f8] login_page() now honors the 'g' (goto) parameter after a successful password update (user: stephan, tags: trunk) |
22:07:24 | * | [334f8e6e2f] Added rudimentary /my page. (user: stephan, tags: trunk) |
21:56:52 | * | [9c01af2d22] refactored some /tagview code into more generic bits. Added string_xform.c. (user: stephan, tags: trunk) |
21:50:20 | * | [74ba41a510] added db_generic_query_view() to simplify /tabview and /my implementations (user: stephan, tags: trunk) |
18:00:27 | * | [2cb3290e67] Fork Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings. (user: stephan, tags: trunk) |