added virtual query tag ability, fsnames query tag,
[platform/upstream/rpm.git] / lib / header.c
1997-05-30 ewtadded virtual query tag ability, fsnames query tag,
1997-05-29 ewtReplaced queryformat code with headerSprintf() <whew>
1997-05-20 ewtMoved includes of miscfn.h to the top.
1997-05-07 ewtAdded includes of config.h, miscfn.h
1997-03-03 rootexport headerSort()
1997-03-03 ewtdon't strlen(NULL) in copyData()
1997-02-14 ewtadded headerRemoveEntry()
1997-01-23 ewt1) added copyData()
1997-01-23 ewtincrement count in headerAppendEntry()
1997-01-21 ewt1) made headerDump() take tag table
1997-01-16 ewtReimplemented header internals
1996-11-18 rootThe Great Renaming
1996-10-21 ewt1) use freeHeader(), not free() after writeheader()
1996-10-15 ewtmoved timedRead() to tread.c
1996-10-15 ewtreadHeader() should work when fd is a socket
1996-09-25 ewt1) conditionally include asm/byteorder.h
1996-08-31 ewtgetEntry() allows NULL pointers
1996-08-15 roottiny bug
1996-07-10 ewtcleaned up some misleading error messages
1996-07-07 rootHEADER_MAGIC, error checking in readHeader(), dump...
1996-06-07 rootuse the new tagtable to dump the header
1996-02-19 ewtno comment :-(
1996-02-19 ewt1) silly bug left over from getting rid of mutable...
1996-02-19 ewttried to help header.c recover from Marc's recent mutil...
1996-02-15 rootfixed the sizeofHeader()
1996-02-15 rootfixed return from unloadHeader()
1996-02-15 rootmake load/unload sort like read/write
1996-02-15 rootdo not allow STRING_TYPE with count != 1
1996-01-14 ewtremoved <sys/mman.h> (mmapping isn't used anymore)
1996-01-08 marcfix comment
1995-12-27 marcadded alignment code to addEntry()
1995-12-27 marcchanged semantics so in-core data is in host order
1995-12-27 marcadded modifyEntry()
1995-12-27 marcsort indexes on write, use bsearch to find tags
1995-12-27 ewtfixed formatting
1995-12-20 marcadded STRING_ARRAY_TYPE
1995-12-20 marcadded isEntry() freeIterator() and copyHeader()
1995-12-19 marcfixed bug in string array stuff in getEntry()
1995-12-18 marcfixed previous edit
1995-12-18 marcallow type to be NULL in getEntry()
1995-12-18 marcallow NULL to be passed for count in getEntry()
1995-12-14 marcadded iterator stuff
1995-12-13 ewtAdded BIN_TYPE
1995-12-13 ewt1) made dumpHeader use symbolic names
1995-12-12 ewtChanged to use file descriptors instead of stdio
1995-11-27 rootInitial revision