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