- 767da28 svnbrowse: When going up a directory, select the recently visited node in the by Timofei Zhakov · 8 hours ago trunk
- c925fbb svnbrowse: Sort all nodes in the list. by Timofei Zhakov · 27 hours ago
- 8b6d684 svnbrowse: More shortcuts for scrolling and moving around the list. by Timofei Zhakov · 28 hours ago
- 4d7ad31 Follow-up to r1932915: Fix typo. by Timofei Zhakov · 2 days ago
- 337d441 svnbrowse: Implement scrolling so selected item always stays in the view on by Timofei Zhakov · 2 days ago
- 052bddc svnbrowse: Implement exiting by ESC. by Timofei Zhakov · 2 days ago
- 3136f16 svnbrowse: Include ncurses from curses.h (instead of ncurses.h). by Timofei Zhakov · 2 days ago
- 515135a svnbrowse: Factor-out view_on_event() for better error and cancellation by Timofei Zhakov · 2 days ago
- 692ff36 Follow-up to r1932903: Fix spelling mistakes in a comment. by Timofei Zhakov · 2 days ago
- 4627794 svnbrowse: Support proper revision/target system in the command-line handling. by Timofei Zhakov · 2 days ago
- 69fceb7 svnbrowse: Plug in command-line specified parameters into authentication baton. by Timofei Zhakov · 4 days ago
- 0194fca Remove mentioning of IRC by Daniel Sahlberg · 4 days ago
- 90bb108 Follow up to r1932855: Put SVN_ERR_OPT_REVISION_PARSE_ERROR to the right place by Timofei Zhakov · 5 days ago
- bc7b9b7 svnbrowse: Move client initialization away from the model; it will work with an by Timofei Zhakov · 5 days ago
- fafc167 svnbrowse: Separate tool's code onto separate files; header, model, and the "main". by Timofei Zhakov · 5 days ago
- 02cac16 svnbrowse: Use the Subversion framework for command-line argument by Timofei Zhakov · 5 days ago
- cbfaf22 Export a function for parsing a single opt_revision into the public API. We'll by Timofei Zhakov · 5 days ago
- d3712e8 svnbrowse: Factor-out functions to performa all actions with the model. by Timofei Zhakov · 8 days ago
- 87bbab5 svnbrowse: Reparent session to the root URL of the repository so we can go by Timofei Zhakov · 8 days ago
- c590aa1 svnbrowse: Use svn_ra_get_dir2() instead of svn_ra_list(); It allows us to skip by Timofei Zhakov · 8 days ago
- bbb57e4 Follow-up to r1931334, fix adler32-test.exe not built with Visual Studio. by Jun Omae · 8 days ago
- 95c8919 Follow-up to r1931402, fix a warning while running gen-make.py on Windows. by Jun Omae · 8 days ago
- 48c69bb svnbrowse: Rename svn_browse__item_t->relpath to name. It's only a name of that by Timofei Zhakov · 8 days ago
- 8c1afdd svnbrowse: Use libsvn_ra API directly to query directories. Do so for improved by Timofei Zhakov · 8 days ago
- c0b7320 svnbrowse: Separate state from the model. Now creating a new state does not by Timofei Zhakov · 8 days ago
- 831fd8d svnbrowse: Forward-declare local variables in the mainloop before cleaning the by Timofei Zhakov · 9 days ago
- 58f191d svnbrowse: Introduce 'view' that does the rendering of what the model has. by Timofei Zhakov · 9 days ago
- 0198e14 svnbrowse: Add a function that creates model from a specific URL at revision by Timofei Zhakov · 9 days ago
- f3e35bd svnbrowse: Rename svn_browse__ctx_t to svn_browse__model_t so we can use the by Timofei Zhakov · 9 days ago
- 6f4e6d2 svnbrowse: Replace accidently left tabs with spaces. by Timofei Zhakov · 9 days ago
- 01ecf47 svnbrowse: Add an abstraction for 'browser state' which is a structure that can by Timofei Zhakov · 9 days ago
- 68a8fa2 svnbrowse: Add an iterpool into the mainloop so we don't leak temporary memory. by Timofei Zhakov · 9 days ago
- 648538d svnbrowse: Recompute the abspath every time it is needed instead of storing one by Timofei Zhakov · 9 days ago
- cd67a56 svnbrowse: Add parenthesis around ch in the CTRL() macro to avoid potential by Timofei Zhakov · 9 days ago
- 602f56c svnbrowse: Use switch statement instead of if-else to process getch() input by Timofei Zhakov · 9 days ago
- 02958b1 svnbrowse: Rename the item_t structure into svn_browse__item_t. by Timofei Zhakov · 9 days ago
- 8c40132 svnbrowse: Implement the most basic functionality of the directory browser. by Timofei Zhakov · 9 days ago
- f85b991 Follow-up to r1932705: svnbrowse is an executable target, not a library, so the by Timofei Zhakov · 9 days ago
- 94a76c3 Follow-up to r1932705: Change the value of 'install' field of the svnbrowse by Timofei Zhakov · 9 days ago
- 90cb83a svnbrowse: Create new blank program to implement a TUI browser for repository by Timofei Zhakov · 9 days ago
- f2d4fc5 Add myself as a full committer. by svn-role · 10 days ago
- fcf8c30 Reverting r1932579. by Nathan Hartman · 10 days ago
- e0e292d cmake: Follow-up to r1932395, fix build failing with cmake 3.31 on by Jun Omae · 13 days ago
- cb25bfd GitHub Actions: Adapt to apache-serf package separated from subversion by Jun Omae · 2 weeks ago
- 5d5d05f * tools/dev/unix-build/Makefile.svn by Nathan Hartman · 2 weeks ago
- e977b6b * tools/dev/unix-build/Makefile.svn by Nathan Hartman · 2 weeks ago
- 4b1e408 The svntest framework is Python3 since many years. Update the readme to reflect by Daniel Sahlberg · 3 weeks ago
- a99104f cmake: Both policy checks for SWIG no longer needed at all since cmake 3.14. by Timofei Zhakov · 3 weeks ago
- b96c8c2 cmake: Bump minimum required version of CMake 3.12 -> 3.14; as it turns out the by Timofei Zhakov · 3 weeks ago
- 801b3bf cmake: Use newer sqlite targets due to deprecation. by Timofei Zhakov · 3 weeks ago
- fad70e9 Use svn_io_stat() instead of apr_stat() when checking if --message is a file by Timofei Zhakov · 3 weeks ago
- 1272a1c Remove casts of data to PUCHAR where we don't need to. by Timofei Zhakov · 4 weeks ago
- 0d183e2 Implement properly-sized updates when computing contextless checksum via by Timofei Zhakov · 4 weeks ago
- 100fd27 win32 bcrypt: Handle blocks with sizes larger than what fits in ULONG (32 bits by Timofei Zhakov · 4 weeks ago
- a45bf20 Propagate constantness in parse-diff.c:git_start. by Timofei Zhakov · 5 weeks ago
- 007844d Access elements as non-const from an array if a modification follows after to by Timofei Zhakov · 5 weeks ago
- 063a898 Fix misusing of 'const' pointers. by Timofei Zhakov · 5 weeks ago
- 14c98d7 Return an array of 'char*' from svn_cstring_split()/svn_cstring_split_append() by Timofei Zhakov · 5 weeks ago
- a7fe1ac Follow-up to r1932040: Fix include of private/svn_atomic.h header file. by Timofei Zhakov · 5 weeks ago
- d8f58fd Support xdigest checksum backend. by Timofei Zhakov · 6 weeks ago
- 281eca0 Add atomic initializatoin function which doesn't return error and doesn't use by Timofei Zhakov · 6 weeks ago
- 1416402 Remove extra traling newline from OpenSSL backed checksum implementation. by Timofei Zhakov · 6 weeks ago
- 3f285e7 Use a raw string as argument to re.compile() by Daniel Sahlberg · 8 weeks ago
- d8c1ba7 Follow-up to r1931690: Swap arguments when calling find_package() for serf by Timofei Zhakov · 9 weeks ago
- 1ad1653 cmake: Use a simpler magic to enforce serf version requirements. by Timofei Zhakov · 9 weeks ago
- afcffef cmake: Include minor and patch versions into shared objects names. by Timofei Zhakov · 10 weeks ago
- ccf14c2 cmake: Produce an error when configuring with serf < version 1.3.4. This by Timofei Zhakov · 10 weeks ago
- 583ddb0 cmake: Make sure that serf is checked as a REQUIRED dependency. by Timofei Zhakov · 10 weeks ago
- f8ac4c3 Followup to r1808139, use the allow_unver_obstructions argument in the by Daniel Sahlberg · 2 months ago
- 0f6ac3e Following up on r1931298, correct the Doxygen documentation markup by by Evgeny Kotkov · 2 months ago
- 1f52ec4 Use bytewise content comparison in the "is the file modified?" working copy by Evgeny Kotkov · 2 months ago
- d62023d * configure.ac: Pass complete library version information to libtool by Joe Orton · 3 months ago
- 78b099b Update the internal lz4 to version 1.10.0. by Branko Čibej · 3 months ago
- 044b16c Upgrade the internal utf8proc to version 2.11.3. by Branko Čibej · 3 months ago
- ae8820b Follow-up to r1931389: Cast 'len' to uint (it's safe because we're in a branch by Timofei Zhakov · 3 months ago
- f48123e Add another test for the Adler-32 implementation. All code branches by Branko Čibej · 3 months ago
- d5ba5bd Fix a warning about an unused function when debug mode is disabled. by Branko Čibej · 3 months ago
- 61a40e6 Follow-up to r1931389: Fix argument type. by Timofei Zhakov · 3 months ago
- eeadac0 Revert r1931392. by Timofei Zhakov · 3 months ago
- d42780f Follow-up to r1931389: Fix compilation with MSVC. by Timofei Zhakov · 3 months ago
- bf87b58 Follow-up to r1930988: Fix backend type logging in cmake configure summary. by Timofei Zhakov · 3 months ago
- 5e0b9db Add separate target to the build system for checksum backend linkage. This by Timofei Zhakov · 3 months ago
- 2f080d3 Handle SHA1 checksum update with APR backend (whose update consumes size as by Timofei Zhakov · 3 months ago
- 0220a0e * build.conf (adler32-test): Add missing dependency on zlib. by Branko Čibej · 3 months ago
- f7b6e48 Don't allocate four times more space than needed. Duh. by Branko Čibej · 3 months ago
- 30f6724 Follow up to r1931334: Correct and clarify comments. No functional change. by Branko Čibej · 3 months ago
- 8323ae1 Follow up to r1931334: Look for adler32_z() in the CMake build, too. by Branko Čibej · 3 months ago
- 488970e Remove another unchecked narrowing cast, this time in the implementation by Branko Čibej · 3 months ago
- 2126567 * CHANGES: Draft initial changelog for 1.15.0. by Evgeny Kotkov · 3 months ago
- c7372ef Cherry-pick r1931314 from the better-pristines branch, removing the parts by Branko Čibej · 3 months ago
- f9b5170 Update an omission in a docstring. by Branko Čibej · 3 months ago
- aaaf01c In Python 3, hashlib input data must be byte strings, not Unicode. by Branko Čibej · 3 months ago
- 63999b3 Newest OpenSSL/httpd does not like server certificates with tiny keys. by Branko Čibej · 3 months ago
- 1b52896 Fix warnings in the new checksum code. by Branko Čibej · 3 months ago
- 7abfe51 Clear out some not-needed-anymore stuff related to Serf. by Daniel Sahlberg · 3 months ago
- 5c2c1ff Update checks for SERF 1.4.0 to check for SERF 1.5.0. There will never by Daniel Sahlberg · 3 months ago
- 80c5d5f bcrypt: Use Win32 API directly when computing checksum without a context by Timofei Zhakov · 3 months ago
- 15e05d4 bcrypt: Allocate buffer for checksum context object in a pool. by Timofei Zhakov · 3 months ago
- d3fab50 bcrypt: Eliminate heap allocations when computing checksum contextless of a by Timofei Zhakov · 3 months ago
- 366e9c6 bcrypt: Follow-up to r1931082: Don't forget to cleanup context when resetting by Timofei Zhakov · 3 months ago