summaryrefslogtreecommitdiff
path: root/src/pool.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-121-30/+78
* pool: Never return unaligned buffersvmg/pool-alignVicent Marti2015-11-131-8/+16
* pool: Dot not assume mallocs are zeroed outVicent Marti2015-10-281-7/+17
* pool: Take into account malloc overhead & pool page sizeVicent Marti2015-10-281-1/+2
* pool: Simplify implementationVicent Marti2015-10-281-189/+33
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-7/+8
* overflow checking: don't make callers set oomEdward Thomson2015-02-121-3/+1
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-2/+4
* Treat a NULL string as if it's emptyJacques Germishuys2015-01-201-1/+1
* Spelling fixesWill Stamper2014-12-041-1/+1
* Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-271-11/+5
|\
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-11/+5
* | Ensure pool data is aligned on an 8 byte boundaryJacques Germishuys2014-09-251-1/+1
* | Round up pool alloc sizes for alignmentrb/round-up-pool-allocationsRussell Belfer2014-06-301-1/+1
|/
* pool: Correct overflow checksVicent Marti2013-12-131-0/+3
* pool: Cleanup error handling in pool_strdupVicent Marti2013-12-131-15/+4
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-1/+8
* allow (ignore) bare slash in gitignoreEdward Thomson2013-05-291-0/+5
* pool: Internal struct nameVicent Marti2013-03-151-6/+5
* Added pool freelist struct for readabilityRussell Belfer2013-03-141-7/+15
* Improved tree iterator internalsRussell Belfer2013-03-141-3/+21
* Fix bug with merging diffs with null optionsRussell Belfer2012-07-191-0/+5
* Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-141-1/+1
* random page size for os4Chris Young2012-06-071-0/+2
* Fix Win32 warningsRussell Belfer2012-04-261-6/+6
* Convert revwalk to use git_poolRussell Belfer2012-04-251-5/+9
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-13/+54
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-0/+249