]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-02-05 Ben StraubEnhance test coverage for transfer cancellation
2013-02-05 Ben StraubDocument callback-triggered cancellation
2013-02-05 Ben StraubAllow progress callback to cancel fetch
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
2013-01-29 Philip KelleyNow with no multiply
2013-01-29 Russell BelferTest config name validation
2013-01-29 Russell BelferImplement config key validation rules
2013-01-29 Russell BelferTest buf join with NULL behavior explicitly
2013-01-29 Carlos Martín... Fix p_realpath on OpenBSD
2013-01-28 Vicent MartíMerge pull request #1289 from jwiegley/development
2013-01-28 John WiegleyAdded git_treebuilder_entrycount
2013-01-28 Congyi WuFix 2 bugs in online::push tests.
2013-01-27 Vicent MartíMerge pull request #1283 from lznuaa/master
2013-01-27 Philip KelleyVector improvements and their fallout
2013-01-27 Frank LiFix fail clone local repo which head detatched
2013-01-27 Frank LiFix fail clone local repository because can't found...
2013-01-26 Philip KelleyFix a mutex leak in pack.c
2013-01-26 Philip KelleyExpand valgrind suppressions even more for libssl,...
2013-01-26 Vicent MartíMerge pull request #1278 from sba1/cl-assert-equal-s
2013-01-26 Vicent MartíMerge pull request #1281 from phkelley/valgrind
2013-01-26 Philip KelleyImprove valgrind suppressions
2013-01-26 Philip KelleyFix 3 memory leaks
2013-01-25 Vicent MartíMerge pull request #1279 from carlosmn/config-trailing...
2013-01-25 Vicent MartíMerge pull request #1280 from nulltoken/fix/clone-segfault
2013-01-25 Carlos Martín... config: support trailing backslashes
2013-01-25 Michael Schuberttests-clar: ifdef GIT_WIN32 win helper functions
2013-01-25 nulltokenclone: Prevent segfault upon faulted remote creation
2013-01-25 Sebastian BauerUse cl_assert_equal_s() instead of strcmp().
2013-01-25 Vicent MartíMerge pull request #1277 from sba1/branch-name
2013-01-25 Sebastian BauerAdded git_branch_name().
2013-01-25 Scott J. Goldmanindex: Speed up loading a tree into the index
2013-01-24 Philip KelleyLeak cleanup in push tests
2013-01-24 Philip KelleyMerge pull request #1250 from jamill/push_update_tips
2013-01-23 Vicent MartíMerge pull request #1275 from ethomson/examples_windows
2013-01-23 Edward Thomsonupdate examples to work on windows
2013-01-23 Vicent Martiopts: Some basic tests
2013-01-23 Vicent Martiopts: Add getters too
2013-01-23 Vicent MartíMerge pull request #1273 from sba1/example-diff-fix
2013-01-23 Sebastian BauerDon't clear the opt instance in the diff example.
2013-01-23 Vicent MartíMerge pull request #1271 from libgit2/global-settings
2013-01-23 Vicent MartiGlobal options setter
2013-01-23 Russell BelferMerge pull request #1270 from libgit2/packed-peeled...
2013-01-23 Scott J. GoldmanSeperate out a new test that verifies packed-refs with...
2013-01-22 Scott J. GoldmanAllow peeled references without trailing newline at...
2013-01-22 Vicent MartíMerge pull request #1269 from arrbee/tree-iterator...
2013-01-22 Russell BelferFix case sensitivity bug with tree iterators
2013-01-22 Scott J. GoldmanRevert "Handle packed peeled objects without trailing...
2013-01-22 Vicent MartíMerge pull request #1268 from phkelley/development
2013-01-22 Jameson MillerUpdate remote tips on push
2013-01-22 Philip KelleyFix gen_pktline format specifier for Win32
2013-01-22 Philip KelleyA simple perf optimization in pack-objects.c
2013-01-21 Vicent MartíMerge pull request #1267 from libgit2/no-newline
2013-01-21 Scott J. GoldmanHandle packed peeled objects without trailing newlines
2013-01-21 Vicent MartíMerge pull request #1266 from arrbee/update-clar
2013-01-21 Russell BelferUpdate clar to a80e7f30
2013-01-21 Vicent MartíMerge pull request #1265 from arrbee/parse-commit-time...
2013-01-21 Russell BelferParse commit time as uint64_t to avoid overflow
2013-01-20 Carlos Martín... commit: don't include the LF in the header field value
2013-01-20 Carlos Martín... Fix compilation on OpenBSD
2013-01-18 Philip KelleyMerge pull request #1260 from phkelley/development
2013-01-18 Philip KelleyFix really bad error handling in git_smart__negotiate_fetch
2013-01-18 Vicent MartíMerge pull request #1258 from zcbenz/fix_index_remove_test
2013-01-18 Zhao ChengFix linking error caused by ddcb28a41f3774e26fc6ae0a717...
next