]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-11-12 Ben StraubRemove unnecessary progress logic
2012-11-12 Ben StraubFix error check
2012-11-10 Ben StraubHelpers for local-filesystem remote URLs
2012-11-09 Ben StraubAvoid copying duplicate commits
2012-11-09 Ben StraubLocal fetch: add tests
2012-11-09 Ben StraubImplement local transport's fetch
2012-11-08 Philip KelleyMerge pull request #1048 from pwkelley/basic_auth
2012-11-08 Vicent MartíMerge pull request #1039 from erikvanzijst/erik/tag_wit...
2012-11-07 Ben StraubMerge pull request #1050 from edubart/development
2012-11-07 Eduardo BartMove inet_pton to posix platform-compatibility layer
2012-11-06 Eduardo BartFix compilation for mingw32 and cygwin
2012-11-06 Philip KelleyDon't store no_check_cert; fetch it on demand
2012-11-06 Philip KelleyMerge pull request #1025 from ethomson/fetchodb
2012-11-06 Philip KelleyFix connection leak in http subtransport
2012-11-06 Philip KelleyBasic authentication for http and winhttp
2012-11-05 Edward Thomsoncreate callback to handle packs from fetch, move the...
2012-11-05 Russell BelferMerge pull request #1046 from libgit2/empty-remote...
2012-11-05 Justin Spahr... 'geterr' -> 'giterr'
2012-11-05 Justin Spahr... Revert "Don't expect the 'empty-remote-url' remote...
2012-11-05 Justin Spahr... Don't expect the 'empty-remote-url' remote to be listed
2012-11-05 Justin Spahr... Test for GITERR_INVALID
2012-11-05 Russell BelferMerge pull request #1044 from dahlbyk/repo/state
2012-11-05 Justin Spahr... Set GITERR_INVALID when encountering a NULL remote URL
2012-11-05 Vicent MartíMerge pull request #1034 from carlosmn/packbuilder...
2012-11-05 nulltokenremote: Add malformed remote load test
2012-11-05 Justin Spahr... Bail out if remote->url would be NULL
2012-11-05 Keith DahlbyFix Clar link
2012-11-04 Keith Dahlbyrepo: fix state when HEAD is not detached
2012-11-02 Philip KelleyMerge pull request #1042 from pwkelley/progress_cb
2012-11-02 Philip KelleyFix bytes_received in fetch tests - we weren't calling...
2012-11-02 Russell BelferMove error capture to top of giterr_set
2012-11-02 Erik van Zijsttags: Fixed the tag parser to correctly treat the messa...
2012-11-02 Vicent MartíMerge pull request #1014 from arrbee/diff-rename-detection
2012-11-02 Philip KelleyMerge pull request #1040 from ethomson/index_refactor
2012-11-02 Philip KelleyMerge pull request #1041 from pwkelley/transports
2012-11-02 Philip KelleyPrefer GetLastError() for GITERR_OS on Win32
2012-11-02 Edward Thomsonfreeing index entries would be helpful
2012-11-01 Vicent MartiLEAAAVE ME ALOOOONEEE
2012-11-01 Vicent MartíMerge pull request #1038 from arrbee/doc-fixes
2012-11-01 Russell BelferMerge pull request #1037 from libgit2/index-open-cleanup
2012-11-01 Russell BelferImprove docs, examples, warnings
2012-11-01 Vicent Martiindex: Add `git_index_new`
2012-11-01 Vicent Martiindex: Fix tests
2012-11-01 Vicent Martiindex: Add git_index_write_tree
2012-11-01 Vicent Martiindex: Switch to git_futils_filestamp
2012-11-01 Russell BelferHide deprecations on MacOS
2012-11-01 Russell BelferMerge pull request #1036 from jamill/text_stat
2012-11-01 Jameson MillerUpdate of text stats calculation
2012-11-01 Vicent MartíMerge pull request #1030 from pwkelley/transports
2012-11-01 Philip KelleyHttp: Set an error for invalid content-type
2012-11-01 Philip KelleyFix a bug in cl_setenv on Windows XP
2012-11-01 Philip KelleyImprove consistency of WinHTTP request headers
2012-11-01 Philip KelleyReorganize transport architecture (squashed 3)
2012-11-01 Carlos Martín... packbuilder: add accessors for the number of total...
2012-11-01 Carlos Martín... packbuilder: add git_packbuilder_foreach
2012-10-31 Vicent MartiMerge branch 'config-refresh' into development
2012-10-31 Vicent MartiI LIKE THESE NAMES
2012-10-31 Russell BelferBetter naming for file timestamp/size checker
2012-10-31 Ben StraubCheckout: remove duplicate 100% progress report
2012-10-31 Ben StraubEnsure that non-error is not propagated
2012-10-30 Russell BelferAdd git_config_refresh() API to reload config
2012-10-30 Vicent MartíMerge pull request #1017 from arrbee/diff-patch-to-str
2012-10-30 Vicent MartíMerge pull request #1026 from nulltoken/repo/state
2012-10-30 Vicent MartíMerge pull request #1029 from ethomson/index_refactor
2012-10-30 Michael SchubertFix a couple of warnings
2012-10-30 Russell BelferMove rename detection into new file
2012-10-30 Edward Thomsonindex refactoring
2012-10-29 Ben StraubFetch: don't clobber received count
2012-10-29 Vicent MartíMerge pull request #1027 from PaulThompson/cmake-flags...
2012-10-29 Vicent MartíMerge pull request #796 from nulltoken/topic/git-stash
2012-10-27 Paul ThompsonLeave CMAKE_BUILD_TYPE absent on those generators which...
2012-10-27 Paul ThompsonRemoved overwrite of CMAKE_C_FLAGS_DEBUG.
2012-10-27 Paul ThompsonRemove "-O2 -g" from default CMAKE_C_FLAGS.
2012-10-27 Paul ThompsonRemove duplicate CMAKE_C_FLAGS inside CMAKE_C_FLAGS_DEBUG.
2012-10-27 nulltokenrepo: enhance git_repository_state() detection
2012-10-27 nulltokentests: fix a memory leak
2012-10-26 Ben StraubAdd network transfer callbacks on Windows
2012-10-26 nulltokenstash: add git_stash_drop()
2012-10-26 nulltokenstash: add git_stash_foreach()
2012-10-26 nulltokenstash: add git_stash_save()
2012-10-26 nulltokenerror: add GITERR_STASH error type
2012-10-26 nulltokenrefs: add GIT_REFS_STASH_FILE define
2012-10-26 nulltokenindex: introduce git_index_owner()
2012-10-26 nulltokenreflog: fix bogus removal of reflog entries
2012-10-26 nulltokenreflog: create reflog and its directory structure
2012-10-26 nulltokenreflog: Make git_reflog_free() accept null param
2012-10-26 nulltokenreflog: fix documentation typos
2012-10-26 nulltokenmessage: reorganize tests
2012-10-25 Vicent MartíMerge pull request #1021 from ethomson/cmake_vs
2012-10-25 Edward Thomsonremove /ZM1000 from msvc builds
2012-10-25 Russell BelferAdd git_diff_patch_print
2012-10-25 Russell BelferCheck errors while generating diff patch string
2012-10-25 Russell BelferMerge pull request #925 from nulltoken/topic/moving...
2012-10-25 Vicent Marticonfig: Only dereference value on success
2012-10-25 Ben StraubRemove inline hint
2012-10-25 Ben StraubFix Windows build
2012-10-25 nulltokenremote: introduce git_remote_rename()
2012-10-25 nulltokenbuf: introduce git_buf_splice()
2012-10-25 nulltokenrefspec: introduce git_refspec__serialize()
2012-10-25 nulltokenremote: remove some code duplication
next