]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-03-23 Edward Thomsoniterator: drop unused/unimplemented `seek`
2016-03-23 Edward Thomsonstatus: update test to include valid OID
2016-03-23 Edward ThomsonMerge pull request #3707 from sschuberth/master
2016-03-23 Sebastian SchuberthCMakeLists: Show the pointer size for an unsupported...
2016-03-23 Carlos Martín... array: fix search for empty arrays
2016-03-23 Carlos Martín... Merge pull request #3704 from ethomson/tree-reuse
2016-03-22 Carlos Martín... Merge pull request #3502 from libgit2/cmn/createblob...
2016-03-22 Carlos Martín... blob: remove _fromchunks()
2016-03-22 Carlos Martín... CHANGELOG: add a note about _fromstream() and _fromstre...
2016-03-22 Carlos Martín... blob: fix fromchunks iteration counter
2016-03-22 Carlos Martín... blob: introduce creating a blob by writing into a stream
2016-03-22 Carlos Martín... filebuf: allow using a custom buffer size
2016-03-22 Edward Thomsontree: drop the now-unnecessary entries vector
2016-03-22 Carlos Martín... Merge pull request #3559 from yongthecoder/master
2016-03-22 Carlos Martín... Merge pull request #3701 from jfultz/fix-0.24.0-changelog
2016-03-22 Edward ThomsonMerge pull request #3702 from libgit2/cmn/tree-reuse
2016-03-20 Carlos Martín... tree: store the entries in a growable array
2016-03-20 Carlos Martín... tree: re-use the id and filename in the odb object
2016-03-18 John FultzFix some errors I found in the changelog for 0.24.0
2016-03-18 Edward ThomsonMerge pull request #3699 from libgit2/cmn/win32-free-tls
2016-03-18 Carlos Martin... win32: free thread-local data on thread exit
2016-03-18 Edward ThomsonMerge pull request #3660 from mstrap/mingw
2016-03-17 Carlos Martín... Merge pull request #3564 from ethomson/merge_drivers
2016-03-17 Carlos Martín... Merge pull request #3695 from ethomson/contributing
2016-03-17 Edward ThomsonCONTRIBUTING: document the optional tests
2016-03-17 Edward Thomsonmerge drivers: handle configured but not found driver
2016-03-17 Edward Thomsonmerge driver: remove `check` callback
2016-03-17 Edward Thomsonmerge driver: improve inline documentation
2016-03-17 Edward Thomsonmerge driver: correct global initialization
2016-03-17 Edward Thomsonmerge driver: get a pointer to favor
2016-03-17 Edward Thomsonmerge driver: correct indentation
2016-03-17 Edward Thomsonmerge driver: tests for set and unset merge attribute
2016-03-17 Edward Thomsonmerge driver: tests for custom default merge drivers
2016-03-17 Edward Thomsonmerge driver: allow custom default driver
2016-03-17 Edward Thomsonmerge driver: test GIT_EMERGECONFLICT
2016-03-17 Edward Thomsonmerge driver: test GIT_PASSTHROUGH
2016-03-17 Edward Thomsonmerge driver: introduce custom merge drivers
2016-03-17 Stan HuFix rebase bug and include test for merge=union
2016-03-17 Stan HuSupport union merges via .gitattributes file
2016-03-17 Edward ThomsonMerge pull request #3673 from libgit2/cmn/commit-with...
2016-03-17 Edward ThomsonMerge pull request #3685 from pks-t/pks/memleaks
2016-03-17 Edward ThomsonMerge pull request #3687 from mstrap/CMAKE_C_FLAGS_DEBUG
2016-03-17 Edward ThomsonMerge pull request #3693 from libgit2/cmn/extract-oneli...
2016-03-17 Carlos Martín... commit: fix extraction of single-line signatures
2016-03-16 Edward ThomsonMerge pull request #3690 from libgit2/cmn/pool-limit
2016-03-16 Carlos Martín... Split the page size from the mmap alignment
2016-03-15 Marc StrapetzOption "LIBGIT2_PREFIX" to set the CMAKE's TARGET_PROPE...
2016-03-15 Marc StrapetzCMake: do not overwrite but only append to CMAKE_C_FLAG...
2016-03-15 Carlos Martín... commit: add function to attach a signature to a commit
2016-03-14 Carlos Martín... Merge pull request #3677 from pks-t/pks/coverity-fixes...
2016-03-14 Carlos Martín... Merge pull request #3647 from pks-t/pks/coverity-fixes...
2016-03-14 Edward ThomsonMerge pull request #3671 from libgit2/cmn/remove-mingw32
2016-03-14 Carlos Martín... Merge pull request #3683 from dbussink/dbussink/better...
2016-03-14 Dirkjan BussinkUse general cl_git_fail because the error is generic
2016-03-14 Dirkjan BussinkStart error string with lower case character
2016-03-14 Dirkjan BussinkSetup better defaults for OpenSSL ciphers
2016-03-14 Carlos Martín... Remove CI support for mingw32
2016-03-11 Carlos Martín... Merge pull request #3636 from nerdishbynature/fix-non...
2016-03-11 Patrick Steinhardtconfig_cache: check return value of `git_config__lookup...
2016-03-11 Patrick Steinhardtfilebuf: handle write error in `lock_file`
2016-03-11 Patrick Steinhardtconfig_file: handle error when trying to lock strmap
2016-03-11 Patrick Steinhardtblame: handle error when resoling HEAD in normalize_options
2016-03-11 Patrick Steinhardtblame_git: handle error returned by `git_commit_parent`
2016-03-11 Patrick Steinhardtrefdb_fs: fail if refcache returns NULL pointer
2016-03-11 Patrick Steinhardtcoverity: report errors when uploading tarball
2016-03-11 Patrick Steinhardtdiff_tform: fix potential NULL pointer access
2016-03-11 Patrick Steinhardtsubmodule: avoid passing NULL pointers to strncmp
2016-03-11 Patrick Steinhardtpack-objects: fix memory leak on overflow
2016-03-11 Patrick Steinhardtindex: assert required OID are non-NULL
2016-03-11 Patrick Steinhardtobject: avoid call of memset with ouf of bounds pointer
2016-03-11 Patrick Steinhardttests: transport: fix memory leaks with registering...
2016-03-11 Patrick Steinhardttests: nsec: correctly free nsec_path
2016-03-11 Piet BrauerCheck for __CLANG_INTTYPES_H
2016-03-10 Patrick Steinhardtconfig_file: handle missing quotation marks in section...
2016-03-10 Patrick Steinhardtdescribe: handle error code returned by git_pqueue_insert
2016-03-09 Carlos Martín... Merge pull request #3623 from ethomson/rebase_with_commit
2016-03-09 Carlos Martín... Merge pull request #3672 from libgit2/cmn/do-fail-appveyor
2016-03-09 Carlos Martín... appveyor: stop if the first test fails
2016-03-09 Edward ThomsonMerge pull request #3670 from libgit2/vmg/expand-fixes
2016-03-09 Vicent Martiodb: Try to lookup headers in all backends before passt...
2016-03-09 Vicent Martiodb: Refactor `git_odb_expand_ids`
2016-03-09 Vicent Martiodb: Implement new helper to read types without refreshing
2016-03-09 Edward ThomsonMerge pull request #3668 from libgit2/cmn/mwindow-try...
2016-03-09 Carlos Martín... mwindow: free unused windows if we fail to mmap
2016-03-09 Vicent Martiodb: Handle corner cases in `git_odb_expand_ids`
2016-03-08 Vicent MartiMerge pull request #3656 from ethomson/exists_prefixes
2016-03-08 Edward Thomsongit_odb_expand_ids: accept git_odb_expand_id array
2016-03-08 Edward Thomsongit_odb_expand_ids: rename func, return the type
2016-03-08 Edward ThomsonMerge pull request #3555 from cbargren/ssh-git-protocols
2016-03-08 Edward ThomsonMerge pull request #3652 from libgit2/cmn/commit-to...
2016-03-08 Carlos Martín... commit: split creating the commit and writing it out
2016-03-08 Carlos Martín... Merge pull request #3655 from ethomson/nanosecond_defaults
2016-03-08 Edward Thomsonindex::racy: force racy entry
2016-03-08 Edward ThomsonMerge pull request #3658 from patrickmckenna/update...
2016-03-08 Patrick McKennaUpdate link to Pro Git's Git internals chapter.
2016-03-07 Edward Thomsonindex::nsec: don't expect shit filesystems to not suck
2016-03-07 Edward Thomsongit_odb_exists_many_prefixes: query odb for multiple...
2016-03-07 Edward Thomsonodb: improved not found error messages
2016-03-07 Edward Thomsonmerge::workdir::dirty: update to use `st_ctime_nsec`
2016-03-04 Edward ThomsonMerge pull request #3653 from libgit2/cmn/treebuilder...
next