Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-12-22 | - simplify specfile query linkage loop. | jbj | 1 | -0/+4 |
2002-12-21 | - add --enable-posixmutexes when configuring on linux. | jbj | 1 | -1/+1 |
2002-12-21 | Sanity. | jbj | 1 | -3/+7 |
2002-12-03 | - internal automagic dependency generation (disabled for now). | jbj | 1 | -0/+1 |
2002-09-03 | - fix: always do rpmalMakeIndex. | jbj | 1 | -11/+7 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -2/+2 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 1 | -4/+5 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -2/+0 |
2002-07-06 | - fix: permit deletions of added packages (#67108). | jbj | 1 | -2/+2 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+8 |
2002-06-19 | Annotate incondefs in source code. | jbj | 1 | -0/+2 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 1 | -35/+35 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -44/+46 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -7/+9 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -27/+7 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -5/+16 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 1 | -2/+1 |
2001-11-23 | - fix a couple dinky memory leaks. | jbj | 1 | -0/+1 |