Age | Commit message (Expand) | Author | Files | Lines |
2008-01-25 | Don't reset target when reading included rpmrc's. | Panu Matilainen | 1 | -0/+2 |
2008-01-25 | Bandaid patch for truncated error message in russian (mdvbz#31680) | Panu Matilainen | 1 | -1/+1 |
2008-01-25 | Permit conflicting ghost files | Panu Matilainen | 1 | -0/+3 |
2008-01-19 | Add support for Geode CPU (rhbz#428979) | Panu Matilainen | 2 | -1/+29 |
2008-01-10 | And *really* skip the leading % in --define, double duh :) | Panu Matilainen | 1 | -3/+4 |
2008-01-10 | Fix thinko in macroname underscore conversion, duh | Panu Matilainen | 1 | -3/+3 |
2008-01-09 | Implementation of triggerprein scriptlets. | Panu Matilainen | 2 | -4/+12 |
2008-01-09 | Avoid access(2) quirks querying symlinks, lstat(2) instead (#60288) | Panu Matilainen | 1 | -17/+10 |
2008-01-09 | Handle spaces in file path arguments correctly (#217258) | Panu Matilainen | 2 | -2/+7 |
2008-01-09 | Convert '-' to '_' within --define macro names (#124995) | Panu Matilainen | 1 | -3/+14 |
2008-01-07 | Set a default 0022 umask value always (#83006) | Panu Matilainen | 1 | -0/+4 |
2008-01-07 | Don't unlink non-temporary file in FSM_UNDO (rhbz#223931) | Panu Matilainen | 2 | -5/+7 |
2008-01-02 | Revert rpmfi bits from 01cd03ea8f8a | Panu Matilainen | 1 | -3/+3 |
2008-01-02 | Signedness consistency in rpmfi interface vs internal structures | Panu Matilainen | 2 | -24/+24 |
2008-01-02 | Avoid compressFilelist() stack overflow in pathological cases | Panu Matilainen | 1 | -3/+6 |
2008-01-02 | Assorted int -> size_t corrections for string lengths | Panu Matilainen | 8 | -24/+25 |
2008-01-02 | Use size_t, not int for header format padding args | Panu Matilainen | 1 | -8/+8 |
2007-12-19 | Add rpm_data_t (and _constdata_t) for header data, use everywhere | Panu Matilainen | 17 | -151/+151 |
2007-12-19 | Const-pedantry here and there... | Panu Matilainen | 2 | -5/+6 |
2007-12-19 | Const pedantry | Panu Matilainen | 1 | -8/+10 |
2007-12-31 | tgi doesnt need fts private include | Panu Matilainen | 1 | -2/+1 |
2007-12-19 | Hum, NSS needs to be shut down too | Panu Matilainen | 1 | -0/+4 |
2007-12-19 | Ordering fix (don't use RPMSENSE_PREREQ) from Pascal Rigaux | Panu Matilainen | 1 | -1/+1 |
2007-12-18 | Drop bogus const from rpmReadPackageManifest argvptr | Panu Matilainen | 2 | -4/+4 |
2007-12-18 | One leftover reloc constfree.. | Panu Matilainen | 1 | -1/+1 |
2007-12-18 | Remove bunch of bogus cli-related consts... | Panu Matilainen | 1 | -4/+4 |
2007-12-18 | Remove bogus const from rpmInstallSource*() parameters | Panu Matilainen | 4 | -9/+9 |
2007-12-18 | Use constfree for rpmts suggestions | Panu Matilainen | 1 | -1/+1 |
2007-12-18 | Remove bogus const from rpmGlob argv return type | Panu Matilainen | 4 | -4/+4 |
2007-12-18 | Make fsm failedFile non-const like it really is | Panu Matilainen | 3 | -12/+14 |
2007-12-18 | Drop bogus const from zapRelation return | Panu Matilainen | 1 | -3/+3 |
2007-12-18 | Drop bogus const from rpmts rootDir + curDir | Panu Matilainen | 1 | -2/+2 |
2007-12-18 | Use constfree for fsm path, opath for now | Panu Matilainen | 1 | -19/+19 |
2007-12-18 | Drop const from fs mountpoint, contained within fs | Panu Matilainen | 1 | -1/+1 |
2007-12-17 | Use constfree for rpmte internals for now | Panu Matilainen | 1 | -7/+7 |
2007-12-17 | Use constfree for rpmfi internals for now | Panu Matilainen | 1 | -15/+15 |
2007-12-17 | Remove const from rpmal dirInfo dirname | Panu Matilainen | 1 | -2/+4 |
2007-12-17 | Use constfree for psm failedFile for now | Panu Matilainen | 1 | -3/+7 |
2007-12-17 | Unconst psm pkgURL and rpmio_flags members | Panu Matilainen | 1 | -2/+2 |
2007-12-17 | Make psm opaque, add minimal methods to cover internal needs | Panu Matilainen | 4 | -53/+104 |
2007-12-17 | Drop bogus const from dnlFreeIterator() param | Panu Matilainen | 1 | -1/+1 |
2007-12-17 | Drop bogus const from fsmFsPath() return type | Panu Matilainen | 1 | -6/+5 |
2007-12-17 | transaction.c doesn't need fsm.h, rpmfi_internal does | Panu Matilainen | 2 | -1/+1 |
2007-12-17 | Stick cpioMapFlags to fsm.h, they're only used by fsm.c | Panu Matilainen | 2 | -20/+20 |
2007-12-17 | Hide fsmIterator_s struct details, not needed outside fsm.c | Panu Matilainen | 2 | -11/+11 |
2007-12-17 | Stuff hardLink_s inside fsm.c, add pointer typedef to fsm.h | Panu Matilainen | 2 | -17/+19 |
2007-12-17 | badDeps is encapsulated within depends, doesn't need const | Panu Matilainen | 1 | -11/+2 |
2007-12-16 | pgpReadPkts returns malloced memory, unconstify | Panu Matilainen | 1 | -1/+1 |
2007-12-16 | Bogus const in temporary variables | Panu Matilainen | 1 | -2/+2 |
2007-12-16 | Unconstify rpmrc internal tables | Panu Matilainen | 1 | -13/+13 |