2008-03-03 |
Michael Schroeder | - fix bug in solv loading callback |
tree | commitdiff |
2008-02-29 |
Michael Schroeder | - change solv format in an incompatible way, breaking... |
tree | commitdiff |
2008-02-24 |
Michael Matz | Implement iterating also over solvable data. |
tree | commitdiff |
2008-02-23 |
Michael Matz | An iterator interface to attributes. Supports the... |
tree | commitdiff |
2008-02-21 |
Stefan Schubert | - do not grow whatprovides if it is not allocated |
tree | commitdiff |
2008-02-21 |
Klaus Kaempf | re-compute 's' pointer while iterating repo solvables... |
tree | commitdiff |
2008-02-20 |
Michael Schroeder | - fix file descriptor leak |
tree | commitdiff |
2008-02-20 |
Michael Schroeder | - fix memory leaks |
tree | commitdiff |
2008-02-20 |
Michael Schroeder | - no longer needed |
tree | commitdiff |
2008-02-19 |
Michael Schroeder | - fix memory leaks |
tree | commitdiff |
2008-02-18 |
Michael Schroeder | - bring duchange code to life |
tree | commitdiff |
2008-02-18 |
Michael Schroeder | - free repodata memory |
tree | commitdiff |
2008-02-18 |
Michael Schroeder | - strip trailing slashes from splitprovides so that... |
tree | commitdiff |
2008-02-18 |
Michael Schroeder | - allow complex deps in INSTALL/ERASE_NAME jobs |
tree | commitdiff |
2008-02-17 |
Michael Matz | Compress a bit better and faster. |
tree | commitdiff |
2008-02-16 |
Stephan Kulow | somehow the -Wall got lost in the debug build - fix |
tree | commitdiff |
2008-02-15 |
Michael Schroeder | - really support DIRSTRARRAY type |
tree | commitdiff |
2008-02-15 |
Michael Schroeder | - add pool_search() function to search the pool |
tree | commitdiff |
2008-02-15 |
Michael Matz | Read version 6 files, but don't expose to outside. |
tree | commitdiff |
2008-02-15 |
Klaus Kaempf | remove 'kind' handling ( will re-appear in applayer... |
tree | commitdiff |
2008-02-14 |
Klaus Kaempf | add a generic attribute lookup function 'repo_lookup' |
tree | commitdiff |
2008-02-14 |
Michael Matz | Cleanup a bit. |
tree | commitdiff |
2008-02-14 |
Klaus Kaempf | more comments |
tree | commitdiff |
2008-02-14 |
Klaus Kaempf | fix comment |
tree | commitdiff |
2008-02-14 |
Klaus Kaempf | TYPE_xxx should be enum, no ? |
tree | commitdiff |
2008-02-14 |
Klaus Kaempf | fix and document parameters of Repokey |
tree | commitdiff |
2008-02-12 |
Klaus Kaempf | adapt to reality |
tree | commitdiff |
2008-02-12 |
Michael Matz | Introduce pool->considered. A map to select a subset... |
tree | commitdiff |
2008-02-12 |
Stefan Schubert | - Moving helix parser to the API |
tree | commitdiff |
2008-02-11 |
Michael Matz | More subtle errors in (up to now) untested code paths... |
tree | commitdiff |
2008-02-11 |
Stephan Kulow | get rid of -O3 in debug builds |
tree | commitdiff |
2008-02-11 |
Michael Matz | Always initialize outgoing vars (probable cause for... |
tree | commitdiff |
2008-02-10 |
Duncan Mac-Vicar P | compile |
tree | commitdiff |
2008-02-10 |
Duncan Mac-Vicar P | compile |
tree | commitdiff |
2008-02-10 |
Michael Matz | Support for generating separate sub files and bugfixes... |
tree | commitdiff |
2008-02-08 |
Duncan Mac-Vicar P | fix typo, it compiles with or without typo uh? |
tree | commitdiff |
2008-02-08 |
Michael Matz | data can validly be 0, in which case we never have... |
tree | commitdiff |
2008-02-07 |
Klaus Kaempf | honor Solver.limittokind |
tree | commitdiff |
2008-02-07 |
Klaus Kaempf | prepare limittokind |
tree | commitdiff |
2008-02-07 |
Stefan Schubert | cleanup |
tree | commitdiff |
2008-02-07 |
Klaus Kaempf | introduce Solvable.kind to remove the need for strcmp... |
tree | commitdiff |
2008-02-06 |
Michael Matz | Fix merge_attrs, so that not (e.g.) two medianr attribu... |
tree | commitdiff |
2008-02-06 |
Michael Matz | Make repo_lookup_num work. |
tree | commitdiff |
2008-02-06 |
Stefan Schubert | Prefer installed solvables first if there are two avail... |
tree | commitdiff |
2008-02-06 |
Duncan Mac-Vicar P | expose repo_lookup_str and add lookup_num (nonworking) |
tree | commitdiff |
2008-02-06 |
Michael Matz | I understand the solver a bit now , enough to hack... |
tree | commitdiff |
2008-02-05 |
Michael Andres | fix segv when str2id(pool,NULL) |
tree | commitdiff |
2008-02-05 |
Michael Matz | Iterating over the literals of a rule requires setting... |
tree | commitdiff |
2008-02-04 |
Stefan Schubert | added pool to arguments |
tree | commitdiff |
2008-01-30 |
Michael Schroeder | - use namespace instead of solvable for languages |
tree | commitdiff |
2008-01-30 |
Michael Schroeder | allow empty strings |
tree | commitdiff |
2008-01-30 |
Michael Matz | Split repodata_insert_keyid from repodata_set to create |
tree | commitdiff |
2008-01-30 |
Michael Matz | A subtle but fatal off-by-one. |
tree | commitdiff |
2008-01-30 |
Michael Matz | Storing the schema in front of the incore data releaves... |
tree | commitdiff |
2008-01-30 |
Michael Matz | Document repodata_internalize a bit, after understandin... |
tree | commitdiff |
2008-01-29 |
Michael Matz | I'm fairly sure this is right. Probably untested code... |
tree | commitdiff |
2008-01-29 |
Duncan Mac-Vicar P | compile |
tree | commitdiff |
2008-01-29 |
Michael Andres | remove superfluous Pool argument in policy_illegal_... |
tree | commitdiff |
2008-01-29 |
Michael Matz | Small nit. |
tree | commitdiff |
2008-01-29 |
Michael Schroeder | - split assignment to shut up stupid g++ compiler |
tree | commitdiff |
2008-01-29 |
Michael Schroeder | - add key filtering to repo_write |
tree | commitdiff |
2008-01-28 |
Stefan Schubert | Added callbacks for policy handling. |
tree | commitdiff |
2008-01-25 |
Michael Schroeder | - add dirpool support |
tree | commitdiff |
2008-01-18 |
Klaus Kaempf | introduce 'Covenants' as a generic representation of... |
tree | commitdiff |
2008-01-17 |
Michael Matz | Very subtle sign/zero-extension bug occuring on 64bit. |
tree | commitdiff |
2008-01-15 |
Michael Schroeder | - add dir reading code to solv reader |
tree | commitdiff |
2008-01-14 |
Michael Matz | Let's give fastlz a license, shall we? |
tree | commitdiff |
2008-01-14 |
Michael Matz | It's nicer to represent the special numbers as TYPE_VOI... |
tree | commitdiff |
2008-01-14 |
Stefan Schubert | reduced looging |
tree | commitdiff |
2008-01-14 |
Michael Schroeder | - add evrcmp_str for ma |
tree | commitdiff |
2008-01-11 |
Michael Schroeder | - fix support for splitprovides |
tree | commitdiff |
2008-01-09 |
Michael Schroeder | - clarify |
tree | commitdiff |
2008-01-09 |
Stefan Schubert | docu added |
tree | commitdiff |
2008-01-09 |
Michael Schroeder | - beautify a bit |
tree | commitdiff |
2008-01-09 |
Michael Schroeder | - rename xmalloc/... functions to sat_malloc, as we... |
tree | commitdiff |
2008-01-08 |
Michael Schroeder | - assertify |
tree | commitdiff |
2008-01-08 |
Klaus Kaempf | fprintf line number immediately before calling abort() |
tree | commitdiff |
2008-01-07 |
Michael Schroeder | - also push level 1 rules on leanrt stack |
tree | commitdiff |
2008-01-03 |
Stefan Schubert | comment added |
tree | commitdiff |
2008-01-03 |
Stefan Schubert | comments added |
tree | commitdiff |
2008-01-03 |
Stefan Schubert | comments |
tree | commitdiff |
2007-12-30 |
Klaus Kaempf | negate p before use as offset |
tree | commitdiff |
2007-12-30 |
Klaus Kaempf | add Decision (solver result element) and testcase |
tree | commitdiff |
2007-12-28 |
Michael Matz | Memory efficient representation of the dirtree (importa... |
tree | commitdiff |
2007-12-27 |
Michael Matz | Enable ATTR_INTLIST to contain zeros. Use the same... |
tree | commitdiff |
2007-12-27 |
Michael Matz | Some infrastructure for directory trees. |
tree | commitdiff |
2007-12-27 |
Michael Matz | I'll have a need for inserting substrings into a string... |
tree | commitdiff |
2007-12-21 |
Michael Schroeder | - add evrmatch |
tree | commitdiff |
2007-12-21 |
Michael Schroeder | - fix bug in repo_addid_dep |
tree | commitdiff |
2007-12-21 |
Michael Matz | Improve the page eviction a bit. |
tree | commitdiff |
2007-12-20 |
Michael Schroeder | - some bug fixes + stop handling, nothing fancy |
tree | commitdiff |
2007-12-18 |
Michael Matz | One-valued types for media number. They can be encoded... |
tree | commitdiff |
2007-12-18 |
Michael Schroeder | - some more things to think about |
tree | commitdiff |
2007-12-18 |
Michael Schroeder | - do not exit on bad solv files |
tree | commitdiff |
2007-12-17 |
Michael Schroeder | - removed verticals for now to make work easier |
tree | commitdiff |
2007-12-14 |
Michael Schroeder | - forgot to store start and end of id block |
tree | commitdiff |
2007-12-14 |
Michael Schroeder | - some pieces of code for the unified lookup/search... |
tree | commitdiff |
2007-12-11 |
Michael Matz | Handle most of the susetags tags. Major exception... |
tree | commitdiff |
2007-12-10 |
Michael Schroeder | - use schema in repodata to make it extendible |
tree | commitdiff |
2007-12-10 |
Michael Andres | include stdio |
tree | commitdiff |
next |