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
/
build
/
rpmfc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-6
/
+8
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-6
/
+6
2007-12-07
Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)
Panu Matilainen
1
-12
/
+10
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-6
/
+6
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-9
/
+9
2007-11-08
Dead code removal
Panu Matilainen
1
-9
/
+0
2007-11-02
Eliminate rpmfcToken struct internals from the API
Panu Matilainen
1
-0
/
+6
2007-10-30
Erm... rpmdsFlags are int32_t type, not char*
Panu Matilainen
1
-2
/
+2
2007-10-30
Whole lotta trouble to avoid rpmds internals access in rpmfc
Panu Matilainen
1
-25
/
+60
2007-10-28
Include "rpmfc.h" instead of <rpmfc.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmbuild.h" instead of <rpmbuild.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmfi.h" instead of <rpmfi.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmds.h" instead of <rpmds.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "argv.h" instead of <argv.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-9
/
+9
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Panu Matilainen
1
-4
/
+4
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
1
-3
/
+3
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-7
/
+7
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-9
/
+9
2007-10-05
Fix doxygen commands.
Ralf Corsépius
1
-11
/
+11
2007-09-25
Hide rpmfc structure internals from the API
Panu Matilainen
1
-0
/
+41
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-2
/
+2
2007-09-21
Remove unused proof-of-concept arch-filtering of dependencies
Panu Matilainen
1
-2
/
+2
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-126
/
+49
2007-09-05
Typo fix in file classification
Panu Matilainen
1
-1
/
+1
2007-08-27
Use system magic file for file classification.
Panu Matilainen
1
-4
/
+2
2007-07-31
Extract pkgconfig and libtool dependencies automatically.
Panu Matilainen
1
-3
/
+33
2007-07-10
Remove / #ifdef out unused variables as appropriate.
Panu Matilainen
1
-1
/
+0
2007-06-25
Detect and provide a requirement for DT_GNU_HASH.
Panu Matilainen
1
-0
/
+25
2007-05-10
Add mono req/provides support
Paul Nasrat
1
-0
/
+10
2005-03-19
Handle %dev markers more gracefully.
jbj
1
-12
/
+28
2005-02-14
- don't build with sqlite3 if <sqlite3.h> is missing.
jbj
1
-2
/
+4
2005-02-13
- don't classify files in /dev (#146623).
jbj
1
-0
/
+3
2005-01-04
Splint fiddles.
jbj
1
-0
/
+1
2005-01-02
- revert MAGIC_COMPRESS, real fix is in libmagic (#143782).
jbj
1
-2
/
+2
2004-12-06
- automagically detect and emit "python(abi) = 2.4" dependencies.
jbj
1
-2
/
+25
2004-12-05
- force *.py->*.pyo byte code compilation with brp-python-bytecompile.
jbj
1
-1
/
+1
2004-10-21
Compile in the correct path to /usr/lib/rpm/magic.
jbj
1
-6
/
+23
2004-10-21
- port to internal file-4.10 libmagic rather than libfmagic.
jbj
1
-17
/
+19
2004-05-29
- use poll(2) if available, avoid borked aurora/sparc select (#124574).
jbj
1
-1
/
+3
2004-05-21
Fix to detect PIE executables and don't add as library provides
pauln
1
-1
/
+5
2004-03-29
Proof-of-concept for arch filtered dependencies.
jbj
1
-5
/
+5
2003-12-11
- only internal Berkeley db from now on.
jbj
1
-4
/
+20
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-4
/
+4
2003-01-20
Splint fiddles.
jbj
1
-0
/
+6
2003-01-07
- add perldeps.pl, start to replace perl.{prov,req}.
jbj
1
-0
/
+8
2003-01-06
- for DSO's, provide the file basename if DT_SONAME not found.
jbj
1
-5
/
+35
[next]