]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-09-30 Arthur Schreiberrefdb and odb backends must provide `free` function
2015-09-30 Carlos Martín... Merge pull request #3446 from ethomson/portability
2015-09-30 Edward ThomsonMerge pull request #3445 from libgit2/cmn/ssl-null
2015-09-30 Edward Thomsonqsort_r/qsort_s: detect their support
2015-09-30 Edward Thomsonp_futimes: support using futimens when available
2015-09-30 Carlos Martín... openssl: don't try to teardown an unconnected SSL context
2015-09-30 Carlos Martín... Merge pull request #3411 from spraints/custom-push...
2015-09-29 Carlos Martín... Merge pull request #3443 from libgit2/longpath-printf
2015-09-28 Edward Thomsonwin32::longpath: don't print path
2015-09-28 Edward ThomsonMerge pull request #3441 from libgit2/cmn/badssl
2015-09-27 Carlos Martín... Plug some leaks
2015-09-27 Carlos Martín... net: add tests against badssl.com
2015-09-25 Edward ThomsonMerge pull request #3439 from bisho/master
2015-09-25 Guille -bisho-Fix binary diffs
2015-09-25 Matt BurkeCopy custom_headers insteach of referencing the caller...
2015-09-24 Matt BurkeThese can be static
2015-09-24 Matt BurkeRevise custom header error messages
2015-09-24 Matt BurkeDon't null-check
2015-09-24 Matt BurkeUse an array of forbidden custom headers
2015-09-24 Carlos Martín... Merge pull request #3437 from libgit2/cmn/plug-sm
2015-09-24 Carlos Martín... submodule: plug a few leaks
2015-09-23 Carlos Martín... Merge pull request #3435 from ethomson/nametoolong
2015-09-23 Edward Thomsonwin32: test checkout msg on long path err
2015-09-23 Edward Thomsonwin32: propogate filename too long errors
2015-09-21 Carlos Martín... Merge pull request #3434 from ethomson/reservednames
2015-09-18 Edward ThomsonMerge pull request #3433 from libgit2/cmn/config-comment
2015-09-18 Edward Thomsonrepository: only reserve repo dirs in the workdir
2015-09-18 Edward Thomsonrepo::reservedname: test a submodule update
2015-09-18 Carlos Martín... config: buffer comments to match git's variable-adding
2015-09-18 Linquizeconfig: test that comments are left as with git
2015-09-18 Carlos Martín... Fix a couple of warnings
2015-09-18 Carlos Martín... Merge pull request #3418 from DimStar77/master
2015-09-18 Dominique Leuenbergerpkg-config: fix directory references in libgit2.pc
2015-09-17 Carlos Martín... Merge pull request #3432 from ethomson/mkdir
2015-09-17 Edward Thomson`mkdir`: cope with root path on win32
2015-09-17 Edward Thomsonwin32: return EACCES in `p_lstat`
2015-09-17 Edward Thomsonmkdir: chmod existing paths with `GIT_MKDIR_CHMOD`
2015-09-17 Edward Thomsonmkdir: find component paths for mkdir_relative
2015-09-17 Edward Thomsoncore::mkdir tests: ensure we don't stomp symlinks in...
2015-09-17 Edward Thomsoncore::mkdir tests: include absolute mkdirs
2015-09-17 Edward Thomsongit_futils_mkdir_*: make a relative-to-base mkdir
2015-09-16 Carlos Martín... Merge pull request #3429 from ethomson/checkout_chmod
2015-09-16 Edward Thomsoncheckout: overwrite files with differing modes
2015-09-16 Edward Thomsoncheckout::tree tests: don't use hardcoded mode
2015-09-16 Edward Thomsoncheckout::tree tests: don't use static buffer
2015-09-16 Matti VirolainenCheck that checkout preserves filemode in working direc...
2015-09-16 Matti VirolainenCheck that an executable in index is not an executable...
2015-09-14 Edward ThomsonMerge pull request #3428 from ethomson/clone_test_buffer
2015-09-14 Edward Thomsoncl_git_path_url: assert sane static buffer size
2015-09-14 Edward Thomsonclone::nonetwork: don't use fixed size buffer
2015-09-13 Carlos Martín... Merge pull request #3425 from ethomson/diriter_root
2015-09-13 Carlos Martín... Merge pull request #3426 from ethomson/fs_iterator
2015-09-13 Edward Thomsondiriter: don't double '/' on posix
2015-09-13 Edward Thomsoniterator: loop fs_iterator advance (don't recurse)
2015-09-13 Edward Thomsondiriter: don't double '/' on Windows
2015-09-13 Edward Thomsondiriter: test we can iterate root
2015-09-13 Carlos Martín... Merge pull request #3423 from libgit2/cmn/push-tests...
2015-09-13 Carlos Martín... Merge pull request #3420 from ethomson/iterator
2015-09-13 Carlos Martín... Merge pull request #3424 from arthurschreiber/arthur...
2015-09-13 Arthur SchreiberDon't free config in `git_transaction_commit`.
2015-09-13 Carlos Martín... Merge branch 'cmn/ignore-dir-check'
2015-09-13 Carlos Martín... ignore: add test and adjust style and comment for dir...
2015-09-13 Carlos Martín... Merge pull request #3370 from libgit2/cmn/submodule...
2015-09-13 Carlos Martín... push: put the git_oid inline in the test structure
2015-09-12 Carlos Martín... Merge pull request #3422 from ethomson/workdir_diff
2015-09-12 Edward Thomsondiff: check pathspec on non-files
2015-09-12 Edward Thomsondiff::workdir: ensure ignored files are not returned
2015-09-12 Carlos Martín... Merge pull request #3421 from ethomson/mempack-fix
2015-09-12 Edward Thomsonmempack: expose clear function
2015-09-11 Bryan WoodsRemoving memory leak in mempack's free
2015-09-11 Edward Thomsoniterator: advance the tree iterator smartly
2015-09-10 Bryan WoodsFixing dangling pointers in git_mempack_reset
2015-09-10 Carlos Martín... submodule: add a test for a renamed submdoule dir
2015-09-10 Carlos Martín... submodule: refactor to be more explicit in the search
2015-09-10 Matt BurkeAvoid segfault when opts == NULL
2015-09-10 Matt BurkeAdd a test for custom header validation
2015-09-10 Matt BurkeMore specific names
2015-09-10 Matt BurkeValidate custom http headers
2015-09-10 Matt BurkeIgnore NULL headers
2015-09-10 Matt BurkeAccept custom headers for fetch too
2015-09-09 Carlos Martín... Merge pull request #3379 from theseion/additional_libss...
2015-09-08 Carlos Martín... Merge pull request #3415 from ethomson/lock_hidden
2015-09-08 Edward Thomsonfutils: ensure we can write a hidden file
2015-09-08 Edward Thomsonfilebuf: ensure we can lock a hidden file
2015-09-08 Matt Burkeo i
2015-09-08 Matt BurkeUpdate another call to git_remote_connect
2015-09-08 Matt BurkeTeach winhttp about the extra headers
2015-09-08 Matt BurkeHook up the custom_headers to the http transport
2015-09-08 Matt BurkeTell the git_transport about the custom_headers
2015-09-08 Matt BurkeAdd custom_headers to git_push_options
2015-09-08 Matt BurkeDrop extra_http_headers from git_remote
2015-09-08 Edward ThomsonMerge pull request #3410 from libgit2/cmn/ssh-embed...
2015-09-08 Carlos Martín... Merge pull request #3353 from ethomson/wrongcase_add
2015-09-08 Edward ThomsonMerge pull request #3381 from leoyanggit/index_director...
2015-09-08 Edward Thomsongit_index_add: allow case changing renames
2015-09-08 Edward Thomsonindex: canonicalize directory case when adding
2015-09-06 Edward ThomsonMerge pull request #3413 from libgit2/cmn/follow-symlink
2015-09-06 Edward ThomsonMerge pull request #3366 from libgit2/cmn/index-hashmap
2015-09-05 Carlos Martín... filebuf: follow symlinks when creating a lock file
2015-09-04 Leo YangNew API: git_index_find_prefix
next