2012-10-01 |
Panu Matilainen | Avoid using/modifying fsm->li on hard link checking |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Panu Matilainen | Move hardlink saving out of fsmInit() |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Panu Matilainen | Free hardlink sets centrally in fsmFree() |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Panu Matilainen | Filter out skipped files on hardlink checking |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Panu Matilainen | Simplify fpLookupSubdir() a bit |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Florian Festi | Make string pool strings static in memory |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Panu Matilainen | Minimally resurrect fpLookupSubdir() functionality |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Panu Matilainen | Add doxygen documentation to string pool API |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Panu Matilainen | Fixup a copy-paste error in rpmdsPool() doxygen markup |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Panu Matilainen | Fixup string pool prototype argument names to match... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Panu Matilainen | Remove leftover, no longer valid comment |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Freeze the rpmfc string pools once all additions are... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Dont waste time with argi for rpmfc file class indexes |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Dont waste time with argi for rpmfc file colors |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Dont waste time with argv for rpmfc file names |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Use a string pool for the build-time file dependency... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Use a string pool to build file class dictionary and... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Cosmetics: properly indent the rpmfc debug foobar |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Panu Matilainen | Add function to get number of unique strings in the... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Panu Matilainen | Switch back to early added packages rpmal populating |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Panu Matilainen | Test obsoletions within the transaction set, both ways |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Panu Matilainen | Test different versions in same transaction both ways |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Panu Matilainen | Take advantage of rpmstrPoolStreq() in rpmdsCompare() |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Florian Festi | Change poolHash to use internal collision resolution |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Panu Matilainen | Eliminate strdup() in doLookupId() |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Panu Matilainen | Lift directory name canonicalization into a helper... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Panu Matilainen | Aargh, stupid thinko in rpmstrPoolStrlen() last id... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Unbreak fingerprinting when called twice for the same... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Oops, refactoring error in commit 327701572ff912413ec95... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Ensure fingerprint subdirs have heading slashes |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Ensure directories have trailing slashes in doLookupId() |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Further doLookupId() cleanup |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Elimiate one of the umphteen directory variables in... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Avoid redundant ds -> id -> string lookups in rpmalAllF... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Dont bother with separate notifications on multiple... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Avoid the string copy in rpmalAllFileSatisfiesDepend... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Make pool string->id operations properly length-aware |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Add length aware variant(s) of string hashing |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Enhanced string hash to permit calculating string lengt... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Panu Matilainen | Dont assume \0 terminated strings in rpmstrPoolPut() |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Use pool id's for hash table key, lookup strings from... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Move the string pool struct definition earlier so we... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Inline poolHashfindEntry() into GetEntry(), nothing... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Eliminate key comparison and hash function vectors... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | More poolHash multiple data-value cleanups |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Eliminate redundant data counting from poolHash |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Eliminate unnecessary key and data free-functionality... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Pull a private hash-implementation copy to string pool |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Rename string pool hash type to poolHash |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Panu Matilainen | Permit key imports even if signature checking is disabl... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Panu Matilainen | Lift string pool rehash into a separate helper function |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Panu Matilainen | Use a saner pool hash resize hint |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Panu Matilainen | Be more selective about legacy retrofits on package... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Switch rpmdb basename finding to use pool id's instead... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Cleanup + optimize doLookupId() a bit |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Remove leftover variable from previous commit |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Change fpLookupList() to operate on pool id's only |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Do the low-level fingerprint lookup based on pool id... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Switch fingerprinting to use the global string pool |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Allow passing a shared pool for finger print cache |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Remove scareMemory remnants from the internal API,... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Switch fingerprint subDir to pool ids |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Switch fingerprint basename to pool ids |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Switch fingerprint cache-entry dirnames to pool ids |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Add a string pool to fingerprint cache (but not yet... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Make fingerprint struct opaque outside fprint.c |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Change fpLookup() to return malloced memory (on first... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Make fingerprint cache entry opaque, add some kind... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Hide away the FP_EQUAL macros |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Change fpLookupList() to return malloced memory |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Add internal API for fingerprint lookup-and-compare |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Bury the fingerprint hash-types into fprint.c, clean up |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Move the entire fingerprint cache population into fprint.c |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Hide by-fingerprint hash into fingerprint cache, add... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Panu Matilainen | Make fingerprint cache opaque outside fprint.c |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Convert our dependency checking code to use the new... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Unify the three rpmdsFooMatchesDep() functions into one |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Use transaction string pool for rpmlib() dependencies too |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Add pool-aware version of rpmdsRpmlib() |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Hang rpmlib() dependency set onto transaction set |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Use transaction string pool for ensureOlder() dependenc... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Use transaction string pool for findPos() dependency... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Put transaction element "self" dependency set into... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Add pool-aware versions of rpmdsThis() and rpmdsSingle() |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Simplify single ds creation |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Panu Matilainen | Add a string equality check function to string pool API |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Whoopsie, unbreak checking of installed dependencies |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Only rehash the pool on insert if the data area actuall... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Switch rpmal file hash to use pool id's instead of... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Switch rpmal provide hash to use pool id's instead... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Add a some transition-period asserts to ensure pool... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Allow keeping hash table around on pool freeze, adjust... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Add getters for rpmds dependency name and EVR pool ids |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Add getters for rpmfi base- and directory name pool... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Pass transaction pool to rpmal (but not used yet) |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Actually enable the global transaction string pool |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Add infastructure for global transaction set string... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | String pool id 0 equals NULL |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Avoid doing anything if pool is already frozen |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Panu Matilainen | Add getter methods for rpmds and rpmfi string pool... |
commit | commitdiff | tree | snapshot |
next |