Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-30 | Imported Upstream version 0.6.28upstream/0.6.28 | DongHun Kwak | 1 | -1/+1 | |
Change-Id: I7eea26ff3eb092805c915018606cc185fa47e21f Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.20upstream/0.6.20 | DongHun Kwak | 1 | -2/+2 | |
Change-Id: I10c9c8261b23346d1f65101bdb28d657cb058543 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.15upstream/0.6.15 | DongHun Kwak | 1 | -0/+24 | |
Change-Id: Ifaa897b8285aab537e27433f14a18f11a4817c17 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2013-07-17 | support replchar parameter in (currently unused) solv_replacebadutf8 | Michael Schroeder | 1 | -7/+41 | |
2013-05-06 | add utf8 helpers to util.c | Michael Schroeder | 1 | -0/+118 | |
2013-03-30 | solv_sort(): Fix build for non-glibc without qsort_r() | Ingo Weinhold | 1 | -8/+6 | |
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 1 | -0/+12 | |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -29/+29 | |
2011-05-16 | decide which qsort_r to use based on what it is available | Duncan Mac-Vicar P | 1 | -9/+9 | |
Conflicts: src/util.c | |||||
2011-03-03 | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, ↵ | Michael Schroeder | 1 | -0/+60 | |
sat_hex2bin, sat_bin2hex | |||||
2011-02-15 | - rename to USE_OWN_QSORT, add bsd qsort_r helper | Michael Schroeder | 1 | -6/+31 | |
2011-02-14 | - update to freebsd qsort to get rid of advertising clause | Michael Schroeder | 1 | -3/+1 | |
- rename from qsort.c to qsort_r.c, modify to make it match glibc's argument ordering | |||||
2011-02-03 | Provide qsort_r in case (e.g. for RHEL 4) | Klaus Kämpf | 1 | -1/+7 | |
2011-01-24 | - merge in most of the MacOS changes from Dave Abrahams | Michael Schroeder | 1 | -1/+1 | |
2010-03-01 | - use __qsort_r on old SLE10 versions | Michael Schroeder | 1 | -0/+9 | |
2009-06-24 | - add pool_tmpjoin and sat_dupjoin helpers | Michael Schroeder | 1 | -0/+28 | |
2009-06-22 | Add link to qsort_r wierdness | Klaus Kämpf | 1 | -1/+4 | |
2009-05-12 | - add sat_sort() function | Michael Schroeder | 1 | -0/+9 | |
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -0/+15 | |
- log solver execution time - replace some fprintf calls with sat_debug | |||||
2008-10-22 | - add pool_set_installed() function, remove no longer needed "installed" | Michael Schroeder | 1 | -2/+3 | |
argument from some other functions | |||||
2008-03-20 | - clean up a bit | Michael Schroeder | 1 | -20/+21 | |
2008-01-09 | - rename xmalloc/... functions to sat_malloc, as we're a | Michael Schroeder | 1 | -8/+8 | |
library and mustn't conflict with other libraries | |||||
2007-11-28 | - changed debug mechanism a bit, it is now part of the pool | Michael Schroeder | 1 | -6/+5 | |
2007-11-26 | replaced printf by a locking function | Stefan Schubert | 1 | -5/+6 | |
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/+74 | |