summaryrefslogtreecommitdiff
path: root/rpmio
Commit message (Expand)AuthorAgeFilesLines
* Bring header reggions mods back to top of stack.jbj2000-12-023-6/+10
* - md5 sums are little endian (no swap) so big endian needs the swap.jbj2000-11-161-1/+2
* - hpux w/o -D_OPEN_SOURCE has not h_errno.jbj2000-11-151-1/+1
* - load headers as single contiguous region.jbj2000-11-071-5/+6
* - add support for unzip rodrigob@conectiva.com.br>jbj2000-11-022-15/+22
* - add support for SHA1 as well as MD5 message digests.jbj2000-10-3115-484/+828
* Eliminate.jbj2000-10-311-39/+50
* - add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj2000-10-286-84/+43
* Add base64 fiddles to get at signature contents to librpmio.a.jbj2000-10-266-3/+893
* - verify MD5 sums of payload files when unpacking archive.jbj2000-10-244-1/+376
* doxygen annotations.jbj2000-09-294-29/+248
* - fix: avoid calling getpass twice as side effect of xstrdup macro (#17672).jbj2000-09-261-1/+3
* - don't trim leading ./ in rpmCleanPath() (#14961).jbj2000-09-161-3/+6
* Revert rpmrc excision for now.jbj2000-09-143-1/+380
* - unify rpmError and rpmMessge interfaces through rpmlog.jbj2000-09-013-12/+67
* Unify rpmError() and rpmMessage() on top of rpmlog().jbj2000-08-315-295/+95
* Doxygen annotations.jbj2000-08-305-94/+157
* - translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj2000-08-292-6/+244
* Doxygen annotations.jbj2000-08-281-10/+67
* Doxygen annotations.jbj2000-08-2717-23/+145
* lclint annotations.jbj2000-08-232-1/+6
* lclint fiddles.jbj2000-07-074-30/+76
* - fix: don't expand macros in false branch of %if (kasal@suse.cz).jbj2000-06-211-88/+46
* - API: uncouple fadio from rest of rpmio.jbj2000-06-207-35/+34
* More libtool fiddles.jbj2000-06-131-5/+2
* solaris2.5.1: libtool cannot LIBADD non-libtool libs.jbj2000-06-121-1/+2
* - make librpmio standalone.jbj2000-06-0910-1189/+1350
* Remove dead code.jbj2000-06-093-408/+23
* Move low level support routines to librpmio.jbj2000-06-099-8/+470
* Sanity (make dist).jbj2000-06-071-1/+1
* - create rpmio directory for librpmio.jbj2000-06-076-0/+4929
* Sanity.jbj2000-04-251-7/+8
* Insure that EXIT_FAILURE is defined (irix6.5).jbj2000-04-131-0/+4
* Portability fiddles.jbj2000-02-291-4/+11
* Avoid segfault on malformed %{!?FOO:} expansion (#9581).jbj2000-02-211-1/+1
* Doxygen fiddles.jbj2000-01-191-9/+11
* fix: resurrect relative path's in fprint lookup queries.jbj2000-01-122-2/+3
* reload macros from cmd line when re-reading config files.jbj1999-12-122-27/+54
* Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1999-12-011-1/+2
* lib/macro.c: Create rpmCleanPath().jbj1999-11-262-54/+68
* lib/macro.c: Canonicalize paths in rpmGetPath().jbj1999-11-241-25/+89
* macros.in: Add buildsubdir and scriptlet template macros.jbj1999-11-191-2/+13
* lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1999-11-141-5/+1
* Use Fstrerror on ufdio throughut.jbj1999-11-122-23/+88
* Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1999-11-101-1/+1
* Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1999-11-021-3/+5
* Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1999-10-301-1/+2
* Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1999-10-301-2/+4
* fix: resurrect multiple target platform builds.jbj1999-10-291-0/+7
* check for memory leaks (almost all leaks are plugged).jbj1999-10-291-1/+1