summaryrefslogtreecommitdiff
path: root/lib/falloc.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-1/+2
2000-12-12Sync with rpm-4_0 branch.jbj1-2/+2
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-1/+1
2000-08-27Doxygen annotations.jbj1-11/+16
2000-06-09Move low level support routines to librpmio.jbj1-1/+1
2000-05-12Remiver compiler warnings on alpha.jbj1-1/+1
2000-04-11- treat legacy falloc.c as "special" db[01] index for package headers.jbj1-1/+12
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-1/+1
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-1/+1
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-1/+1
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-2/+2
1999-10-31Spec: Add rootdir (as in chroot).jbj1-1/+4
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1-101/+68
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-2/+2
1999-10-29fix: resurrect multiple target platform builds.jbj1-1/+2
1999-10-27use compressed filenames on install side.jbj1-52/+36
1999-10-08Do lseek as part of readp/writep.jbj1-99/+77
1999-10-08Use xmalloc/xstrdup rather than malloc/strdup.jbj1-1/+0
1999-09-21fix: command line install had header memory leak.jbj1-0/+1
1999-09-17lclint annotations.jbj1-11/+24
1999-08-02More informative message for "free list corrupt".jbj1-2/+7
1999-07-13Perl bindings needjbj1-1/+1
1999-04-14fix: last update transaction set segfault bug in installer.jbj1-2/+2
1999-03-14change support@redhat.com to rpm-list@redhat.com.jbj1-1/+2
1999-03-05wasn't using fdClose() for some odd reasonewt1-1/+1
1998-11-18implement abstract fd type almost everywhere.jbj1-83/+92
1998-11-16LCLINT pass 0.jbj1-23/+35
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-2/+3
1998-07-25Aggregate system includes into system.h.jbj1-10/+1
1997-05-07Minor cleanups.ewt1-0/+6
1997-01-291) made faNextOffset(), faFirstOffset() return signed intsewt1-5/+10
1996-03-01numerous bug fixesewt1-11/+15
1996-03-01adds freed blocks to the free listewt1-8/+55
1996-02-20marks free blocks, though faFree() still isn't quite rightewt1-0/+9
1996-02-19started rewrite to allow fragment collection, free space reclamation. Itewt1-110/+208
1996-01-06fixed traversal over freed spacesewt1-10/+13
1996-01-05began to add faFree(), though it doesn't work yetewt1-1/+15
1995-12-27fixed bug in faAlloc()root1-0/+1
1995-12-19Added routines for traversalewt1-2/+48
1995-12-13Initial revisionewt1-0/+202