I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r1917397 contained mixed space and tab. Replace all tabs.
danielsahlberg
as Daniel Sahlberg
More... 2 days ago
svn_apply_autoprops: Support @-containing filenames. '@' is used by the peg revision syntax. If a filename contains '@' an additional '@' must be appended at the end of the filename, see the Subversion book: https://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html
danielsahlberg
as Daniel Sahlberg
More... 3 days ago
Make svn_apply_autoprops.py Windows-compatible.
danielsahlberg
as Daniel Sahlberg
More... 3 days ago
Python (at least 2.7.18) raise a SyntaxError on non-ascii characters, which in my case were introduced by Subversion's keyword expansion of $LastChangedDate: $ and non-english LANG setting the day as "lör" (Swedish for "sat").
danielsahlberg
as Daniel Sahlberg
More... 3 days ago
Remove unnecessary #include; no functional change: More... 7 days ago
Omit the content of the diffs, when the message becomes too long. Just rely on leaving a diff URL. More... 11 days ago
Implement a maximum message length; will be used for emails (SMTP, Pipe outputs). More... 11 days ago
Minor tweaks to start thinking about email using just URLs to keep the message within the size limit. More... 11 days ago
Remove experimental move-tracking development. More... 2 months ago
swig-pl: Fix `unable to close filehandle` warnings on termination of each test. More... 3 months ago
Follow-up to r1908547, prevent error message when receiving SIGTERM/SIGINT to stop svnserve process. More... 3 months ago
* COMMITTERS: (vinc17) Add myself as a full committer. More... 3 months ago
Follow-up to r1915215
danielsahlberg
as Daniel Sahlberg
More... 3 months ago
Following up on r1912500, fix `none_dealloc` error caused by `apply_textdelta` function incorrectly decrementing the reference count of the `None` object twice when `delta.Editor.apply_textdelta` returns `None`, and the issue that `parse_fn3_apply_textdelta` function which doesn't decrement the reference count of the handler returned from `ParseFn3.apply_textdelta`. More... 3 months ago
swig-rb: Add type casting for some generic function pointers More... 4 months ago
swig-rb: Fix condition to check that apr_hash_t * type value More... 4 months ago
swig-rb: Block SWIG 4.2.0 before building Ruby bindings More... 4 months ago
Manage spurious Reverted message caused by non-W access to files owned by another user. Part of Issue #4622.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
Replace the homegrown checks for readonly/executable with calls to access(2) to consider, for example, user's secondary groups.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
In tools/dev/unix-build:
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
Follow-up to r1905955, fix randomly failing store_pristine_tests.py 9, 10, 11 and 12 due to `apr_stat` which gives only a resolution of seconds on macOS. More... 4 months ago
Correctly report newer macOS version names. More... 4 months ago
Follow-up to r1899721, fix failing getopt_tests.py 2 and 4 on macOS. More... 4 months ago
* tools/dist/release-lines.yaml: Update supported release list for release.py. 1.10 is no longer supported.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
make a note, for future fix More... 4 months ago
Combine .start() and .finish() into a single deliver() method. More... 4 months ago
start a move to 4-space standard More... 4 months ago
Adjust dataflow so that all output methods buffer the message content. If this becomes too large (not yet implemented), then the buffer will be truncated/reset and a short form of the contents will be created. More... 4 months ago
Switch to boolean return values for .generate() rather than an exit code. Map the bool to an exit code for sys.exit() More... 4 months ago
Create a new send() method on OutputBase to wrap up the construction of messages, with a long-format and a short-format fallback. More... 4 months ago