1. 1c2865f [Development] Added two methods to open FBS files, with and without index-driven seeking. The method that uses index data is not functional yet. Improved error handling. by Constantin Kaplinsky · 17 years ago
  2. 38f044f [Development] Print FBS entry point information when efficient seeking via index files may be used. Efficient seeking itself is not implemented yet. by Constantin Kaplinsky · 17 years ago
  3. 5ba167a [Cleanup] Renamed member variable idx to indexData. by Constantin Kaplinsky · 17 years ago
  4. be68e7f [Bugfix] Saving actual numbers of records read from the .fbi file. by Constantin Kaplinsky · 17 years ago
  5. b0f71f0 [Cleanups] Removed unused import and used better syntactic form for array declaration. by Constantin Kaplinsky · 17 years ago
  6. f338d2c [Bugfixes, enhancements] Fixed various bugs with loading index from .fbi file, significantly improved error handling. Now the index data is kept as a usual array of FbsEntryPoint records, Vector is not used any more. by Constantin Kaplinsky · 17 years ago
  7. ade425a [Development] Loading index data from the .fbi file. by Constantin Kaplinsky · 17 years ago
  8. 5f1f886 [Development] Added support for new "Index" parameter which sets URL prefix of .fbi and .fbk index files. Reading .fbi index file, without actually using its data. by Constantin Kaplinsky · 17 years ago
  9. 2859fdc [Refactoring] Created new FbsConnection class to manage connections to FBS and index files. Index files are not used yet. by Constantin Kaplinsky · 17 years ago