openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
fossil-scm
Settings
|
Report Duplicate
32
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 09, 2024 — Sep 09, 2025
Showing page 582 of 603
Search / Filter on:
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
stephan
More...
over 17 years ago
Added rudimentary /my page.
stephan
More...
over 17 years ago
refactored some /tagview code into more generic bits. Added string_xform.c.
stephan
More...
over 17 years ago
added db_generic_query_view() to simplify /tabview and /my implementations
stephan
More...
over 17 years ago
Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings.
stephan
More...
over 17 years ago
Corrected incorrect access rights check (did require Setup rights). Documentation corrections/additions. A few style conformance formatting changes.
stephan
More...
over 17 years ago
got rid of '... might be used initialized' warnings
stephan
More...
over 17 years ago
Refactored to use a shared query-rendering routine.
stephan
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)
stephan
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
stephan
More...
over 17 years ago
corrected two 'var may be used uninitialized' warnings
stephan
More...
over 17 years ago
fixed a minor memleak in update.c:revert_cmd()
stephan
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
←
1
2
…
578
579
580
581
582
583
584
585
586
…
602
603
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree