Sign in
apache
/
subversion
/
HEAD
fbbf18f
Fix build with experimental Serf features turned on.
by Branko Čibej
· 9 days ago
trunk
571ea90
Fix a bug in JavaHL where native code could modify a final attribute.
by Branko Čibej
· 9 days ago
03d4782
Print Libmagic version in verbose version output
by Ivan Zhakov
· 11 days ago
d63d2b5
gha: Enable libmagic and libsasl for Linux build.
by Ivan Zhakov
· 12 days ago
e3a3c48
Follow-up to r1934559.
by Ivan Zhakov
· 12 days ago
00bd9f4
Build libmagic support with cmake.
by Timofei Zhakov
· 12 days ago
627547d
Replace another obsolete Autoconf macro.
by Branko Čibej
· 12 days ago
907d02d
Replace obsolete Autoconf macro.
by Branko Čibej
· 12 days ago
958979f
Use snprintf instead of sprintf if it's available.
by Branko Čibej
· 13 days ago
01e04b3
cmake: Declare external-sasl target even if we don't have it enabled. In this
by Timofei Zhakov
· 13 days ago
52052a7
Fix a silly bad-copy-paste mistake with SVN_NCURSES_LIBS varible.
by Timofei Zhakov
· 14 days ago
9910b6b
Support SASL with the cmake build.
by Timofei Zhakov
· 14 days ago
9c98317
Set SVN_CHECKSUM_LIBS to an empty string in configure to avoid generating wrong
by Timofei Zhakov
· 2 weeks ago
4038bf8
Generate pkgconfig modules with the cmake build.
by Timofei Zhakov
· 2 weeks ago
9d8c665
cmake: Clean up directories for successful tests.
by Ivan Zhakov
· 2 weeks ago
23aab98
In the CMake build, do not create the Python virtual environment with
by Branko Čibej
· 2 weeks ago
e2260c2
Setup GCC warnings for cmake build.
by Timofei Zhakov
· 2 weeks ago
c712b78
Fix warnings in svnbrowse.
by Branko Čibej
· 2 weeks ago
1e99766
Don't rely on magic numbers in ra-test, and other cleanups.
by Branko Čibej
· 2 weeks ago
82af1fb
Follow up to r1934787: SVN_DBG is only defined when debugging is enabled.
by Branko Čibej
· 2 weeks ago
09de85d
Silence Apple's deprecation of sprintf().
by Branko Čibej
· 2 weeks ago
8c5989c
Fix potential usage of uninitialized memory.
by Branko Čibej
· 2 weeks ago
f25b1ce
Fix an uninitialized memory access bug in FSX.
by Branko Čibej
· 2 weeks ago
1b0f769
Never mix atomic and non-atomic access to a variable, except during
by Branko Čibej
· 2 weeks ago
c1fa246
Yes, quoting really is fun. :(
by Branko Čibej
· 3 weeks ago
2046377
Getting the quoting right in a shell script embedded in a YAML file is fun.
by Branko Čibej
· 3 weeks ago
59ac1d3
Fix typo in workflow file.
by Branko Čibej
· 3 weeks ago
4c7fcab
Fix typo in workflow variable.
by Branko Čibej
· 3 weeks ago
08b15f8
Enable davautocheck on macOS in the autotools workflow.
by Branko Čibej
· 3 weeks ago
f4d67da
gha: Use `$RUNNER_OS` rather than `uname -o` command.
by Jun Omae
· 3 weeks ago
1b9960c
Revert r1934646.
by Ivan Zhakov
· 3 weeks ago
bee5afc
Put the Python virtual environment outside the workflow worspace.
by Branko Čibej
· 3 weeks ago
3d210dd
Fix typo in workflow YAML file.
by Branko Čibej
· 3 weeks ago
b7efe47
Be more specific about the Python binary used by the autotools workflow.
by Branko Čibej
· 3 weeks ago
2db8195
In the autotools workflow, limit the parallel build to 4 jobs. Apparently
by Branko Čibej
· 3 weeks ago
da31ec3
Disable NLS and APXS in the macOS autotools workflow.
by Branko Čibej
· 3 weeks ago
7c62358
Try to fix python dependencies installation in the macOS workflow.
by Branko Čibej
· 3 weeks ago
0b57a7e
Removing a whole matdix component from the workflow is not productive...
by Branko Čibej
· 3 weeks ago
164ed08
Add macOS target to the autoconf workflow.
by Branko Čibej
· 3 weeks ago
0f715ae
Improve ncurses detection in the autotools build.
by Branko Čibej
· 3 weeks ago
370ca06
Install lxml and rnc2rng Python packages on the Window runners.
by Branko Čibej
· 3 weeks ago
b26301e
Resolve compiler warning (C4312: 'type cast': conversion from 'unsigned int'
by Ivan Zhakov
· 3 weeks ago
3ad606a
Rename and reimplement UTF-8 string alignment functions to be aware of
by Branko Čibej
· 3 weeks ago
a7e9e70
Fix dependencies in the svnbrowse autotools build.
by Branko Čibej
· 3 weeks ago
827d5e1
* subversion/svnbrowse: Ignore build outputs (borrowed and adapted from ../svn)
by Daniel Sahlberg
· 3 weeks ago
dcd8393
* subversion/tests/libsvn_subr: Ignore build artifact 'adler32-test' to ignore
by Daniel Sahlberg
· 3 weeks ago
f7e03dd
Add grapheme-aware UTF-8 string trimming functions, with tests.
by Branko Čibej
· 3 weeks ago
9205603
Add svnbrowse to the autotools build.
by Branko Čibej
· 3 weeks ago
b923fce
Install the lxml and rnc2rng Python modules on the Linux test runners.
by Branko Čibej
· 3 weeks ago
4aad698
Follow up to r1934533: svn_utf__cstring_utf8_grapheme_breaks is no longer
by Branko Čibej
· 3 weeks ago
489b2b3
Revert part of r1934528 that implemented svn_utf_cstring_utf8_width() as
by Branko Čibej
· 3 weeks ago
6b5f987
Improve the store-plaintext-password.py script.
by Daniel Sahlberg
· 3 weeks ago
d415ca7
Add a utility function to find grapheme boundaries in a UTF-8 string.
by Branko Čibej
· 3 weeks ago
3ee6168
Fix new compilation warnings in maintainer mode.
by Branko Čibej
· 3 weeks ago
eb7a13b
Remove several type casts by using more appropriate type.
by Ivan Zhakov
· 4 weeks ago
719f65f
Use inline functions instead of macros to have explicit argument and return
by Ivan Zhakov
· 4 weeks ago
a3e3aa5
Follow-up to r1934423: Allocate right amount of memory for the EOL of the
by Timofei Zhakov
· 4 weeks ago
97bf028
Sometimes XML output varies by RA type...
by Branko Čibej
· 4 weeks ago
51b3d3c
Allow the tests to work with a non-standart Python 3 installation that
by Branko Čibej
· 4 weeks ago
5c37ed8
cmake: Add C compiler version information to configuration summary. The
by Ivan Zhakov
· 4 weeks ago
7572a7a
Fix detection for zlib library in vcxproj build to adapt the *.lib naming
by Jun Omae
· 4 weeks ago
316cec8
Follow-up to r1934437: Format code.
by Ivan Zhakov
· 4 weeks ago
6e73c71
Rewrite code to make it less error prone. No functional changes intended.
by Ivan Zhakov
· 4 weeks ago
193699e
Make `svn --version -v` report "UTF-8" instead of "CP65001" when UTF-8
by Ivan Zhakov
· 4 weeks ago
b519e8c
Make `svn --version -v` report actual character encoding used on Windows.
by Ivan Zhakov
· 4 weeks ago
2f3b1da
Revert r1934424 and r1934426. Two broken and stupid changes.
by Timofei Zhakov
· 4 weeks ago
77573c3
svnbrowse: Use UTF-8 functions for alignement.
by Timofei Zhakov
· 4 weeks ago
b1f2a19
Use utf8proc_ssize_t instead of int for nbytes. This is the type that
by Timofei Zhakov
· 4 weeks ago
b15e094
Cast string pointer to a const-utf8proc_uint8_t* instead of apr_byte_t* before
by Timofei Zhakov
· 4 weeks ago
26fcf3d
Use utf8proc_int32_t instead of apr_int32_t for the codepoint since it's the
by Timofei Zhakov
· 4 weeks ago
23611af
Follow-up to r1934408: Adjust outdated comment.
by Timofei Zhakov
· 4 weeks ago
245c7ef
Use UTF-8 alignement for the 'author' column in the 'svn blame' command.
by Timofei Zhakov
· 4 weeks ago
c4f9bd4
Align author in 'svn list -v' by considering UTF-8 characters.
by Timofei Zhakov
· 4 weeks ago
f06a8ef
Implement routines to do alignment of UTF-8 string to the left or to the right
by Timofei Zhakov
· 4 weeks ago
1fcee46
Remove unneeded extra check of a UTF-8 string for validity, because
by Timofei Zhakov
· 4 weeks ago
482e35d
Re-implement svn_utf_cstring_utf8_width() with use of libutf8proc.
by Timofei Zhakov
· 4 weeks ago
f9c8e01
Test svn_utf_cstring_utf8_width() with BOM.
by Timofei Zhakov
· 4 weeks ago
9b2f86a
Add test on svn_utf_cstring_utf8_width().
by Timofei Zhakov
· 4 weeks ago
6829919
Update libtool version for 1.15 and later to 2.4.7. The previous 2.4.6
by Branko Čibej
· 4 weeks ago
e4b2880
javahl: Follow-up to r1930973, fix double semi-colon.
by Jun Omae
· 4 weeks ago
95f35ff
Revert r1934357: serf does not support building for Windows ARM64.
by Ivan Zhakov
· 4 weeks ago
12a921d
Add GitHub Actions Windows ARM64 build.
by Ivan Zhakov
· 4 weeks ago
66b32b3
Merged the javahl-1.15 branch to trunk.
by Branko Čibej
· 4 weeks ago
83970ea
On the javahl-1.15 branch:
by Daniel Sahlberg
· 4 weeks ago
2f3372e
Add tests for svn_utf_cstring_from_utf8_ex2() and svn_utf_cstring_to_utf8_ex2()
by Ivan Zhakov
· 4 weeks ago
534a3b1
Remove TODO comment about intrinsics for byte swap, instead say that modern
by Timofei Zhakov
· 4 weeks ago
7207442
* INSTALL (cmake): Use tarball (without a dash) for consistency
by Daniel Sahlberg
· 4 weeks ago
b2ca39b
* INSTALL
by Nathan Hartman
· 4 weeks ago
1f94aac
* INSTALL
by Timofei Zhakov
· 4 weeks ago
e3ae6ba
* INSTALL
by Timofei Zhakov
· 4 weeks ago
7788d5f
svnbrowse: Display file information if a file is opened. This prevents it from
by Timofei Zhakov
· 4 weeks ago
49f103d
gha: Enable all features on CI build with cmake.
by Jun Omae
· 5 weeks ago
76636df
Put library before includes in our module for curses so the libname is logged
by Timofei Zhakov
· 5 weeks ago
2d87002
Implement finding a curses library using a cmake MODULE. This also brings
by Timofei Zhakov
· 5 weeks ago
967a50e
On the javahl-1.15 branch: Add working copy metadata (compatibility
by Branko Čibej
· 5 weeks ago
27f2644
Note that danielsh is no longer an active committer following his resignation
by Daniel Sahlberg
· 5 weeks ago
b740a35
Use tools/dist/detect-backport-conflicts.py from trunk for Git Hub Actions job.
by Ivan Zhakov
· 5 weeks ago
4eec908
Fix bug in detect-conflicting-backports.py: the script fails if there are
by Ivan Zhakov
· 5 weeks ago
81bec25
* .github/workflows/detect-backport-conflicts.yml: Also run for 1.15.x branch.
by Ivan Zhakov
· 5 weeks ago
c69f7de
* .github/workflows/detect-backport-conflicts.yml: Use branch name
by Ivan Zhakov
· 5 weeks ago
Next »