• Gregory M. Turner's avatar
    - move macros and constants into cabinet.h where they can be shared · 0c63c39c
    Gregory M. Turner authored
      between cabextract.c and fdi.c
    - reminders to eliminate global variables (for multithread
      compatibility)
    - remove struct fdi_cab: due to the nature of the FDI API, we cannot
      preload all the cabinets; this appears to obviate the need for struct
      fdi_cab
    - "oppress" (that is, do not process) partial files which were
      continuations from another cabinet
    - more than one partial file can exist in a single cabinet (how!?) --
      so move the partial file notification (and "oppression" that goes with
      it) into the loop that iterates through files
    0c63c39c
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
cabextract.c Loading commit data...
cabinet.h Loading commit data...
cabinet.spec Loading commit data...
cabinet_main.c Loading commit data...
fci.c Loading commit data...
fdi.c Loading commit data...