..
backend
ndb: fix regression from 20f2c51053
2016-02-22 14:56:39 +01:00
.gitignore
build: Update .gitignore rules
2011-10-11 12:55:15 +03:00
Makefile.am
Properly support BeeCrypt option in build system
2016-02-24 17:45:55 +01:00
cpio.c
Rename rpmcpioStrerror to rpmfileStrerror and move it to rpmarchive.h and rpmfi.c
2014-01-31 09:49:43 +02:00
cpio.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
depends.c
Remove RPMSENSE_RICH and replace its use with rpmdsIsRich()
2015-08-31 16:45:30 +02:00
formats.c
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
fprint.c
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
fprint.h
Allow passing a shared pool for finger print cache
2012-09-14 14:21:10 +03:00
fsm.c
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
fsm.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
gentagtbl.sh
Use actual enum values in tag table sentinel to avoid int/enum mismatch
2010-09-21 15:26:25 +03:00
header.c
Don't define htonll() if already defined
2016-02-11 11:06:26 +01:00
header.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
header_internal.h
Refactor header region sanity checking into a separate function
2014-02-03 11:59:45 +02:00
headerfmt.c
Make static buffer thread local
2015-11-19 11:06:35 +01:00
headerutil.c
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
legacy.c
Fix crash when parsing corrupted RPM file (rhbz:1273360)
2015-11-06 16:08:00 +01:00
manifest.c
Don't accept '-' in manifests
2015-11-18 15:53:52 +01:00
manifest.h
Drop bogus const from rpmReadPackageManifest argvptr
2007-12-18 12:53:57 +02:00
misc.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
order.c
Remove RPMSENSE_RICH and replace its use with rpmdsIsRich()
2015-08-31 16:45:30 +02:00
package.c
Sanity check that there is at least one tag in header region
2015-11-27 14:05:47 +01:00
poptALL.c
Additional fixes for getprogname()/setprogname() on BSD systems
2016-02-15 15:57:55 +01:00
poptI.c
Reimplement setprogname() and getprogname() to be generic and portable
2016-02-11 14:05:25 +01:00
poptQV.c
Fix --noghost option (rhbz:1306438)
2016-02-19 13:17:48 +01:00
psm.c
Add possibility to disable file triggers.
2015-11-23 16:43:39 +01:00
query.c
Add option the select option --builtrpms to rpmspec(rhbz:961833)
2016-03-09 14:51:27 +01:00
relocation.c
...and use saveOrig() for src.rpm relocations too
2013-11-15 13:16:06 +02:00
rpmal.c
Do self-conflicts/obsoletes filtering in rpmalAllFileSatisfiesDepend
2014-08-21 11:43:54 +02:00
rpmal.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
rpmarchive.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
rpmcallback.h
Add RPMCALLBACK_ELEM_PROGRESS callback type
2016-01-28 17:03:54 +01:00
rpmchecksig.c
Fix infinite loop in case of importing invalid certificate.
2015-07-15 13:25:56 +02:00
rpmchroot.c
Add an error message + comments on open(".") behavior (RhBug:672576)
2011-01-28 13:19:53 +02:00
rpmchroot.h
Add "c++ protection" to (hopefully) all of our internal headers
2010-09-21 15:21:12 +03:00
rpmcli.h
Add option the select option --builtrpms to rpmspec(rhbz:961833)
2016-03-09 14:51:27 +01:00
rpmdb.c
Remove RPMRICHOP_THEN, make ELSE work with IF complex op
2015-08-25 13:47:03 +02:00
rpmdb.h
Add INDEXSYNC db control op
2015-07-16 17:42:10 +02:00
rpmdb_internal.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
rpmds.c
Add sanity checks into extracting rpmds from rpm header
2015-11-27 16:41:39 +01:00
rpmds.h
Remove RPMSENSE_RICH and replace its use with rpmdsIsRich()
2015-08-31 16:45:30 +02:00
rpmds_internal.h
Add rpmdsFilterTi() to filter rpmds according to trigger index.
2015-02-05 08:08:12 +01:00
rpmfi.c
Revert "Fix check for file capabilities"
2016-01-28 11:29:46 +01:00
rpmfi.h
Add support for file signatures to rpmfi and rpmfiles
2015-08-12 13:58:27 +02:00
rpmfi_internal.h
Add rpmfilesFindPrefix() to find files with given prefix.
2015-02-05 08:08:12 +01:00
rpmfiles.h
Fix doc strings and though doxygen warnings
2015-09-01 10:48:08 +02:00
rpmfs.c
Reset file actions between rpmtsRun() calls (RhBug:1076552)
2014-03-21 12:44:03 +02:00
rpmfs.h
Reset file actions between rpmtsRun() calls (RhBug:1076552)
2014-03-21 12:44:03 +02:00
rpmgi.c
Don't allow infinite recursion loop with "package file" manifests
2015-05-26 16:22:43 +02:00
rpmgi.h
Stop abusing enum typedefs for bitfield types
2010-09-21 11:10:14 +03:00
rpmhash.C
Fix memory leak in rpmhash implementation
2014-09-16 11:12:10 +02:00
rpmhash.H
Add alternative hash key add/get/check methods with prehashed key
2012-09-05 10:38:36 +03:00
rpminstall.c
Do not call rpmEscapeSpaces in the rpminstall noglob case.
2015-01-09 12:45:57 +01:00
rpmlead.c
Handle partial reads and errors in package IO (RhBug:802839, RhBug:580974)
2012-10-30 11:36:56 +02:00
rpmlead.h
Further streamline & sanitize lead handling
2011-07-07 11:55:28 +03:00
rpmlegacy.h
add short summaries to headers that miss one
2016-01-28 14:42:47 +01:00
rpmlib.h
rpmbuild: warn if header color differs from color of the package architecture.
2012-03-30 13:55:03 +02:00
rpmliblua.c
Add lua 5.2 support.
2012-10-09 08:28:52 +03:00
rpmliblua.h
Add "c++ protection" to (hopefully) all of our internal headers
2010-09-21 15:21:12 +03:00
rpmlock.c
Dont wait for transaction lock within scriptlets (RhBug:1135596)
2014-10-01 09:59:21 +03:00
rpmlock.h
Export rpmlock release method internally as well
2013-03-11 11:12:35 +02:00
rpmplugin.h
Drop the experimental collection support
2014-06-17 16:27:24 +03:00
rpmplugins.c
Display message when a hook function of some plugin fails (rhbz:1262424)
2016-03-07 13:26:35 +01:00
rpmplugins.h
Fix doxygen warnings
2015-02-17 15:31:22 +01:00
rpmpol.h
Stop abusing enum typedefs for bitfield types
2010-09-21 11:10:14 +03:00
rpmprob.c
Revert the previous change, it caused regressions (rhbz:1303265)
2016-02-01 09:43:58 +01:00
rpmprob.h
Spelling fixes.
2013-02-19 21:35:40 +02:00
rpmps.c
Fix couple of incorrect sizeof() uses
2011-03-17 14:08:54 +02:00
rpmps.h
Eliminate all fooUnlink() functions out of the API
2010-09-13 13:08:33 +03:00
rpmrc.c
Add support for MIPS release 6 - Add mips32 mips64 mipsel and mipseb macros
2016-02-19 12:06:39 +01:00
rpmscript.c
Ignore SIGPIPE signals during execucton of scriptlets (rhbz:1264198)
2015-10-30 14:42:32 +01:00
rpmscript.h
Now rpmScriptFromTriggertag() can load file trigger scripts.
2015-02-05 08:08:12 +01:00
rpmsignfiles.c
Add support for passing the file signing key password
2015-08-12 14:23:31 +02:00
rpmsignfiles.h
Add support for passing the file signing key password
2015-08-12 14:23:31 +02:00
rpmtag.h
add short summaries to headers that miss one
2016-01-28 14:42:47 +01:00
rpmtd.c
Remember data (allocation) size of non-extension data from headerGet()
2014-10-24 10:03:39 +03:00
rpmtd.h
add short summaries to headers that miss one
2016-01-28 14:42:47 +01:00
rpmte.c
Drop the experimental collection support
2014-06-17 16:27:24 +03:00
rpmte.h
Drop the experimental collection support
2014-06-17 16:27:24 +03:00
rpmte_internal.h
Add support for executing file triggers.
2015-02-05 08:08:12 +01:00
rpmtriggers.c
Fix memory leak in file triggers
2016-01-28 09:06:17 +01:00
rpmtriggers.h
Add priorities between file triggers and the other scriptlets.
2015-07-23 14:12:47 +02:00
rpmts.c
File triggers moved to own file
2015-07-23 11:03:02 +02:00
rpmts.h
Add disabler flag + --noplugins cli switch for plugins
2014-06-24 15:14:35 +03:00
rpmts_internal.h
File triggers moved to own file
2015-07-23 11:03:02 +02:00
rpmtypes.h
Chainsaw rpmfi iteration apart from the actual file set
2013-11-07 14:27:26 +02:00
rpmug.c
Initialize all the name services we need
2014-01-28 09:45:55 +02:00
rpmug.h
Initialize all the name services we need
2014-01-28 09:45:55 +02:00
rpmvercmp.c
Spelling fixes.
2013-02-19 21:35:40 +02:00
rpmvf.h
add short summaries to headers that miss one
2016-01-28 14:42:47 +01:00
signature.c
Export generateSignature
2015-08-12 13:33:47 +02:00
signature.h
Export generateSignature
2015-08-12 13:33:47 +02:00
tagexts.c
Fix doc strings and though doxygen warnings
2015-09-01 10:48:08 +02:00
tagname.c
Further simplify tag lookup table initialization
2013-02-19 10:07:14 +02:00
transaction.c
Add missing header files
2016-02-11 11:06:26 +01:00
verify.c
Fix --noghost option (rhbz:1306438)
2016-02-19 13:17:48 +01:00