32
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added note of an idea taken over by Mark Janssen.
aku
More... over 17 years ago
Fixed a typo.
aku
More... over 17 years ago
Add file and directory browsing capabilities to the web interface.
drh
More... over 17 years ago
Honor the -f flag on commit. (It was using -r in place of -f due to a typo, apparently.)
drh
More... over 17 years ago
login_page() now honors the 'g' (goto) parameter after a successful password update More... over 17 years ago
Added rudimentary /my page. More... over 17 years ago
refactored some /tagview code into more generic bits. Added string_xform.c. More... over 17 years ago
added db_generic_query_view() to simplify /tabview and /my implementations More... over 17 years ago
Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings. More... over 17 years ago
Corrected incorrect access rights check (did require Setup rights). Documentation corrections/additions. A few style conformance formatting changes. More... over 17 years ago
got rid of '... might be used initialized' warnings More... over 17 years ago
Refactored to use a shared query-rendering routine. More... over 17 years ago
Merge in some changes to the CGI reply generator that we made back in early December but got lost on an abandoned branch. Distributed version control is nice, but it also leaves open the real danger of losing changes this way. We need to work on interface features to minimize the risk of losing changes like this, and to identify lost changes quickly.
drh
More... over 17 years ago
Documentation updates.
drh
More... over 17 years ago
Merged importer to mainline.
aku
More... over 17 years ago
Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer.
aku
More... over 17 years ago
Added a few search features (name/id/name-like). Changed default view to only show the 10 [arbitrarily chosen #] most recent tags. Still need to sort out tags for different types of entries (wiki/ticket/baseline) More... over 17 years ago
Modified filtering pass to drop the blobs of excluded revisions, for them we can be sure that we will not need them later, as whole branches are dropped. Modified the file import to use the new blob information to setup the expansion graph. This fixes the trouble we had with archive files in bwidget. They are now properly expanded.
aku
More... over 17 years ago
Extended the collection of revisions for a file with a separate blob store to manage the text ranges of revisions and their dependencies separate from the revisions. This will be used later (upcoming) to properly expand a file even if revisions were removed as irrelevant during the collection and filter passes.
aku
More... over 17 years ago
Stylistic changes to the C code that implements the tagview page.
drh
More... over 17 years ago
A completely new diff algorithm. It is not guaranteed to find the minimum difference between files, but it seems to do a good job and runs much faster on larger files. But command-line diff is still faster for really large files. More work needed.
drh
More... over 17 years ago
Reworked the storage of the text range a bit, split immediately (settext) and store the pieces, instead of splitting everytime a piece is needed.
aku
More... over 17 years ago
added /tagview page - a simple browse-by-tag interface More... over 17 years ago
corrected two 'var may be used uninitialized' warnings More... over 17 years ago
fixed a minor memleak in update.c:revert_cmd() More... over 17 years ago
Merged with mainline.
aku
More... over 17 years ago
Changeset handling, extended logging of how parent is determined. Fossil access, fixed importrev call to use correct workspace/repository. Fixed handling of output, stripping unwanted text, checking of output syntax. Extended logging. Added final 'rebuild'. NOTE: formation of the changesets/manifests is buggy, is not tracking unchanged files across changesets. Further not yet tracking when files have been removed.
aku
More... over 17 years ago
Dropped primary key of temp table __im, record ids are not unique. Scenario: Several empty files. All have the same id, different paths.
aku
More... over 17 years ago
Fix use (scoping) of revision items when looking for vendor branch data.
aku
More... over 17 years ago
Fix bad setup of comment for manifest.
aku
More... over 17 years ago