- cf70cea Follow-up to r1933812: Set `SWIG_INCLUDE_DIRECTORIES` before the targets by Jun Omae · 13 hours ago trunk
- d68133c Follow up to r1933796: Silence more warnings from JavaHL in non-debug mode. by Branko Čibej · 15 hours ago
- f76bd49 Silence the dangling-doc-comment warnings in JavaHL mostly by replacing by Branko Čibej · 16 hours ago
- 848c63f Follow-up to r1933812: Include UseSWIG before targets so we don't fail to by Timofei Zhakov · 2 days ago
- 4ed0c7e cmake: Process svn_private_config.h definitions and build type check for the by Timofei Zhakov · 2 days ago
- c2a43c4 cmake: Import targets.cmake before processing dependencies; This would allow by Timofei Zhakov · 2 days ago
- b328fbb cmake: Use SEND_ERROR instead of FATAL_ERROR whenever we encounter an error. by Timofei Zhakov · 2 days ago
- b570f98 cmake: Fail using SEND_ERROR instead of ERROR because it's not recognised as a by Timofei Zhakov · 2 days ago
- af18df0 Silence JavaHL compiler warnings about missing bootstrap classpath. by Branko Čibej · 3 days ago
- 0db2ecf Remove any debugging, optimization or warning flags returned from by Branko Čibej · 3 days ago
- b116c1f swig-rb: Use rb_block_call instead of rb_iterate that has been deprecated in by Jun Omae · 5 days ago
- 2b9ba31 cmake: Use `Development.Module` Python module component. by Ivan Zhakov · 5 days ago
- 589c90b cmake: Fix building Python SWIG bindings. by Ivan Zhakov · 5 days ago
- 26afe52 swig-rb: Fix fronzen string literal warnings since Ruby 3.4. by Jun Omae · 7 days ago
- 78d7e80 Typoz. by Timofei Zhakov · 7 days ago
- 9d011ad Format code. by Timofei Zhakov · 7 days ago
- 4f1fa34 svnbrowse: Add an abstraction of style that manages all the attributes we need by Timofei Zhakov · 7 days ago
- fd70d64 Avoid blocking on name resolution during test setup. by Branko Čibej · 8 days ago
- 70cd6fc Following up on r1920896, fix CMake pregeneration for 1.15.0 prerelease builds by Evgeny Kotkov · 9 days ago
- aa9a689 Fix potential integer overflow in svn_subr__win32_xlate_to_stringbuf(). by Ivan Zhakov · 9 days ago
- 3f255c9 * subversion/libsvn_subr/win32_xlate.c by Ivan Zhakov · 9 days ago
- cf31289 Correctly add '\0' to svn_stringbuf_t result in by Ivan Zhakov · 9 days ago
- 7fd6e4a * CHANGES: Guesstimate the release date for 1.15.0. by Evgeny Kotkov · 9 days ago
- 792ea51 * CHANGES: Add most recent changes for 1.15 (up to r1933332). by Evgeny Kotkov · 9 days ago
- 7765755 * CHANGES: Fix a couple of places where tabs were used to format changelog by Evgeny Kotkov · 9 days ago
- 76e72e6 In the release.py script, use one single template for the release notes by Evgeny Kotkov · 9 days ago
- a3ba81f Format code. by Ivan Zhakov · 11 days ago
- c4b3a3c Use actual elapsed time to calculate checksum calculation performance by Ivan Zhakov · 13 days ago
- 6796cd1 * subversion/tests/libsvn_subr/checksum-test.c by Ivan Zhakov · 13 days ago
- 5a83cfb Add Windows manifest with compatibility information to executable files. by Ivan Zhakov · 2 weeks ago
- 3adc180 * subversion/libsvn_subr/sysinfo.c by Ivan Zhakov · 2 weeks ago
- cc9b6f0 * subversion/libsvn_subr/sysinfo.c by Ivan Zhakov · 2 weeks ago
- b2c3614 Use svn_hash_gets() instead of apr_hash_get(APR_HASH_KEY_STRING). by Ivan Zhakov · 2 weeks ago
- a17d1a7 Reverting r1932691: by Daniel Sahlberg · 2 weeks ago
- c432558 Ignore '__pycache__' everywhere. by Ivan Zhakov · 2 weeks ago
- 2c83051 Resolve compiler warning about potentially uninitialized local variable by Ivan Zhakov · 2 weeks ago
- a24359b Mark local functions as static. by Ivan Zhakov · 2 weeks ago
- a389c7b Resolve compiler warning about potentially uninitialized local variable by Ivan Zhakov · 2 weeks ago
- 4f11ca3 * COMMITTERS (ivan): Re-add myself as full committer. by Ivan Zhakov · 2 weeks ago
- 7367434 svnbrowse: Display the browsing revision number to the right from URL. by Timofei Zhakov · 3 weeks ago
- 5490222 svnbrowse: Rename 'infobar' to 'header' and 'statusbar' to 'footer' including by Timofei Zhakov · 3 weeks ago
- 06f8cb1 svnbrowse: Add a 'status bar' in the bottom. by Timofei Zhakov · 3 weeks ago
- 96b44ae svnbrowse: Default the target to the current directory when invoked with no by Timofei Zhakov · 3 weeks ago
- f88f5fe Add TUI programs to the list for installation during the CMake build. by Timofei Zhakov · 3 weeks ago
- e3c320a svnbrowse: Use curses WINDOWs to position layout elements on screen. by Timofei Zhakov · 3 weeks ago
- b513f92 svnbrowse: Check that padding is positive so we don't SEGFAULT trying to by Timofei Zhakov · 3 weeks ago
- 79ca37a svnbrowse: Improve application style, adding colours and better composition of by Timofei Zhakov · 4 weeks ago
- 43b5533 Silence some SyntaxWarnings from Python 3.12+: by C. Michael Pilato · 4 weeks ago
- 767da28 svnbrowse: When going up a directory, select the recently visited node in the by Timofei Zhakov · 4 weeks ago
- c925fbb svnbrowse: Sort all nodes in the list. by Timofei Zhakov · 4 weeks ago
- 8b6d684 svnbrowse: More shortcuts for scrolling and moving around the list. by Timofei Zhakov · 4 weeks ago
- 4d7ad31 Follow-up to r1932915: Fix typo. by Timofei Zhakov · 4 weeks ago
- 337d441 svnbrowse: Implement scrolling so selected item always stays in the view on by Timofei Zhakov · 4 weeks ago
- 052bddc svnbrowse: Implement exiting by ESC. by Timofei Zhakov · 4 weeks ago
- 3136f16 svnbrowse: Include ncurses from curses.h (instead of ncurses.h). by Timofei Zhakov · 4 weeks ago
- 515135a svnbrowse: Factor-out view_on_event() for better error and cancellation by Timofei Zhakov · 4 weeks ago
- 692ff36 Follow-up to r1932903: Fix spelling mistakes in a comment. by Timofei Zhakov · 4 weeks ago
- 4627794 svnbrowse: Support proper revision/target system in the command-line handling. by Timofei Zhakov · 4 weeks ago
- 69fceb7 svnbrowse: Plug in command-line specified parameters into authentication baton. by Timofei Zhakov · 4 weeks ago
- 0194fca Remove mentioning of IRC by Daniel Sahlberg · 4 weeks ago
- 90bb108 Follow up to r1932855: Put SVN_ERR_OPT_REVISION_PARSE_ERROR to the right place by Timofei Zhakov · 4 weeks ago
- bc7b9b7 svnbrowse: Move client initialization away from the model; it will work with an by Timofei Zhakov · 4 weeks ago
- fafc167 svnbrowse: Separate tool's code onto separate files; header, model, and the "main". by Timofei Zhakov · 4 weeks ago
- 02cac16 svnbrowse: Use the Subversion framework for command-line argument by Timofei Zhakov · 4 weeks ago
- cbfaf22 Export a function for parsing a single opt_revision into the public API. We'll by Timofei Zhakov · 4 weeks ago
- d3712e8 svnbrowse: Factor-out functions to performa all actions with the model. by Timofei Zhakov · 5 weeks ago
- 87bbab5 svnbrowse: Reparent session to the root URL of the repository so we can go by Timofei Zhakov · 5 weeks ago
- c590aa1 svnbrowse: Use svn_ra_get_dir2() instead of svn_ra_list(); It allows us to skip by Timofei Zhakov · 5 weeks ago
- bbb57e4 Follow-up to r1931334, fix adler32-test.exe not built with Visual Studio. by Jun Omae · 5 weeks ago
- 95c8919 Follow-up to r1931402, fix a warning while running gen-make.py on Windows. by Jun Omae · 5 weeks ago
- 48c69bb svnbrowse: Rename svn_browse__item_t->relpath to name. It's only a name of that by Timofei Zhakov · 5 weeks ago
- 8c1afdd svnbrowse: Use libsvn_ra API directly to query directories. Do so for improved by Timofei Zhakov · 5 weeks ago
- c0b7320 svnbrowse: Separate state from the model. Now creating a new state does not by Timofei Zhakov · 5 weeks ago
- 831fd8d svnbrowse: Forward-declare local variables in the mainloop before cleaning the by Timofei Zhakov · 5 weeks ago
- 58f191d svnbrowse: Introduce 'view' that does the rendering of what the model has. by Timofei Zhakov · 5 weeks ago
- 0198e14 svnbrowse: Add a function that creates model from a specific URL at revision by Timofei Zhakov · 5 weeks ago
- f3e35bd svnbrowse: Rename svn_browse__ctx_t to svn_browse__model_t so we can use the by Timofei Zhakov · 5 weeks ago
- 6f4e6d2 svnbrowse: Replace accidently left tabs with spaces. by Timofei Zhakov · 5 weeks ago
- 01ecf47 svnbrowse: Add an abstraction for 'browser state' which is a structure that can by Timofei Zhakov · 5 weeks ago
- 68a8fa2 svnbrowse: Add an iterpool into the mainloop so we don't leak temporary memory. by Timofei Zhakov · 5 weeks ago
- 648538d svnbrowse: Recompute the abspath every time it is needed instead of storing one by Timofei Zhakov · 5 weeks ago
- cd67a56 svnbrowse: Add parenthesis around ch in the CTRL() macro to avoid potential by Timofei Zhakov · 5 weeks ago
- 602f56c svnbrowse: Use switch statement instead of if-else to process getch() input by Timofei Zhakov · 5 weeks ago
- 02958b1 svnbrowse: Rename the item_t structure into svn_browse__item_t. by Timofei Zhakov · 5 weeks ago
- 8c40132 svnbrowse: Implement the most basic functionality of the directory browser. by Timofei Zhakov · 5 weeks ago
- f85b991 Follow-up to r1932705: svnbrowse is an executable target, not a library, so the by Timofei Zhakov · 5 weeks ago
- 94a76c3 Follow-up to r1932705: Change the value of 'install' field of the svnbrowse by Timofei Zhakov · 5 weeks ago
- 90cb83a svnbrowse: Create new blank program to implement a TUI browser for repository by Timofei Zhakov · 5 weeks ago
- f2d4fc5 Add myself as a full committer. by svn-role · 5 weeks ago
- fcf8c30 Reverting r1932579. by Nathan Hartman · 5 weeks ago
- e0e292d cmake: Follow-up to r1932395, fix build failing with cmake 3.31 on by Jun Omae · 6 weeks ago
- cb25bfd GitHub Actions: Adapt to apache-serf package separated from subversion by Jun Omae · 6 weeks ago
- 5d5d05f * tools/dev/unix-build/Makefile.svn by Nathan Hartman · 6 weeks ago
- e977b6b * tools/dev/unix-build/Makefile.svn by Nathan Hartman · 6 weeks ago
- 4b1e408 The svntest framework is Python3 since many years. Update the readme to reflect by Daniel Sahlberg · 7 weeks ago
- a99104f cmake: Both policy checks for SWIG no longer needed at all since cmake 3.14. by Timofei Zhakov · 7 weeks ago
- b96c8c2 cmake: Bump minimum required version of CMake 3.12 -> 3.14; as it turns out the by Timofei Zhakov · 7 weeks ago
- 801b3bf cmake: Use newer sqlite targets due to deprecation. by Timofei Zhakov · 7 weeks ago
- fad70e9 Use svn_io_stat() instead of apr_stat() when checking if --message is a file by Timofei Zhakov · 7 weeks ago
- 1272a1c Remove casts of data to PUCHAR where we don't need to. by Timofei Zhakov · 7 weeks ago