index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
/
rpmio_internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-14
Make fdUpdateDigests() static now that its possible
Panu Matilainen
1
-5
/
+0
2009-10-14
Make FD_t struct opaque, finally
Panu Matilainen
1
-47
/
+0
2009-10-14
Eliminate last remaining FD_t struct privacy violation
Panu Matilainen
1
-6
/
+2
2009-10-14
Remove cpio stuff from FD_t
Panu Matilainen
1
-20
/
+0
2009-10-14
Move debug goo defs to rpmio.c
Panu Matilainen
1
-9
/
+0
2009-10-14
Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuff
Panu Matilainen
1
-113
/
+0
2009-10-14
Move fd statistics foo inside rpmio.c now that it can
Panu Matilainen
1
-63
/
+0
2009-03-25
Eliminate header/payload digests from pgpDig_s, they dont belong
Panu Matilainen
1
-4
/
+7
2009-03-25
Implement fdUpdateDigests() and friends using digest bundle
Panu Matilainen
1
-3
/
+1
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
1
-1
/
+1
2009-03-11
Eliminate now unnecessary FDDIGEST_t
Panu Matilainen
1
-8
/
+1
2008-11-26
Initialize the LZMA encoder/decoder on demand, not both
Jindrich Novy
1
-1
/
+1
2008-07-04
Make ufdClose() static, nothing outside rpmio.c needs directly
Panu Matilainen
1
-4
/
+0
2008-06-09
FD_t contentLength field is useless for us too...
Panu Matilainen
1
-10
/
+0
2008-06-09
Lose bunch of unused fields from FD_t
Panu Matilainen
1
-4
/
+0
2008-06-09
Use 64bit type for fdSet/GetCpioPos() in rpmio
Panu Matilainen
1
-3
/
+3
2008-03-06
Mark bunch of misc. tables & such read-only in librpmio
Panu Matilainen
1
-1
/
+1
2008-02-26
Un-inline fd*Digest()
Panu Matilainen
1
-82
/
+4
2008-02-26
Make the rest of rpmio vectors static inside rpmio
Panu Matilainen
1
-99
/
+0
2008-02-26
Remove the last remains of unused and unnecesary rpmio rpc vectors
Panu Matilainen
1
-44
/
+0
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-2
/
+2
2007-12-14
Bunch of silly ssize_t casts
Panu Matilainen
1
-4
/
+4
2007-12-13
Big bunch of int -> size_t corrections for various signature items
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-4
/
+4
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-6
/
+3
2007-11-26
Eliminate type "byte"
Ralf Corsépius
1
-1
/
+1
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Export FD statistics enums + fdOp() method
Panu Matilainen
1
-26
/
+2
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-4
/
+4
2007-11-16
Split digest-stuff out of rpmio_internal to separate header
Panu Matilainen
1
-58
/
+1
2007-11-16
Eliminate copy-paste fd digest stealing, stuff into rpmio_internal
Panu Matilainen
1
-0
/
+29
2007-11-02
Use NSS instead of beecrypt for encryption (Tomas Mraz)
Panu Matilainen
1
-35
/
+12
2007-10-30
Include <assert.h>.
Ralf Corsépius
1
-0
/
+1
2007-10-29
Export rpmio fdGetFILE()
Panu Matilainen
1
-9
/
+0
2007-10-28
Include "rpmio.h" instead of <rpmio.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmpgp.h" instead of <rpmpgp.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmsw.h" instead of <rpmsw.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmurl.h" instead of <rpmurl.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-09
Hide rpmio vectors from API, only internal needs
Panu Matilainen
1
-0
/
+146
2007-10-09
Remember to remove fdFgets() definition too..
Panu Matilainen
1
-4
/
+0
2007-10-05
Remove fdFileno.
Ralf Corsépius
1
-11
/
+0
2007-09-17
Remove url/transport items from rpmio file handle structs and uses
Panu Matilainen
1
-4
/
+0
2007-09-12
Rip out internal http and ftp transports.
Panu Matilainen
1
-15
/
+0
2007-09-12
Remove NEON and related hacks
Panu Matilainen
1
-4
/
+0
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-158
/
+53
2007-09-03
Remove __LCLINT__-ifdef'ed blocks.
Ralf Corsépius
1
-5
/
+0
2007-07-24
Expect beecrypt headers to live in beecrypt/ directory in include path
Panu Matilainen
1
-14
/
+14
2007-07-12
rpmioSlurp() related cleanups.
Panu Matilainen
1
-1
/
+1
2007-07-11
Turn rpmioSlurp() length argument to unsigned size_t, fix up uses.
Panu Matilainen
1
-1
/
+1
2005-03-13
Add support for sha256/sha384/sha512 (if available.).
jbj
1
-2
/
+5
[next]