]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-11-02 Patrick SteinhardtMerge pull request #3976 from pks-t/pks/pqueue-null...
2016-11-01 Carlos Martín... Merge pull request #3975 from pks-t/pks/ci-improvements
2016-10-31 Edward ThomsonMerge pull request #3978 from pks-t/pks/doc-improvements
2016-10-31 Patrick Steinhardttravis: do not allow valgrind failures
2016-10-31 Patrick Steinhardtcoverity: check for Coverity token only if necessary
2016-10-31 Patrick Steinhardtopenssl_stream: fix typo
2016-10-31 Patrick SteinhardtPROJECTS: consistently quote directories
2016-10-31 Patrick SteinhardtDocumentation: fix small typos
2016-10-28 Patrick Steinhardtpqueue: resolve possible NULL pointer dereference
2016-10-28 Patrick Steinhardtcoverity: only analyze the master branch of the main...
2016-10-28 Patrick Steinhardtcoverity: fix download URL
2016-10-28 Patrick SteinhardtMerge pull request #3973 from pks-t/pks/memleak-fixes
2016-10-27 Patrick Steinhardttests: fetchhead: fix memory leak
2016-10-27 Patrick Steinhardttests: vector: fix memory leak
2016-10-16 Carlos Martín... Merge pull request #3966 from vivaladav/documentation...
2016-10-15 Davide Coppolapatch: minor documentation fix.
2016-10-10 Patrick SteinhardtMerge pull request #3897 from pks-t/pks/squelch-example...
2016-10-10 Patrick Steinhardtscript: cibuild: build examples
2016-10-10 Patrick Steinhardtexamples: add: fix type casting warning
2016-10-10 Patrick Steinhardtexamples: diff: parse correct types for line-diffopts
2016-10-10 Patrick Steinhardtexamples: fix warnings in network/fetch.c
2016-10-10 Patrick Steinhardtexamples: general: fix remaining warnings
2016-10-10 Patrick Steinhardtexamples: general: convert C99 comments to C90 comments
2016-10-10 Patrick Steinhardtexamples: general: extract function demonstrating OID...
2016-10-10 Patrick Steinhardtexamples: general: extract function demonstrating ODB
2016-10-10 Patrick Steinhardtexamples: general: extract function demonstrating commi...
2016-10-10 Patrick Steinhardtexamples: general: extract functions demonstrating...
2016-10-10 Patrick Steinhardtexamples: general: extract function demonstrating revwa...
2016-10-10 Patrick Steinhardtexamples: general: extract function demonstrating index...
2016-10-10 Patrick Steinhardtexamples: general: extract function demonstrating refer...
2016-10-10 Patrick Steinhardtexamples: general: extract function demonstrating confi...
2016-10-10 Patrick Steinhardtexamples: general: use tabs instead of spaces
2016-10-09 Edward ThomsonMerge branch 'pr/3809'
2016-10-09 Sim Domingomake git_diff_stats_to_buf not show 0 insertions or...
2016-10-09 Edward ThomsonMerge pull request #3958 from libgit2/ethomson/settings...
2016-10-09 Edward ThomsonMerge pull request #3956 from pks-t/pks/object-parsing...
2016-10-09 Patrick Steinhardtcommit: always initialize commit message
2016-10-09 Edward Thomsondocs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabled
2016-10-07 Carlos Martín... Merge pull request #3955 from arthurschreiber/arthur...
2016-10-07 Arthur SchreiberFix the existence check for `regcomp_l`.
2016-10-07 Edward ThomsonMerge pull request #3921 from libgit2/cmn/walk-limit...
2016-10-07 Patrick Steinhardttree: validate filename and OID length when parsing...
2016-10-06 Carlos Martín... revwalk: don't show commits that become uninteresting...
2016-10-06 Carlos Martín... Merge pull request #3953 from arthurschreiber/arthur...
2016-10-06 Arthur SchreiberMake sure we use the `C` locale for `regcomp` on macOS.
2016-10-06 Carlos Martín... rebase: don't ask for time sorting
2016-10-06 Carlos Martín... revwalk: update the description for the default sorting
2016-10-06 Carlos Martín... revwalk: remove a useless enqueueing phase for topologi...
2016-10-06 Carlos Martín... Add revwalk note to CHANGELOG
2016-10-06 Carlos Martín... revwalk: get rid of obsolete marking code
2016-10-06 Carlos Martín... revwalk: style change
2016-10-06 Carlos Martín... commit_list: fix the date comparison function
2016-10-06 Carlos Martín... revwalk: port over the topological sorting
2016-10-06 Carlos Martín... pqueue: support not having a comparison function
2016-10-06 Carlos Martín... vector, pqueue: add git_vector_reverse and git_pqueue_r...
2016-10-06 Carlos Martín... revwalk: get closer to git
2016-10-06 Edward Thomsonrevwalk: introduce tests that hide old commits
2016-10-05 Carlos Martín... Merge pull request #3954 from libgit2/cmn/osx-ssh-key
2016-10-05 Carlos Martín... travis: take the newer ssh-keygen format into account
2016-10-05 Carlos Martín... cibuild: set -x
2016-10-02 Edward ThomsonMerge pull request #3931 from libgit2/ethomson/checkout...
2016-09-14 Edward Thomsoncheckout: don't try to calculate oid for directories
2016-09-13 Edward ThomsonMerge pull request #3929 from libgit2/vmg/time
2016-09-13 Vicent Martitime: Export `git_time_monotonic`
2016-09-09 Patrick SteinhardtMerge pull request #3925 from pks-t/pks/cmake-library...
2016-09-06 Edward ThomsonMerge pull request #3923 from libgit2/ethomson/diff...
2016-09-06 Patrick SteinhardtMerge pull request #3882 from pks-t/pks/fix-fetch-refsp...
2016-09-05 Edward Thomsondiff: treat binary patches with no data special
2016-09-05 Patrick Steinhardtcmake: add curl library path
2016-09-02 Edward Thomsondiff_print: change test for skipping binary printing
2016-09-02 Edward Thomsonpatch: error on diff callback failure
2016-09-02 Edward ThomsonMerge pull request #3922 from pks-t/pks/diff-only-load...
2016-09-01 Patrick Steinhardtpatch_generate: only calculate binary diffs if requested
2016-08-30 Carlos Martín... Merge pull request #3915 from pks-t/pks/index-collision...
2016-08-30 Patrick SteinhardtMerge pull request #3907 from steffhip/git_checkout_tre...
2016-08-30 Stefan Hubergit_checkout_tree options fix
2016-08-29 Edward ThomsonMerge pull request #3914 from pks-t/pks/libqgit2-bindin...
2016-08-29 Patrick Steinhardttests: index: do not re-allocate index
2016-08-29 Patrick SteinhardtREADME: adjust URL to libqgit2 repository
2016-08-29 Patrick SteinhardtMerge pull request #3900 from pks-t/pks/http-close...
2016-08-26 Edward ThomsonMerge pull request #3908 from libgit2/ethomson/patch_fr...
2016-08-24 Edward ThomsonTeach `git_patch_from_diff` about parsed diffs
2016-08-24 Patrick SteinhardtMerge pull request #3904 from stinb/filesystem-iterator...
2016-08-22 Jason Haslamfilesystem_iterator: fixed double free on error
2016-08-17 Edward ThomsonMerge pull request #3837 from novalis/dturner/indexv4
2016-08-17 Edward ThomsonMerge pull request #3895 from pks-t/pks/negate-basename...
2016-08-17 Patrick Steinhardttransports: http: reset `connected` flag when closing...
2016-08-17 Patrick Steinhardttransports: http: reset `connected` flag when re-connec...
2016-08-12 Patrick Steinhardtignore: allow unignoring basenames in subdirectories
2016-08-10 David Turnerindex: support index v4
2016-08-10 David Turnervarint: Add varint encoding/decoding
2016-08-09 Carlos Martín... Merge pull request #3891 from pks-t/pks/stransport...
2016-08-09 Edward ThomsonMerge pull request #3893 from pks-t/pks/remove-unused...
2016-08-09 Patrick Steinhardttests: blob: remove unused callback function
2016-08-09 Patrick Steinhardtstransport: do not use `git_stream_free` on uninitializ...
2016-08-08 Carlos Martín... Merge pull request #3887 from libgit2/ethomson/empty_blob
2016-08-08 Edward ThomsonMerge pull request #3890 from pks-t/pks/stransport...
2016-08-08 Patrick Steinhardtstransport: make internal functions static
2016-08-08 Carlos Martín... Merge pull request #3888 from libgit2/ethomson/doc_diff...
2016-08-06 Edward Thomsonodb: actually insert the empty blob in tests
next