Remove unnecessary Group tag for localisation packages
[platform/upstream/rpm.git] / rpmio / rpmsw.c
2008-04-21 Panu MatilainenRip i386-specific RDTSC support from rpmsw, use gettime...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "rpmsw.h" instead of <rpmsw.h>.
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Ralf CorsépiusRemove __LCLINT__-ifdef'ed blocks.
2007-07-10 Panu MatilainenRemove / #ifdef out unused variables as appropriate.
2003-04-09 jbjSplint fiddles.
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-04-07 jbjCalibrated stopwatch using rdtsc.
2003-04-04 jbjAccumulate compress/uncompress times.
2003-04-02 jbjUse rpmswEnter/rpmswExit throughout.
2003-04-02 jbjSplint clean.
2003-04-01 jbjSplint fiddles.
2003-03-28 jbjAdd gcrypt to tdigest.
2003-03-25 jbjRepair rdtsc stopwatch, use gettimeofday(3) for now.
2003-03-24 jbjAdd benchmark stopwatch, change precision from milli...