]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-04-30 Jacques GermishuysBuild regex.c for Solaris. Added required defines for...
2014-04-27 Vicent MartiMerge pull request #2301 from libgit2/cmn/pack-objects...
2014-04-26 Carlos Martín... pack-objects: always write out the status in write_one()
2014-04-26 Carlos Martín... zstream: grow based on used memory rather than allocated
2014-04-26 Carlos Martín... refdb: fix typo and wording
2014-04-25 Vicent MartiMerge pull request #2299 from mekishizufu/fix_leaks
2014-04-25 Jiri PospisilReset tests: Use sandboxed index
2014-04-25 Jiri PospisilFilter: Make sure to release local on error
2014-04-25 Vicent MartiMerge pull request #2284 from jacquesg/push-progress...
2014-04-25 Vicent MartiMerge pull request #2297 from libgit2/rb/status-with...
2014-04-25 Vicent MartiMerge pull request #2241 from libgit2/rb/stash-skip...
2014-04-24 Russell BelferMerge pull request #2294 from ethomson/merge_checkout_s...
2014-04-24 Russell BelferImprove docs for status rename detection limits
2014-04-24 Russell BelferTest toggling core.precomposeunicode yields rename
2014-04-24 Russell BelferTest decomposed unicode renames work as expected
2014-04-24 Russell BelferHandle explicitly ignored dir slightly differently
2014-04-24 Vicent MartiMerge pull request #2295 from libgit2/cmn/fetchhead...
2014-04-24 Carlos Martín... fetchhead: deal with quotes in branch names
2014-04-23 Edward Thomsonmerge: checkout default shouldn't clobber given
2014-04-23 Edward Thomsonmerge: default checkout strategy for should be SAFE
2014-04-23 Russell BelferTreat ignored, empty, and untracked dirs different
2014-04-23 Vicent MartiMerge pull request #2291 from ethomson/patch_binary
2014-04-23 Vicent MartiMerge pull request #2283 from phkelley/win32_fs
2014-04-23 Philip KelleyReact to feedback for UTF-8 <-> WCHAR and reparse work
2014-04-23 Vicent MartiMerge pull request #2289 from libgit2/rb/note-git-diff...
2014-04-23 Russell BelferMake checkout match diff for untracked/ignored dir
2014-04-23 Edward Thomsonpatch: emit binary patches (optionally)
2014-04-22 Russell BelferFailing test for stashing a buried ignored file
2014-04-22 Russell BelferMake stash and checkout ignore contained repos
2014-04-22 Russell BelferReplace math fns with simpler integer math
2014-04-22 Russell BelferUse git_diff_get_stats in example/diff + refactor
2014-04-22 Russell BelferSome doc and examples/diff.c changes
2014-04-22 Vicent MartiMerge pull request #2282 from libgit2/cmn/remote-easier...
2014-04-22 Carlos Martín... transports: allow the creds callback to say it doesn...
2014-04-22 Carlos Martín... remote: provide read access to the callback structure
2014-04-22 Vicent MartiMerge pull request #2287 from libgit2/rb/moar-coverity...
2014-04-22 Vicent MartiMerge pull request #2286 from libgit2/rb/fix-reset...
2014-04-22 Edward ThomsonHandle win32 reparse points properly
2014-04-21 Russell BelferFix some coverity-found issues
2014-04-21 Russell BelferFix reset for staged deletes
2014-04-21 Jacques GermishuysVerify update_tips callbacks in push test cases
2014-04-21 Russell BelferMerge pull request #2275 from jacquesg/apple-warning
2014-04-21 Jacques GermishuysFire update_tips callback also for pushes.
2014-04-21 Carlos Martín... attrcache: fix use-after-free
2014-04-21 Jacques GermishuysCorrect argument order of git__calloc()
2014-04-21 Jacques GermishuysIt is safe to free() a NULL pointer
2014-04-21 Carlos Martín... sysdir: free the path if we cannot find the file
2014-04-21 Jacques GermishuysDon't redefine the same callback types, their signature...
2014-04-21 Jacques GermishuysRename progress callback to sideband_progress
2014-04-21 Jacques GermishuysCheck the return codes of remote callbacks.
2014-04-20 Jacques GermishuysFire progress callbacks also for pushes.
2014-04-20 Philip KelleyWin32: UTF-8 <-> WCHAR conversion overhaul
2014-04-19 Jacques GermishuysIntroduce AddCFlagIfSupported CMake macro
2014-04-19 Vicent MartiMerge pull request #2273 from jacquesg/ssh-interactive
2014-04-19 Vicent MartiMerge pull request #2279 from libgit2/rb/moar-eegnöre...
2014-04-18 Russell BelferMinor fixes
2014-04-18 Russell BelferFix ignore difference from git with trailing /*
2014-04-18 Russell BelferPreload attribute files that may contain macros
2014-04-18 Jacques GermishuysOnly zero sensitive information on destruction (and...
2014-04-18 Russell BelferCleanup tests with helper functions
2014-04-18 Russell BelferPop ignore only if whole relative path matches
2014-04-18 Jacques GermishuysOnly disable deprecation warnings on Apple for OpenSSL
2014-04-18 Jacques GermishuysUse CHECK_C_COMPILER_FLAG to determine if the compiler...
2014-04-18 Jacques GermishuysFix inconsistent use of lower-case and upper-case names...
2014-04-18 Russell BelferMerge pull request #2213 from ethomson/safecrlf
2014-04-18 Jacques GermishuysReplace void * with proper callback types
2014-04-18 Jacques GermishuysMake git_cred_ssh_custom_new() naming more consistent
2014-04-18 Jacques GermishuysIntroduce git_cred_ssh_interactive_new()
2014-04-18 Vicent MartiMerge pull request #2274 from libgit2/cmn/ssh-expect...
2014-04-18 Carlos Martín... cred: tighten username rules
2014-04-18 Vicent MartiMerge pull request #2108 from libgit2/rb/threadsafe...
2014-04-17 Carlos Martín... cherry-pick: terminate the commit id string
2014-04-17 Russell BelferSome memory leak fixes
2014-04-17 Russell BelferFix broken logic for attr cache invalidation
2014-04-17 Russell BelferLock attribute file while reparsing data
2014-04-17 Russell BelferFix race checking for existing index items
2014-04-17 Russell BelferFix tests with new attr cache code
2014-04-17 Russell BelferAttribute file cache refactor
2014-04-17 Russell BelferMinor tree cache speedups
2014-04-17 Russell BelferFix leak in git_index_conflict_cleanup
2014-04-17 Russell BelferFix leak when using push and pop with ignores
2014-04-17 Russell BelferFix refcount issues with mutex protected ignores
2014-04-17 Russell BelferFix threading tests when threads disabled
2014-04-17 Russell BelferClean up index snapshot function naming
2014-04-17 Russell BelferIndex locking and entry allocation changes
2014-04-17 Russell BelferAdd diff threading tests and attr file cache locks
2014-04-17 Russell BelferDecouple index iterator sort from index
2014-04-17 Russell BelferAdd mutex around index entries changes
2014-04-17 Russell BelferAdd index snapshot and use it for iterator
2014-04-17 Russell BelferAdd public diff print helpers
2014-04-17 Russell BelferSome index internals refactoring
2014-04-17 Russell BelferSome vector utility tweaks
2014-04-16 Vicent MartiMerge pull request #2261 from jacquesg/format-patch
2014-04-16 Vicent MartiMerge pull request #2270 from csware/fix_git_branch_t_enum
2014-04-16 Sven StrickrothAdd GIT_BRANCH_ALL to git_branch_t enum
2014-04-16 Vicent MartiMerge pull request #2269 from libgit2/rb/fix-leading...
2014-04-15 Vicent MartiMerge pull request #2235 from jacquesg/cherry-pick
2014-04-15 Jacques GermishuysAdded a test case for formatting a binary patch e-mail
2014-04-15 Jacques GermishuysSanitize git_diff_format_email_options' summary parameter
2014-04-15 Jacques GermishuysIntroduce git_diff_format_email and git_diff_commit_as_...
next