]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-02-23 Edward Thomsonmap: use `giterr_set` internally
2016-02-23 Vicent MartiMerge pull request #3629 from ethomson/set_user_agent_doc
2016-02-23 Edward Thomsongit_libgit2_opts: validate key
2016-02-23 Edward Thomsongit_libgit2_opts: document GIT_OPT_SET_USER_AGENT
2016-02-22 Edward ThomsonMerge pull request #3627 from libgit2/cmn/typo
2016-02-22 Carlos Martín... Fix a few checkout -> rebase typos
2016-02-19 Carlos Martín... openssl: re-export the last-resort locking function
2016-02-19 Carlos Martín... CHANGELOG: add a few missing changes
2016-02-19 Carlos Martín... openssl: free the context even if we don't connect
2016-02-19 Carlos Martín... global: remove an unused variable
2016-02-19 Carlos Martín... Merge pull request #3597 from ethomson/filter_registration
2016-02-19 Carlos Martín... Merge pull request #3614 from pks-t/pks/coverity-fixes
2016-02-18 Patrick Steinhardtnetops: fix memory leak when an error occurs
2016-02-18 Patrick Steinhardttransports: smart_pkt: fix memory leaks
2016-02-18 Patrick Steinhardttransports: smart: fix memory leak on OOM path
2016-02-18 Patrick Steinhardtsignature: use GITERR_CHECK_ALLOC to check for OOM...
2016-02-18 Patrick Steinhardtcoverity: hint that string length is at least 2
2016-02-18 Patrick Steinhardtcoverity: add nodefs for abort macros
2016-02-18 Carlos Martín... Merge pull request #3604 from ethomson/nsec_xplat
2016-02-18 Carlos Martín... Merge pull request #3606 from ethomson/drop_xp
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-10 Edward Thomsonfilter: clean up documentation around custom filters
2016-02-10 Edward Thomsonwin32: drop xp support in WideCharToMultiByte
2016-02-09 Edward Thomsonxplat: use st_mtimespec everywhere on mac
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-09 Edward Thomsonfilter: avoid races during filter registration
2016-02-09 Edward Thomsonmingw: use gcc-like memory barrier
2016-02-09 Edward Thomsonglobal: make openssl registration like the rest
2016-02-08 Edward Thomsonglobal: refactor setup and cleanup
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-25 Marius UngureanuFix the build when defining USE_NSEC
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...
next