]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-11-14 Carlos Martín... fileops: save errno and report file existence
2016-11-14 Carlos Martín... refdb: make ref deletion after pack safer
2016-11-14 Carlos Martín... refdb: bubble up errors
2016-11-14 Carlos Martín... refdb: adjust the threading tests to what we promise
2016-11-14 Carlos Martín... Merge pull request #4002 from pks-t/pks/giterr-format
2016-11-14 Carlos Martín... Merge pull request #3983 from pks-t/pks/smart-early-eof
2016-11-14 Carlos Martín... Merge pull request #3985 from libgit2/cmn/threading...
2016-11-14 Patrick Steinhardtpath: pass string instead of git_buf to giterr_set
2016-11-14 Patrick Steinhardtcheckout: pass string instead of git_buf to `giterr_set`
2016-11-14 Patrick Steinhardtcommon: cast precision specifiers to int
2016-11-14 Patrick Steinhardtcommon: use PRIuZ for size_t in `giterr_set` calls
2016-11-14 Patrick Steinhardtcommon: mark printf-style formatting for `giterr_set`
2016-11-14 Patrick SteinhardtMerge pull request #3992 from joshtriplett/env-namespace
2016-11-14 Patrick SteinhardtMerge pull request #4001 from pks-t/pks/fileops-docs...
2016-11-14 Patrick Steinhardtfileops: fix typos in `git_futils_creat_locked{,with_path}`
2016-11-11 Josh Triplettgit_repository_open_ext: fix handling of $GIT_NAMESPACE
2016-11-11 Patrick SteinhardtMerge pull request #3993 from alexcrichton/fix-fault
2016-11-11 Alex Crichtoncurl_stream: check for -1 after CURLINFO_LASTSOCKET
2016-11-04 Patrick SteinhardtMerge pull request #3974 from libgit2/pks/synchronize...
2016-11-04 Patrick SteinhardtMerge pull request #3977 from jfultz/fix-forced-branch...
2016-11-04 John Fultzbranch: fix forced branch creation on HEAD of a bare...
2016-11-04 Carlos Martín... THREADING: OpenSSL 1.1 is thead-safe, rework some parag...
2016-11-02 Carlos Martín... THREADING: update cURL thread safety link
2016-11-02 Carlos Martín... Merge pull request #3960 from ignatenkobrain/openssl...
2016-11-02 Carlos Martín... openssl: include OpenSSL headers only when we're bulidi...
2016-11-02 Carlos Martín... Merge pull request #3984 from pks-t/pks/pack-find-offse...
2016-11-02 Carlos Martín... openssl: use ASN1_STRING_get0_data when compiling again...
2016-11-02 Carlos Martín... openssl: recreate the OpenSSL 1.1 BIO interface for...
2016-11-02 Patrick Steinhardtpack: fix race in pack_entry_find_offset
2016-11-02 Patrick Steinhardttransports: smart: abort receiving packets on end of...
2016-11-02 Patrick Steinhardttransports: smart: abort ref announcement on early...
2016-11-02 Patrick SteinhardtMerge pull request #3976 from pks-t/pks/pqueue-null...
2016-11-02 Patrick Steinhardttests: core: test deinitialization and concurrent initi...
2016-11-02 Patrick Steinhardtglobal: reset global state on shutdown without threading
2016-11-01 Patrick Steinhardtproxy: fix typo in documentation
2016-11-01 Patrick Steinhardtglobal: synchronize initialization and shutdown with...
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-12 Igor Gnatenkoadd support for OpenSSL 1.1.0 for BIO filter
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`
next