]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-04-23 Edward ThomsonMerge pull request #2997 from libgit2/cmn/secure-transport
2015-04-23 Carlos Martín... SecureTransport: handle graceful closes
2015-04-23 Carlos Martín... SecureTransport: require TLS v1.x
2015-04-23 Carlos Martín... Update THREADING and CHANGELOG with SecureTransport...
2015-04-23 Carlos Martín... SecureTransport: allow overriding a bad certificate
2015-04-23 Carlos Martín... Rename GIT_SSL to GIT_OPENSSL
2015-04-23 Carlos Martín... Silence unused warnings when not using OpenSSL
2015-04-23 Carlos Martín... Abstract away the TLS stream implementation
2015-04-23 Carlos Martín... Add a SecureTransport TLS channel
2015-04-23 Carlos Martín... Merge pull request #3064 from rcorre/config-write-fix
2015-04-23 Carlos Martín... Merge branch 'attr-ignore'
2015-04-23 Mike McQuaidattr_file: fix subdirectory attr case.
2015-04-23 Mike McQuaidAdd failing subdirectory gitignore attr test.
2015-04-23 Edward ThomsonMerge pull request #3032 from jfultz/index-file-modes
2015-04-22 Carlos Martín... Merge pull request #3065 from cthomas/master
2015-04-22 cthomasFix for Issue #3023 tests fail with no network
2015-04-21 Edward ThomsonMerge pull request #3051 from jeffhostetler/jeffhostetl...
2015-04-21 Ryan Roden... git_config_delete: search until last section.
2015-04-21 Ryan Roden... Specify mock config file content in test.
2015-04-21 Ryan Roden... Unittest to validate config entry deletion bug.
2015-04-21 Carlos Martín... Merge pull request #2992 from ethomson/rebase_fixes
2015-04-21 Carlos Martín... Merge pull request #3060 from ethomson/2851
2015-04-21 John FultzFix index-adding functions to know when to trust filemodes.
2015-04-20 Edward Thomsonrebase: correct documentation, CHANGELOG
2015-04-20 Edward Thomsonrebase: include checkout opts within rebase opts
2015-04-20 Edward Thomsonrebase: test checkout options for rebase
2015-04-20 Edward Thomsonrebase: init and open take a rebase_options
2015-04-20 Edward Thomsonrebase: take `checkout_options` where appropriate
2015-04-20 Edward Thomsonreset: `git_checkout_options` is `const`
2015-04-20 Edward Thomsonrebase: block rebase_commit with unstaged changes
2015-04-20 Edward Thomsonrebase: commit should return GIT_EUNMERGED
2015-04-20 Edward Thomsonrebase: identify a rebase that has not started
2015-04-20 Edward Thomsonconfig_file: comment char can be invalid escape
2015-04-20 Edward Thomsonconfig_file: parse multilines generously
2015-04-19 Edward ThomsonMerge pull request #3024 from git-up/diff_merge_fix
2015-04-18 Jeff HostetlerRename routine to free TLS data
2015-04-17 Edward ThomsonMerge pull request #3016 from pks-t/ignore-exclude-fix
2015-04-17 Edward ThomsonMerge pull request #2999 from pks-t/submodule-set-url
2015-04-17 Edward ThomsonMerge pull request #3047 from git-up/diff_fixes
2015-04-17 Edward ThomsonMerge pull request #3052 from jeffhostetler/jeffhostetl...
2015-04-17 Jeff HostetlerFix memleak in test/core/mkdir reported by CRTDBG
2015-04-17 Jeff HostetlerRemove DllMain now that TLS data freed by threads
2015-04-17 Jeff HostetlerAlso fix leak of TLS data on main thread.
2015-04-17 Jeff HostetlerAttempt to fix Windows TLS memory leak.
2015-04-17 Patrick Steinhardtignore: fix negative ignores without wildcards.
2015-04-17 Edward ThomsonMerge pull request #3042 from libgit2/cmn/odd-slowdown
2015-04-17 Edward ThomsonMerge pull request #3037 from libgit2/cmn/hide-then...
2015-04-16 Edward ThomsonMerge pull request #3039 from jeffhostetler/jeffhostetl...
2015-04-16 John FultzOops...need bitwise, not logical negation.
2015-04-15 Pierre-Olivier... Fixed GIT_DIFF_UPDATE_INDEX not being aware of executab...
2015-04-15 Pierre-Olivier... Removed unnecessary condition
2015-04-15 Pierre-Olivier... Use git_oid_cpy() instead of memcpy()
2015-04-15 Jeff HostetlerAdd MSVC CRTDBG memory leak reporting.
2015-04-14 Carlos Martín... revwalk: detect when we're out of interesting commits
2015-04-13 Carlos Martín... revwalk: reword the push text
2015-04-12 Patrick SteinhardtImplement git_submodule_set_branch.
2015-04-10 Edward ThomsonMerge pull request #2974 from libgit2/cmn/clone-everything
2015-04-10 Edward ThomsonMerge pull request #3030 from linquize/symlink_supported
2015-04-10 Edward ThomsonMerge branch 'pr/3035'
2015-04-10 Edward ThomsonMerge pull request #3038 from pks-t/fix-regcomp-retval...
2015-04-10 Patrick SteinhardtFix checking of return value for regcomp.
2015-04-08 Carlos Martín... revwalk: don't insert uninteresting commits into the...
2015-04-08 Carlos Martín... revwalk: add failing test for hiding and then pushing...
2015-04-08 Edward ThomsonMerge pull request #3033 from pks-t/describe-oid-fallback
2015-04-08 Jozef MatulaISO C90 forbids mixed declarations and code
2015-04-07 Patrick Steinhardtdescribe: only abort without tags if fallback is not...
2015-04-07 Patrick Steinhardtdescribe example: enable building by default.
2015-04-06 John FultzFix git_checkout_tree() to do index filemodes correctly...
2015-04-04 LinquizeTest: Create repo in while current dir is readonly...
2015-04-04 LinquizeFor bare repository, use repo_dir to test if symlinks...
2015-04-04 Edward ThomsonMerge pull request #3031 from git-up/git_index_add
2015-04-04 Pierre-Olivier... Entry argument passed to git_index_add_frombuffer(...
2015-04-01 Edward ThomsonMerge pull request #3022 from ethomson/gitignore_vim
2015-03-30 Pierre-Olivier... Make sure to also update delta->nfiles when merging...
2015-03-30 Edward Thomsongitignore: ignore vim swapfiles
2015-03-25 Edward ThomsonMerge pull request #3011 from ethomson/filter_zero_tempbuf
2015-03-25 Edward Thomsonfilter: clear the temp_buf if we're using one
2015-03-25 Jacques GermishuysIllustrate bad checkout on Windows
2015-03-25 Carlos Martín... Merge pull request #3017 from ethomson/leaks
2015-03-24 Edward Thomsonsquash some leaks
2015-03-24 Edward ThomsonMerge pull request #2990 from leoyanggit/custom_param
2015-03-24 Edward ThomsonMerge pull request #2986 from tkelman/mingw_winhttp
2015-03-24 Edward ThomsonMerge pull request #2947 from libgit2/cmn/notes-buf
2015-03-24 Carlos Martín... Merge pull request #2858 from pks-t/remote-squashed
2015-03-24 Carlos Martín... Merge pull request #3010 from ethomson/checkout_invalid...
2015-03-23 Edward Thomsoncheckout: report correct invalid path
2015-03-21 Carlos Martín... git: make sure to close the network stream
2015-03-20 Edward ThomsonMerge pull request #3003 from shawnl/master
2015-03-20 Shawn Landdenfix changelog
2015-03-19 Edward ThomsonMerge pull request #3000 from libgit2/vmg/mkdir-ext
2015-03-19 Vicent Martimkdir-ext: Retry lstat on EEXIST race
2015-03-19 Tony KelmanUse swprintf_s everywhere except mingw.org
2015-03-19 Patrick Steinhardtexamples: add remote example.
2015-03-19 Carlos Martín... Merge pull request #2996 from ethomson/dll_comments
2015-03-18 Edward Thomsonwin32 resource: allow custom comments field in DLL
2015-03-18 Edward ThomsonMerge pull request #2967 from jacquesg/merge-whitespace
2015-03-18 Leo YangAdd a custom param to git_smart_subtransport_definition
2015-03-18 Carlos Martín... Merge pull request #2993 from ethomson/clar_update
2015-03-18 Carlos Martín... Merge pull request #2955 from git-up/update_tips_fixes
2015-03-18 Carlos Martín... Merge remote-tracking branch 'ethomson/submodule_8dot3'
next