summaryrefslogtreecommitdiff
path: root/rpmio/rpmsw.c
Commit message (Expand)AuthorAgeFilesLines
* Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywherePanu Matilainen2008-04-211-135/+3
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-1/+1
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-1/+1
* Include "rpmsw.h" instead of <rpmsw.h>.Ralf Corsépius2007-10-281-1/+1
* Remove splint tags.Ralf Corsépius2007-09-111-4/+0
* Remove splint tags.Ralf Corsépius2007-09-111-23/+2
* Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius2007-09-031-9/+0
* Remove / #ifdef out unused variables as appropriate.Panu Matilainen2007-07-101-1/+3
* Splint fiddles.jbj2003-04-091-9/+0
* fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj2003-04-081-4/+14
* Calibrated stopwatch using rdtsc.jbj2003-04-071-28/+47
* Accumulate compress/uncompress times.jbj2003-04-041-1/+1
* Use rpmswEnter/rpmswExit throughout.jbj2003-04-021-3/+5
* Splint clean.jbj2003-04-021-2/+18
* Splint fiddles.jbj2003-04-011-3/+42
* Add gcrypt to tdigest.jbj2003-03-281-1/+1
* Repair rdtsc stopwatch, use gettimeofday(3) for now.jbj2003-03-251-39/+105
* Add benchmark stopwatch, change precision from milli- to micro-secs.jbj2003-03-241-0/+152