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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-20
Merge build.[ch] into rpmbuild.c, doesn't make sense to separate anymore
Panu Matilainen
5
-380
/
+335
2010-08-20
Clean up rpmbuild's --quiet handling + honor it on --rebuild too
Panu Matilainen
1
-9
/
+3
2010-08-20
Cosmetics cleanup
Panu Matilainen
1
-8
/
+4
2010-08-20
Eliminate unnecessary sanity checks wrt --sign and fix indentation
Panu Matilainen
1
-30
/
+21
2010-08-20
Test argument count early, avoiding the need to re-check over and over
Panu Matilainen
1
-40
/
+5
2010-08-20
Eliminate a bunch of now unnecessary cli-switch sanity checks
Panu Matilainen
1
-30
/
+3
2010-08-20
Simplify --root argument checking
Panu Matilainen
2
-20
/
+4
2010-08-20
Eliminate the IAM_RPMBT ifdef's from rpmbuild.c for real
Panu Matilainen
2
-31
/
+2
2010-08-20
Chainsaw the now unused #ifdef'ed parts out of rpmqv.c and rpmbuild.c
Panu Matilainen
2
-616
/
+19
2010-08-20
Begin splitting rpmbuild to separate sources
Panu Matilainen
3
-1
/
+867
2010-08-18
Add a test-case for --specfile query
Panu Matilainen
1
-0
/
+12
2010-08-18
Add %patch usage to hello.spec testcase
Panu Matilainen
4
-1
/
+17
2010-08-13
Lose the now unnecessary rpmtsSELinuxEnabled() function
Panu Matilainen
4
-17
/
+1
2010-08-13
Conditionalize rpm_execcon() usage on per-transaction flags
Panu Matilainen
1
-1
/
+2
2010-08-10
Add missing libgen.h include
Giulio Eulisse
1
-0
/
+1
2010-08-09
Fix find-debuginfo.sh behavior on cross-directory hardlinks (RhBug:618426)
Roland McGrath
1
-1
/
+1
2010-08-09
Create GDB index from find-debuginfo if possible (RhBug:617166)
Tom Tromey
1
-0
/
+2
2010-07-13
Redirect macro stack backtrace printing to debug log.
Jindrich Novy
1
-4
/
+4
2010-07-13
Fix cryptic macro evaluation error message (RhBug:613010)
Jindrich Novy
1
-2
/
+1
2010-07-10
l10n: Updated Ukrainian (uk) translation to 100%
Yuri Chornoivan
1
-106
/
+138
2010-07-09
Skip any initial comments when looking for pubkey start marker
Panu Matilainen
1
-1
/
+1
2010-07-08
Remove never used fsmRmdirs() function
Florian Festi
1
-49
/
+0
2010-07-08
Tidy up fsmMapPath a bit
Florian Festi
1
-58
/
+24
2010-07-07
Make FSM_VERIFY a function
Florian Festi
1
-59
/
+64
2010-07-07
Make FSM_CREATE a function
Florian Festi
1
-38
/
+44
2010-07-07
Make FSM_READLINK a function
Florian Festi
1
-15
/
+19
2010-07-07
Make FSM_LSTAT and FSM_STAT one function
Florian Festi
1
-24
/
+23
2010-07-07
Move FSM_HREAD in place
Florian Festi
1
-6
/
+3
2010-07-07
Move FSM_HWRITE in place
Florian Festi
1
-4
/
+1
2010-07-07
Move FSM_TRAILER in place
Florian Festi
1
-4
/
+1
2010-07-07
Move FSM_MKNOD in place
Florian Festi
1
-12
/
+10
2010-07-07
Move FSM_MKFIFO in place
Florian Festi
1
-9
/
+8
2010-07-07
Move FSM_LINK in place
Florian Festi
1
-8
/
+6
2010-07-07
Move FSM_SYMLINK in place
Florian Festi
1
-9
/
+7
2010-07-07
Make FSM_CHOWN, FSM_LCHOWN, FSM_CHMOD, FSM_UTIME and FSM_SETCAP functions
Florian Festi
1
-51
/
+70
2010-07-07
Make FSM_LSETFCON a function
Florian Festi
1
-13
/
+17
2010-07-07
Make FSM_RMDIR a function
Florian Festi
1
-15
/
+18
2010-07-07
Make FSM_RENAME a function
Florian Festi
1
-26
/
+29
2010-07-07
Make FSM_UNLINK a function
Florian Festi
1
-16
/
+22
2010-07-07
remove no longer needed FSM states
Florian Festi
1
-13
/
+0
2010-07-07
Make FSM_MKDIR a function
Florian Festi
1
-11
/
+13
2010-07-07
Use fsmRmdirs and fsmMkdirs directly
Florian Festi
1
-2
/
+2
2010-07-07
Use fsmMapPath directly instead of FSM_MAP
Florian Festi
1
-106
/
+106
2010-07-07
Make FSM_INIT a function
Florian Festi
1
-84
/
+96
2010-07-03
Oops, dont hang in getOutputFrom() if we have nothing to write
Panu Matilainen
1
-5
/
+4
2010-07-02
Ugh, fix reversed condition on font-provide extractor
Panu Matilainen
1
-1
/
+1
2010-07-02
Rewrite getOutputFrom() in a race-free way (supposedly ;)
Panu Matilainen
1
-72
/
+108
2010-06-30
l10n: Updated Spanish (Castilian) (es) translation to 100%
Héctor Daniel Cabrera
1
-270
/
+279
2010-06-30
l10n: Updated Polish (pl) translation to 100%
Piotr Drąg
1
-15
/
+15
2010-06-30
Make the infamous getOutputFrom() error message more useful
Panu Matilainen
1
-1
/
+2
[next]