]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-02-14 Ben StraubFix a leak when canceling a network operation
2013-02-14 Philip KelleyFix a git_filebuf leak (fixes Win32 clone::can_cancel)
2013-02-14 Vicent MartíMerge pull request #1335 from phkelley/development
2013-02-13 Philip KelleyChange git2.rc to identify git.dll as VOS_NT_WINDOWS32
2013-02-13 Philip KelleyImprove MSVC compiler, linker flags
2013-02-12 Ben StraubMerge pull request #1333 from phkelley/push_options
2013-02-12 Russell BelferMerge pull request #1246 from arrbee/fix-force-text...
2013-02-12 Russell BelferMerge pull request #1316 from ben/clone-cancel
2013-02-11 Russell BelferMore diff tests with binary data
2013-02-11 Russell BelferReorganize FORCE_TEXT diff flag checks
2013-02-11 Russell BelferAdd FORCE_TEXT check into git_diff_blobs code path
2013-02-11 Russell BelferMerge pull request #1324 from nulltoken/topic/remote_is...
2013-02-11 nulltokenremote: Introduce git_remote_is_valid_name()
2013-02-11 nulltokenrefs: No component of a refname can end with '.lock'
2013-02-11 nulltokenremote: reorganize tests
2013-02-11 Russell BelferMerge pull request #1190 from nulltoken/topic/reset...
2013-02-11 Philip KelleyMerge pull request #1323 from jamill/resolve_remote
2013-02-11 Jameson MillerTeach refspec to transform destination reference to...
2013-02-11 Jameson MillerTeach remote branch to return its remote
2013-02-11 Philip KelleyAdd git_push_options, to set packbuilder parallelism
2013-02-11 Philip KelleyFix some incorrect MSVC #ifdef's. Fixes #1305
2013-02-10 Philip KelleyFix a bug introduced in df93a681 'Merge the push...'
2013-02-10 Michael SchubertFix -Wmaybe-uninitialized warning
2013-02-09 Vicent MartíMerge pull request #1320 from cscheid/development
2013-02-09 Vicent MartíMerge pull request #1327 from phkelley/development
2013-02-08 Scott J. Goldmantests: fix whitespace in refs/rename.c
2013-02-08 Philip KelleyMerge the push report into the refs to avoid a 3rd...
2013-02-08 Jameson MillerFix Windows symlinks
2013-02-08 Russell BelferMerge pull request #1249 from yorah/topic/diff-notify...
2013-02-08 Vicent MartíMerge pull request #1325 from SHyx0rmZ/fix-windows...
2013-02-08 Patrick PokatiloMoved braces to conform to code style
2013-02-08 Patrick PokatiloReplace LoadLibrary with GetModuleHandle, since kernel3...
2013-02-08 Patrick PokatiloReplace call to strnlen with call to strlen
2013-02-08 Patrick PokatiloInclude <string.h>
2013-02-07 Patrick PokatiloFix call to readlink
2013-02-07 yorahdiff: add a notify callback to `git_diff__from_iterators`
2013-02-07 yorahReturn the matched pathspec pattern in `git_pathspec_ma...
2013-02-07 Ben StraubMerge pull request #1322 from phkelley/development
2013-02-07 Philip KelleyNo bitfields in public headers b/c packing is compiler...
2013-02-07 Scott J. Goldmantests: fix indentation in repo/message.c
2013-02-07 Scott J. Goldmantests: fix indentation in repo/init.c
2013-02-07 Scott J. Goldmantests: fix code style in threads/basic.c
2013-02-07 Patrick PokatiloCall p_readlink to determine symlink size
2013-02-06 Carlos Scheideggerremoved other references to api.html
2013-02-06 Vicent MartíMerge pull request #1319 from cscheid/development
2013-02-06 Carlos Scheideggerremoved obsolete reference to api.html
2013-02-06 Ben StraubFetchhead: don't expect a tag that isn't there
2013-02-06 Ben StraubFix fetchhead tests to expect nearly-dangling
2013-02-06 Ben StraubClone: fetch all tags
2013-02-06 Ben StraubExpect standard error code from internal calls
2013-02-05 Ben StraubAllow all non-zero returns to cancel transfers
2013-02-05 Ben StraubEnhance test coverage for transfer cancellation
2013-02-05 Ben StraubDocument callback-triggered cancellation
2013-02-05 nulltokenFix MSVC compilation warnings
2013-02-05 nulltokentests: Remove useless code
2013-02-05 nulltokenreset: Introduce git_reset_default()
2013-02-05 Ben StraubAllow progress callback to cancel fetch
2013-02-05 nulltokenreset: Enhance documentation
2013-02-05 nulltokenindex: Fix indentations
2013-02-05 nulltokenindex: Enhance documentation
2013-02-05 Vicent MartíMerge pull request #1315 from nulltoken/development
2013-02-05 nulltokencMakeList: Prevent MSVCR1x0.dll dependency
2013-02-04 Russell BelferMerge pull request #1298 from ben/user-at
2013-02-04 Ben StraubAddress feedback
2013-02-03 Vicent MartíMerge pull request #1307 from nulltoken/fix/revparse_de...
2013-02-03 nulltokenrevparse: Lookup sha before branch
2013-02-03 nulltokenrevparse: Lookup branch before described tag
2013-02-02 Ben StraubUse malloc rather than calloc
2013-02-01 Vicent MartíMerge pull request #1303 from csware/win32_consistent_e...
2013-02-01 Sven StrickrothDeduplicate FormatMessage UTF-16 to UTF-8 conversion...
2013-02-01 Sven StrickrothImproved error handling
2013-02-01 Vicent MartíMerge pull request #1299 from csware/support_local_msys...
2013-02-01 Vicent MartíMerge pull request #1302 from jamill/global_config_lookup
2013-02-01 Sven StrickrothGet utf8_size from WideCharToMultiByte instead of guess...
2013-02-01 Sven StrickrothWin32: Make sure error messages are consistently UTF...
2013-02-01 Jameson MillerTry harder to find global config file
2013-02-01 Ben StraubIntroduce git__substrdup
2013-02-01 Ben StraubMerge pull request #1286 from lznuaa/master
2013-02-01 Frank LiAdd test case for clone head detached repo
2013-02-01 Sven StrickrothStick to coding style: Move up braces
2013-01-31 Ben StraubRemove double-free segfaults
2013-01-31 Ben StraubWinHttp: use cred in url if provided
2013-01-31 Ben StraubHTTP: use creds in url if available
2013-01-31 Ben StraubPlug test leaks
2013-01-31 Ben StraubEnhance url parsing to include passwords
2013-01-31 Russell BelferMerge pull request #1300 from carlosmn/ref-leading...
2013-01-31 Carlos Martín... refs: handle ALLOW_ONELEVEL normalization with leading...
2013-01-31 Sven StrickrothAdded Sven Strickroth to AUTHORS
2013-01-31 Sven StrickrothDetect msysgit installation of users without admin...
2013-01-31 Sven StrickrothRefactored: Move msysgit registry detection to it's...
2013-01-31 Ben StraubAdd user-from-url param to auth callback
2013-01-31 Ben StraubStash username from url (but don't use it yet)
2013-01-31 Ben StraubSkip "user@" when finding hostname in url
2013-01-30 Vicent MartíMerge pull request #1297 from arrbee/diff-patch-line...
2013-01-30 Vicent MartíLet people know that the ML is deprecated
2013-01-30 Russell BelferFree buffer at end of test
2013-01-30 Russell BelferAdd helper for diff line stats
2013-01-29 Vicent MartíMerge pull request #1296 from arrbee/stricter-config...
2013-01-29 Vicent MartíMerge pull request #1295 from carlosmn/obsd
2013-01-29 Russell BelferMerge pull request #1285 from phkelley/vector
next