]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-09-12 Russell BelferAdd tests and improve param checks
2012-09-11 Russell BelferAdd git_repository_hashfile to hash with filters
2012-09-11 Vicent MartiMerge branch 'diff-crlf-filters' into development
2012-09-11 Vicent MartiProperly handle p_reads
2012-09-11 Russell BelferFix diff binary file detection
2012-09-11 Vicent MartíMerge pull request #924 from schu/cache-fix-race-cond
2012-09-11 Michael Schubertcache: fix race condition
2012-09-11 Russell BelferMerge pull request #914 from authmillenon/index-fixes
2012-09-11 Russell BelferMerge pull request #906 from nulltoken/topic/git_refere...
2012-09-10 Russell BelferReorg internal odb read header and object lookup
2012-09-10 Russell BelferMove diff max_size to public API
2012-09-10 Russell BelferReplace git_diff_iterator_num_files with progress
2012-09-07 Russell BelferAdd missing accessor for fetchRecurseSubmodules
2012-09-06 Russell BelferClean up blob diff path
2012-09-06 Russell BelferImplement filters for status/diff blobs
2012-09-06 Russell BelferBetter header comments
2012-09-06 Russell BelferAlternate test for autocrlf with status
2012-09-06 pontusmTest case to reproduce issue #690.
2012-09-06 nulltokenobject: make git_object_peel() test more readable
2012-09-06 nulltokencheckout: fix documentation code alignment
2012-09-06 nulltokencheckout: cleanup misplaced declaration
2012-09-06 nulltokenerrors: deploy GIT_EBAREREPO usage
2012-09-06 nulltokenerrors: introduce GIT_EBAREREPO
2012-09-06 nulltokenrefs: introduce git_reference_peel()
2012-09-06 Michael Schubertodb: mark unused variable
2012-09-06 Vicent MartíMerge pull request #900 from pwkelley/development
2012-09-06 Vicent MartíMerge pull request #912 from schu/netops-ssl-error
2012-09-06 Vicent Martidiff: Cleanup documentation and printf compat
2012-09-06 Vicent MartiMerge remote-tracking branch 'arrbee/diff-iterator...
2012-09-05 Russell BelferMerge pull request #917 from arrbee/test-issue-835
2012-09-05 Russell BelferTest for gitmodules only submodule def
2012-09-05 Russell BelferFix comments and a minor bug
2012-09-05 Russell BelferDiff iterators
2012-09-04 Vicent MartíMerge pull request #856 from libgit2/utf8-win
2012-09-04 Vicent Martibranch: Add missing include
2012-09-04 Carlos Martín... odb: pass the user's data pointer correctly in foreach
2012-09-04 Carlos Martín... travis: use a valgrind suppressions file
2012-09-04 Vicent Marticlar: Clear errors on shutdown
2012-09-04 authmillenonFix logical error in git_index_set_caps
2012-09-04 Vicent MartíMerge pull request #913 from nulltoken/fix/warnings
2012-09-04 nulltokenFix MSVC compilation warnings
2012-09-03 Michael Schubertnetops: be more careful with SSL errors
2012-09-03 Michael Schubertnetops: continue writing on SSL_ERROR_WANT_WRITE
2012-08-30 Ben StraubIgnore tags file
2012-08-29 Russell BelferMerge pull request #908 from nulltoken/bug/repo_reinit_init
2012-08-29 nulltokenrepository: make initialization cope with missing core...
2012-08-29 Vicent MartiAdd bounds checking to UTF-8 conversion
2012-08-29 Vicent Martiwindows: Keep UTF-8 on the stack yo
2012-08-29 Vicent MartíUTF-8 changes yo
2012-08-28 Vicent MartíMerge pull request #905 from carlosmn/signature-now
2012-08-28 Michael SchubertFix parentheses warning
2012-08-28 Carlos Martín... signature: make the OS give us the offset for git_signa...
2012-08-28 Carlos Martín... ssl: make cert check ignore work for invalid certs...
2012-08-27 Vicent MartiMerge branch 'branch-delete-ref' into development
2012-08-27 Vicent MartíMerge pull request #904 from arrbee/better-object-peel
2012-08-27 Vicent MartíMerge pull request #897 from nulltoken/topic/git_refere...
2012-08-27 Vicent MartíMerge pull request #899 from schu/revwalk-push
2012-08-27 Russell BelferMake git_object_peel a bit smarter
2012-08-27 Russell BelferMerge pull request #903 from nulltoken/topic/peeling...
2012-08-27 Philip KelleyExpose a malloc function to 3rd party ODB backends
2012-08-27 nulltokenbranch: reduce code duplication
2012-08-27 Michael Schubertrevwalk: refuse push of non-commit objects
2012-08-27 nulltokenrefs: expose git_reference_normalize_name()
2012-08-27 Vicent Martibranch: Change `git_branch_delete` to take a ref
2012-08-27 Vicent Martiposix: Always set a default mapping mode
2012-08-25 Carlos Martín... indexer: kill git_indexer_stats.data_received
2012-08-25 Carlos Martín... http: increase buffer side to deal with side-band-64k
2012-08-25 Carlos Martín... indexer: don't segfault when freeing an unused indexer
2012-08-25 Vicent MartíMerge pull request #896 from ben/revparse-ambiguous
2012-08-25 Ben StraubRevparse: GIT_EAMBIGUOUS
2012-08-24 Vicent MartíMerge pull request #895 from carlosmn/sideband
2012-08-24 Vicent MartíMerge pull request #852 from arrbee/submodule-extensions
2012-08-24 Vicent MartíMerge pull request #876 from arrbee/new-config-locations
2012-08-24 Russell BelferSupport new config locations
2012-08-24 Russell BelferFix memory leak in cp_r
2012-08-24 Russell BelferFix crash with adding internal ignores
2012-08-24 Russell BelferFix valgrind warnings and spurious error messages
2012-08-24 Carlos Martín... examples: add progress output to fetch
2012-08-24 Carlos Martín... network: add sideband support
2012-08-24 Russell BelferWorking implementation of git_submodule_status
2012-08-24 Russell BelferFix valgrind issues and leaks
2012-08-24 Russell BelferMajor submodule rewrite
2012-08-24 Russell BelferNew submodule test data
2012-08-24 Russell BelferFix errors on Win32 with new repo init
2012-08-24 Carlos Martín... indexer: recognize and mark when all of the packfile...
2012-08-23 Vicent MartíMerge pull request #844 from arrbee/init-extended
2012-08-23 Russell BelferFix warnings and merge issues on Win64
2012-08-22 Russell BelferSome cleanup suggested during review
2012-08-22 Russell BelferDon't reference stack vars in cleanup callback
2012-08-22 Russell Belferfix missing validation and type cast warning
2012-08-22 Russell BelferAdd template dir and set gid to repo init
2012-08-22 Russell BelferAdd git_repository_init_ext for power initters
2012-08-22 Russell BelferMinor bug fixes in diff code
2012-08-22 Vicent MartíMerge pull request #891 from arrbee/internal-ignore-api
2012-08-22 Russell BelferWrap up ignore API and add tests
2012-08-22 Russell BelferAdd public API for internal ignores
2012-08-21 Vicent MartíMerge pull request #889 from nulltoken/filemode-enum
2012-08-21 nulltokentree entry: rename git_tree_entry_attributes() into...
2012-08-21 nulltokenfilemode: deploy enum usage
2012-08-21 nulltokenfilemode: introduce enum to ease use of attributes
next