Commit History

Author SHA1 Message Date
  Ryan C. Gordon d840403c1c All memory management now goes through allocation hooks instead of directly to 21 years ago
  Ryan C. Gordon 0492580bda Removed all the forward declaration cruft from the archivers. 21 years ago
  Ryan C. Gordon c2765f8571 Added callback APIs and ripped up the internals everywhere to use them. 21 years ago
  Ryan C. Gordon 90031c81f3 Did the same thing to FileHandles than I did to DirHandles, but this 21 years ago
  Ryan C. Gordon 94759513d9 Cleaned up archiver interface to not deal with DirHandles anymore, 21 years ago
  Ryan C. Gordon 7553af8acf Minor allocation hook corrections. 21 years ago
  Ryan C. Gordon c0acfc0118 Initial structure for replacable allocator work. 21 years ago
  Ryan C. Gordon f3191d0e85 Off-by-one fix by Dieter Baron...fixes segfault in zip archive searching in 23 years ago
  Ryan C. Gordon f4309f51e8 Tabs-to-spaces patch by James Turk. 23 years ago
  Ryan C. Gordon b50342ad13 PocketPC fixes (thanks, David Hedbor!) 23 years ago
  Ryan C. Gordon 1344feceda Fixed seeking in uncompressed zip entries and handle Java-created JAR files. 23 years ago
  Ryan C. Gordon 6f1d693fe8 Another attempt at type size correctness. 23 years ago
  Ryan C. Gordon 01505d8d58 Attempt at type correctness. 23 years ago
  Ryan C. Gordon 3a479b6cd8 Now compiles on CodeWarrior 6 for MacOS Classic again. 23 years ago
  Ryan C. Gordon 9d82110b57 Some cleanups for PocketPC port. 23 years ago
  Ryan C. Gordon 7606e3bf11 Win32 fixes. 23 years ago
  Ryan C. Gordon ee077eabec Fixed infinite loop bug, cleaned out tab chars. 24 years ago
  Ryan C. Gordon f5e279536c Fixed bug that prevented use when symlinks were disallowed. 24 years ago
  Ryan C. Gordon 680de768b7 Fixes. 24 years ago
  Ryan C. Gordon c5dfea18cf ZIP_exists() now works with directories. 24 years ago
  Ryan C. Gordon d40d951594 Minor signed/unsigned fix...ZIP_isDirectory() now seems to work. 24 years ago
  Ryan C. Gordon 1f5b571be7 Bunch of tedious corrections, optimizations, and cleanups. 24 years ago
  Ryan C. Gordon 1e2372b44c Generalized sorting routines, and removed individual implementations. 24 years ago
  Ryan C. Gordon 912ca3266d Fix for correct cleanup on read error. 24 years ago
  Ryan C. Gordon d701627335 Patched memory leaks (thanks, Valgrind!) 24 years ago
  Ryan C. Gordon 42be0046aa Natural language #defines and build system support. 24 years ago
  Ryan C. Gordon 0ab061308d Initialized some variables to stop compiler whining. 24 years ago
  Ryan C. Gordon 1b29c3888c More enumerate fixes. 24 years ago
  Ryan C. Gordon 3ae1f1fa80 Changed DirFunctions struct a little. 24 years ago
  Ryan C. Gordon 8eeaf6c6d7 Rewrote ZIP_enumerateFiles() again. Hopefully it sucks less this time. 24 years ago