Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2007-12-01 | Silly helper method for determining if a header is source or binary | Panu Matilainen | 1 | -0/+9 | |
2007-12-01 | Lose leftover davRead() related hack | Panu Matilainen | 1 | -5/+1 | |
2007-12-01 | Make rpmlead opaque, add methods to deal with it | Panu Matilainen | 7 | -172/+155 | |
- rename methods to rpmLead*() for easy grepping - populate lead from header where necessary - add rpmLeadCheck() method for minimal compatibility checking to get rid of duplicate code in several places - conditionalize lead version on dirtokens | |||||
2007-12-01 | Include sanity | Panu Matilainen | 2 | -2/+3 | |
- don't pull in rpmio into rpmpgp.h - make rpmpgp.h standalone (needs rpmints and stdio) - rpmfileutil needs rpmio (makes sense, huh...) | |||||
2007-12-01 | Make rpmDoDigest() honor algorithm parameter | Panu Matilainen | 1 | -8/+8 | |
2007-12-01 | Don't include idtx.h in rpmcli.h | Panu Matilainen | 3 | -1/+2 | |
- nothing needs it there, include directly where needed instead | |||||
2007-12-01 | Move headerN(E)VR(A) declarations from rpmlib.h to header.h | Panu Matilainen | 2 | -30/+30 | |
2007-12-01 | Move hGet*() funcs from rpmts, rename to headerGet*() | Panu Matilainen | 9 | -92/+93 | |
2007-12-01 | Add bunch of missing rpmts doxygen groupings | Panu Matilainen | 1 | -18/+18 | |
2007-12-01 | (no)dirtokens is just a build-time option now | Panu Matilainen | 2 | -5/+5 | |
2007-12-01 | Add separate public header for callback declarations | Panu Matilainen | 9 | -17/+13 | |
- rpmmessages is empty, lose it - adjust includes | |||||
2007-12-01 | Lose url callback mechanism | Panu Matilainen | 2 | -40/+0 | |
- not used and cant support it with external helper anyhow | |||||
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 26 | -24/+35 | |
2007-11-30 | rpmurl and argv doxygen groupings | Panu Matilainen | 4 | -23/+31 | |
2007-11-30 | rpmpgp doxygen tagging | Panu Matilainen | 3 | -71/+75 | |
2007-11-30 | rpmrpc doxygen groupings.. | Panu Matilainen | 1 | -17/+17 | |
2007-11-29 | Export FTS_* options through rpmgi.h as RPMGI_* | Panu Matilainen | 3 | -19/+30 | |
- permit full rpmgi use without exporting all of fts | |||||
2007-11-29 | Lose python fts | Panu Matilainen | 5 | -563/+0 | |
- nothing uses it - hardly "rpm" functionality | |||||
2007-11-29 | Avoid building rpmdebug-py | Panu Matilainen | 2 | -5/+0 | |
2007-11-29 | Lose the useless rpmrc python stuff, group macro handling to rpmmacro-py | Panu Matilainen | 7 | -439/+83 | |
2007-11-28 | Lose rpmgi_internal.h, no longer needed | Panu Matilainen | 3 | -47/+33 | |
2007-11-28 | Add rpmgiGetFlags() method to avoid rpmgi_internal.h in query | Panu Matilainen | 3 | -5/+12 | |