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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-05
Replace __foo_exeonly attribute with a more generic mechanism
Panu Matilainen
1
-5
/
+6
2010-10-01
Add getter for spec script sections too, bah...
Panu Matilainen
2
-0
/
+17
2010-10-01
Add minimal API for spec packages and sources
Panu Matilainen
2
-0
/
+99
2010-10-01
Use namespaced names for spec pkg and source opaque typedefs
Panu Matilainen
2
-1
/
+3
2010-10-01
Finish off our librpmbuild API mass-murder by turning everything opaque
Panu Matilainen
2
-96
/
+96
2010-10-01
rpmfcGenerateDepends() is internal, move away from public header
Panu Matilainen
2
-8
/
+9
2010-10-01
Whoops, missing RPM_GNUC_INTERNAL on stashSt()
Panu Matilainen
1
-0
/
+1
2010-10-01
Stuff fts into a convenience library in misc/
Panu Matilainen
4
-1348
/
+3
2010-10-01
Lose rpmio-url leftovers from fts
Panu Matilainen
1
-19
/
+1
2010-09-29
Split signature and digest generation to separate functions
Panu Matilainen
1
-2
/
+2
2010-09-28
Remove leftover trap for RPMRC_FAIL errors where none should be seen
Panu Matilainen
1
-4
/
+0
2010-09-26
Fix segfault in rpmdeps (RhBug:637357)
Jindrich Novy
1
-1
/
+1
2010-09-21
Remove bunch of double consts in librpmbuild
Panu Matilainen
4
-4
/
+4
2010-09-21
Initialize nametag to RPMTAG_NOT_FOUND in parseRCPOT()
Panu Matilainen
1
-1
/
+1
2010-09-21
Const pedantry: taropts only ever points to string constants
Panu Matilainen
1
-4
/
+2
2010-09-21
Move expression type enum out of the struct
Panu Matilainen
1
-1
/
+6
2010-09-21
Add "c++ protection" to (hopefully) all of our internal headers
Panu Matilainen
2
-0
/
+16
2010-09-21
Avoid stepping on toes of relatives, part 3
Panu Matilainen
3
-8
/
+8
2010-09-21
Use the macro allocator variants within librpm*
Panu Matilainen
1
-1
/
+1
2010-09-21
Use _free() instead of rfree() where "return value" is assigned
Panu Matilainen
1
-3
/
+3
2010-09-21
Return explicit NULL from various fooFree() functions everywhere
Panu Matilainen
1
-2
/
+4
2010-09-21
strstr() considered harmful, part 541
Panu Matilainen
1
-6
/
+6
2010-09-21
Use actual rpmTags in place of the old HEADER_FOO defines everywhere
Panu Matilainen
1
-1
/
+1
2010-09-21
Rename specdFlags to remove unnecessary type vs variable name confusion
Panu Matilainen
1
-7
/
+7
2010-09-21
Fix up bunch of silly int vs rpmRC return code mismatches
Panu Matilainen
5
-25
/
+24
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
4
-11
/
+21
2010-09-14
Plug memleak from rpmSpecCheckDeps()
Panu Matilainen
1
-2
/
+2
2010-09-08
Urk, mixed up in branches and wrong stuff getting pushed. Revert.
Panu Matilainen
2
-2
/
+2
2010-09-07
Mark ts argument unused in bunch of query APIs
Panu Matilainen
2
-2
/
+2
2010-09-02
Cosmetics: use an enum instead of #defines for source type bits
Panu Matilainen
1
-4
/
+6
2010-09-02
Clarify RPMBUILD_STRINGBUF comment
Panu Matilainen
1
-1
/
+1
2010-09-02
Swap rpmSpecBuild() arguments for consistency with other APIs
Panu Matilainen
2
-4
/
+4
2010-09-02
Add a new public function for retrieving build dependencies from spec
Panu Matilainen
2
-0
/
+13
2010-09-02
Move build dependency checking from cli tool to librpmbuild
Panu Matilainen
2
-0
/
+22
2010-09-02
Cosmetics: update comments + use a specific type for buildAmount
Panu Matilainen
1
-3
/
+3
2010-09-02
Eliminate specFlags from rpmBuildArguments
Panu Matilainen
1
-1
/
+0
2010-09-02
Eliminate targets from rpmBuildArguments
Panu Matilainen
1
-1
/
+0
2010-09-02
Eliminate buildMode and buildChar from rpmBuildArguments
Panu Matilainen
1
-2
/
+0
2010-09-02
Eliminate verify flags from rpmBuildArguments
Panu Matilainen
1
-1
/
+0
2010-09-02
Eliminate noDeps and shortCircuit from rpmBuildArguments struct
Panu Matilainen
1
-2
/
+0
2010-09-02
Eliminate popt goo from librpmbuild
Panu Matilainen
3
-220
/
+1
2010-09-02
Eliminate _noDirTokens from librpmbuild API+ABI
Panu Matilainen
5
-22
/
+31
2010-09-02
Eliminate freeNames() from librpmbuild ABI
Panu Matilainen
2
-2
/
+3
2010-09-02
Detect short-circuited build based on executed build steps from buildSpec()
Panu Matilainen
3
-4
/
+7
2010-09-02
Handle --nobuild as another buildAmount flag
Panu Matilainen
3
-7
/
+6
2010-09-01
Handle spec flags parse option figuring in popt callback already
Panu Matilainen
2
-5
/
+4
2010-09-01
Handle --nolang as another spec parse flag
Panu Matilainen
5
-11
/
+4
2010-09-01
Combine spec parsing options into a common flag bitfield
Panu Matilainen
5
-10
/
+7
2010-09-01
Rename freeSpec() -> rpmSpecFree() for namespacing
Panu Matilainen
3
-6
/
+6
2010-09-01
Eliminate transaction set from spec parsing internals
Panu Matilainen
1
-18
/
+7
[next]