]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-03-15 Marc StrapetzCMake: do not overwrite but only append to CMAKE_C_FLAG...
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 Thomsonmerge::workdir::dirty: update to use `st_ctime_nsec`
2016-03-04 Edward ThomsonMerge pull request #3653 from libgit2/cmn/treebuilder...
2016-03-04 Carlos Martín... treebuilder: don't try to verify submodules exist in...
2016-03-03 Edward ThomsonMerge pull request #3651 from libgit2/cmn/init-libssh2
2016-03-03 Carlos Martín... ssh: initialize libssh2
2016-03-03 Carlos Martín... Merge pull request #3639 from srajko/threading-openssl...
2016-03-03 Edward ThomsonEnable nanosecond resolution by default
2016-03-03 Carlos Martín... tests: take the version from our define
2016-03-03 Carlos Martín... Bump version to 0.24.0
2016-03-03 Carlos Martín... CHANGELOG: prepre tamplate for release
2016-03-03 Carlos Martín... CHANGELOG: add note about WinHTTP cred handling
2016-03-03 Carlos Martín... Merge pull request #3648 from libgit2/cmn/auth-retry
2016-03-03 Carlos Martín... tests: create a ctest target for cred_callback
2016-03-03 Carlos Martín... Merge pull request #3646 from pks-t/pks/xdiff-fix-from...
2016-03-03 Carlos Martín... winhttp: retry authentication
2016-03-03 Carlos Martín... test: make sure we retry the auth callback on all platforms
2016-03-03 Carlos Martín... tests: plug a leak
2016-03-01 Edward ThomsonMerge pull request #3633 from ethomson/safe_creation
2016-03-01 Patrick Steinhardtxdiff: fix memleak on error case
2016-02-29 Edward ThomsonMerge pull request #3567 from sba1/few-p_getaddrinfo...
2016-02-28 Edward Thomsonturn on strict object validation by default
2016-02-28 Edward Thomsontests: use legitimate object ids
2016-02-28 Edward Thomsonrefs: honor strict object creation
2016-02-28 Edward Thomsongit_object__is_valid: use `odb_read_header`
2016-02-28 Edward Thomsongit_index_add: validate objects in index entries (optio...
2016-02-28 Carlos Martín... Merge pull request #3644 from ethomson/debug_pool
2016-02-28 Edward Thomsontreebuilder: validate tree entries (optionally)
2016-02-28 Edward Thomsongit_commit: validate tree and parent ids
2016-02-28 Edward Thomsongit_object__is_valid: simple object validity test
2016-02-28 Edward Thomsongit_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJE...
2016-02-28 Edward Thomsontravis ci: enable debug pool for valgrind builds
2016-02-28 Edward ThomsonMerge pull request #3577 from rossdylan/rossdylan/pooldebug
2016-02-26 Stjepan RajkoExpand OpenSSL and libssh2 thread safety documentation
2016-02-26 Ross DelingerFixed typo in one of the ifndef's in pool.h used to...
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 Ross DelingerRemove unnecessary ifdef in pool.h
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
next