Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -7/+7 | |
2012-11-28 | further simplify code: use -1 as 'free' in mapped array, like in mapped_at | Michael Schroeder | 1 | -14/+15 | |
2012-11-28 | reduce memory by splitting the pages array into two mapped_at and file_pages ↵ | Michael Schroeder | 1 | -58/+61 | |
arrays | |||||
2012-11-28 | simplily repopage handling quite a bit | Michael Schroeder | 1 | -83/+61 | |
No more searching for the best place, a much easier algorithm seems to be better than the complex search. | |||||
2012-11-27 | optimize repopagestore_load_page_range | Michael Schroeder | 1 | -50/+67 | |
2012-01-17 | Make more C89 and POSIX compliant | Ingo Weinhold | 1 | -9/+18 | |
2012-01-11 | - set pool_id2color, fix comments | Michael Schroeder | 1 | -18/+18 | |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -7/+7 | |
2011-05-27 | - name BLOB defines to REPOPAGE | Michael Schroeder | 1 | -20/+20 | |
2010-04-13 | - set close-on-exec for repopage filedescriptor | Michael Schroeder | 1 | -0/+3 | |
2009-06-29 | - add some comments, move code around | Michael Schroeder | 1 | -2/+8 | |
- add support for RPM_ADD_WITH_PKGID, RPM_ADD_NO_FILELIST, RPM_ADD_NO_RPMLIBREQS | |||||
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -81/+81 | |
- 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/+2 | |
argument from some other functions | |||||
2008-10-13 | - also use matcher in repo_solv | Michael Schroeder | 1 | -1/+1 | |
2008-10-13 | - clean up repopage stuff | Michael Schroeder | 1 | -78/+74 | |
2008-10-09 | - the big solv data change | Michael Schroeder | 1 | -0/+1024 | |
- incompatible new file format - repodata handles are solvable ids - no more extra handles - no need to call repodata_extend anymore - work around solver dup repo priority bug, real fix follows soon |