Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-13 | Use rpm_count_t everywhere for header data count | Panu Matilainen | 15 | -30/+33 | |
- typedef'ed as uint32_t as that's the key size limit imposed by BDB, relevant for RPM_BIN_TYPE - easy to change to whatever later on as it's now consistent everywhere - explicit casts where needed to avoid new warnings from signedness | |||||
2007-12-13 | Use rpm_count_t everywhere for header data count | Panu Matilainen | 29 | -143/+159 | |
- typedef'ed as uint32_t as that's the key size limit imposed by BDB, relevant for RPM_BIN_TYPE - easy to change to whatever later on as it's now consistent everywhere | |||||
2007-12-12 | Install the new fancy perldep extractor | Panu Matilainen | 1 | -1/+1 | |
2007-12-11 | Register the new SCRIPT_ERROR callback value to python | Panu Matilainen | 1 | -0/+1 | |
2007-12-11 | Silly thinko/typo causing source rpms to provide their nvr.. | Panu Matilainen | 1 | -1/+1 | |
2007-12-11 | test == is a bashism. | Ralf Corsépius | 1 | -1/+1 | |
2007-12-11 | OS X Leopard fixes from Giulio Eulisse | Panu Matilainen | 3 | -4/+2 | |
2007-12-10 | Add python method for for retrieving (without setting) ts vsflags | Panu Matilainen | 1 | -0/+11 | |
2007-12-08 | Drop non-existing librpmmisc from rpm.pc | Panu Matilainen | 1 | -1/+1 | |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 166 | -474/+474 | |
- adjust include paths accordingly | |||||
2007-12-07 | Add RPMCALLBACK_SCRIPT_ERROR callback type | Panu Matilainen | 3 | -2/+15 | |
- TS callback has a better chance at doing something semi-intelligent on scriptlet failure than rpmlog callback - Hijack "amount" for script tag that failed, "total" for exit code which might be pretty much anything: waitpid child, actual exit status or lua error... not probably very useful in the callback but... - Notify before logging so users can catch the actual error message on next rpmlog callback.. or something | |||||
2007-12-07 | Scriptlet (name) handling tweaks | Panu Matilainen | 1 | -9/+33 | |
- look up scriptlet names just once inside runScript() - map trigger types to their real names too | |||||
2007-12-07 | Add getter methods for rpmlogRec items (message + level) | Panu Matilainen | 2 | -0/+27 | |
2007-12-07 | Rename RPMLOG_CONT to RPMLOG_DEFAULT to make purpose clearer (hopefully ;) | Panu Matilainen | 2 | -5/+6 | |
2007-12-07 | Logging enhancements | Panu Matilainen | 2 | -35/+83 | |
- add parameters to rpmlogCallback: current log record pointer + optional user data - callback return flags to enable/disable default logging behavior and to perform exit() after cleaning up - add method for retrieving prefix string for a given message priority - move default logging behavior out of rpmlog() proper | |||||
2007-12-07 | Make rpmLogRec opaque | Panu Matilainen | 2 | -4/+6 | |
2007-12-07 | Fix misleading indentation | Panu Matilainen | 1 | -8/+9 | |
2007-12-07 | Don't do tilde expansion if HOME not set | Panu Matilainen | 1 | -1/+7 | |
- If you dont have a home, glob() will go out of its way to give you one, even a wrong one. This isn't good when daemons etc have purposefully unset HOME... | |||||
2007-12-07 | More rpmerr.h removal fallout | Panu Matilainen | 2 | -33/+33 | |
- use rpmRC types where appropriate | |||||
2007-12-07 | Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org) | Panu Matilainen | 14 | -221/+223 | |
- additionally use rpmRC return types instead of numbers where appropriate | |||||
2007-12-07 | rpm5.org: fixup spec parsing from rpmerr.h removal | Panu Matilainen | 2 | -40/+51 | |
- renumber rpmParseState enums to leave room for error codes | |||||
2007-12-07 | rpm5.org: fixup various places in rpmbuild from rpmerr.h elimination | Panu Matilainen | 6 | -66/+69 | |
2007-12-07 | rpm5.org: use pid_t, not int in build doScript | Panu Matilainen | 1 | -3/+3 | |
2007-12-05 | Fix query return codes (rhbz#244236) | Panu Matilainen | 3 | -6/+35 | |
- count + skip over errors in rpmgiNext() instead of stopping iteration - add rpmgiNumErrors() for retrieving errors, use it in query | |||||
2007-12-05 | Only platform.in is to be included in dist, dont use wildcard | Panu Matilainen | 1 | -1/+1 | |
2007-12-05 | Rename apidocs to hackingdocs, only build on request | Panu Matilainen | 2 | -8/+8 | |
2007-12-05 | base64.h missing from librpmio sources | Panu Matilainen | 1 | -1/+1 | |
2007-12-05 | Update potfiles wrt recent changes, regenerate translations | Panu Matilainen | 24 | -16473/+16353 | |
2007-12-04 | Match filestage strings with the fact that we dont use "rpc" anymore | Panu Matilainen | 1 | -7/+7 | |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 26 | -215/+121 | |
- add some helper macros to accomplish the same, easy to enable / disable as needed | |||||
2007-12-03 | Document rpmtsScoreGetEntry() parameter to please doxygen | Panu Matilainen | 1 | -0/+1 | |
2007-12-03 | Remove double documentation from header methods to make doxygen shut up | Panu Matilainen | 1 | -224/+0 | |
2007-12-03 | Fix couple of doxygen file paths, remove obsolete comment | Panu Matilainen | 3 | -10/+3 | |
2007-12-03 | Rename _rpmdbMatchIterator -> rpmdbMatchIterator_s | Panu Matilainen | 2 | -2/+2 | |
- consistency with other similar constructs | |||||
2007-12-03 | Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.h | Panu Matilainen | 5 | -300/+311 | |
2007-12-03 | Split rpmte internals to separate header | Panu Matilainen | 9 | -99/+95 | |
- avoid unnecessary include-order issues - stop define-games for internals access | |||||
2007-12-03 | Duh, remember to add rpmfi_internal.h to sources.. | Panu Matilainen | 1 | -1/+1 | |
2007-12-02 | Move rpmprobFilterFlag enums to rpmps where they logically belong | Panu Matilainen | 2 | -16/+16 | |
2007-12-02 | Move rpmsenseFlag enums to rpmds where they logically belong | Panu Matilainen | 8 | -69/+75 | |
2007-12-02 | Move rpmtransFlags enums to rpmts.h where it logically belongs | Panu Matilainen | 3 | -55/+56 | |
2007-12-02 | Move file action enums to rpmfi where they logically belong | Panu Matilainen | 4 | -21/+23 | |
2007-12-02 | Move RPMFILE_* file attributes to rpmfi.h | Panu Matilainen | 3 | -22/+23 | |
2007-12-03 | Split rpmfi internals to separate header | Panu Matilainen | 8 | -137/+136 | |
2007-12-02 | Move file state defs to rpmfi where they logically belong | Panu Matilainen | 2 | -12/+12 | |
2007-12-02 | Move file type enums to rpmfi where it logically belongs | Panu Matilainen | 2 | -17/+17 | |
2007-12-03 | Drop RPC from apidocs.. | Panu Matilainen | 2 | -4/+0 | |
2007-12-03 | Use regular POSIX functions instead of "RPC" clones | Panu Matilainen | 21 | -572/+62 | |
- we only care about local files | |||||
2007-12-01 | More rpmlead exorcizing | Panu Matilainen | 3 | -32/+14 | |
- remove unnecessary type parameter to writeRPM(), header knows what it is - remove unnecessary lead argument to readRPM(), it's unused anyway - drop lead from cpioSourceArchive struct | |||||
2007-12-01 | Erm, stuff headerIsSource() implementation to hdrNVR with other cruft | Panu Matilainen | 2 | -4/+7 | |
- avoid dragging rpmlib for RPMTAG_* into header.h | |||||
2007-12-01 | Use headerIsSource() everywhere for determining package type | Panu Matilainen | 7 | -7/+7 | |