]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-02-25 Carlos Martín... Merge pull request #3638 from ethomson/nsec
2016-02-25 Edward ThomsonMerge pull request #3628 from pks-t/pks/coverity-fixes
2016-02-25 Edward ThomsonMerge pull request #3630 from libgit2/cmn/idx-extra...
2016-02-25 Edward Thomsonnsec: support NDK's crazy nanoseconds
2016-02-25 Edward Thomsonnsec: update staging test for GIT_USE_NSECS
2016-02-25 Carlos Martín... pack: don't allow a negative offset
2016-02-25 Carlos Martín... pack: make sure we don't go out of bounds for extended...
2016-02-25 Edward ThomsonMerge pull request #3637 from libgit2/cmn/conventions
2016-02-25 Carlos Martín... CONVENTIONS: update to include general public API princ...
2016-02-24 Carlos Martín... openssl: we already had the function, just needed the...
2016-02-24 Carlos Martín... openssl: export the locking function when building...
2016-02-23 Carlos Martín... Merge pull request #3631 from ethomson/giterr_fixups
2016-02-23 Edward Thomsongiterr_set_str: remove `GITERR_OS` documentation
2016-02-23 Edward Thomsonmap: use `giterr_set` internally
2016-02-23 Patrick Steinhardtdiff_tform: fix potential NULL pointer access
2016-02-23 Patrick Steinhardtxmerge: fix memory leak on error path
2016-02-23 Patrick Steinhardtopenssl_stream: fix NULL pointer dereference
2016-02-23 Patrick Steinhardtopenssl_stream: fix memory leak when creating new stream
2016-02-23 Patrick Steinhardtrebase: plug memory leak in `rebase_alloc`
2016-02-23 Patrick Steinhardtremote: set error code in `create_internal`
2016-02-23 Patrick Steinhardtindex: fix contradicting comparison
2016-02-23 Patrick Steinhardtindex: plug memory leak in `read_conflict_names`
2016-02-23 Patrick Steinhardttransports: smart_pkt: fix memory leaks on error paths
2016-02-23 Patrick Steinhardtrefdb_fs: remove unnecessary check for NULL
2016-02-23 Patrick Steinhardtdiff_print: assert patch is non-NULL
2016-02-23 Patrick Steinhardtpack-objects: return early when computing write order...
2016-02-23 Patrick Steinhardtpack-objects: check realloc in try_delta with GITERR_CH...
2016-02-23 Patrick Steinhardtcrlf: do not ignore GIT_PASSTHROUGH error
2016-02-23 Patrick Steinhardtrefspec: check buffer with GITERR_CHECK_ALLOC_BUF
2016-02-23 Patrick Steinhardtrevwalk: use GITERR_CHECK_ALLOC_BUF
2016-02-23 Patrick Steinhardtsmart_pkt: check buffer with GITERR_CHECK_ALLOC_BUF
2016-02-23 Patrick Steinhardtpath: use GITERR_CHECK_ALLOC_BUF to verify passed in...
2016-02-23 Patrick Steinhardtcommon: introduce GITERR_CHECK_ALLOC_BUF
2016-02-23 Patrick Steinhardtcoverity: hint git_vector_foreach does not deref NULL...
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
next