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
/
rpm2cpio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
Make rpm2cpio exit code accurate for large packages and partial copy
Panu Matilainen
1
-3
/
+5
2010-09-21
Fix up bunch of silly int vs rpmRC return code mismatches
Panu Matilainen
1
-1
/
+1
2009-09-15
Initialize rpm earlier in rpm2cpio (RhBug:523260)
Panu Matilainen
1
-1
/
+1
2009-09-02
Take advantage of new header string getters
Panu Matilainen
1
-6
/
+1
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in binaries
Panu Matilainen
1
-1
/
+1
2009-08-31
Eliminate now unnecessary compressor -> ioflags conversions
Panu Matilainen
1
-14
/
+6
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-1
/
+0
2009-06-18
Add -h/--help to rpm2cpio (ticket #63)
Panu Matilainen
1
-1
/
+6
2009-03-18
Add support for "lzma alone" compression format (lzdio)
Panu Matilainen
1
-0
/
+2
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
1
-2
/
+2
2008-05-26
Convert rpm2cpio to new headerGet()
Panu Matilainen
1
-2
/
+6
2008-04-22
Handle lzma payload
Jindrich Novy
1
-0
/
+2
2008-04-10
Call rpmReadConfigFiles() in rpm2cpio so that rpm2cpio won't complain like:
Jindrich Novy
1
-0
/
+1
2008-04-09
Don't use stack allocations in rpm2cpio when not needed
Jindrich Novy
1
-5
/
+2
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+3
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-3
/
+3
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-3
/
+3
2007-10-28
Include "rpmts.h" instead of <rpmts.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmlib.h" instead of <rpmlib.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-04
Include rpmts.h instead of depends.c.
Ralf Corsépius
1
-1
/
+1
2007-09-18
Change main() to using char *argv[].
Ralf Corsépius
1
-1
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-2
/
+1
2005-01-17
Build on macosx.
jbj
1
-0
/
+1
2002-08-23
- merge signature returns into rpmRC.
jbj
1
-2
/
+2
2002-08-06
- add bitmask for precise control of signature/digest verification.
jbj
1
-5
/
+5
2002-07-25
- fix: --repackage repaired (#67217).
jbj
1
-0
/
+7
2002-05-19
- Grand Renaming of rpm data types.
jbj
1
-1
/
+1
2002-05-16
- opaque (well mostly) rpmTransactionSet using methods.
jbj
1
-2
/
+2
2002-05-04
Add toy db->associate, db->join, dbcursor->c_pget wrappers.
jbj
1
-1
/
+1
2001-10-27
- legacy signatures always checked where possible on package read.
jbj
1
-10
/
+2
2001-10-26
- wire transactions through rpmcli install/erase modes.
jbj
1
-5
/
+28
2001-06-17
Sync with rpm-4_0 branch.
jbj
1
-21
/
+5
2000-12-12
Sync with rpm-4_0 branch.
jbj
1
-0
/
+1
2000-12-02
Bring header reggions mods back to top of stack.
jbj
1
-1
/
+1
2000-06-23
- support for separate source/binary compression policy.
jbj
1
-1
/
+17
1999-11-14
lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.
jbj
1
-10
/
+17
1999-11-10
Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.
jbj
1
-3
/
+3
1999-11-04
Use Fopen almost everywhere.
jbj
1
-1
/
+1
1999-11-03
First use of libio.
jbj
1
-0
/
+4
1999-11-02
Add ref/deref/new/fileno/open vectors to FDIO_t.
jbj
1
-1
/
+1
1999-10-30
Make fdFileno() static, use Fileno()/Ferror() analogues throughout.
jbj
1
-1
/
+1
1999-10-29
fix: resurrect multiple target platform builds.
jbj
1
-1
/
+1
1999-10-27
use compressed filenames on install side.
jbj
1
-4
/
+4
1999-09-26
Retrofit glibc __progname.
jbj
1
-9
/
+1
1998-11-25
Add dup for the "other" gzdopen premature close.
jbj
1
-1
/
+1
1998-11-22
Start abstracting compressed I/O.
jbj
1
-17
/
+18
1998-11-20
Sanity.
jbj
1
-3
/
+3
1998-11-19
finish hiding rpmdb index record data ("matches").
jbj
1
-2
/
+2
[next]