Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-27 | Imported Upstream version 0.6.15upstream/0.6.15 | DongHun Kwak | 1 | -4/+5 | |
Change-Id: Ifaa897b8285aab537e27433f14a18f11a4817c17 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2013-09-13 | add solv_memdup and solv_memdup2 inline helper functions | Michael Schroeder | 1 | -0/+22 | |
2013-07-17 | support replchar parameter in (currently unused) solv_replacebadutf8 | Michael Schroeder | 1 | -1/+1 | |
2013-05-06 | add utf8 helpers to util.c | Michael Schroeder | 1 | -0/+3 | |
2013-04-02 | Make all public libsolv headers C++ safe | Ingo Weinhold | 1 | -0/+9 | |
A few headers already included 'export "C"' blocks, also wrapping other #include's. This patch cleanly wraps the contents of all public headers instead. | |||||
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 1 | -0/+1 | |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -22/+22 | |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 1 | -3/+3 | |
2011-03-03 | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, ↵ | Michael Schroeder | 1 | -0/+4 | |
sat_hex2bin, sat_bin2hex | |||||
2009-06-24 | - add pool_tmpjoin and sat_dupjoin helpers | Michael Schroeder | 1 | -0/+1 | |
2009-05-12 | - add sat_sort() function | Michael Schroeder | 1 | -0/+1 | |
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -0/+1 | |
- log solver execution time - replace some fprintf calls with sat_debug | |||||
2008-08-22 | - comment function | Duncan Mac-Vicar P | 1 | -0/+12 | |
2008-03-20 | - clean up a bit | Michael Schroeder | 1 | -0/+1 | |
2008-03-19 | - shut up g++ | Michael Schroeder | 1 | -1/+1 | |
2008-03-19 | - write info block containing addedprovides | Michael Schroeder | 1 | -0/+7 | |
- do not load filelist in addfileproviders if the provides are already there - fix some mem leaks | |||||
2008-03-17 | Initialize all allocated array members for blocky arrays (when it | Michael Matz | 1 | -0/+10 | |
matters, e.g. when extending also in blocks). | |||||
2008-03-05 | - add HEADEREND | Michael Schroeder | 1 | -7/+0 | |
- reindent | |||||
2008-01-29 | compile | Duncan Mac-Vicar P | 1 | -1/+1 | |
2008-01-29 | remove superfluous Pool argument in policy_illegal_ functions | Michael Andres | 1 | -1/+3 | |
2008-01-29 | - add key filtering to repo_write | Michael Schroeder | 1 | -0/+29 | |
- change repo_write so that it combines all available data - integrate attr_store into repodata - write storage parameter with every key, bump solv revision to 5 - don't create system rules for atoms - change repo_susetags to use repodata interface | |||||
2008-01-09 | - rename xmalloc/... functions to sat_malloc, as we're a | Michael Schroeder | 1 | -6/+6 | |
library and mustn't conflict with other libraries | |||||
2007-11-21 | use SATSOLVER_ prefix in include guards | Michael Andres | 1 | -3/+3 | |
2007-11-08 | - add a license | Michael Schroeder | 1 | -0/+7 | |
- don't branch for supplemented packages - fix off by one in minimize queue revert code | |||||
2007-10-02 | current state of 'sat-solver' | Klaus Kaempf | 1 | -0/+16 | |