32
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Oct 29, 2024 — Oct 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge recent addtional features (integrate, reports, timeline, et al.) from trunk. More... about 12 years ago
Install the latest SQLite 3.8.0 beta from upstream. Fossil does not use any of the new features. This commit is for the purpose of testing SQLite.
drh
More... about 12 years ago
Change the "Unshun" links to jump to a prefilled form for duing the unshun, rather than doing the unshun directly.
drh
More... about 12 years ago
Renamed /stats_report to /reports. More... about 12 years ago
Change cgi_accept_forwarded_for() to return the accepted IP address from the X-Forwarded-For header, which could contain multiple addresses (e.g. if the client is also behind a proxy). The last one is the only one we can currently trust. More... about 12 years ago
Previous two check-ins do not work correctly for CGI. Trying once again.
drh
More... about 12 years ago
Fix an initialization error in the HTTP request header gathering logic.
drh
More... about 12 years ago
Enhance the test_env webpage so that it shows the original HTTP header text in showall=1 mode.
drh
More... about 12 years ago
Accept the X-Forwarded-For HTTP header argument if input is coming from a socket with a remote address of "127.0.0.1".
drh
More... about 12 years ago
Added missing U card from the initial description of Control Artifact requirements. More... about 12 years ago
Added ?#-n|--limit #? option to (fossil tag find). More... about 12 years ago
Defer output of stats until the transport has been opened. This will also help with HTTPs when using client peer certificates (or unrecognized CAs). More... about 12 years ago
Change the undocumented --heavy option of sync/push/pull to "--verily".
drh
More... about 12 years ago
Add the undocumented --heavy option to the sync, push, and pull commands. The --heavy option causes all known artifacts to be reported using "igot" cards and can be used to overcome a sync-stall.
drh
More... about 12 years ago
Add "timelineCurrent" class to indicate the current checkout version when viewing the timeline page locally. (Feel free to change the default style.) More... about 12 years ago
Output "manifest" file before content_put(). I don't think it really makes a difference, but the original code did it in this order. More... about 12 years ago
Bug-fix, discovered by Stephan Beal and Andy Bradford, in handling the --integrate tag on a fork merge: the "closed" tag should not be added in this case. More... about 12 years ago
Removed an extraneous "utc" from a datetime() call in /json/timeline. More... about 12 years ago
minor changelog addition. More... about 12 years ago
Merged in Jiri's /wiki page link addition. And trying out merge --integrate. More... about 12 years ago
removed URLencoding in reference to wiki home page (EDITED src/wiki.c) More... about 12 years ago
Added /reports as alias for /stats_report, will remove /stats_report soon. Updated changes.wiki. More... about 12 years ago
Make new "merge --integrate" respect the (undocumented) --date-override and --user-override options. Revert accidental commit of win/Makefile.mingw More... about 12 years ago
New --integrate option to "fossil [/help?cmd=merge|merge]", which automatically closes the merged branch when committing. More... about 12 years ago
typo More... over 12 years ago
This comment is no longer accurate.
amb
More... over 12 years ago
Do not check for x-site scripting attacks on unshun.
drh
More... over 12 years ago
Sync with trunk to get sqlite changes et al.
amb
More... over 12 years ago
Change <td><b></b></td> to <th></th>. More... over 12 years ago
trivial doc fix More... over 12 years ago