Age | Commit message (Expand) | Author | Files | Lines |
2007-12-16 | Remove const from bunch of error message return types | Panu Matilainen | 1 | -4/+4 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -3/+3 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -2/+2 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -2/+2 |
2007-10-29 | Don't include <assert.h>. | Ralf Corsépius | 1 | -1/+0 |
2007-09-22 | Add missing extern "C". | Ralf Corsépius | 1 | -0/+4 |
2007-09-19 | Remove db-internals from rpmts | Panu Matilainen | 1 | -0/+23 |
2007-09-17 | Mergesort is internal details.. | Panu Matilainen | 1 | -10/+0 |
2007-09-17 | Hide db index handling and rpmdb details from the API to internal header | Panu Matilainen | 1 | -656/+4 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -305/+122 |
2007-07-21 | Make rpmdbCheckTerminate() non-terminating. | Panu Matilainen | 1 | -4/+6 |
2007-07-20 | Support explicitly asking from rpmdb cleanup + termination. | Panu Matilainen | 1 | -1/+9 |
2007-07-10 | Remove const type-qualifiers from function return types everywhere. | Panu Matilainen | 1 | -1/+1 |
2005-03-23 | rip out compile/bind/exec methods, wrong approach to speeding up sql. | jbj | 1 | -31/+0 |
2005-03-15 | Start sqlite3 fixing. | jbj | 1 | -0/+30 |
2005-02-16 | - sqlite3: update encode/decode from sqlite-2.8.16. | jbj | 1 | -2/+2 |
2005-01-04 | - mac os x patches (#133611, #133612, #134637). | jbj | 1 | -0/+4 |
2004-10-16 | Upgrade to db-4.3.14 internal. | jbj | 1 | -1/+2 |
2003-05-08 | - don't use error string after gzclose (Dmitry V. Levin). | jbj | 1 | -14/+14 |
2003-04-08 | fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST. | jbj | 1 | -10/+10 |
2003-04-07 | Calibrated stopwatch using rdtsc. | jbj | 1 | -4/+25 |
2002-10-18 | - add debug sub-package patch. | jbj | 1 | -2/+2 |
2002-09-17 | - lclint clean. | jbj | 1 | -12/+12 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -0/+8 |
2002-08-26 | - set cachesize without a dbenv, the default is far too small. | jbj | 1 | -3/+2 |
2002-08-08 | lclint fiddles. | jbj | 1 | -21/+24 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -7/+6 |
2002-07-30 | - prevent stale locks in __db files by closing databases on signals. | jbj | 1 | -0/+1 |
2002-07-28 | - python: don't segfault in ts.GetKeys() on erased packages. | jbj | 1 | -0/+5 |
2002-07-25 | - python: add ts.hdrCheck(), ts.rebuildDB() methods. | jbj | 1 | -2/+3 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -7/+42 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -19/+23 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -0/+10 |
2002-07-11 | - update for sv.po. | jbj | 1 | -1/+1 |
2002-07-04 | - fix: forgot lazy open of database on --freshen path (#67907). | jbj | 1 | -4/+4 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+2 |
2002-06-19 | Annotate incondefs in source code. | jbj | 1 | -2/+2 |
2002-05-21 | Enable CDB access as default. | jbj | 1 | -1/+0 |
2002-05-21 | Always use cursors. | jbj | 1 | -4/+4 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -0/+280 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -26/+152 |
2002-05-04 | Pass dbiGet() flags from application. | jbj | 1 | -5/+5 |
2002-05-04 | Eliminate another layer of db abstraction, continue eradicating db1. | jbj | 1 | -31/+7 |
2002-05-02 | - eliminate db1 support. | jbj | 1 | -17/+24 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 1 | -152/+207 |
2002-04-08 | doxygen cleanup. | jbj | 1 | -0/+11 |
2002-04-07 | - speedup large queries by ~50%. | jbj | 1 | -0/+9 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -1/+0 |
2002-02-25 | Annotation fiddles. | jbj | 1 | -3/+6 |
2002-02-01 | - permit args to be hidden within %%__find_{requires,provides}. | jbj | 1 | -10/+0 |