]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-02-18 Edward Thomsoncheckout: let the stream writer close the fd
2015-02-18 Edward Thomsonfilter streams: base -> parent
2015-02-18 Edward Thomsongit_writestream: from git_filter_stream
2015-02-17 Edward Thomsonfilter: test a large file through the stream
2015-02-17 Edward Thomsoncheckout: maintain temporary buffer for filters
2015-02-17 Edward Thomsoncheckout: stream the blob into the filters
2015-02-17 Edward Thomsonfilters: stream internally
2015-02-17 Edward Thomsonfilters: introduce streaming filters
2015-02-16 Carlos Martín... Merge pull request #2909 from stewid/remove_extra_semicolon
2015-02-15 Stefan WidgrenRemove extra semicolon outside of a function
2015-02-15 Carlos Martín... Merge pull request #2831 from ethomson/merge_lock
2015-02-15 Carlos Martín... Merge pull request #2895 from ethomson/alloc_overflow
2015-02-15 Carlos Martín... Merge pull request #2903 from ethomson/rebase
2015-02-14 Edward Thomsonindexwriter: an indexwriter for repo operations
2015-02-14 Edward Thomsonmerge-like operations: lock index while working
2015-02-14 Edward Thomsonmerge: lock the index at the start of the merge
2015-02-14 Edward Thomsoncheckout: introduce GIT_CHECKOUT_DONT_WRITE_INDEX
2015-02-14 Edward Thomsongit_indexwriter: lock then write the index
2015-02-13 Edward Thomsonmerge test: test an actual failure, not conflict
2015-02-13 Edward Thomsonrebase: `CHECKOUT_SAFE` instead of `FORCE`
2015-02-13 Edward Thomsonrebase: allow `NULL` branch to indicate `HEAD`
2015-02-13 Edward Thomsonrebase: provide NULL `exec` on non-EXEC operations
2015-02-13 Carlos Martín... Merge pull request #2901 from ethomson/win32_mode_bits
2015-02-13 Edward Thomsonpack-objects: unlock the cache on integer overflow
2015-02-13 Edward Thomsonbuf test: cleanup memory leak
2015-02-13 Edward Thomsoninteger overflow: use compiler intrinsics if supported
2015-02-13 Edward Thomsonfilebuf: use an int for return check
2015-02-13 Edward ThomsonMake our overflow check look more like gcc/clang's
2015-02-13 Edward Thomsonwin32: limit the mode to `_wopen`/`_waccess`
2015-02-13 Carlos Martín... Merge pull request #2883 from urkud/reget-reader-pointer
2015-02-13 Carlos Martín... Merge pull request #2897 from leoyanggit/fix_fileop_warning
2015-02-13 Edward ThomsonUpdate `khash.h` to pull request 42
2015-02-13 Edward Thomsonkhash: update to klib f28c067
2015-02-13 Edward ThomsonIntroduce git__add_sizet_overflow and friends
2015-02-13 Edward Thomsonp_read: ensure requested len is ssize_t
2015-02-13 Edward ThomsonUse `size_t` to hold size of arrays
2015-02-13 Edward Thomsonoverflow checking: don't make callers set oom
2015-02-13 Edward Thomsongit_buf_grow_by: increase buf asize incrementally
2015-02-13 Edward Thomsongit__*allocarray: safer realloc and malloc
2015-02-13 Edward Thomsonodb__hashlink: check st.st_size before casting
2015-02-13 Edward Thomsonallocations: test for overflow of requested size
2015-02-12 Leo YangFix build warning on Android
2015-02-12 Edward ThomsonMerge pull request #2899 from libgit2/jamill/rebase_opt...
2015-02-12 Yury G. KudryashovReinit `reader` pointer after reading included config...
2015-02-12 Yury G. KudryashovAdd test for include.path inside included config
2015-02-12 Jameson MillerCheck rebase options version on public entry points
2015-02-12 Carlos Martín... Merge pull request #2866 from ethomson/checkout_perf2
2015-02-11 Carlos Martín... Merge pull request #2862 from jeffhostetler/jeffhostetl...
2015-02-11 Carlos Martín... Merge pull request #2880 from ethomson/mkdir_root
2015-02-11 Carlos Martín... Merge pull request #2845 from rakuco/libssh2-detection-fix
2015-02-11 Carlos Martín... Merge pull request #2889 from jeffhostetler/jeffhostetl...
2015-02-11 Carlos Martín... Merge pull request #2894 from ethomson/copyrights
2015-02-11 Carlos Martín... Merge pull request #2893 from phatblat/ben/pr/doc-comments
2015-02-11 John HaleyFixed error when including git2/include/sys/stream.h
2015-02-11 Edward Thomsonclar: use actual license and copyright
2015-02-11 Edward ThomsonCredit utf8proc for utf8 iterator
2015-02-10 Ben ChatelainUse correct Doxygen trailing comment syntax
2015-02-10 Ben ChatelainFix doc comment formatting
2015-02-06 nulltokenMerge pull request #2890 from arthurschreiber/patch-5
2015-02-06 Arthur SchreiberSpeed up AppVeyor builds.
2015-02-06 Jeff HostetlerLarge merge perf test.
2015-02-06 Edward ThomsonMerge pull request #2884 from libgit2/cmn/template...
2015-02-06 Carlos Martín... repository: parse init.templatedir as a path
2015-02-05 Edward ThomsonMerge pull request #2881 from ethomson/clar
2015-02-05 Edward ThomsonUpdate clar to d17c7f6
2015-02-05 Edward Thomsonmkdir: respect the root path
2015-02-05 Edward Thomsonstat: don't remove trailing '/' from root on win32
2015-02-05 Edward Thomsonappveyor: include the invasive filesystem tests
2015-02-05 Edward Thomsonrepo: ensure we can create repo at filesystem root
2015-02-05 Edward ThomsonMerge pull request #2867 from ethomson/8dot3
2015-02-05 Edward ThomsonMerge pull request #2875 from JIghtuse/master
2015-02-05 Boris Egorovfor-each-ref example: init/shutdown libgit2 in main
2015-02-04 Edward ThomsonMerge pull request #2872 from ethomson/pedantic
2015-02-04 Edward Thomsonhash_generic: __extension__ keyword for pedantry
2015-02-04 Edward ThomsonMerge pull request #2874 from modocache/add-gift
2015-02-04 Edward Thomsonremove some unused warnings
2015-02-04 Edward Thomsoncheckout: hold seen dir paths in a map
2015-02-04 Edward Thomsonattr_session: keep a temp buffer
2015-02-04 Edward Thomsoncheckout: cache system attributes file location
2015-02-04 Carlos Martín... Merge pull request #2873 from ethomson/structinit
2015-02-04 Brian GesiakREADME.md: Add Swift bindings "Gift"
2015-02-04 Edward Thomsonstructinit test: use %PRIuZ instead of %d for size_t
2015-02-04 Edward ThomsonMerge pull request #2870 from urkud/log-libssh-not...
2015-02-04 Edward ThomsonMerge pull request #2861 from libgit2/ntk/appveyor
2015-02-04 Edward Thomsonwin32: further cleanups for 8.3 disabling
2015-02-03 Edward Thomsonbswap: remove unused bswap
2015-02-03 Yury G. KudryashovTell user if libssh was not found
2015-02-03 Carlos Martín... Merge pull request #2868 from ethomson/diff_doc
2015-02-03 Edward Thomsondiff docs: update `git_diff_delta` description
2015-02-03 Edward Thomsonwin32: cleanup 8.3 disabled tests
2015-02-03 Jeff HostetlerFix branch creation when branch name matches namespace...
2015-02-03 Edward Thomsonattrcache: don't re-read attrs during checkout
2015-02-03 Edward Thomsontests: update for new test data
2015-02-03 Edward Thomsoncheckout test: ensure .gitattributes lifecycle
2015-01-31 nulltokenAppVeyor: Prettify build script
2015-01-30 Edward ThomsonMerge pull request #2832 from ethomson/appveyor_badge
2015-01-30 Carlos Martín... Merge pull request #2853 from swisspol/empty_doc
2015-01-30 LinquizeFix test failures when 8.3 is disabled
2015-01-27 Pierre-Olivier... Clarified git_repository_is_empty() documentation
2015-01-26 Edward ThomsonMerge pull request #2819 from libgit2/cmn/config-get...
next