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
2019-01-26filter: return an intEdward Thomson
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-12-04make proxy_stream_close close target stream even on errorsAnders Borum
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-06-13Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam
2017-04-07filter: only close filter if it's been initialized correctlyPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-02-09filter: avoid races during filter registrationEdward Thomson
2015-07-12filter: make sure to close the stream even on errorCarlos Martín Nieto
2015-07-01filters: custom filters with wildcard attributesEdward Thomson
2015-06-10Introduce `git_filter_list_contains`Edward Thomson
2015-06-10filter: close the descriptor in case of errorCarlos Martín Nieto
2015-05-11centralizing all IO buffer size valuesJ Wyman
2015-05-09Merge pull request #3104 from whoisj/optimal-buffer-sizeCarlos Martín Nieto
2015-05-07Adjusting stream buffer size to 64KBJ Wyman
2015-04-28Fix some build warningsLeo Yang
2015-03-25filter: clear the temp_buf if we're using oneEdward Thomson
2015-03-06filter: accept relative paths in apply_to_fileEdward Thomson
2015-03-06filter: drop old TODOEdward Thomson
2015-02-19filter: take `temp_buf` in `git_filter_options`Edward Thomson
2015-02-19filter: add `git_filter_list__load_ext`Edward Thomson
2015-02-19git_filter_opt_t -> git_filter_flag_tEdward Thomson
2015-02-19buffer: introduce git_buf_attach_notownedEdward Thomson
2015-02-18filter streams: base -> parentEdward Thomson
2015-02-18git_writestream: from git_filter_streamEdward Thomson
2015-02-18checkout: maintain temporary buffer for filtersEdward Thomson
2015-02-17checkout: stream the blob into the filtersEdward Thomson
2015-02-17filters: stream internallyEdward Thomson
2015-02-17filters: introduce streaming filtersEdward Thomson
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-02-03attrcache: don't re-read attrs during checkoutEdward Thomson
2014-10-09git_filter: dup the filter nameAnurag Gupta (OSG)
2014-05-12Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer
2014-05-08Use unsigned type for APIs with opt flag maskRussell Belfer
2014-05-08Be more careful with user-supplied buffersRussell Belfer
2014-05-07Add filter options and ALLOW_UNSAFERussell Belfer
2014-04-25Filter: Make sure to release local on errorJiri Pospisil
2013-12-13Cleanups, renames, and leak fixesRussell Belfer
2013-09-24Fix warnings on Windows 64-bit buildRussell Belfer
2013-09-17Bug fixes and cleanupsRussell Belfer
2013-09-17Some tests with ident and crlf filtersRussell Belfer
2013-09-17Fix win32 warningsRussell Belfer
2013-09-17Port tests from PR 1683Russell Belfer
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Add ident filterRussell Belfer
2013-09-17Add functions to manipulate filter listsRussell Belfer
2013-09-17Update filter registry codeRussell Belfer
2013-09-17Hook up filter initialize callbackRussell Belfer