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
/
rpmfi.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-01
Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for now
Panu Matilainen
1
-31
/
+0
2012-09-12
Add getters for rpmfi base- and directory name pool id's
Panu Matilainen
1
-0
/
+14
2012-09-12
Add getter methods for rpmds and rpmfi string pool handle
Panu Matilainen
1
-0
/
+7
2012-09-07
Add an alternative rpmfi constructor to allow shared pool usage
Panu Matilainen
1
-0
/
+10
2012-05-16
Explicitly differentate internal/exported file attributes
Panu Matilainen
1
-3
/
+2
2012-01-11
Eliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSOURCE internal flags
Panu Matilainen
1
-2
/
+0
2011-09-01
Add + use helper macro for testing for installed file state
Panu Matilainen
1
-0
/
+2
2010-10-22
Eliminate pgpHashAlgo uses in librpm side
Panu Matilainen
1
-3
/
+3
2010-10-22
Change rpmfiNew() tag argument to rpmTagVal
Panu Matilainen
1
-1
/
+1
2010-09-28
Make RPMFILE_STATE_MISSING part of the rpmfileState enum
Panu Matilainen
1
-1
/
+1
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
1
-4
/
+8
2010-09-13
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
1
-7
/
+0
2010-09-01
Remove the existing %policy directive
Steve Lawrence
1
-1
/
+0
2010-03-22
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
1
-7
/
+2
2009-03-27
Lose unused/useless Type and tagN fields from rpmfi struct
Panu Matilainen
1
-1
/
+1
2008-12-22
Perform relocations from rpmte instead of rpmfi
Panu Matilainen
1
-2
/
+1
2008-12-11
Add public rpmfi function for retrieving digest algorithm of the set
Panu Matilainen
1
-0
/
+7
2008-12-10
Move ->actions from rpmfi to rpmfs
Florian Festi
1
-14
/
+0
2008-11-27
Eliminate silly rpmfiTypeString()
Panu Matilainen
1
-7
/
+0
2008-11-20
Add rpmfiFLang() method for retrieving file language(s)
Panu Matilainen
1
-0
/
+7
2008-11-19
Oops, file modes are needed on erase too to avoid suffixes on directories
Panu Matilainen
1
-1
/
+1
2008-11-18
Use finer grained rpmfi creation flags for in rpmteNew()
Panu Matilainen
1
-1
/
+1
2008-11-18
Add preliminary rpmfi flag groupings for base operations
Panu Matilainen
1
-0
/
+16
2008-11-18
Add control bits for all (relevant) parts of rpmfi data
Panu Matilainen
1
-8
/
+21
2008-11-18
Nuke useless rpmfiFContext()
Panu Matilainen
1
-7
/
+0
2008-11-18
Remember rpmfi creation flags
Panu Matilainen
1
-0
/
+2
2008-11-14
Add more flags to control rpmfi creation
Panu Matilainen
1
-0
/
+2
2008-11-11
Add rpmfi get + set methods for file actions
Panu Matilainen
1
-0
/
+14
2008-10-30
Add couple of new rpmfi flags for file classes and file depends
Panu Matilainen
1
-0
/
+2
2008-10-30
Turn rpmfiNew() scareMem argument into bitfield of flags
Panu Matilainen
1
-2
/
+7
2008-10-29
Add fsm and rpmfi machinery for file capabilities
Panu Matilainen
1
-0
/
+9
2008-06-12
Make rpmfiFSize() return rpm_loff_t type, fixup callers
Panu Matilainen
1
-1
/
+1
2008-06-10
Eliminate rpmfiBuildFNames() from the API
Panu Matilainen
1
-20
/
+0
2008-06-02
Add rpmfiFDigestHex() for converting the binary digest to hex
Panu Matilainen
1
-0
/
+11
2008-06-02
Mark rpmfiMD5() deprecated
Panu Matilainen
1
-1
/
+2
2008-06-02
On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency
Panu Matilainen
1
-1
/
+1
2008-06-02
More preliminaries for non-md5 file checksums
Panu Matilainen
1
-0
/
+10
2008-05-21
Eliminate rpmfiBuildFClasses() and rpmfiBuildFDepts() from the API+ABI
Panu Matilainen
1
-26
/
+0
2008-04-24
Remove meaningless extern on function declarations in headers
Panu Matilainen
1
-9
/
+9
2008-03-24
Remove bogus const from rpmRelocation struct
Panu Matilainen
1
-2
/
+2
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-3
/
+3
2008-02-05
Use rpm_flag_t for header generic bitfields (file flags etc)
Panu Matilainen
1
-2
/
+3
2008-02-05
More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spotted
Panu Matilainen
1
-1
/
+1
2008-02-05
Add rpm_rdev_t type for rdev entries
Panu Matilainen
1
-1
/
+1
2008-02-05
Add rpm_mode_t type, use where spotted
Panu Matilainen
1
-2
/
+2
2008-02-05
Add rpm_color_t type for rpm color bits, use where spotted
Panu Matilainen
1
-2
/
+2
2008-02-04
Add rpm_time_t type for time types (in headers), use where spotted
Panu Matilainen
1
-1
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-1
/
+1
2008-01-30
Stick relocation struct to rpmfi, typedef to rpmtypes...
Panu Matilainen
1
-0
/
+8
2008-01-30
Remove bunch of unnecessary rpmlib.h includes
Panu Matilainen
1
-1
/
+1
[next]