summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pack: don't forget to cache the base objectcmn/pack-unpack-loopCarlos Martín Nieto2014-05-131-7/+8
* pack: use stack allocation for smaller delta chainsCarlos Martín Nieto2014-05-131-16/+45
* pack: expose a cached delta base directlyCarlos Martín Nieto2014-05-132-97/+92
* pack: simplify delta chain codeCarlos Martín Nieto2014-05-091-49/+51
* pack: preallocate a 64-element chainCarlos Martín Nieto2014-05-091-0/+1
* pack: make sure not to leak the dep chainCarlos Martín Nieto2014-05-091-8/+13
* pack: use a cache for delta bases when unpackingCarlos Martín Nieto2014-05-092-73/+77
* pack: unpack using a loopCarlos Martín Nieto2014-05-092-25/+128
* pack: do not repeat the same error message four timesCarlos Martín Nieto2014-05-091-4/+4
* pack: remove misleading commentCarlos Martín Nieto2014-05-091-7/+0
* Merge pull request #2335 from libgit2/cmn/indexer-vector-handlingVicent Marti2014-05-081-8/+15
|\
| * indexer: avoid memory movescmn/indexer-vector-handlingCarlos Martín Nieto2014-05-081-8/+15
* | Merge pull request #2332 from libgit2/peff/iconvRussell Belfer2014-05-084-1/+49
|\ \ | |/ |/|
| * examples: add a basic for-each-ref examplepeff/iconvJeff King2014-05-083-0/+48
| * cmake: s/ICONV/Iconv/ in FIND_PACKAGEJeff King2014-05-081-1/+1
|/
* Merge pull request #2329 from anuraggup/fix_git_shutdownRussell Belfer2014-05-062-4/+8
|\
| * Fix the issues in git_shutdownAnurag Gupta2014-05-061-5/+5
| * Fix the issues in git__on_shutdownAnurag Gupta2014-05-062-5/+9
* | Merge pull request #2324 from libgit2/cmn/file-in-objects-dirRussell Belfer2014-05-062-0/+28
|\ \
| * | odb: ignore files in the objects dircmn/file-in-objects-dirCarlos Martín Nieto2014-05-052-0/+28
| |/
* | object: fix a braceCarlos Martín Nieto2014-05-061-1/+1
|/
* Doc fixesRussell Belfer2014-05-022-2/+7
* Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti2014-05-0253-472/+655
|\
| * Some further sandboxing cleanups to testsRussell Belfer2014-05-025-40/+13
| * Improve handling of fake home directoryRussell Belfer2014-05-027-42/+77
| * Fix remaining init_options inconsistenciesRussell Belfer2014-05-0219-131/+74
| * Make init_options fns use unsigned ints and macroRussell Belfer2014-05-0214-137/+100
| * Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-0216-251/+220
| * Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-024-33/+2
| * Add payloads, bitmaps to trace APIRussell Belfer2014-05-0210-104/+122
| * Don't use trace if GIT_TRACE not definedRussell Belfer2014-05-022-0/+14
| * Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-0210-68/+171
| * Add diff option to update index stat cacheRussell Belfer2014-05-025-6/+128
| * Lay groundwork for updating stat cache in diffRussell Belfer2014-05-025-22/+37
| * Skip diff oid calc when size definitely changedRussell Belfer2014-05-024-8/+19
| * Add build option for diff internal statisticsRussell Belfer2014-05-0210-48/+96
* | Merge pull request #2310 from libgit2/cmn/commit-create-safeRussell Belfer2014-05-024-23/+94
|\ \ | |/ |/|
| * commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-304-23/+94
* | Temporary fix for Travis CI buildsVicent Marti2014-05-021-1/+1
* | Merge pull request #2318 from linquize/sleepVicent Marti2014-05-021-0/+4
|\ \
| * | Make examples/status.c compile on WindowsLinquize2014-05-011-0/+4
* | | Merge pull request #2320 from libgit2/rb/fix-starstar-againVicent Marti2014-05-022-0/+20
|\ \ \ | |/ / |/| |
| * | Make ** pattern eat trailing slashrb/fix-starstar-againRussell Belfer2014-05-012-0/+20
|/ /
* | Merge pull request #2304 from jacquesg/solarisVicent Marti2014-05-014-4/+9
|\ \
| * | Check for NULL before passing it to vsnprintfJacques Germishuys2014-04-302-3/+3
| * | strcasecmp is in <strings.h>Jacques Germishuys2014-04-301-0/+1
| * | Build regex.c for Solaris. Added required defines for SolarisJacques Germishuys2014-04-301-1/+5
* | | Merge pull request #2314 from libgit2/cmn/known-libsVicent Marti2014-04-302-12/+12
|\ \ \
| * | | Don't exclude libssh2 from MinGWcmn/known-libsCarlos Martín Nieto2014-04-302-2/+2
| * | | Workaround missing .pc files on FreeBSDTing-Wei Lan2014-04-301-2/+6