]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2017-06-07 Edward Thomsonctest: temporarily disable UNC path tests
2017-06-07 Patrick SteinhardtMerge pull request #4251 from Keruspe/master
2017-06-07 Marc-Antoine... openssl_stream: fix building with libressl
2017-06-04 Edward ThomsonMerge branch 'pr/4228'
2017-06-04 Edward Thomsonworktree: upgrade lock to an int
2017-06-04 Edward ThomsonMerge pull request #4239 from roblg/toplevel-dir-ignore-fix
2017-06-04 Edward ThomsonMerge pull request #4243 from pks-t/pks/submodule-workdir
2017-05-20 Carlos Martín... Merge pull request #4179 from libgit2/ethomson/expand_tilde
2017-05-20 Carlos Martín... Merge pull request #4097 from implausible/fix/auto...
2017-05-20 Carlos Martín... Merge pull request #4174 from libgit2/ethomson/set_head...
2017-05-20 Carlos Martín... Merge pull request #4231 from wabain/open-revrange
2017-05-19 Patrick Steinhardtrepository: make check if repo is a worktree more strict
2017-05-19 Patrick Steinhardtrepository: factor out worktree check
2017-05-19 Patrick Steinhardtrepository: improve parameter names for `find_repo`
2017-05-19 Patrick Steinhardtrepository: clear out-parameter instead of freeing it
2017-05-17 Robert GayFix issue with directory glob ignore in subdirectories
2017-05-17 Patrick Steinhardttests: add test suite for opening submodules
2017-05-16 Carlos Martín... Merge pull request #4240 from pks-t/pks/fix-gcc-warnings
2017-05-15 Patrick Steinhardttests: threads::basic: remove unused function `exit_abr...
2017-05-15 Patrick Steinhardttests: clone::local: compile UNC functions for Windows...
2017-05-15 Patrick Steinhardtodb: fix printf formatter for git_off_t
2017-05-15 Patrick Steinhardtexamples: network: refactor credentials callback
2017-05-15 Patrick Steinhardtodb: shut up gcc warnings regarding uninitilized variables
2017-05-11 Carlos Martín... Merge pull request #4238 from libgit2/ethomson/vs_to_vsts
2017-05-11 Edward ThomsonUpdate README: VS -> VSTS
2017-05-05 William Bainrevparse: support open-ended ranges
2017-05-05 Patrick Steinhardtworktree: switch over worktree pruning to an opts structure
2017-05-05 Patrick Steinhardtworktree: support creating locked worktrees
2017-05-04 Edward ThomsonMerge pull request #4232 from pks-t/pks/schroot-test...
2017-05-03 Patrick Steinhardttests: repo: fix repo discovery tests on overlayfs
2017-05-02 Edward ThomsonMerge pull request #4229 from pks-t/pks/ssh-memleaks
2017-05-02 Patrick Steinhardttransports: ssh: clean up after libssh2 on exit
2017-05-02 Patrick Steinhardttransports: ssh: report failure initializing libssh2
2017-05-02 Patrick Steinhardtworktree: introduce git_worktree_add options
2017-05-02 Edward ThomsonMerge pull request #4226 from libgit2/ethomson/memleak
2017-05-01 Edward Thomsonobject validation: free some memleaks
2017-05-01 Edward Thomsonsignature: free dup'd buffers on parse error
2017-05-01 Edward Thomsonremote: free the config snapshot
2017-05-01 Edward Thomsonworktrees: cleanup some memory leaks
2017-05-01 Edward ThomsonMerge pull request #4197 from pks-t/pks/verify-object...
2017-05-01 Edward ThomsonMerge pull request #4206 from libgit2/cmn/transport...
2017-05-01 Edward ThomsonMerge pull request #4216 from pks-t/pks/debian-test...
2017-05-01 Edward ThomsonMerge branch 'pr/4225'
2017-05-01 Edward Thomsongit_remote_push: document that NULL refspecs allowed
2017-05-01 Edward ThomsonMerge pull request #4224 from yuyichao/push-free-config
2017-04-29 Yichao YuAllow NULL refspec in git_remote_push
2017-04-29 Yichao YuDo not free config when creating remote
2017-04-28 Patrick Steinhardtodb: verify hashes in read_prefix_1
2017-04-28 Patrick Steinhardtodb: improve error handling in read_prefix_1
2017-04-28 Patrick Steinhardtodb: add option to turn off hash verification
2017-04-28 Patrick Steinhardtodb: verify object hashes
2017-04-28 Patrick Steinhardttests: object: test looking up corrupted objects
2017-04-28 Patrick Steinhardttests: object: create sandbox
2017-04-28 Patrick Steinhardttests: odb: make hash of fake backend configurable
2017-04-28 Edward ThomsonMerge pull request #4191 from pks-t/pks/wt-ref-renames
2017-04-26 Edward ThomsonMerge pull request #4219 from pks-t/pks/socket-stream...
2017-04-26 Edward ThomsonMerge pull request #4217 from pks-t/pks/readonly-cfg...
2017-04-26 Patrick Steinhardtsocket_stream: continue to next addrinfo on socket...
2017-04-26 Patrick Steinhardttests: config: verify functionality with read-only...
2017-04-26 Patrick Steinhardtconfig: skip r/o backends when writing
2017-04-25 Edward ThomsonMerge pull request #4215 from pks-t/pks/diff-stack...
2017-04-25 Patrick Steinhardtconfig_file: add missing include for `git_config_backend`
2017-04-25 Patrick Steinhardttests: core::features: only check for HTTPS if it is...
2017-04-25 Patrick Steinhardtcmake: define GIT_HTTPS when HTTPS is supported
2017-04-25 Patrick Steinhardtdiff_parse: free object instead of its pointer
2017-04-21 Patrick SteinhardtMerge pull request #4210 from pks-t/pks/misc-fixes
2017-04-21 Patrick Steinhardttests: threads::diff: fix warning for unused variable
2017-04-21 Patrick Steinhardtglobal: fix typo in `git_libgit2_init` description
2017-04-17 Carlos Martín... Merge pull request #4192 from libgit2/ethomson/win32_posix
2017-04-17 Edward Thomsonwin32: `remediation` not `cleanup`
2017-04-17 Carlos Martín... transport: provide a getter for the proxy options
2017-04-12 Edward ThomsonMerge pull request #4201 from pks-t/pks/fileops-fd...
2017-04-12 Patrick Steinhardtfileops: fix leaking fd in `mmap_ro_file`
2017-04-11 Edward ThomsonMerge pull request #4196 from pks-t/pks/filter-segfault
2017-04-11 Edward ThomsonMerge pull request #4195 from pks-t/pks/openssl-1.1
2017-04-11 Edward ThomsonMerge pull request #4198 from pks-t/pks/git-compat
2017-04-11 Patrick SteinhardtREADME: document our relation to changes in upstream
2017-04-10 Patrick Steinhardtopenssl_stream: use new initialization function on...
2017-04-10 Patrick Steinhardtopenssl_stream: remove locking initialization on OpenSS...
2017-04-07 Patrick Steinhardtfilter: only close filter if it's been initialized...
2017-04-07 Edward ThomsonMerge pull request #4183 from pks-t/pks/coverity
2017-04-07 Edward ThomsonMerge pull request #4193 from pks-t/pks/libdir
2017-04-05 Patrick Steinhardtpkgconfig: fix handling of prefixes containing whitespaces
2017-04-05 Patrick Steinhardtrefs: update worktree HEADs when renaming branches
2017-04-05 Patrick Steinhardtbranch: use `foreach_head` to see if a branch is checke...
2017-04-05 Patrick Steinhardtrepository: add function to iterate over all HEADs
2017-04-05 Patrick Steinhardtrepository: get worktree HEAD via `git_reference__read_...
2017-04-05 Patrick Steinhardtrepository: extract function to get path to a file...
2017-04-05 Patrick Steinhardtrepository: set error message if trying to set HEAD...
2017-04-05 Patrick Steinhardtrefs: implement function to read references from file
2017-04-05 Patrick Steinhardttests: worktree::refs: convert spaces to tabs
2017-04-05 Edward Thomsonwin32: only set `git_win32__retries` where it exists
2017-04-05 Edward Thomsonwin32: enable `p_utimes` for readonly files
2017-04-04 Patrick Steinhardtfileops: do not overwrite correct error message on...
2017-04-04 Patrick Steinhardtblame_git: check return value of `git__calloc`
2017-04-04 Patrick Steinhardtpath: short-circuit `git_path_apply_relative` on error
2017-04-04 Patrick Steinhardtpath: handle error returned by `git_buf_joinpath`
2017-04-04 Patrick Steinhardtconfig_file: handle errors other than OOM while parsing...
2017-04-03 Edward Thomsonwin32: make posix emulation retries configurable
2017-04-03 Edward Thomsonwin32: do not inherit file descriptors
next