1. 87f5fba Merge pull request #4238 from libgit2/ethomson/vs_to_vsts by Carlos Martín Nieto · 7 years ago
  2. 1e27b89 Update README: VS -> VSTS by Edward Thomson · 7 years ago
  3. 8b107dc revparse: support open-ended ranges by William Bain · 7 years ago
  4. 883eeb5 worktree: switch over worktree pruning to an opts structure by Patrick Steinhardt · 7 years ago
  5. 8264a30 worktree: support creating locked worktrees by Patrick Steinhardt · 7 years ago
  6. 1b6ab16 Merge pull request #4232 from pks-t/pks/schroot-test-fixes by Edward Thomson · 7 years ago
  7. ffd264d tests: repo: fix repo discovery tests on overlayfs by Patrick Steinhardt · 7 years ago
  8. 7849e46 Merge pull request #4229 from pks-t/pks/ssh-memleaks by Edward Thomson · 7 years ago
  9. 2ce2a48 transports: ssh: clean up after libssh2 on exit by Patrick Steinhardt · 7 years ago
  10. 8c02735 transports: ssh: report failure initializing libssh2 by Patrick Steinhardt · 7 years ago
  11. a7aa73a worktree: introduce git_worktree_add options by Patrick Steinhardt · 7 years ago
  12. 9cc0ba6 Merge pull request #4226 from libgit2/ethomson/memleak by Edward Thomson · 7 years ago
  13. 1dc89aa object validation: free some memleaks by Edward Thomson · 7 years ago
  14. 34c1310 signature: free dup'd buffers on parse error by Edward Thomson · 7 years ago
  15. 4dbcf0e remote: free the config snapshot by Edward Thomson · 7 years ago
  16. be343b8 worktrees: cleanup some memory leaks by Edward Thomson · 7 years ago
  17. 13c1bf0 Merge pull request #4197 from pks-t/pks/verify-object-hashes by Edward Thomson · 7 years ago
  18. d870284 Merge pull request #4206 from libgit2/cmn/transport-get-proxy by Edward Thomson · 7 years ago
  19. 5700ee9 Merge pull request #4216 from pks-t/pks/debian-test-failures by Edward Thomson · 7 years ago
  20. f86f35d Merge branch 'pr/4225' by Edward Thomson · 7 years ago
  21. 45071ce git_remote_push: document that NULL refspecs allowed by Edward Thomson · 7 years ago
  22. f9921ad Merge pull request #4224 from yuyichao/push-free-config by Edward Thomson · 7 years ago
  23. 90cdf44 Allow NULL refspec in git_remote_push by Yichao Yu · 7 years ago
  24. 5552237 Do not free config when creating remote by Yichao Yu · 7 years ago
  25. e0973bc odb: verify hashes in read_prefix_1 by Patrick Steinhardt · 7 years ago
  26. 1410962 odb: improve error handling in read_prefix_1 by Patrick Steinhardt · 7 years ago
  27. 35079f5 odb: add option to turn off hash verification by Patrick Steinhardt · 7 years ago
  28. 28a0741 odb: verify object hashes by Patrick Steinhardt · 7 years ago
  29. d59dabe tests: object: test looking up corrupted objects by Patrick Steinhardt · 7 years ago
  30. 86c0355 tests: object: create sandbox by Patrick Steinhardt · 7 years ago
  31. e29e802 tests: odb: make hash of fake backend configurable by Patrick Steinhardt · 7 years ago
  32. 7df580f Merge pull request #4191 from pks-t/pks/wt-ref-renames by Edward Thomson · 7 years ago
  33. 6cf25a3 Merge pull request #4219 from pks-t/pks/socket-stream-addrinfo-loop by Edward Thomson · 7 years ago
  34. cecd41f Merge pull request #4217 from pks-t/pks/readonly-cfg-backend by Edward Thomson · 7 years ago
  35. 954e06a socket_stream: continue to next addrinfo on socket creation failure by Patrick Steinhardt · 7 years ago
  36. 2a7086f tests: config: verify functionality with read-only backends by Patrick Steinhardt · 7 years ago
  37. 95f29fb config: skip r/o backends when writing by Patrick Steinhardt · 7 years ago
  38. 7f75eea Merge pull request #4215 from pks-t/pks/diff-stack-free by Edward Thomson · 7 years ago
  39. 6424413 config_file: add missing include for `git_config_backend` by Patrick Steinhardt · 7 years ago
  40. 417319c tests: core::features: only check for HTTPS if it is supported by Patrick Steinhardt · 7 years ago
  41. a4de1ae cmake: define GIT_HTTPS when HTTPS is supported by Patrick Steinhardt · 7 years ago
  42. 1cb30b1 diff_parse: free object instead of its pointer by Patrick Steinhardt · 7 years ago
  43. 0d2f682 Merge pull request #4210 from pks-t/pks/misc-fixes by Patrick Steinhardt · 7 years ago
  44. 13c275a tests: threads::diff: fix warning for unused variable by Patrick Steinhardt · 7 years ago
  45. f4d1592 global: fix typo in `git_libgit2_init` description by Patrick Steinhardt · 7 years ago
  46. 8d89e40 Merge pull request #4192 from libgit2/ethomson/win32_posix by Carlos Martín Nieto · 7 years ago
  47. 86536c7 win32: `remediation` not `cleanup` by Edward Thomson · 7 years ago
  48. 5c76096 transport: provide a getter for the proxy options by Carlos Martín Nieto · 7 years ago
  49. f9d3b0d Merge pull request #4201 from pks-t/pks/fileops-fd-leak by Edward Thomson · 7 years ago
  50. 38b6e70 fileops: fix leaking fd in `mmap_ro_file` by Patrick Steinhardt · 7 years ago
  51. d476d02 Merge pull request #4196 from pks-t/pks/filter-segfault by Edward Thomson · 7 years ago
  52. a5781e2 Merge pull request #4195 from pks-t/pks/openssl-1.1 by Edward Thomson · 7 years ago
  53. 1262963 Merge pull request #4198 from pks-t/pks/git-compat by Edward Thomson · 7 years ago
  54. 19a04f6 README: document our relation to changes in upstream by Patrick Steinhardt · 7 years ago
  55. 78b8f03 tests: fix indentation in checkout::head::with_index_only_tree by Patrick Steinhardt · 7 years ago
  56. 8852015 openssl_stream: use new initialization function on OpenSSL version >=1.1 by Patrick Steinhardt · 7 years ago
  57. 29081c2 openssl_stream: remove locking initialization on OpenSSL version >=1.1 by Patrick Steinhardt · 7 years ago
  58. cf07db2 filter: only close filter if it's been initialized correctly by Patrick Steinhardt · 7 years ago
  59. e572b63 Merge pull request #4183 from pks-t/pks/coverity by Edward Thomson · 7 years ago
  60. 44998cd Merge pull request #4193 from pks-t/pks/libdir by Edward Thomson · 7 years ago
  61. 22436f2 pkgconfig: fix handling of prefixes containing whitespaces by Patrick Steinhardt · 7 years ago
  62. 2a485da refs: update worktree HEADs when renaming branches by Patrick Steinhardt · 7 years ago
  63. 38fc5ab branch: use `foreach_head` to see if a branch is checked out by Patrick Steinhardt · 7 years ago
  64. 74511aa repository: add function to iterate over all HEADs by Patrick Steinhardt · 7 years ago
  65. 3e84aa5 repository: get worktree HEAD via `git_reference__read_head` by Patrick Steinhardt · 7 years ago
  66. 987f565 repository: extract function to get path to a file in a work tree by Patrick Steinhardt · 7 years ago
  67. 8242cc1 repository: set error message if trying to set HEAD to a checked out one by Patrick Steinhardt · 7 years ago
  68. 5b65ac2 refs: implement function to read references from file by Patrick Steinhardt · 7 years ago
  69. 6029725 tests: worktree::refs: convert spaces to tabs by Patrick Steinhardt · 7 years ago
  70. 48f09c6 win32: only set `git_win32__retries` where it exists by Edward Thomson · 7 years ago
  71. 89d403c win32: enable `p_utimes` for readonly files by Edward Thomson · 7 years ago
  72. 9daba9f fileops: do not overwrite correct error message on mmap by Patrick Steinhardt · 7 years ago
  73. 756138e blame_git: check return value of `git__calloc` by Patrick Steinhardt · 7 years ago
  74. a76d750 path: short-circuit `git_path_apply_relative` on error by Patrick Steinhardt · 7 years ago
  75. cffd616 path: handle error returned by `git_buf_joinpath` by Patrick Steinhardt · 7 years ago
  76. 4467aea config_file: handle errors other than OOM while parsing section headers by Patrick Steinhardt · 7 years ago
  77. 7ece906 win32: make posix emulation retries configurable by Edward Thomson · 7 years ago
  78. 1069ad3 win32: do not inherit file descriptors by Edward Thomson · 7 years ago
  79. d5e6ca1 Allow to configure default file share mode for opening files by Sven Strickroth · 7 years ago
  80. dbacbf7 Merge pull request #4188 from rcjsuen/patch-1 by Edward Thomson · 7 years ago
  81. a12796d Correct typos that reference a non-existing file by Remy Suen · 7 years ago
  82. e86d02f git_repository_set_head: use remote name in reflog by Edward Thomson · 7 years ago
  83. 92d5a63 win32: deduplicate code: use p_open in p_creat by Sven Strickroth · 7 years ago
  84. ef5cfcd win32: use CreateFile in p_open by Sven Strickroth · 7 years ago
  85. fbc6910 win32: teach p_open about do_with_retries by Edward Thomson · 7 years ago
  86. a0f67e4 win32: teach p_unlink about do_with_retries by Edward Thomson · 7 years ago
  87. 8a4e151 win32: make p_rename use do_with_retries by Edward Thomson · 7 years ago
  88. cc8d9a2 win32: introduce `do_with_retries` macro by Edward Thomson · 7 years ago
  89. dcaa909 win32: map windows error codes to errno by Edward Thomson · 7 years ago
  90. fcb322f Merge remote-tracking branch 'origin/pr/3790' into win32_posix by Edward Thomson · 7 years ago
  91. caf7a7a Merge pull request #4182 from pks-t/pks/treebuilder by Edward Thomson · 7 years ago
  92. 06abbb7 treebuilder: exit early if running OOM in `write_with_buffer` by Patrick Steinhardt · 7 years ago
  93. 8d1e71f treebuilder: remove shadowing variable in `write_with_buffer` by Patrick Steinhardt · 7 years ago
  94. 4f9327f treebuilder: fix memory leaks in `write_with_buffer` by Patrick Steinhardt · 7 years ago
  95. a25df00 Merge pull request #4180 from pks-t/pks/pass-blame-fix by Patrick Steinhardt · 7 years ago
  96. fbdf2a7 worktree: unconditionally free the worktree's name by Patrick Steinhardt · 7 years ago
  97. 4004d68 blame_git: remove spuriuous goto by Patrick Steinhardt · 7 years ago
  98. 1d39a60 Merge pull request #4175 from libgit2/ethomson/dont_trunc_and_excl by Patrick Steinhardt · 7 years ago
  99. fa86a09 Merge pull request #4178 from libgit2/ethomson/enfasten_sha1 by Carlos Martín Nieto · 7 years ago
  100. d672963 sha1dc: `SHA1DCUpdate` now takes a `size_t` by Edward Thomson · 7 years ago