0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Feb 15, 2025 — Feb 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid infinite loop in generating a diff for an empty file added. More... about 17 years ago
Enable viewed through https. More... over 17 years ago
Allow xcvs to be viewed from non-standard HTTP ports. More... over 17 years ago
Update release note for upcoming v0.2.2. Remove some broken code. More... over 17 years ago
Remove useless CHANGE_LOG. Update docs and get ready for 0.2.2 release. More... over 17 years ago
Introduce MAX_DIFF_FILES user option to limit patch size. Also allow user option to be omitted so that the new code is still compatible with previous version (although that starts to sound a little dangerous). More... over 17 years ago
Oops! This assertion is not needed anymore after the previous change. More... over 17 years ago
Support 64bit host. Mostly change time tag from int to time_t. More... over 17 years ago
Use mysql_config instead of hardcoded library path. More reliable. More... over 17 years ago
When a file is added on the main branch and later merged into sub-branch, an empty diff was created. We now try to detect this case, and create the diff as if the file is newly added to the branch. Also update TODO list. Thanks to Lennert from ARM irc. More... over 20 years ago
Version is 0.2.1+ since so many changes are made. More... about 21 years ago
Work around the case where people use CVS_LOG_BOUNDARY in their check-in comments (yuk!) Handle revision number "1" properly. More... about 21 years ago
Spec for 0.3 release. More... about 21 years ago
Increase the buffer size to 10MB for whole patchset revision info. More... about 21 years ago
Add instructions on creating new database for the first time. More... about 21 years ago
Add a peculiar feature that allows one to set "last update time" backward through "-d" option. This is useful for advanced debugging or error recovery (e.g., "last update time" is mistakingly advanced). More... about 21 years ago
(From drow) Debian starts to use some weired date format. This patch fixes it. More... over 21 years ago
No more SQL DAEMON user in html part. More... over 21 years ago
Update for release v0.2.1. More... almost 22 years ago
Fixing rev tag may end up with non-terminating string. More... almost 22 years ago
Make sure we get the query string size right. More... almost 22 years ago
The escaped string can be much longer than the maximum comment size. More... almost 22 years ago
Add a "\n" before all warning message for clarity. More... almost 22 years ago
Need "\n" at the end of "truncated comment" wanring. More... almost 22 years ago
a couple of fixes: 1) if check-in comment is greater than 64K, it is truncated (instead of panic) 2) if we see odd revision number such 2.0, skip diff'ing but print a warning 3) some other odd rev numbers such 2.1 will be taken correctly More... almost 22 years ago
"description:" may not be empty. Need to skip those lines. More... almost 22 years ago
We need to pass along 'dbname' and 'patchdir' for bookmarking. More... almost 22 years ago
Update release note for v0.2.0. More... almost 22 years ago
Auto-detection of file lead path seems to be working fine. More... almost 22 years ago
Fix a bug in computing the lead path. When searching module name in the file path, we wrap around module name with '/'. This makes the algorithm more rebust. More... almost 22 years ago