summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2001-06-08- fix: QUERY_FOR_LIST file count clobbered.jbj11-169/+569
- create top level rpmcli API, factor top level modes into popt tables. - popt: add POPT_BIT_SET/POPT_BIT_CLR to API. - autogen.sh checks for latest libtool-1.4 and automake-1.4-p2. - rpm --verify reports failure(s) if corresponding tag is not in header. - rpm --verify honors %config(missingok), add -v for legacy behavior. CVS patchset: 4852 CVS date: 2001/06/08 20:45:59
2001-06-06- permit duplicates for btree indices.jbj2-6/+4
CVS patchset: 4843 CVS date: 2001/06/06 12:36:31
2001-06-05fix: increment pointer in funky header ext while loop.jbj1-6/+4
CVS patchset: 4841 CVS date: 2001/06/05 22:01:13
2001-06-05- fix typos in linux.{req,prov}.jbj26-359/+612
CVS patchset: 4834 CVS date: 2001/06/05 19:26:22
2001-06-04lclint fiddles.jbj27-188/+320
CVS patchset: 4833 CVS date: 2001/06/04 13:55:58
2001-05-31- return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).jbj17-309/+530
- fix: return suggested packages when using Depends cache. CVS patchset: 4823 CVS date: 2001/05/31 22:31:14
2001-05-30- fix: for busted db1, attempt chain reconnection to following record.jbj1-1/+1
CVS patchset: 4819 CVS date: 2001/05/30 22:42:43
2001-05-25- perform db->verify when closing db files.jbj1-3/+11
CVS patchset: 4813 CVS date: 2001/05/25 19:51:53
2001-05-23RPMTAG_BUILDROOT is internal tag.jbj1-1/+1
CVS patchset: 4810 CVS date: 2001/05/23 17:53:30
2001-05-23- remove all header region assertion failures, return NULL instead.jbj1-16/+4
CVS patchset: 4809 CVS date: 2001/05/23 16:38:52
2001-05-23- headerFree() returns NULL, _free is C++ safe.jbj14-151/+204
CVS patchset: 4807 CVS date: 2001/05/23 14:25:19
2001-05-21- fix: skip %ghost files when building packages (#38218).jbj1-6/+11
CVS patchset: 4801 CVS date: 2001/05/21 16:00:45
2001-05-20- fix: i18n strings need 1 on sucess return code (#41313).jbj2-4/+5
CVS patchset: 4799 CVS date: 2001/05/20 18:33:23
2001-05-16fix: rpmtransAddPackage assumed removed packages were sorted (#35827).jbj1-21/+23
CVS patchset: 4797 CVS date: 2001/05/16 20:02:08
2001-05-16- fix: filter duplicate package removals (#35828).jbj4-14/+28
- add armv3l arch. CVS patchset: 4795 CVS date: 2001/05/16 19:19:15
2001-05-14- upgrade to db-3.3.4.jbj1-0/+3
CVS patchset: 4787 CVS date: 2001/05/14 20:12:10
2001-05-13- add cron/logrotate scripts to save installed package filenames.jbj1-0/+3
CVS patchset: 4777 CVS date: 2001/05/13 17:55:58
2001-05-11- harden rpmdb iterators from damaged header instance segfaults.jbj3-19/+70
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.jbj10-652/+22
- 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-09- rpm executables now setuid rpm to share write locks.jbj1-1/+1
- expose more db3 macro configuration tokens. CVS patchset: 4756 CVS date: 2001/05/09 22:58:56
2001-05-08- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.jbj12-6201/+32
CVS patchset: 4752 CVS date: 2001/05/08 00:03:14
2001-05-07- use internal db-3.2.9 sources to build by default.jbj1-0/+2
- don't build db1 by default. CVS patchset: 4750 CVS date: 2001/05/07 19:21:16
2001-05-07- fix: debugging message displays header keys (#38454).jbj1-4/+6
CVS patchset: 4747 CVS date: 2001/05/07 01:54:56
2001-05-06- fix: specfile queries with BuildArch: (#27589).jbj4-16/+24
CVS patchset: 4746 CVS date: 2001/05/06 19:17:14
2001-05-05- enough lclint annotations and fiddles already.jbj20-86/+158
CVS patchset: 4741 CVS date: 2001/05/05 19:28:32
2001-05-03- still more boring lclint annotations and fiddles.jbj33-468/+792
CVS patchset: 4738 CVS date: 2001/05/03 21:00:18
2001-04-30- yet more boring lclint annotations and fiddles.jbj25-603/+643
CVS patchset: 4732 CVS date: 2001/04/30 22:32:22
2001-04-29- more boring lclint annotations and fiddles.jbj29-186/+351
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.jbj2-4/+12
- 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-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj35-503/+402
- internalize locale insensitive ctype(3) in rpmio.h - boring lclint annotations and fiddles. CVS patchset: 4721 CVS date: 2001/04/29 01:05:43
2001-04-26- fix: ineeded count wrong for overlapped, created files.jbj1-1/+0
CVS patchset: 4709 CVS date: 2001/04/26 20:39:52
2001-04-25- fix: readlink return value clobbered by header write.jbj1-0/+4
CVS patchset: 4707 CVS date: 2001/04/25 15:07:53
2001-04-23- regenerate rpm.8 man page from docbook glop (in max-rpm).jbj2-6/+12
- lib/depends.c: diddle debugging messages. CVS patchset: 4703 CVS date: 2001/04/23 20:56:59
2001-04-21Sync with rpm-4_0 branch.jbj10-80/+86
CVS patchset: 4700 CVS date: 2001/04/21 06:02:09
2001-04-17- portability: vsnprintf/snprintf wrappers for those without (#34657).jbj1-0/+19
CVS patchset: 4686 CVS date: 2001/04/17 19:29:12
2001-04-17- fix: Fwrite's are optimized out by aggressive compiler(irix) (#34711).jbj1-1/+1
CVS patchset: 4684 CVS date: 2001/04/17 18:30:23
2001-04-17- fix: s390 (and ppc?) could return CPIOERR_BAD_HEADER (#28645).jbj1-2/+2
CVS patchset: 4682 CVS date: 2001/04/17 18:23:58
2001-04-10Doxygen annotations for config files.jbj18-253/+499
Doxygen annotations for rpmdep section. Add manifests for install modes. CVS patchset: 4675 CVS date: 2001/04/10 12:36:45
2001-04-03- fix: %_netsharedpath needs to look at basenames (#26561).jbj1-63/+70
- fix: --excludepath was broken (#24434). CVS patchset: 4669 CVS date: 2001/04/03 20:41:09
2001-04-03casts to keep picky compilers happy (#29992).jbj1-6/+10
CVS patchset: 4665 CVS date: 2001/04/03 14:22:52
2001-04-03- fix: --relocate missing trailing slash (#28874,#25876).jbj2-65/+149
- fix: --excludedoc shouldn't create empty doc dir (#14531). CVS patchset: 4663 CVS date: 2001/04/03 13:41:56
2001-03-28- fix: AIX has sizeof(uint_16) != sizeof(mode_t) verify cast needed.jbj1-1/+5
CVS patchset: 4657 CVS date: 2001/03/28 16:00:11
2001-03-28- fix: i18n tags in rpm-2.5.x had wrong offset/length (#33478).jbj1-7/+31
CVS patchset: 4655 CVS date: 2001/03/28 14:59:23
2001-03-23- fix: parameterized macro segfault (Jakub Bogusz <qboosh@pld.org.pl>).jbj3-69/+81
fix: off by 1 with rpmGlob when presented with multiple non-globbed items. fix: rpmReadPackageManifest actually works now. CVS patchset: 4653 CVS date: 2001/03/23 20:27:48
2001-03-22- python: strip header regions during unload.jbj5-157/+84
- add -g to optflags in per-platform config. - permit confgure/compile with db3-3.2.9. - permit manifest files as args to query/verify modes. CVS patchset: 4649 CVS date: 2001/03/22 23:39:01
2001-03-16- add %exclude support (i.e. "everything but") to %files.jbj1-1/+2
(Michael (Micksa) Slade" <micksa@knobbits.org>) CVS patchset: 4637 CVS date: 2001/03/16 16:33:25
2001-03-15- add cpuid asm voodoo to detect athlon processors.jbj1-1/+28
CVS patchset: 4634 CVS date: 2001/03/15 18:55:06
2001-03-15Bump version to 4.1.jbj1-1/+0
Invert logic for db1, don't build by default. CVS patchset: 4629 CVS date: 2001/03/15 17:54:55
2001-03-15Fix rpmvercmp for case (should return +1, #21392)jbj1-2/+2
rpmvercmp("1.a", "1.") CVS patchset: 4626 CVS date: 2001/03/15 14:14:22
2001-03-14Update to doxygen-1.2.6 configuration.jbj13-15/+42
Add manual files to Doxfile.in. lclint annotations. CVS patchset: 4624 CVS date: 2001/03/14 23:09:09