Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-07Merge pull request #4828 from csware/git_futils_rmdir_r_failingEdward Thomson
2018-10-05tests: sanitize file hierarchy after running rmdir testsPatrick Steinhardt
2018-10-05tests: Add some more tests for git_futils_rmdir_rSven Strickroth
2018-10-05tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt
2018-09-28Merge pull request #4784 from tiennou/fix/warningsPatrick Steinhardt
2018-09-26vector: do not malloc 0-length vectors on dupEtienne Samson
2018-09-25path: fix "comparison always true" warningEtienne Samson
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-04-11tests: clarify commentEtienne Samson
2017-12-20util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson
2017-10-23stream: Gather streams to src/streamsEtienne Samson
2017-10-23cmake: simplify some HTTPS testsEtienne Samson
2017-06-26diff: implement function to calculate patch IDPatrick Steinhardt
2017-06-14Merge pull request #4267 from mohseenrm/masterEdward Thomson
2017-06-13Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam
2017-06-13tests: core: test initialization of `git_proxy_options`Patrick Steinhardt
2017-06-06varint: fix computation for remaining buffer spacePatrick Steinhardt
2017-04-25tests: core::features: only check for HTTPS if it is supportedPatrick Steinhardt
2017-03-22inet_pton: don't assume addr families don't existEdward Thomson
2017-03-20Merge pull request #4169 from csware/absolute-symlinkPatrick Steinhardt
2017-03-20tests: filebuf: test writing to symlink with absolute pathsPatrick Steinhardt
2017-03-03hash: test for sha1 collision attack detectionEdward Thomson
2017-02-25Fix inet_pton tests triggering an assert in HaikuKevin Wojniak
2017-02-17oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-02-17khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt
2017-02-17khash: avoid using `kh_put` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_get` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_end` directlyPatrick Steinhardt
2017-02-08path: ensure dirname on Win32 prefix always has a trailing '/'Patrick Steinhardt
2017-02-08path: get correct dirname for Windows rootPatrick Steinhardt
2016-12-18sysdir: add failing test for variable substitutionCarlos Martín Nieto
2016-11-18core::init tests: reverse init/shutdownEdward Thomson
2016-11-04Merge pull request #3974 from libgit2/pks/synchronize-shutdownPatrick Steinhardt
2016-11-02tests: core: test deinitialization and concurrent initializationPatrick Steinhardt
2016-10-28pqueue: resolve possible NULL pointer dereferencePatrick Steinhardt
2016-10-27tests: vector: fix memory leakPatrick Steinhardt
2016-10-07Fix the existence check for `regcomp_l`.Arthur Schreiber
2016-10-07Merge pull request #3921 from libgit2/cmn/walk-limit-enoughEdward Thomson
2016-10-06Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber
2016-10-06vector, pqueue: add git_vector_reverse and git_pqueue_reverseCarlos Martín Nieto
2016-08-10varint: Add varint encoding/decodingDavid Turner
2016-08-04Merge pull request #3850 from wildart/custom-tlsEdward Thomson
2016-07-06remove conditions that prevent use of custom TLS streamwildart
2016-07-05Merge pull request #3851 from txdv/get-user-agentEdward Thomson
2016-07-05Add get user agent functionality.Andrius Bentkus
2016-06-29Fixed bug while parsing INT64_MINKrishna Ram Prakash R