summaryrefslogtreecommitdiff
path: root/src/strpool.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Imported Upstream version 0.6.36upstream/0.6.36DongHun Kwak1-5/+1
2018-12-04Imported Upstream version 0.6.35upstream/0.6.35DongHun Kwak1-18/+32
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-1/+1
2013-10-16remove trailing whitespaceMichael Schroeder1-1/+1
2013-04-05cleanup hash code, it makes no sense to have an extra type for the maskMichael Schroeder1-3/+1
2012-11-26- save memory in localpool caseMichael Schroeder1-2/+12
2012-01-11- set pool_id2color, fix commentsMichael Schroeder1-14/+12
2011-07-12- rename all sat_ to solv_Michael Schroeder1-14/+14
2009-07-23- beautifyMichael Schroeder1-21/+17
2008-10-30- adapt to coding styleMichael Schroeder1-7/+7
2008-08-25- add stringpool_free()Michael Schroeder1-0/+8
2008-02-05fix segv when str2id(pool,NULL)Michael Andres1-3/+7
2008-01-29- add key filtering to repo_writeMichael Schroeder1-12/+33
2008-01-09- rename xmalloc/... functions to sat_malloc, as we're aMichael Schroeder1-8/+8
2007-12-27I'll have a need for inserting substrings into a stringpool.Michael Matz1-5/+16
2007-11-16Reduce C&P code by factoring out the uniquifying string pool.Michael Matz1-0/+122