summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| * | | Unquiet CMake outputCarlos Martín Nieto2014-04-301-8/+4
* | | | Merge pull request #2315 from jacquesg/qsort-cygwinVicent Marti2014-04-301-1/+1
|\ \ \ \
| * | | | cygwin also doesn't have qsort_rJacques Germishuys2014-04-301-1/+1
* | | | | ciscript: don't use an empty string as a numberCarlos Martín Nieto2014-04-301-1/+1
|/ / / /
* | | | refs: document _next_name()Carlos Martín Nieto2014-04-301-0/+11
|/ / /
* | | Merge pull request #2309 from jacquesg/midnightbsdVicent Marti2014-04-291-1/+1
|\ \ \ | |_|/ |/| |
| * | MidnightBSD may also not have strnlenJacques Germishuys2014-04-291-1/+1
|/ /
* | Merge pull request #2306 from odcinek/development_cmakeVicent Marti2014-04-281-1/+1
|\ \ | |/ |/|
| * Make the build CMake 2.6 compatibleMarcin Sawicki2014-04-281-1/+1
|/
* Merge pull request #2301 from libgit2/cmn/pack-objects-memoryVicent Marti2014-04-272-1/+2
|\
| * 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
* Merge pull request #2299 from mekishizufu/fix_leaksVicent Marti2014-04-252-8/+6
|\