summaryrefslogtreecommitdiff
path: root/src
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
* indexer: avoid memory movescmn/indexer-vector-handlingCarlos Martín Nieto2014-05-081-8/+15
* 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-061-0/+4
|\ \
| * | odb: ignore files in the objects dircmn/file-in-objects-dirCarlos Martín Nieto2014-05-051-0/+4
| |/
* | object: fix a braceCarlos Martín Nieto2014-05-061-1/+1
|/
* Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti2014-05-0222-267/+284
|\
| * Improve handling of fake home directoryRussell Belfer2014-05-022-15/+19
| * Fix remaining init_options inconsistenciesRussell Belfer2014-05-0210-86/+37
| * Make init_options fns use unsigned ints and macroRussell Belfer2014-05-028-85/+51
| * Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-027-66/+88
| * Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-021-14/+0
| * Add payloads, bitmaps to trace APIRussell Belfer2014-05-024-22/+28
| * Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-026-35/+36
| * Add diff option to update index stat cacheRussell Belfer2014-05-023-6/+34
| * Lay groundwork for updating stat cache in diffRussell Belfer2014-05-024-21/+36
| * Skip diff oid calc when size definitely changedRussell Belfer2014-05-022-5/+12
| * Add build option for diff internal statisticsRussell Belfer2014-05-028-48/+79
* | Merge pull request #2310 from libgit2/cmn/commit-create-safeRussell Belfer2014-05-021-21/+78
|\ \ | |/ |/|
| * commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-301-21/+78
* | Temporary fix for Travis CI buildsVicent Marti2014-05-021-1/+1
* | Make ** pattern eat trailing slashrb/fix-starstar-againRussell Belfer2014-05-011-0/+2
* | Merge pull request #2304 from jacquesg/solarisVicent Marti2014-05-013-3/+4
|\ \
| * | Check for NULL before passing it to vsnprintfJacques Germishuys2014-04-302-3/+3
| * | strcasecmp is in <strings.h>Jacques Germishuys2014-04-301-0/+1
| |/
* | cygwin also doesn't have qsort_rJacques Germishuys2014-04-301-1/+1
* | MidnightBSD may also not have strnlenJacques Germishuys2014-04-291-1/+1
|/
* pack-objects: always write out the status in write_one()cmn/pack-objects-memoryCarlos Martín Nieto2014-04-261-0/+1
* zstream: grow based on used memory rather than allocatedCarlos Martín Nieto2014-04-261-1/+1
* refdb: fix typo and wordingCarlos Martín Nieto2014-04-261-1/+1
* Filter: Make sure to release local on errorJiri Pospisil2014-04-251-2/+3
* Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-2511-76/+89
|\
| * Fire update_tips callback also for pushes.Jacques Germishuys2014-04-211-17/+29
| * Correct argument order of git__calloc()Jacques Germishuys2014-04-211-1/+1
| * It is safe to free() a NULL pointerJacques Germishuys2014-04-211-3/+1
| * Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-218-11/+11
| * Rename progress callback to sideband_progressJacques Germishuys2014-04-212-4/+4
| * Check the return codes of remote callbacks.Jacques Germishuys2014-04-211-5/+9
| * Fire progress callbacks also for pushes.Jacques Germishuys2014-04-201-36/+35