32
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change more system() calls into portable_system() in an effort to fix path quoting problems on windows.
drh
More... over 14 years ago
Make sure that bringing up the "/xfer" URL in a web-browser does something sensible (it redirects to the homepage.) Ticket [1d7bbe30aad51].
drh
More... over 14 years ago
Make it harder to misconfigure the user accounts in a way that might give people greater access than intended.
drh
More... over 14 years ago
Add a screen to prompt the user for the name of a new wiki page.
drh
More... over 14 years ago
Fix over-quoting of wiki names. Ticket [e4a31ae35cd521b]
drh
More... over 14 years ago
Add the "scrub" command to remove passwords and other sensitive information from a repository. Ticket [e5232878345].
drh
More... over 14 years ago
Fix a C++-ism in timeline.c.
drh
More... over 14 years ago
Formatting changes to the similar event suppression in the timeline.
drh
More... over 14 years ago
Fix an ambiguous column reference in a join - problem introduced by the recent additions to the event table.
drh
More... over 14 years ago
Changes to the event mechanism to abbreviate a sequence of edits to the same ticket. Updates through this check-in require a "rebuild".
drh
More... over 14 years ago
Make sure the manifest_crosslink_begin/end pair can be called multiple times.
drh
More... over 14 years ago
Construct event records for tickets correctly even when the ticket change artifacts arrive out of order.
drh
More... over 14 years ago
On windows, if the first character of a pathname is '\' then assume that is a full pathname, not a relative pathname. Ticket [cdd360438de].
drh
More... over 14 years ago
Update the proxy handler so that it supports basic authorization.
drh
More... over 14 years ago
Update the base-64 encoder/decoder to conform to RFC 1421. Add test commands to verify both the endoder and the decoder.
drh
More... over 14 years ago
More documentation clarifications.
drh
More... over 14 years ago
More documentation updates.
drh
More... over 14 years ago
Documentation updates. Add a nice header to the "Download" page.
drh
More... over 14 years ago
fixed documentation for the 'fossil branch list' command More... over 14 years ago
Make sure that "nobody" and "anonymous" privileges by users who attempt to sync with higher privileges.
drh
More... over 14 years ago
Fix the "ui"/"server" command for win32 so that it works even if run from cygwin in a directory that contains a space in its name.
drh
More... over 14 years ago
Always print the "project-name" using the command-line "info" command. Avoid an extra "/" character when constructing files for check-in.
drh
More... over 14 years ago
Update to the latest SQLite. Fix a bug in the "diff" and "gdiff" commands. Fix a bug that prevented "fossil config pull" from working.
drh
More... over 14 years ago
Add extra quoted to system() calls on windows. Ticket [8d073be8808b]. Also update to the latest SQLite.
drh
More... over 14 years ago
Support usernames containing spaces for the xfer protocol. Ticket [71c9b46198c04].
drh
More... over 14 years ago
Update to the latest version of SQLite. Make use of the new sqlite3_strnicmp() interface.
drh
More... over 14 years ago
Update "help" comments for clone, push, pull, sync, and remote-url commands.
drh
More... over 14 years ago
Add the dont-push setting to help facilitate private branches.
drh
More... over 14 years ago
Updates to the "sync protocol" document.
drh
More... over 14 years ago
typos in documentation More... over 14 years ago