summaryrefslogtreecommitdiff
path: root/src/pool.c
Commit message (Expand)AuthorAgeFilesLines
* 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