]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-09-08 Isaac KearseTrim leading colon from ssh repository path
2013-09-07 Vicent MartíMerge pull request #1836 from libgit2/ntk/fix/leaks
2013-09-07 Vicent MartíMerge pull request #1835 from libgit2/ntk/fix/less_back...
2013-09-07 nulltokentests: Fix memory leaks
2013-09-07 nulltokenrevparse: Simplify error handling
2013-09-07 nulltokenrevparse: Prevent unnecessary odb backend calls
2013-09-06 Russell BelferMerge pull request #1791 from libgit2/cmn/revwalk-recursive
2013-09-06 Russell BelferMerge pull request #1815 from libgit2/ntk/topic/stream_...
2013-09-06 nulltokenodb: Prevent stream_finalize_write() from overwriting
2013-09-06 nulltokenblob: Slightly enforce a create_fromchunks() test
2013-09-06 Carlos Martín... revwalk: make mark_unintersting use a loop
2013-09-05 Vicent MartíMerge pull request #1829 from libgit2/fix-umask-fragility
2013-09-05 Russell BelferBetter macro name for is-exec-bit-set test
2013-09-05 Russell BelferGIT_MODE_TYPE should exclude setgid bits
2013-09-05 Russell BelferFix tests of file modes
2013-09-05 Russell BelferAdd more file mode permissions macros
2013-09-05 Russell BelferFix some newer GCC compiler warnings
2013-09-05 Vicent MartíMerge pull request #1831 from linquize/version.h-warning
2013-09-05 LinquizeFix warning in src/win32/version.h
2013-09-04 Russell BelferFix tests to use core.filemode correctly
2013-09-04 Russell Belfer_umask is function name on Windows
2013-09-04 Russell BelferClean up one other mode_t assertion
2013-09-04 Russell BelferMake tests take umask into account
2013-09-04 Russell BelferUpdate clar
2013-09-04 Ben StraubTest pushing to remotes with "file:///" urls
2013-09-04 Ben StraubProvide better errors for push on non-bare local remotes
2013-09-04 Vicent MartíMerge pull request #1817 from libgit2/ntk/fix/backend...
2013-09-04 Vicent MartiBackport @peff's fix for duplicates in sha1_lookup
2013-09-04 nulltokenodb: Move the auto refresh logic to the pack backend
2013-09-03 Vicent MartíMerge pull request #1828 from libgit2/examples-cmakelists
2013-09-03 Russell BelferSplit examples CMakeLists.txt
2013-09-03 Russell BelferMerge pull request #1827 from libgit2/relative-path...
2013-09-03 Russell BelferFix resolving relative windows network paths
2013-09-03 Russell Belferdon't use inline in tests for win32
2013-09-03 Vicent MartíMerge pull request #1804 from ethomson/rewrites
2013-09-03 Russell BelferMerge pull request #1825 from nvloff/resolve_relative
2013-09-03 Nikolai Vladimirovpath: properly resolve relative paths
2013-09-03 Vicent MartíMerge pull request #1814 from libgit2/is-empty-fix
2013-09-02 Vicent MartíMerge pull request #1823 from kadamski/building4android
2013-09-01 Vicent MartíMerge pull request #1822 from kadamski/examples-cleanup
2013-09-01 Krzysztof AdamskiAdd instructions about buiding for Android to README.md
2013-09-01 Krzysztof AdamskiBuild all example files if BUILD_EXAMPLES used.
2013-09-01 Krzysztof AdamskiAdding credentials callback to ls-remote and fetch...
2013-09-01 Krzysztof AdamskiRemoving unneeded code duplication in ls-remote.c
2013-09-01 Krzysztof AdamskiDefine S_IREAD i S_IWRITE for Android.
2013-09-01 Krzysztof AdamskiUse git__insertsort_r on Android too.
2013-09-01 Krzysztof AdamskiCreate ANDROID build option
2013-09-01 Vicent MartíMerge pull request #1820 from linquize/git_oid_streq
2013-09-01 Vicent MartíMerge pull request #1819 from linquize/git_oid_shorten_add
2013-08-31 Carlos Martín... Point to the right Go bindings
2013-08-31 Carlos Martín... Merge pull request #1821 from n1rvana/development
2013-08-31 NirvanaUpdate readme to point to the currently maintained...
2013-08-31 Linquizeoid: git_oid_shorten_add() sets GITERR_INVALID when...
2013-08-31 LinquizeUpdate documentation of git_oid_streq to remove outdate...
2013-08-30 nulltokenodb: Code beautification
2013-08-30 nulltokenodb: Honor the non refreshing capability of a backend
2013-08-29 Russell BelferTreat detached HEAD as non-empty repo
2013-08-29 Vicent Martírepository: Make the is_empty check more explicit
2013-08-29 Carlos Martín... Fix typo _delete -> _free
2013-08-29 Justin Spahr... Fix incorrect precedence within git_repository_is_empty()
2013-08-28 Russell BelferAdd stddef include for sortedcache
2013-08-28 Vicent MartíMerge pull request #1805 from libgit2/threading-packed...
2013-08-28 Russell BelferSome documentation improvements
2013-08-28 Edward ThomsonSplit rewrites, status doesn't return rewrites
2013-08-28 Vicent MartíMerge pull request #1803 from libgit2/ntk/topic/even_mo...
2013-08-28 Vicent MartíMerge pull request #1808 from frasertweedale/fix/freebs...
2013-08-28 Vicent MartíMerge pull request #1772 from libgit2/config-iter
2013-08-28 Vicent MartíMerge pull request #1812 from ethomson/version_check
2013-08-28 Edward ThomsonImprove win32 version check, no ipv6 tests on XP
2013-08-27 Russell BelferConvert to our own SRWLOCK type on Win32
2013-08-27 nulltokenremote: Make git_remote_list() detect pushurl
2013-08-27 nulltokenvector: Teach git_vector_uniq() to free while deduplicating
2013-08-27 nulltokenremote: Relax the parsing logic even more
2013-08-27 nulltokenremote: Don't parse missing urls as empty strings
2013-08-27 nulltokenremote: Warn the user when connecting with no url
2013-08-27 nulltokenremote: Assert proper GIT_DIRECTION_XXXX values
2013-08-26 Russell BelferFix MINGW SRWLock typedefs
2013-08-26 Russell BelferLoad SRWLock APIs at runtime
2013-08-26 Vicent MartíMerge pull request #1810 from nvloff/reference_is_tag
2013-08-26 Nikolai Vladimirovrefs: add git_reference_is_tag
2013-08-25 Vicent MartíMerge pull request #1809 from frasertweedale/fix/git_pu...
2013-08-25 Fraser Tweedalepush: small documentation fix
2013-08-24 Fraser Tweedalenetops: remove duplicate include
2013-08-24 Vicent MartíMerge pull request #1807 from frasertweedale/fix/freebsd
2013-08-24 Fraser Tweedalefix tests on FreeBSD
2013-08-23 Russell BelferFix comment
2013-08-22 Russell BelferFix sortedcache docs and other feedback
2013-08-22 Russell BelferTrying to fix Win32 warnings
2013-08-22 Russell BelferDrop support for THREADSAFE on Windows XP
2013-08-22 Russell BelferAdd SRWLock implementation of rwlocks for Win32
2013-08-22 Russell BelferA bit of item alignment paranoia
2013-08-22 Russell BelferConvert sortedcache to use rwlock
2013-08-22 Russell BelferImprove comments on locking for sortedcache APIs
2013-08-22 Russell BelferNo need to lock newly created tgt in copy
2013-08-21 Russell BelferMerge pull request #1801 from ethomson/utf8_bom
2013-08-21 Russell BelferFix warnings when compiling without threads
2013-08-21 Russell BelferRewrite refdb_fs using git_sortedcache object
2013-08-21 Russell BelferAdd internal ref set_name fn instead of realloc
2013-08-21 Russell BelferAdd sortedcache APIs to lookup index and remove
2013-08-20 Russell BelferAdd sorted cache data type
next