I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a second test for the mailer.py script, using revisions from Apache Subversion itself, rather than mocked up revisions. More... 4 months ago
* tools/dev/unix-build/Makefile.svn: Remove obsolete notes the bb-openbsd buildbot, which is no longer running. More... 4 months ago
Fix inconsistency in path argment on Config.which_group() More... 4 months ago
Fix release.py roll-tarballs leaving empty __pycache__ dirs in archives More... 4 months ago
Fix "COMMITTERS file not found" with release.py roll-tarballs More... 4 months ago
* tools/hook-scripts/mailer/tests/README.md: Fix a typo. More... 4 months ago
* tools/dev/awk/buildwin.bat: Adjust arguments required to build under Visual Studio 2022
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
In tools/dev: Copy awk from https://svn.apache.org/repos/asf/httpd/httpd/win32-msi/trunk/awk
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
* CHANGES: List changes for 1.14.3 More... 4 months ago
12345678901234567890123456789012345678901234567890123456789012345678901234567890 Clarify the help message for svnmucc PUT on how to get the file contents from stdin.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
Update copyright year to 2023. More... 4 months ago
* tools/dev/unix-build/Makefile.svn: Update to neon 0.32.5. More... 5 months ago
* tools/dev/unix-build/Makefile.svn: Change download source of PCRE to Sourceforge. PCRE.ORG as of today say "Note that the former ftp.pcre.org FTP site is no longer available."
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
Delete /tools/dev/iz. It was used to extract issue handling statistics "for management" in the tigtis.org days. We have not used IssueZilla/BugZilla for ages so let's get rid of some dead code.
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
simplify dirlist handling; avoid in-place change More... 5 months ago
Move the output from being tied to the action being performed. It is only important when the notification is being generated. More... 5 months ago
Move prefix_param to the Messenger (bad name) rather than the output mechanism. Adjust some various initialization params. More... 5 months ago
Move the make_subject() method from OutputBase to Messenger. More... 5 months ago
Move construction of a subject line from the output mechanism over to the action classes. More... 5 months ago
The subject line is based on the action type, not the output mechanism. Move it from OutputBase to Messenger. Adjust the various dataflows to account for the move. More... 5 months ago
Reduce reliance on a stored pool (bad form), and pass a scratch pool to the generate() method. More... 5 months ago
Small tweak re: pool reference. More... 5 months ago
Revise pool usage for .get_rev_prop() to the standard "scratch_pool" pattern, rather than using a stored pool. More... 5 months ago
Switch from passing a group of four lists, to just the summary. More... 5 months ago
Switch to gathering a group of all four types of modifications into a summary of paths changed. More... 5 months ago
Start removing lambda/strings and move to CHANGE_ACTION values. More... 5 months ago
minor change to reduce diffs in a future rev More... 5 months ago
Reorganize mechanisms for writing to the output, using new Writer class. More... 6 months ago
Adjust some dataflow for future work to incorporate additional features. More... 6 months ago
Follow-up to r1909127, copy_tests.py 17 would fail if there was a symlink in the path to the svn-test-work directory.
danielsahlberg
as Daniel Sahlberg
More... 6 months ago