]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-12-21 Ben StraubFix examples
2012-12-21 Ben StraubRename test to make @nulltoken happy
2012-12-21 Ben StraubIn-memory remotes don't have names
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 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...
2012-12-13 Vicent MartiMerge remote-tracking branch 'jamill/transport_localpat...
2012-12-13 Jameson MillerFix comment so it doesn't go over 100 chars
2012-12-13 Jameson MillerAdd test to clone with absolute path
2012-12-13 Ben StraubEnable authenticated clones in network sample
2012-12-13 Jameson MillerTransport resolution on Win32 should handle absolute...
2012-12-13 Ben StraubStop premature remote freeing when cloning
2012-12-13 Ben StraubFix network example
2012-12-13 Ben StraubDefine constant for default fetch spec
2012-12-13 Ben StraubMerge pull request #1139 from ethomson/index_bugfix
2012-12-13 Ben StraubConvert clone to use dangling remotes
2012-12-12 Edward Thomsondon't walk off the end of the index
2012-12-12 Ben StraubAPI to set a dangling remote's repository
2012-12-12 Ben StraubAllow creation of dangling remotes
2012-12-12 Vicent MartíMerge pull request #1136 from pclouds/tree-cache-counts
2012-12-12 Nguyễn Thái... tree cache: loosen negative entry count check
2012-12-11 Vicent MartíMerge pull request #1135 from ymendel/patch-1
2012-12-11 Yossef Mendelssohnignore mkmf.log
2012-12-10 Vicent MartíMerge pull request #1133 from arrbee/more-iterator...
2012-12-10 Russell BelferFix iterator reset and add reset ranges
2012-12-10 Russell BelferClean up iterator APIs
2012-12-10 Ben StraubAdd git_cred_acquire_cb payload to winhttp transport
2012-12-10 Vicent MartíMerge pull request #1132 from ben/cred-acquire-payload
2012-12-10 Ben StraubAdd a payload param to git_cred_acquire_cb
2012-12-10 Ben StraubClean up GCC build warnings
2012-12-10 Vicent MartíMerge pull request #1126 from carlosmn/indexer-buffer
2012-12-10 Vicent MartíMerge pull request #1127 from libgit2/fix-mwindow-threading
2012-12-09 Justin Spahr... orite C89
2012-12-09 Justin Spahr... Treat git_mutex_lock as successful when threads are...
2012-12-09 Justin Spahr... Always check the result of git_mutex_lock
2012-12-09 Justin Spahr... git__mwindow_mutex needs to be initialized even with...
next