Moved analyzeFile() to BaseFile where a much better place is (and duplicate
[core.git] / inc / classes / main / stacker / file / class_BaseFileStack.php
2014-05-24 Roland HaederMoved analyzeFile() to BaseFile where a much better...
2014-05-23 Roland HaederIf the EOF is reached (means no block found or really...
2014-05-23 Roland HaederMoved some code to BaseFrameworkSystem, and yes: getBlo...
2014-05-23 Roland HaederIntroduced CalculatableBlock + basic implementation...
2014-05-22 Roland HaederIntroduced interface Pointer, valid() is now used.
2014-05-22 Roland HaederAdded simple loop for checking entries. This will chang...
2014-05-21 Roland HaederInputOutputPointer is the right interface.
2014-05-20 Roland HaederSwitched from unabstracted file pointer class to a...
2014-05-20 Roland HaederIntroduced seekToOldPosition() and avoided endless...
2014-05-20 Roland HaederRenamed method + flushFileHeader() must be callable...
2014-05-20 Roland HaederIntroduced: caluclateMinimumFileEntryLength() which...
2014-05-20 Roland HaederHad to rename more stuff.
2014-05-20 Roland HaederreadFileHeader() needs to have protected access level...
2014-05-20 Roland HaederCould generalize ("generic") more code which avoid...
2014-05-19 Roland HaederAdded missing setter.
2014-05-19 Roland HaederContinued with indexes/stacks:
2014-05-19 Roland HaederAdded basic classes (and unimplemented) for file-based...
2014-05-19 Roland HaederSome 'final' more, some 'final' less. ;-)
2014-05-19 Roland HaederMethods isStackFull() and isStackEmpty() needs to be...
2014-05-19 Roland HaederThis method can be supported:
2014-05-19 Roland HaederThese methods may never be supported as initialization...
2014-05-18 Roland HaederAlways read file header.
2014-05-18 Roland HaederIt is readFileHeader().
2014-05-18 Roland HaederImplemented rudely reading file header + commented...
2014-05-18 Roland HaederFixed variable name ...
2014-05-18 Roland HaederFixed constant name.
2014-05-18 Roland HaederFixed parser error.
2014-05-18 Roland HaederAdd stuff for reading header of a file-based stack.
2014-05-17 Roland HaederIntroduced writeData() (low-level method).
2014-05-17 Roland HaederContinued with hash-based stacks:
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-17 Roland HaederFixed typo.
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-17 Roland HaederAdded debug lines.
2014-05-17 Roland HaederMuch easier (but not reliable) test.
2014-05-17 Roland HaederContinued with file-based hash:
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-16 Roland HaederContinued on file-based stack: