summaryrefslogtreecommitdiff
path: root/rpmio/rpmerr.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-121/+0
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-1/+0
2007-10-09Remove rpmError() and rpmMessage() retrofittingPanu Matilainen1-9/+0
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius1-0/+7
2007-09-11Remove splint tags.Ralf Corsépius1-28/+0
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj1-1/+1
CVS patchset: 5559 CVS date: 2002/07/19 20:26:38
2002-06-28Establish mechanism for up2date to reconfigure rpmlib.jbj1-0/+1
Disambiguate failures to import with error messages. CVS patchset: 5528 CVS date: 2002/06/28 00:35:57
2002-05-02- eliminate db1 support.jbj1-1/+1
- fix: rpmdb iterator memory leak in python bindings. - fix: include <sys/time.h> for 6.2 python modules. - remove vestiges of mipseb arch (#62408). CVS patchset: 5414 CVS date: 2002/05/02 22:16:30
2002-04-07- speedup large queries by ~50%.jbj1-1/+1
- revert to presentation ordering Yet Again (#62158). - non-glibc: on upgrade, mergesort is much faster than quicksort. CVS patchset: 5377 CVS date: 2002/04/07 19:52:42
2002-02-25Annotation fiddles.jbj1-3/+5
CVS patchset: 5336 CVS date: 2002/02/25 15:29:22
2001-08-27- fix: error message on failed package installs resurrected.jbj1-3/+3
- python: memory leaks in headerLoad/headerunload bindings. - python: retrofit sha1 digest using RPMTAG_SHA1RHN. - python: change rhnUnload bindings. CVS patchset: 5032 CVS date: 2001/08/27 18:39:17
2001-06-13- add rpmdbSetIteratorRE() for regex matching in database iterators.jbj1-0/+2
- permit rpm -qa to take RE args applied to name tag. - permit dbiFindMatches() to use version/release patterns. - eliminate all uses of rpmdbSetIterator{Version,Release}. CVS patchset: 4859 CVS date: 2001/06/13 20:57:06
2001-06-12- remove dead code frpm popt table reorg.jbj1-2/+25
- more CLI typedefs/prototypes moved from rpmlib.h to rpmcli.h. - rpm --verify skips files in non-installed states. - rpm --verify skips content checks for %ghost files. - rpm --verify displays config/doc/gnost/license/readme atrrs for files. - rpm --verify checks immutable header region digest if available. - rpmbuild adds header region digest (SHA1 as string). - use rpmTag* typedefs in new hge/hae/hme/hre header vectors. CVS patchset: 4854 CVS date: 2001/06/12 04:10:21
2001-06-04lclint fiddles.jbj1-0/+4
CVS patchset: 4833 CVS date: 2001/06/04 13:55:58
2001-05-11- harden rpmdb iterators from damaged header instance segfaults.jbj1-0/+1
CVS patchset: 4774 CVS date: 2001/05/11 23:25:46
2001-05-11- rpm database has rpm.rpm g+w permissions to share db3 mutexes.jbj1-1/+2
- expose more db3 macro configuration tokens. - move fprint.[ch] and hash.[ch] to rpmdb directory. - detect and fiddle incompatible mixtures of db3 env/open flags. - add DBI_WRITECURSOR to map to db3 flags with CDB database model. - add rpmdbSetIteratorRewrite to warn of pending lazy (re-)writes. CVS patchset: 4765 CVS date: 2001/05/11 04:01:04
2001-05-03- still more boring lclint annotations and fiddles.jbj1-0/+1
CVS patchset: 4738 CVS date: 2001/05/03 21:00:18
2001-04-29- more boring lclint annotations and fiddles.jbj1-2/+2
CVS patchset: 4725 CVS date: 2001/04/29 22:43:01
2001-04-29- transaction iterator(s) need to run in reverse order on pure erasures.jbj1-4/+13
- erasures not yet strict, warn & chug on unlink(2)/rmdir(2) failure. CVS patchset: 4723 CVS date: 2001/04/29 16:08:55
2001-04-10Doxygen annotations for config files.jbj1-8/+9
Doxygen annotations for rpmdep section. Add manifests for install modes. CVS patchset: 4675 CVS date: 2001/04/10 12:36:45
2001-02-17Merge changes from rpm-4.0.2.jbj1-0/+1
Add iterators and reverse flag so that erase transactions can run backwards. CVS patchset: 4556 CVS date: 2001/02/17 17:53:21
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-0/+1
- fix: rpm -Va with db1 needs per-iterator, not per-index, offset. - add install/remove transaction id tags. CVS patchset: 4441 CVS date: 2001/01/15 23:09:42
2001-01-11doxygen annotations for build/*.jbj1-1/+3
- fix: don't hang on build error. - fix: remove "error: " prefix from signature verification message. CVS patchset: 4426 CVS date: 2001/01/11 14:13:04
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-16/+27
- remove almost all explicit uses of stderr in rpmlib using rpmError(). CVS patchset: 4406 CVS date: 2001/01/03 20:19:27
2000-12-26- send query/verify output through rpmlog().jbj1-1/+3
- resurrect rpmErrorSetCallback() and rpmErrorString(). CVS patchset: 4372 CVS date: 2000/12/26 13:10:18
2000-09-14Revert rpmrc excision for now.jbj1-1/+1
rpmio: add rpmlog.c/rpmlog.h. CVS patchset: 4163 CVS date: 2000/09/14 11:42:48
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-2/+9
- collect and display rpm build error messages at end of build. CVS patchset: 4149 CVS date: 2000/09/01 21:15:40
2000-08-31Unify rpmError() and rpmMessage() on top of rpmlog().jbj1-100/+63
CVS patchset: 4148 CVS date: 2000/08/31 02:38:57
2000-08-30Doxygen annotations.jbj1-60/+92
CVS patchset: 4147 CVS date: 2000/08/30 17:47:53
2000-08-27Doxygen annotations.jbj1-0/+4
CVS patchset: 4129 CVS date: 2000/08/27 18:34:02
2000-06-09- make librpmio standalone.jbj1-0/+84
CVS patchset: 3824 CVS date: 2000/06/09 21:24:37