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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-22
Make header struct really opaque outside header.c
Panu Matilainen
2
-28
/
+26
2009-12-22
Remove redundant NULL-check
Panu Matilainen
1
-1
/
+0
2009-12-22
Eliminate unnecessary url parsing from rpmtsRootDir()
Panu Matilainen
1
-21
/
+1
2009-12-22
Lose the now empty header_internal.c source
Panu Matilainen
2
-13
/
+1
2009-12-22
Move htonll() into header.c and make static, not needed elsewhere
Panu Matilainen
3
-15
/
+9
2009-12-22
Move the legacy compatibility goo into legacy.c
Panu Matilainen
3
-159
/
+147
2009-12-22
Move the higher level convenience functions out of header.c
Panu Matilainen
2
-177
/
+173
2009-12-22
Rename hdrNVR.c to more obvious and generic headerutil.c
Panu Matilainen
2
-1
/
+1
2009-12-21
Work on tsortinfo instead of ts elements when ordering everywhere
Panu Matilainen
1
-59
/
+51
2009-12-21
Work on tsortInfo nodes directly when detecting SCC's
Panu Matilainen
1
-52
/
+38
2009-12-21
Record relations to tsortInfos instead of transaction elements
Panu Matilainen
1
-17
/
+16
2009-12-21
Save pointer to ts element in the tsort info struct
Panu Matilainen
1
-0
/
+2
2009-12-21
Avoid a bunch of redundant rpmteTSI() calls
Panu Matilainen
1
-8
/
+10
2009-12-21
Eliminate unnecessary depth member from tsortinfo
Panu Matilainen
1
-22
/
+9
2009-12-21
Eliminate unnecessary npreds member from tsort info
Panu Matilainen
1
-5
/
+1
2009-12-21
Eliminate unused tree index and degree from ordering calculations
Panu Matilainen
1
-22
/
+3
2009-12-21
Avoid a few unnecessary rpmteTSI() calls in addRelation()
Panu Matilainen
1
-6
/
+6
2009-12-21
Remove unused ordering related members from rpmts struct
Panu Matilainen
3
-9
/
+0
2009-12-21
Bury ordering structures and their alloc+free inside order.c
Panu Matilainen
4
-76
/
+59
2009-12-21
Eliminate the rpmte tsort info manipulation public API
Panu Matilainen
2
-120
/
+0
2009-12-21
Convert rpmtsOrder() to manipulate the tsort data from tsortInfo directly
Panu Matilainen
1
-6
/
+7
2009-12-21
Convert addRelation() to manipulate the tsort data from tsortInfo directly
Panu Matilainen
1
-4
/
+4
2009-12-21
Convert collectTE() to manipulate the tsort data from tsortInfo directly
Panu Matilainen
1
-10
/
+10
2009-12-21
Avoid some unnecessary rpmteTSI() calls in collectTE()
Panu Matilainen
1
-8
/
+8
2009-12-21
Move tsort data out of rpmte into, duh, tsortInfo
Panu Matilainen
2
-20
/
+20
2009-12-18
Move transaction element iterator into rpmts.c where it logically belongs
Panu Matilainen
6
-84
/
+81
2009-12-17
Eliminate unused and unnecessary rpmteBreadth() and rpmteSetBreadth()
Panu Matilainen
2
-31
/
+0
2009-12-17
Eliminate unnecessary rpmtsiOc()
Panu Matilainen
4
-20
/
+3
2009-12-17
Eliminate unused + unnecessary transaction element iterator mode
Panu Matilainen
3
-9
/
+3
2009-12-17
Eliminate unnecessary ts ping-pong inside rpmte
Panu Matilainen
2
-12
/
+9
2009-12-17
Fix ts element package file size on large packages
Panu Matilainen
1
-6
/
+1
2009-12-17
Eliminate now unnecessary rpmteFd()
Panu Matilainen
2
-12
/
+0
2009-12-17
Move payload open into rpmte (internal) method
Panu Matilainen
3
-11
/
+18
2009-12-17
Hardwire lead major version to 3 (RhBug:546663)
Panu Matilainen
1
-1
/
+1
2009-12-16
Avoid mucking with fsm->rdbuf in fsmRmdirs() and fsmMkdirs()
Panu Matilainen
1
-6
/
+2
2009-12-16
Remove now unnecessary const-avoidance construct
Panu Matilainen
1
-5
/
+2
2009-12-16
Const-correctness on fsmRmdirs() and fsmMkdirs()
Panu Matilainen
1
-12
/
+11
2009-12-16
Remove bogus const from fsm [o]path members and use of _constfree()
Panu Matilainen
2
-45
/
+40
2009-12-16
Simplify fsmFsPath()
Panu Matilainen
1
-13
/
+6
2009-12-15
Kill of ancient unused kludgery over buggy packages
Panu Matilainen
1
-6
/
+0
2009-12-15
Kill off stillborn fsm threading stuff
Panu Matilainen
2
-14
/
+0
2009-12-15
Kill off stillborn "not yet" code from 2001
Panu Matilainen
1
-33
/
+0
2009-12-15
Eliminate transaction disk space checking functions from the API
Panu Matilainen
4
-243
/
+205
2009-12-09
Remove sqlite hacks from rpmdb.c
Florian Festi
1
-25
/
+0
2009-12-07
Removed obsolete "db3" entry in dbi_config_default
Florian Festi
1
-1
/
+1
2009-12-07
Remove support for sqlite based rpm database
Florian Festi
7
-1733
/
+193
2009-12-07
Bump soname for all our libraries
Panu Matilainen
1
-1
/
+1
2009-12-07
Always return malloced data from i18n extensions for consistency
Panu Matilainen
1
-1
/
+1
2009-11-25
Fix signature password checking result on abnormal conditions (RhBug:496754)
Panu Matilainen
1
-1
/
+2
2009-11-24
Dont blow up on headers without requireflags in rpmdsNew()
Panu Matilainen
1
-1
/
+1
[next]