summaryrefslogtreecommitdiff
path: root/build/pack.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-8/+8
2007-11-22Move makeTempFile() from misc.h to rpmfileutil.hPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-58/+58
2007-11-13Fix free on invalid pointer after displaying "Unable to open temp file"Panu Matilainen1-1/+1
2007-11-08Remove dead & unused RPMTAG_ARCHIVESIZE addition codePanu Matilainen1-43/+0
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+1
2007-10-29Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen1-2/+1
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-6/+6
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-2/+2
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-34/+34
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-9/+9
2007-09-17misc.h is a private headerPanu Matilainen1-0/+1
2007-09-11Remove splint tags.Ralf Corsépius1-64/+10
2007-04-16Fix a typo: the macro is currently called %{buildsubdir}Paul Nasrat1-1/+1
2005-07-15- permit scriptlet includes from builddir for spec files w/o %setup.jbj1-2/+1
2004-03-16- Implemented support for internal Lua scripts.niemeyer1-0/+14
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-6/+6
2002-12-24splint fiddles.jbj1-8/+7
2002-12-24fix: ia64 segfault on build.jbj1-23/+25
2002-12-22- simplify specfile query linkage loop.jbj1-3/+6
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj1-3/+23
2002-08-23- merge signature returns into rpmRC.jbj1-5/+5
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-7/+7
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-6/+6
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj1-17/+14
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-0/+2
2002-06-23Add boundswrite annotations everywhere.jbj1-0/+8
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj1-0/+1
2002-05-19- Grand Renaming of rpm data types.jbj1-5/+7
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-4/+6
2002-05-04Add toy db->associate, db->join, dbcursor->c_pget wrappers.jbj1-1/+1
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj1-0/+2
2002-04-11- rescusitate --rebuild.jbj1-2/+4
2002-04-07- speedup large queries by ~50%.jbj1-6/+6
2002-03-06- add header DSA signature.jbj1-0/+3
2002-03-03- add payload uncompressed size to signature to avoid rewriting header.jbj1-1/+14
2001-12-06- 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow.jbj1-3/+3
2001-11-01- add header refcount annotations throughout.jbj1-6/+6
2001-10-28- memory indices for dependency check are typedef'd and abstract'd.jbj1-2/+6
2001-10-27- legacy signatures always checked where possible on package read.jbj1-11/+3
2001-10-26- wire transactions through rpmcli install/erase modes.jbj1-3/+24
2001-10-21- all symbols but hdrVec are now forward references in linkage.jbj1-6/+1
2001-10-19Permit multiple, simultaneous, digests on a single FD_t.jbj1-1/+1
2001-10-19Rewire digests, step 2.jbj1-2/+2