summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2000-12-12Sync with rpm-4_0 branch.jbj14-62/+49
2000-12-04- use package version 3 if --nodirtokens is specified.jbj1-0/+2
2000-12-02Bring header reggions mods back to top of stack.jbj3-6/+10
2000-11-16- md5 sums are little endian (no swap) so big endian needs the swap.jbj1-1/+2
2000-11-15- hpux w/o -D_OPEN_SOURCE has not h_errno.jbj1-1/+1
2000-11-07- load headers as single contiguous region.jbj1-5/+6
2000-11-02- add support for unzip rodrigob@conectiva.com.br>jbj2-15/+22
2000-10-31- add support for SHA1 as well as MD5 message digests.jbj15-484/+828
2000-10-31Eliminate.jbj1-39/+50
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj6-84/+43
2000-10-26Add base64 fiddles to get at signature contents to librpmio.a.jbj6-3/+893
2000-10-24- verify MD5 sums of payload files when unpacking archive.jbj4-1/+376
2000-09-29doxygen annotations.jbj4-29/+248
2000-09-26- fix: avoid calling getpass twice as side effect of xstrdup macro (#17672).jbj1-1/+3
2000-09-16- don't trim leading ./ in rpmCleanPath() (#14961).jbj1-3/+6
2000-09-14Revert rpmrc excision for now.jbj3-1/+380
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj3-12/+67
2000-08-31Unify rpmError() and rpmMessage() on top of rpmlog().jbj5-295/+95
2000-08-30Doxygen annotations.jbj5-94/+157
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj2-6/+244
2000-08-28Doxygen annotations.jbj1-10/+67
2000-08-27Doxygen annotations.jbj17-23/+145
2000-08-23lclint annotations.jbj2-1/+6
2000-07-07lclint fiddles.jbj4-30/+76
2000-06-21- fix: don't expand macros in false branch of %if (kasal@suse.cz).jbj1-88/+46
2000-06-20- API: uncouple fadio from rest of rpmio.jbj7-35/+34
2000-06-13More libtool fiddles.jbj1-5/+2
2000-06-12solaris2.5.1: libtool cannot LIBADD non-libtool libs.jbj1-1/+2
2000-06-09- make librpmio standalone.jbj10-1189/+1350
2000-06-09Remove dead code.jbj3-408/+23
2000-06-09Move low level support routines to librpmio.jbj9-8/+470
2000-06-07Sanity (make dist).jbj1-1/+1
2000-06-07- create rpmio directory for librpmio.jbj6-0/+4929
2000-04-25Sanity.jbj1-7/+8
2000-04-13Insure that EXIT_FAILURE is defined (irix6.5).jbj1-0/+4
2000-02-29Portability fiddles.jbj1-4/+11
2000-02-21Avoid segfault on malformed %{!?FOO:} expansion (#9581).jbj1-1/+1
2000-01-19Doxygen fiddles.jbj1-9/+11
2000-01-12fix: resurrect relative path's in fprint lookup queries.jbj2-2/+3
1999-12-12reload macros from cmd line when re-reading config files.jbj2-27/+54
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-1/+2
1999-11-26lib/macro.c: Create rpmCleanPath().jbj2-54/+68
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-25/+89
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-2/+13
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-5/+1
1999-11-12Use Fstrerror on ufdio throughut.jbj2-23/+88
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-3/+5
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1-1/+2
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-2/+4