]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-01-03 Philip KelleyFix git__strncasecmp
2013-01-02 Ben StraubMove some clone tests to the nonetwork suite
2013-01-02 Vicent MartíMerge pull request #1152 from ben/clone-api-structification
2013-01-02 Ben StraubInclude checkout options inline
2013-01-02 Ben StraubRemove `inmem` flag, use NULL name instead
2013-01-02 Ben StraubMove `url` to last place in parameter list
2013-01-02 Michael Schubertpath: ifdef GIT_WIN32 looks_like_network_computer_name()
2012-12-29 Vicent MartíMerge pull request #1177 from arrbee/update-example...
2012-12-29 Russell BelferUpdate showindex example
2012-12-28 Vicent MartíMerge pull request #1176 from arrbee/fix-iter-memleak
2012-12-28 Vicent MartíMerge pull request #1171 from csware/fix-compilation...
2012-12-28 Sven StrickrothFixed compilation with VS >= 2010
2012-12-28 Russell BelferInvalid ref name normalization leaked memory
2012-12-28 Russell BelferMake spoolandsort a pushable iterator behavior
2012-12-27 Ben StraubFix warnings in example
2012-12-27 Ben StraubFix GCC static/non-static compile error
2012-12-27 Vicent MartíMerge pull request #1173 from nulltoken/bug/discover
2012-12-26 nulltokenpath: Teach UNC paths to git_path_dirname_r()
2012-12-26 nulltokenpath: enhance git_path_dirname_r() test coverage
2012-12-24 nulltokenremote: remove duplicated test
2012-12-24 nulltokenremote: Prevent create() from blindly overwriting
2012-12-24 nulltokenremote: Improve documentation
2012-12-24 nulltokenremote: Enhance in-memory remote test coverage
2012-12-24 nulltokenFix indentations
2012-12-24 nulltokenFix MSSVC compilation issue
2012-12-22 Michael SchubertFix -Wmaybe-uninitialized warning
2012-12-21 Ben StraubFix examples
2012-12-21 Ben StraubRename test to make @nulltoken happy
2012-12-21 Vicent MartíMerge pull request #1163 from barrbrain/check-exists...
2012-12-21 Ben StraubIn-memory remotes don't have names
2012-12-21 David Michael... odb: check if object exists before writing
2012-12-20 Ben Straubgit_remote_create calls git_remote_save
2012-12-20 Ben StraubRemote: deprecate dangling, prevent saving in-memory
2012-12-20 Ben StraubRename remote creation APIs
2012-12-20 Vicent MartíMerge pull request #1166 from scunz/antibiotica_for_travis
2012-12-20 Sascha CunzMark travis build as failed if any test fails
2012-12-20 Ben StraubFix clone sample
2012-12-20 Ben StraubInitialize variable
2012-12-20 Ben StraubClone: trust but verify
2012-12-20 Ben StraubAdd more clone options. Push test suite segfaults.
2012-12-19 Edward ThomsonMerge pull request #1138 from ethomson/fetchhead
2012-12-19 Edward Thomsonfetchhead reading/iterating
2012-12-19 Vicent MartíMerge pull request #1150 from schu/fix-netops-ssl
2012-12-19 Vicent Martireflog: Actual error handling
2012-12-19 Vicent Martireflog: Rename error handling
2012-12-19 Vicent MartíMerge pull request #1159 from rick/be-consistent-be...
2012-12-19 Vicent MartíMerge pull request #1162 from scunz/cmake_cleanups
2012-12-19 Vicent MartíMerge pull request #1164 from scunz/fixtestleak
2012-12-19 Sascha CunzFix some leaks and (possibly) dangling pointers in...
2012-12-19 Sascha Cunzclone-empty-test: Don't use one pointer for two things
2012-12-19 Sascha Cunzrevwalk-test: Don't leak the second repository
2012-12-19 Sascha CunzMSVC: Don't list all source files in an endless list
2012-12-19 Sascha CunzDRY: Add function that adds os-specific libraries to...
2012-12-19 Sascha CunzCollect configuration options at the top of the file
2012-12-19 Sascha CunzDRY: Don't repeat globs for libgit2's own source files
2012-12-19 Sascha CunzRemove special case source globs for Solaris
2012-12-19 Sascha CunzRemove src/compat/*.c from source globs
2012-12-19 Sascha CunzSearch for zlib unconditional
2012-12-19 Sascha CunzDRY: Scan for regex.c only in one place
2012-12-19 Sascha CunzOnly add deps/http-parser to include-dirs if required
2012-12-19 Rick BradleyMake goto cleanup more consistent
2012-12-18 Russell BelferMerge pull request #1158 from rick/i-do-not-think-this...
2012-12-18 Rick Bradleydon't deref before we've asserted
2012-12-18 Vicent MartíMerge pull request #1157 from rick/trivial-comment-fix
2012-12-18 Rick BradleyAlso, whitespace.
2012-12-18 Rick BradleyImprove comment text
2012-12-18 Vicent MartíMerge pull request #1156 from scunz/another_testcrash
2012-12-18 Sascha CunzReset global variable to NULL after free'ing resource
2012-12-17 Vicent MartíMerge pull request #1151 from arrbee/fix-diff-construct...
2012-12-17 Russell BelferMore diff.h comment fixes
2012-12-17 Russell BelferFix diff constructor name order confusion
2012-12-17 Michael Schubertnetops: on SSL teardown only send shutdown alert
2012-12-17 Michael Schubertnetops: properly handle GITNO_CONNECT_SSL_NO_CHECK_CERT
2012-12-17 Vicent MartíMerge pull request #1149 from nulltoken/topic/blob_isbinary
2012-12-17 Vicent MartíMerge pull request #1148 from scunz/test_fix
2012-12-17 nulltokenblob: introduce git_blob_is_binary()
2012-12-17 nulltokenFix MSVC compilation warnings
2012-12-17 Sascha CunzCleanup the test correctly
2012-12-17 Michael SchubertFix -Wmaybe-uninitialized warning
2012-12-17 Vicent MartíMerge pull request #1141 from ben/clone-empty-repo
2012-12-16 Ben StraubEnsure static variables are nulled after every test
2012-12-16 Ben StraubMake building samples more friendly
2012-12-15 Ben StraubFix fetchhead tests
2012-12-15 Ben StraubCloning empty repos: only allow missing target for...
2012-12-15 Vicent MartíMerge pull request #1145 from esc/feature/mailmap
2012-12-15 Valentin Haeneladding .mailmap file
2012-12-14 Ben StraubStop returning incorrect error message
2012-12-14 Ben StraubRemove placeholder files during tests
2012-12-14 Ben StraubRebase fixup
2012-12-14 Ben StraubLocal Only ignore ENOTFOUNDs when adding corrupted...
2012-12-14 Ben StraubAllow clone to handle empty repos
2012-12-14 Vicent MartíMerge pull request #1143 from ben/clone-options
2012-12-14 Ben StraubMove non-options back out of options struct
2012-12-14 Ben StraubDeploy git_clone_options to network sample
2012-12-14 Ben StraubDeploy git_clone_options; remove git_clone_bare
2012-12-14 Ben StraubIntroduce git_clone_options
2012-12-14 Carlos Martín... travis: update the apt-get db
2012-12-14 Vicent Martitests: Fix unused temp repo
2012-12-14 Vicent Martitest: Fix clone tests
2012-12-14 Vicent MartiMerge remote-tracking branch 'origin/clone-auth' into...
next