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
/
rpmal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-10
Move string hash function to librpmio and rename for namespacing
Panu Matilainen
1
-2
/
+2
2010-09-22
Eliminate separate fileIndexEntry from rpmal
Panu Matilainen
1
-20
/
+5
2010-06-22
Add common Collection requirements
Steve Lawrence
1
-0
/
+26
2010-05-21
Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]
Panu Matilainen
1
-1
/
+1
2010-03-29
Dont bother translators with dependency lookup debug messages
Panu Matilainen
1
-2
/
+2
2010-03-22
Lose the useless rpmds refcounting debug junk + switches
Panu Matilainen
1
-2
/
+1
2010-03-22
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
1
-1
/
+1
2010-03-18
Lose leftovers from former rpmal implementation
Panu Matilainen
1
-7
/
+0
2010-03-18
Lazy rpmal hash creation on first lookup, make rpmalMakeIndex() static
Panu Matilainen
1
-1
/
+4
2010-03-18
Make rpmalAllFileSatisfiesDepend() and rpmalAllSatisfiesDepend() static
Panu Matilainen
1
-4
/
+2
2009-09-14
Clean up rpmalAllFileSatisfiesDepend() a bit
Panu Matilainen
1
-40
/
+34
2009-06-16
Eliminate now unnecessary artifacts of rpmdsNext() side-effects
Panu Matilainen
1
-3
/
+2
2009-06-11
Make rpmalSatisfiesDepend() smarter
Panu Matilainen
1
-7
/
+24
2009-06-11
Add preferred color to rpmal
Panu Matilainen
1
-1
/
+3
2009-04-03
Make rpmal header & all internal
Panu Matilainen
1
-2
/
+3
2009-03-26
Fix: use the file's color to decide whether to add it to the rpmal not the co...
Florian Festi
1
-1
/
+1
2009-03-26
Reimplement rpmal by using hashes and cleaning up the color handling
Florian Festi
1
-512
/
+154
2009-03-26
Make rpmal store rpmtes and kill rpmte->pkgKey
Florian Festi
1
-63
/
+43
2008-04-30
Don't use alloca in rpmal.c
Jindrich Novy
1
-2
/
+4
2008-04-28
Eliminate pointless alloca() of struct fileIndexEntry struct
Panu Matilainen
1
-6
/
+6
2008-04-28
Eliminate pointless alloca() of availableIndexEntry struct.
Panu Matilainen
1
-7
/
+7
2008-04-28
Eliminate pointless alloca()'s of local dirInfo struct
Panu Matilainen
1
-25
/
+26
2008-02-05
Add rpm_color_t type for rpm color bits, use where spotted
Panu Matilainen
1
-8
/
+8
2008-02-05
Rip the horrible (ia64) autorelocate kludgery. RIP.
Panu Matilainen
1
-6
/
+0
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+0
2007-12-17
Remove const from rpmal dirInfo dirname
Panu Matilainen
1
-2
/
+4
2007-12-15
And yet more bogus const removals...
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-4
/
+4
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-4
/
+4
2007-11-29
Bunch of compiler warnings silenced
Panu Matilainen
1
-5
/
+5
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-4
/
+4
2007-10-28
Include "rpmlib.h" instead of <rpmlib.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
-8
/
+8
2007-10-26
Remove dead rpmal code
Panu Matilainen
1
-33
/
+0
2007-09-21
Rename alKey & alNum to rpmal* for namespacing
Panu Matilainen
1
-22
/
+22
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-111
/
+18
2007-07-12
int vs ptr sizes differ on some platforms, make alNum intptr_t to fix
Panu Matilainen
1
-3
/
+3
2007-07-10
Bunch of variable initializations to avoid compiler warnings.
Panu Matilainen
1
-1
/
+1
2007-07-10
Fix bunch of string formatting warnings.
Panu Matilainen
1
-5
/
+5
2007-07-02
Plug some memory leaks.
Panu Matilainen
1
-0
/
+1
2007-02-22
This patch fixes an off-by-one error in rpmalAllFileSatisfiesDepend() which
Paul Nasrat
1
-1
/
+1
2005-01-04
Splint fiddles.
jbj
1
-3
/
+4
2004-10-27
Splint clean.
jbj
1
-1
/
+1
2004-10-27
- fix: handle non-unique dirnames in rpmalAdd().
jbj
1
-15
/
+37
2004-10-19
Stare at a redhat-artwork problem in rpmal.c with multiple versions,
jbj
1
-8
/
+59
2004-08-31
- ia64: auto-relocate entire, not partial, directory contents (#126905).
jbj
1
-1
/
+11
2003-12-26
Make sure no. of added provides matches added list size if some
jbj
1
-1
/
+3
2003-04-08
fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.
jbj
1
-1
/
+1
2003-03-05
Sanity.
jbj
1
-1
/
+1
2002-12-31
1st crack at colored installs.
jbj
1
-29
/
+25
[next]