]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-02-18 Carlos Martín... Merge pull request #3613 from ethomson/fixups
2016-02-18 Carlos Martín... Merge pull request #3619 from ethomson/win32_forbidden
2016-02-18 Carlos Martín... Merge pull request #3621 from pra85/patch-1
2016-02-18 Carlos Martín... PROJECTS: remove a few things we do have
2016-02-18 Prayag VermaFix a typo
2016-02-17 Edward Thomsonindex: allow read of index w/ illegal entries
2016-02-17 Edward Thomsoniterator: assert tree_iterator has a frame
2016-02-17 Colin XuValidate pointer before access the member.
2016-02-17 Edward Thomsonwin32: tests around handling forbidden paths
2016-02-16 Carlos Martín... Merge pull request #3617 from libgit2/cmn/extract-sig...
2016-02-16 Carlos Martín... commit: expose the different kinds of errors
2016-02-16 Edward Thomsonwinhttp: use an unsigned iterator
2016-02-16 Edward Thomsonsubmodule: explicitly cast to the teensy time value
2016-02-16 Edward Thomsonindex: explicitly cast the teeny index entry members
2016-02-16 Edward Thomsonindex: don't use `seek` return as an error code
2016-02-16 Edward Thomsonindex: explicitly cast new hash size to an int
2016-02-16 Edward Thomsonwin32: drop incorrect `const`ness
2016-02-16 Edward Thomsonfstat: use our custom `stat`
2016-02-16 Edward Thomsontree: zap warnings around `size_t` vs `uint16_t`
2016-02-16 Carlos Martín... Merge pull request #3615 from ethomson/rebase_bare
2016-02-15 Edward Thomsonrebase: persist a single in-memory index
2016-02-12 Edward Thomsonwin32: introduce p_timeval that isn't stupid
2016-02-11 Carlos Martín... Merge pull request #3610 from ethomson/rebase_bare
2016-02-11 Edward ThomsonMerge pull request #3612 from arthurschreiber/arthur...
2016-02-11 Arthur SchreiberHorrible fix for #3173.
2016-02-11 Carlos Martín... commit: don't forget the last header field
2016-02-11 Carlos Martín... Merge pull request #3607 from pks-t/pks/coverity-improv...
2016-02-11 Edward Thomsonmerge tests: correct casts
2016-02-11 Edward Thomsonreset test: fix initialization warning
2016-02-11 Edward Thomsonrebase: allow custom merge_options
2016-02-11 Edward Thomsonrebase: introduce inmemory rebasing
2016-02-10 Patrick Steinhardtcoverity: use https URL for posting build
2016-02-10 Patrick Steinhardtcoverity: provide nodef for GITERR_CHECK_ALLOC
2016-02-09 Vicent MartiMerge pull request #3599 from libgit2/gpgsign
2016-02-09 Carlos Martín... Merge pull request #3603 from pks-t/pks/coverity-fixes
2016-02-09 Carlos Martín... Introduce git_commit_extract_signature
2016-02-09 Carlos Martín... Merge pull request #3602 from libgit2/cmn/header-field-2
2016-02-09 Patrick Steinhardtattr_file: fix resource leak
2016-02-09 Patrick Steinhardtcheckout: fix resource leak
2016-02-09 Patrick Steinhardtpack-objects: fix memory leak in packbuilder_config
2016-02-09 Patrick Steinhardtpack-objects: fix memory leak in compute_write_order
2016-02-09 Patrick Steinhardtpack: do not free passed in poiter on error
2016-02-09 Carlos Martín... commit: also match the first header field when searching
2016-02-09 Carlos Martín... Merge pull request #3598 from pks-t/pks/coverity-fixes
2016-02-09 Carlos Martín... Merge pull request #3601 from ethomson/merge_doc
2016-02-09 Edward ThomsonBetter document `git_merge_commits` redux
2016-02-09 Edward ThomsonMerge pull request #3600 from ethomson/mailmap
2016-02-09 Edward Thomsonmailmap: add ethomson@github.com
2016-02-08 Patrick Steinhardtcurl_stream: fix unused cert infos
2016-02-08 Patrick Steinhardtmerge: fix memory leak
2016-02-07 Carlos Martín... Merge pull request #3592 from ethomson/code_of_conduct
2016-02-05 Carlos Martín... Merge pull request #3578 from bubaflub/fix_small_memory...
2016-02-05 Edward ThomsonMerge pull request #3579 from ethomson/mingw_winhttp
2016-02-05 Edward ThomsonMerge pull request #3584 from jbreeden/export_fn
2016-02-04 Edward ThomsonMerge pull request #3594 from Ephemera/patch-1
2016-02-04 EphemeraFix typo
2016-02-04 Edward ThomsonMerge pull request #3593 from nvanheuverzwijn/patch-1
2016-02-03 Nicolas VanheuverzwijnFix a typo in documentation
2016-02-02 Edward ThomsonIntroduce Contributor Covenant
2016-01-24 jbreedenExport git_stash_apply_init_options
2016-01-19 Edward Thomsonwinhttp: name mangle class / iid on mingw
2016-01-17 Bob KuoFree allocated pointer to curl stream on error
2016-01-16 Carlos Martín... Merge pull request #3573 from pmq20/master-12jan16
2016-01-13 Carlos Martín... Merge pull request #3569 from arthurschreiber/arthur...
2016-01-13 P.S.V.RMake packfile_unpack_compressed a private API
2016-01-09 Arthur SchreiberWrap path in quotes to support paths containing whitespace.
2016-01-09 Arthur SchreiberAdd winhttp dependencies to pc file.
2015-12-29 Carlos Martín... Merge pull request #3562 from mgorny/ssh-read-stderr...
2015-12-28 Carlos Martín... Merge pull request #3558 from libgit2/cmn/index-nolock
2015-12-28 Carlos Martín... index: get rid of the locking
2015-12-28 Carlos Martín... Merge pull request #3565 from ethomson/templates
2015-12-27 Edward Thomsongit_repository_init: include dotfiles when copying...
2015-12-27 Edward Thomsonrepo::init tests: test a template dir with leading dot
2015-12-27 Edward Thomsonrepo::init tests: test init.templatedir setting
2015-12-27 Edward ThomsonMerge pull request #3552 from ReadmeCritic/master
2015-12-26 ReadmeCriticUpdate libgit2-glib link
2015-12-26 Edward ThomsonMerge pull request #3546 from Cruel/master
2015-12-26 Michał Górnyssh_stream_read(): fix possible *bytes_read < 0 branch
2015-12-24 Edward ThomsonMerge pull request #3560 from drusk/readme_typo
2015-12-24 druskFixed minor typo in README.md.
2015-12-21 Carlos Martín... Merge pull request #3554 from olshevskiy87/master
2015-12-21 Dmitriy Olshevskiytypos in comments
2015-12-17 ReadmeCriticUpdate README URLs based on HTTP redirects
2015-12-17 Vicent MartiMerge pull request #3551 from libgit2/vmg/commit-leak
2015-12-17 Vicent Marticommit: Fix memory leak in test suite
2015-12-17 Vicent MartiMerge pull request #3550 from libgit2/vmg/index-fill-2
2015-12-16 Carlos Martín... Merge pull request #3548 from tepas/patch-1
2015-12-16 Vicent Martiindex: Also size-hint the hash table
2015-12-16 Vicent Martiindex: Preallocate the entries vector with size hint
2015-12-16 Vicent Martiindex: Adjust namemask & mode when filling
2015-12-16 Carlos Martín... Merge pull request #3549 from libgit2/vmg/index-fill
2015-12-16 Vicent Martimerge: Use `git_index__fill` to populate the index
2015-12-15 tepasfix git_blob_create_fromchunks documentation
2015-12-15 Thomas EdvalsonFix a couple function signatures
2015-12-14 Edward ThomsonMerge pull request #3528 from chescock/Passthrough...
2015-12-14 Edward ThomsonMerge pull request #3521 from pks-t/blame-line-overflow
2015-12-10 Carlos Martín... Merge pull request #3522 from pks-t/email-format-commit...
2015-12-10 Carlos Martín... Merge pull request #3538 from pks-t/pks/index-memory...
2015-12-09 Carlos Martín... Merge pull request #3542 from libgit2/cmn/reset-dir...
2015-12-09 Carlos Martín... reset: perform the checkout before moving HEAD or the...
next