summaryrefslogtreecommitdiffstats
path: root/commit-slab.h
Commit message (Expand)AuthorAgeFilesLines
* commit-slab: support shared commit-slabNguyễn Thái Ngọc Duy2018-05-211-1/+1
* commit-slab.h: code splitNguyễn Thái Ngọc Duy2018-05-211-109/+6
* commit-slab.h: avoid -Wsign-compare warningsRamsay Jones2017-09-221-3/+3
* *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* Merge branch 'vs/typofix'Junio C Hamano2016-08-121-1/+1
|\
| * Spelling fixesVille Skyttä2016-08-111-1/+1
* | Merge branch 'js/commit-slab-decl-fix'Junio C Hamano2016-08-101-3/+3
|\ \ | |/ |/|
| * commit-slab.h: avoid duplicated global static variablesJohannes Sixt2016-08-091-3/+3
* | Merge branch 'jc/commit-slab'Junio C Hamano2015-08-031-5/+29
|\ \ | |/ |/|
| * commit-slab: introduce slabname##_peek() functionJunio C Hamano2015-05-221-5/+29
* | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-2/+1
|/
* commit-slab: provide a static initializerJeff King2014-06-131-0/+12
* commit-slab: sizeof() the right type in xreallocThomas Rast2013-12-021-1/+1
* commit-slab: declare functions "static inline"Thomas Rast2013-11-271-6/+20
* commit-slab: document clear_$slabname()Thomas Rast2013-11-271-1/+10
* commit-slab.h: Fix memory allocation and addressingRamsay Jones2013-07-291-7/+6
* commit-slab: introduce a macro to define a slab for new typeJunio C Hamano2013-06-071-0/+98