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
/
rpmio
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-11
Bump the log level of "unexpanded script" msg
Markus Lehtonen
2
-2
/
+2
2014-06-11
Prevent execution of arbitrary scripts
Markus Lehtonen
2
-0
/
+10
2012-12-18
display the actual unknown option instead of '?'
Thierry Vignaud
1
-1
/
+1
2012-12-04
Handle allocation failure in NSS DSA signature initialization
Panu Matilainen
1
-2
/
+4
2012-12-04
Fix build with older NSS versions that dont support SHA224
Panu Matilainen
1
-0
/
+4
2012-12-04
Condence NSS getHashType() a bit, handle SHA224 too
Panu Matilainen
1
-24
/
+8
2012-11-30
Get rid of long since deprecated VFY_VerifyDigest() uses
Panu Matilainen
1
-29
/
+27
2012-11-30
Use NSS-defined constants for DSA q-bits and signature length too
Panu Matilainen
1
-3
/
+9
2012-11-30
Avoid deprecation warnings from NSS >= 3.14
Panu Matilainen
1
-6
/
+8
2012-11-05
Fix strncat() boundaries in Fdopen()
Dominique Leuenberger
1
-3
/
+3
2012-11-05
Update library current + age (ie libs are now 3.1.0)
Panu Matilainen
1
-1
/
+1
2012-11-01
Enable built-in %dirname macro
Panu Matilainen
1
-3
/
+1
2012-10-31
Use private NSS context if NSS supports it (RhBug:871485)
Panu Matilainen
1
-1
/
+23
2012-10-30
Handle EINTR in Fread() and Fwrite()
Panu Matilainen
1
-2
/
+6
2012-10-19
Eliminate copy-paste nibble(), use rnibble() instead
Panu Matilainen
1
-12
/
+1
2012-10-19
Add support for beecrypt as an alternative crypto implementation
Michael Schroeder
2
-0
/
+542
2012-10-11
Missing include in string pool
Panu Matilainen
1
-0
/
+1
2012-10-09
Add lua 5.2 support.
Anders F Bjorklund
1
-7
/
+33
2012-09-28
Make string pool strings static in memory
Florian Festi
1
-33
/
+56
2012-09-27
Add doxygen documentation to string pool API
Panu Matilainen
1
-13
/
+79
2012-09-27
Fixup string pool prototype argument names to match implementation
Panu Matilainen
1
-7
/
+7
2012-09-26
Add function to get number of unique strings in the pool
Panu Matilainen
2
-0
/
+8
2012-09-19
Change poolHash to use internal collision resolution
Florian Festi
1
-70
/
+60
2012-09-19
Aargh, stupid thinko in rpmstrPoolStrlen() last id special case
Panu Matilainen
1
-1
/
+1
2012-09-18
Make pool string->id operations properly length-aware
Panu Matilainen
1
-19
/
+41
2012-09-18
Add length aware variant(s) of string hashing
Panu Matilainen
1
-0
/
+27
2012-09-18
Enhanced string hash to permit calculating string length on the same call
Panu Matilainen
2
-17
/
+28
2012-09-18
Dont assume \0 terminated strings in rpmstrPoolPut()
Panu Matilainen
1
-2
/
+3
2012-09-17
Use pool id's for hash table key, lookup strings from pool as needed
Panu Matilainen
1
-23
/
+19
2012-09-17
Move the string pool struct definition earlier so we can reference it...
Panu Matilainen
1
-12
/
+12
2012-09-17
Inline poolHashfindEntry() into GetEntry(), nothing else needs it
Panu Matilainen
1
-13
/
+5
2012-09-17
Eliminate key comparison and hash function vectors from poolHash
Panu Matilainen
1
-20
/
+7
2012-09-17
More poolHash multiple data-value cleanups
Panu Matilainen
1
-13
/
+7
2012-09-17
Eliminate redundant data counting from poolHash
Panu Matilainen
1
-25
/
+6
2012-09-17
Eliminate unnecessary key and data free-functionality from poolHash
Panu Matilainen
1
-20
/
+2
2012-09-17
Pull a private hash-implementation copy to string pool
Panu Matilainen
1
-9
/
+213
2012-09-17
Rename string pool hash type to poolHash
Panu Matilainen
1
-10
/
+10
2012-09-15
Lift string pool rehash into a separate helper function
Panu Matilainen
1
-10
/
+20
2012-09-15
Use a saner pool hash resize hint
Panu Matilainen
1
-1
/
+1
2012-09-13
Add a string equality check function to string pool API
Panu Matilainen
2
-0
/
+13
2012-09-12
Only rehash the pool on insert if the data area actually moved
Panu Matilainen
1
-2
/
+3
2012-09-12
Allow keeping hash table around on pool freeze, adjust callers
Panu Matilainen
2
-18
/
+29
2012-09-12
String pool id 0 equals NULL
Panu Matilainen
1
-1
/
+1
2012-09-12
Avoid doing anything if pool is already frozen
Panu Matilainen
1
-1
/
+1
2012-09-11
Fix segfault on rpmstrPoolId() on frozen pool
Panu Matilainen
1
-2
/
+2
2012-09-11
Make rpmstrPoolUnfreeze() safe to call on unfrozen pool
Panu Matilainen
1
-1
/
+1
2012-09-09
And now, on to the embarrassing string-pool reimplementation bugs, take I
Panu Matilainen
1
-4
/
+14
2012-09-07
Move string pool typedefs to rpmtypes.h
Panu Matilainen
1
-2
/
+1
2012-09-07
First cut of a libsolv-style string <-> id pool API
Panu Matilainen
3
-1
/
+198
2012-09-03
Minor optimization to rnibble()
Panu Matilainen
1
-2
/
+2
[next]