]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2017-01-24 Carlos Martín... Merge pull request #4050 from ethomson/ethomson/winhttp...
2017-01-23 Edward ThomsonMerge pull request #4087 from tiennou/warnings
2017-01-23 Etienne Samsonvariable 'i' is used uninitialized whenever 'if' condit...
2017-01-23 Etienne Samsonparameter 'id' not found in the function declaration
2017-01-21 Edward ThomsonMerge pull request #4051 from tiennou/clang-analyzer-1
2017-01-21 Edward ThomsonMerge pull request #4053 from chescock/extend-packfile...
2017-01-21 Edward ThomsonMerge branch 'pr/3912'
2017-01-21 Edward Thomsonsymbolic ref target validation: fixups
2017-01-21 Edward Thomsonwinhttp: set proper cert failure error messages
2017-01-21 Edward ThomsonMerge pull request #4078 from pks-t/pks/example-cleanup
2017-01-21 Edward ThomsonMerge pull request #3892 from mitesch/shared_buffer
2017-01-21 Edward ThomsonCHANGELOG: move `git_submodule_update_option` changes
2017-01-21 Edward ThomsonMerge branch 'master' into pr/3938
2017-01-21 Edward ThomsonMerge pull request #4085 from libgit2/ethomson/packfile...
2017-01-21 Edward Thomsonindexer: avoid warning about `idx->pack`
2017-01-21 Edward Thomsonindexer: introduce `git_packfile_close`
2017-01-21 Edward ThomsonMerge pull request #4016 from novalis/submodule-optimiz...
2017-01-21 Edward ThomsonMerge branch 'pr/4060'
2017-01-21 Edward Thomsonindexer: only delete temp file if it was unused
2017-01-20 Brock PeabodySkip submodule head/index update when caching.
2017-01-20 Brock PeabodyAllow for caching of submodules.
2017-01-20 David TurnerFix formatting
2017-01-16 Carlos Martín... Merge pull request #4055 from ethomson/ethomson/ntlm
2017-01-16 Edward ThomsonWinHTTP: support best auth mechanism
2017-01-14 Edward ThomsonMerge pull request #4054 from jfultz/jfultz/fix_GIT_CHE...
2017-01-14 Carlos Martín... Merge pull request #4061 from libgit2/ethomson/merge_opts
2017-01-14 lhchavezAddressed review feedback
2017-01-14 Edward ThomsonCHANGELOG: update `GIT_MERGE_OPTIONS_INIT` changes
2017-01-13 Etienne Samsonpack: report revwalk error
2017-01-13 Etienne Samsonpatch: memory leak of patch.base.diff_opts.new|old_prefix
2017-01-13 Etienne Samsonignore: there must be a repository
2017-01-13 Carlos Martín... Merge pull request #4049 from libgit2/ethomson/error_msgs
2017-01-12 Patrick Steinhardtexamples: general: fix memory leaks
2017-01-12 Patrick Steinhardtexamples: general: display config only if it was found
2017-01-12 Patrick Steinhardtexamples: general: narrow down scope of loop variables
2017-01-12 Patrick Steinhardtexamples: general: clean up committer/author variables
2017-01-11 Edward ThomsonMerge pull request #4074 from fcharlie/master
2017-01-09 Carlos Martín... Merge remote-tracking branch 'upstream/maint/v0.25'
2017-01-09 Carlos Martín... Merge pull request #4076 from libgit2/cmn/sec-update-25
2017-01-09 Carlos Martín... https: don't test that RC4 is invalid
2017-01-09 Carlos Martín... http: correct the expected error for RC4
2017-01-09 Force.Charlie-Ifix examples/network/clone.c: heap-buffer-overflow
2017-01-06 Edward ThomsonBump version to 0.25.1
2017-01-06 Edward ThomsonMerge branch '25_smartpktparse' into maint/v0.25
2017-01-06 Patrick Steinhardtsmart_pkt: treat empty packet lines as error
2017-01-06 Patrick Steinhardtsmart_pkt: verify packet length exceeds PKT_LEN_SIZE
2017-01-06 Edward ThomsonMerge branch '25_certcheckcb' into maint/v0.25
2017-01-06 Carlos Martín... http: perform 'badssl' check also via certificate callback
2017-01-06 Etienne Samsonhttp: check certificate validity before clobbering...
2017-01-06 Edward ThomsonMerge pull request #4065 from simonbyrne/sb/changelog
2017-01-04 lhchavezClose the file before unlinking
2017-01-04 lhchavezFix the memory leak
2017-01-03 Simon Byrnemove git_merge_options changes to correct location
2017-01-03 Simon Byrnemention field addition in breaking API changes
2017-01-02 lhchavezAdd a test
2017-01-01 Edward Thomsonmerge: set default rename threshold
2017-01-01 lhchavezDelete temporary packfile in indexer
2016-12-31 Edward ThomsonMerge pull request #4015 from staticfloat/sf/win_http_p...
2016-12-31 Elliot SabaCMakeLists: Move `http-parser` block down by `zlib...
2016-12-30 Edward ThomsonMerge pull request #4052 from dglsswnsn/master
2016-12-30 Edward ThomsonMerge pull request #4043 from fudanchii/fudanchii/openbsd
2016-12-30 John FultzFix handling of GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH...
2016-12-29 Chris HescockExtend packfile in increments of page_size.
2016-12-29 Douglas SwansonFix issue #4046 Seg fault in config_files()
2016-12-29 Edward Thomsontests: update error message checking
2016-12-29 Edward Thomsongiterr_set: consistent error messages
2016-12-29 Edward ThomsonMerge pull request #4048 from jacquesg/rebase-error...
2016-12-29 Jacques Germishuysrebase: check the result code of rebase_init_merge
2016-12-27 Edward ThomsonMerge pull request #4044 from jacquesg/mempack-version
2016-12-25 Jacques Germishuysmempack: set the odb backend version
2016-12-24 NurahmadieFix BIO_* functions method linking when compiled with...
2016-12-20 Carlos Martín... Merge pull request #3980 from tiennou/doc-fixes
2016-12-20 Edward ThomsonMerge pull request #4041 from libgit2/cmn/bump-pretend-git
2016-12-20 Carlos Martín... http: bump the pretend git version in the User-Agent
2016-12-20 Edward ThomsonMerge pull request #4034 from libgit2/cmn/sysdir-no...
2016-12-20 Edward ThomsonMerge pull request #4032 from libgit2/cmn/https-cap...
2016-12-20 Carlos Martín... Merge pull request #4037 from libgit2/cmn/goals
2016-12-19 Carlos Martín... Merge pull request #4038 from lucasderraugh/patch-1
2016-12-19 Carlos Martín... Merge pull request #4026 from libgit2/cmn/refdb-fs...
2016-12-19 Carlos Martín... Merge pull request #4027 from pks-t/pks/pack-deref...
2016-12-19 Lucas DerraughGift deprecated in favor of SwiftGit2
2016-12-19 Carlos Martín... Merge pull request #4033 from andhe/master
2016-12-19 Carlos Martín... README: be more explicit in the goals and scope
2016-12-18 Carlos Martín... sysdir: don't guess the paths again when $PATH is specified
2016-12-18 Carlos Martín... sysdir: add failing test for variable substitution
2016-12-17 Andreas HenrikssonFix off-by-one problems in git_signature__parse
2016-12-17 Carlos Martín... settings: clarify what each value means
2016-12-17 Carlos Martín... settings: don't hard-code HTTPS capability
2016-12-17 Carlos Martín... Merge pull request #4031 from libgit2/cmn/plug-test...
2016-12-17 Carlos Martín... rebase: plug a leak in the tests
2016-12-16 Carlos Martín... refdb: bubble up recursive rm when locking a ref
2016-12-16 Edward ThomsonMerge pull request #4029 from libgit2/cmn/windows-no...
2016-12-12 Carlos Martín... Merge pull request #4018 from pks-t/pks/various-fixes
2016-12-12 Carlos Martín... refdb: disable concurrent compress in the threading...
2016-12-12 Michael Teschwrite_tree: use shared buffer for writing trees
2016-12-12 Patrick Steinhardtpack: dereference cached pack entry on error
2016-12-12 Patrick SteinhardtFix potential use of uninitialized values
2016-12-12 Patrick Steinhardtgraph: flag fields should be declared as unsigned
2016-12-12 Patrick Steinhardttransports: smart: do not redeclare loop counters
2016-12-12 Patrick Steinhardtpath: remove unused local variable
next