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
/
lib
/
rpmcli.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
Yet another typedef for transaction ID, use where spotted
Panu Matilainen
1
-1
/
+1
2008-02-05
Split non-cli verify bits from rpmcli to separate header
Panu Matilainen
1
-76
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-2
/
+2
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+2
2007-12-18
Remove bogus const from rpmInstallSource*() parameters
Panu Matilainen
1
-5
/
+5
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-7
/
+7
2007-12-02
Move rpmtransFlags enums to rpmts.h where it logically belongs
Panu Matilainen
1
-0
/
+1
2007-12-02
Move RPMFILE_* file attributes to rpmfi.h
Panu Matilainen
1
-0
/
+1
2007-12-01
Don't include idtx.h in rpmcli.h
Panu Matilainen
1
-1
/
+0
2007-12-01
Add separate public header for callback declarations
Panu Matilainen
1
-0
/
+1
2007-11-23
Add a few missing rpmcli doxygen groupings
Panu Matilainen
1
-3
/
+3
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-5
/
+5
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Rename rpmcliImportPubkey() -> rpmtsImportPubkey()
Panu Matilainen
1
-11
/
+0
2007-10-08
'Adjust extern C {} blocks.'
Ralf Corsépius
1
-4
/
+4
2007-09-20
Move rpmInstall/EraseInterfaceFlags to rpmcli.h
Panu Matilainen
1
-0
/
+26
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-166
/
+25
2007-08-30
Move rollback IDTX out of cli-stuff, its needed by core ts handling too.
Panu Matilainen
1
-86
/
+2
2005-01-04
Splint fiddles.
jbj
1
-1
/
+1
2004-11-10
- add --delsign to purge packages of digital signatures.
jbj
1
-0
/
+1
2004-10-26
Splint fiddles.
jbj
1
-2
/
+2
2004-10-25
Wire ftsOpts globally.
jbj
1
-0
/
+6
2004-10-25
Add undocumented --hdlist and --ftswalk query/verify sources.
jbj
1
-1
/
+3
2004-10-24
Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.
jbj
1
-1
/
+17
2004-10-18
Add generalized iterator to rpmlib.
jbj
1
-0
/
+2
2003-12-25
Add lsetfilecon to install modes.
jbj
1
-1
/
+2
2003-12-25
Verify file contexts from file security context patterns.
jbj
1
-13
/
+17
2003-11-23
Merge changes from rpm-4.2.1 development.
jbj
1
-2
/
+2
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-22
/
+22
2003-04-21
Don't segfault if given ascii armored rather than binary pubkey packets.
jbj
1
-2
/
+2
2002-12-22
- simplify specfile query linkage loop.
jbj
1
-0
/
+16
2002-12-21
- add --enable-posixmutexes when configuring on linux.
jbj
1
-4
/
+6
2002-10-09
- fix: use size_t consistently, avoid segfault on ia64.
jbj
1
-1
/
+1
2002-09-17
- lclint clean.
jbj
1
-3
/
+4
2002-08-19
- add --with-efence to configure, check install/upgrade with efence.
jbj
1
-2
/
+2
2002-08-08
lclint fiddles.
jbj
1
-14
/
+21
2002-08-06
- python: bindings to import pubkeys and display openpgp packets.
jbj
1
-0
/
+15
2002-08-04
- resurrect --rollback.
jbj
1
-4
/
+17
2002-07-28
- python: don't segfault in ts.GetKeys() on erased packages.
jbj
1
-45
/
+46
2002-07-28
- popt: display sub-table options only once on --usage.
jbj
1
-4
/
+41
2002-07-24
- verify signatures/digests retrieved through rpmdbNextIterator().
jbj
1
-4
/
+4
2002-07-21
- add methods to make signature handling opaque wrto rpmts.
jbj
1
-6
/
+6
2002-07-09
- placeholders for manifest constants for SuSE patch packages.
jbj
1
-2
/
+4
2002-07-08
Propagate splint-3.0.1.7 close(2) internalState annotation throughout.
jbj
1
-4
/
+4
2002-07-03
- use rpmfi in showQueryPackage(), eliminating headerGetEntry().
jbj
1
-6
/
+9
2002-07-02
add (disabled for now) dependency check to rpmgraph.
jbj
1
-1
/
+4
2002-06-30
- warn only once for each NOKEY/UNTRUSTED key id.
jbj
1
-0
/
+27
2002-06-22
Factor bounds checking annotations into source code.
jbj
1
-0
/
+2
2002-06-19
Annotate incondefs in source code.
jbj
1
-2
/
+1
2002-05-19
- fix: synthesize unpacking progress callbacks for packages w/o files.
jbj
1
-1
/
+1
[next]