summaryrefslogtreecommitdiff
path: root/rpmio/rpmio_internal.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-06Mark bunch of misc. tables & such read-only in librpmioPanu Matilainen1-1/+1
2008-02-26Un-inline fd*Digest()Panu Matilainen1-82/+4
2008-02-26Make the rest of rpmio vectors static inside rpmioPanu Matilainen1-99/+0
2008-02-26Remove the last remains of unused and unnecesary rpmio rpc vectorsPanu Matilainen1-44/+0
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2007-12-14Bunch of silly ssize_t castsPanu Matilainen1-4/+4
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-6/+3
2007-11-26Eliminate type "byte"Ralf Corsépius1-1/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Export FD statistics enums + fdOp() methodPanu Matilainen1-26/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen1-58/+1
2007-11-16Eliminate copy-paste fd digest stealing, stuff into rpmio_internalPanu Matilainen1-0/+29
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-35/+12
2007-10-30Include <assert.h>.Ralf Corsépius1-0/+1
2007-10-29Export rpmio fdGetFILE()Panu Matilainen1-9/+0
2007-10-28Include "rpmio.h" instead of <rpmio.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsw.h" instead of <rpmsw.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius1-1/+1
2007-10-09Hide rpmio vectors from API, only internal needsPanu Matilainen1-0/+146
2007-10-09Remember to remove fdFgets() definition too..Panu Matilainen1-4/+0
2007-10-05Remove fdFileno.Ralf Corsépius1-11/+0
2007-09-17Remove url/transport items from rpmio file handle structs and usesPanu Matilainen1-4/+0
2007-09-12Rip out internal http and ftp transports.Panu Matilainen1-15/+0
2007-09-12Remove NEON and related hacksPanu Matilainen1-4/+0
2007-09-11Remove splint tags.Ralf Corsépius1-158/+53
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-5/+0
2007-07-24Expect beecrypt headers to live in beecrypt/ directory in include pathPanu Matilainen1-14/+14
2007-07-12rpmioSlurp() related cleanups.Panu Matilainen1-1/+1
2007-07-11Turn rpmioSlurp() length argument to unsigned size_t, fix up uses.Panu Matilainen1-1/+1
2005-03-13Add support for sha256/sha384/sha512 (if available.).jbj1-2/+5
2005-02-08Update bytesRemain iff R/W operation.jbj1-0/+7
2004-11-08Splint clean.jbj1-0/+1
2004-11-05w00t! rpm -q -W https://wellfleet.jbj.org/rawhide/test milestone!jbj1-0/+2
2004-11-04Stub in URL_IS_HTTPS everywhere.jbj1-0/+10
2004-07-31Add support for beecrypt-4.0.0.jbj1-0/+5
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-1/+2
2003-05-22Prepare to build with external beecrypt-3.0.0.jbj1-10/+10
2003-05-18- use beecrypt-3.0.0 API with beecrypt.api.h et al, not types.h.jbj1-1/+1
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-4/+7
2003-04-25beecrypt-3.0.0 merge: grand renaming, mp32barrett et al.jbj1-2/+2
2003-04-25beecrypt-3.0.0 merge: grand renaming, mp32number et al.jbj1-8/+8
2003-04-25beecrypt-3.0.0 merge: file renaming.jbj1-1/+1
2003-04-08fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj1-13/+28
2003-04-07Calibrated stopwatch using rdtsc.jbj1-2/+10
2003-04-04Accumulate compress/uncompress times.jbj1-1/+0
2003-04-02Use rpmswEnter/rpmswExit throughout.jbj1-33/+22