2014-05-18 |
Roland Haeder | Implemented rudely reading file header + commented... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
Roland Haeder | Fixed variable name ... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
Roland Haeder | Fixed constant name. |
commit | commitdiff | tree | snapshot |
2014-05-18 |
Roland Haeder | Fixed parser error. |
commit | commitdiff | tree | snapshot |
2014-05-18 |
Roland Haeder | Added read(). |
commit | commitdiff | tree | snapshot |
2014-05-18 |
Roland Haeder | Add stuff for reading header of a file-based stack. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Introduced writeData() (low-level method). |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Continued with hash-based stacks: |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Pre-allocate way more ... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Continued with file-based stacks: |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Fixed typo. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Continued with file-based stacks: |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Added debug lines. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Removed asserts as they seem to be to hard and returned... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Much easier (but not reliable) test. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | The 'c' mode will do the following: |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Renamed getPosition() -> getSeekPosition(). |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Typo fixed. ;-( |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Opps, don't use instance here, file pointer is okay... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Fixed parser error. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Continued with file-based hash: |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Roland Haeder | Continued with file-based stacks: |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Re-added them again ... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Moved to correct method. |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Added missing methods from Streamable interface. |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Opps, had 2 Streamable interfaces ... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Continued with file i/o: |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Maybe more classes needs to have these methods (with... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Continued with file-based stacks and file i/o: |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Added new interfaces for file i/o classes. |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Roland Haeder | Continued on file-based stack: |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Added some class fields/attributes. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Fixed assertion. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Fixed type-hint (still no interface). |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Mode must be 'a+b' (append, binary-safe). |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Revert "Use realpath() to secure file and path names." |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Use realpath() to secure file and path names. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Continued: |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Renamed initStack() -> initFileStack() in BaseFileStack... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Continued with file-based stacks: |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Fixed, opps. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Continued with loader and file i/o stuff: |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Fixed calling ObjectFactory::createObjectByConfiguredNa... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Check if path can be loadded before attempting it. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Added scanApplicationClasses(). |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Roland Haeder | Continued: |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Roland Haeder | Initialize the file-based stack with initStack() where... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Roland Haeder | Added fileName parameter. |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Roland Haeder | Don't call the class' factory method directly, use... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Roland Haeder | Introduced scanFrameworkClasses(). |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Roland Haeder | Reverted some last changes + added FrameworkFileInputOu... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Roland Haeder | Rewrote both file i/o classes to have a common BaseFile... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Roland Haeder | Added explanation and improved format (idea). |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Roland Haeder | Continued with file-based stacks: |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Roland Häder | Fixed reading directories. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Roland Haeder | Commented out noisy debug lines. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Roland Haeder | Improved directory (non-recursive) reading: |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Roland Haeder | Rewrites for client factory, added methods for HttpClie... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Roland Haeder | Added first client (HTTP) classes and interfaces for... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Not the string again. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Round it... ;-) |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Use ZLIB compression. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Rewrote to $GLOBALS. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Added flushCheckPointFile(). |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Add genesis hash. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Also remember found hashes (and all relevant data to... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Added check-point file. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Much smaller nonce means much more to calculate + logge... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Add all found hashes as "block hashes". |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Also display iterations per second. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Removed hashesPerBlock display + reduced blocked size... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | Correct hash rate calculation. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Roland Häder | This might be more correct calculation. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Roland Haeder | Don't increment nonce after block was found, some other... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Roland Haeder | Taken care of possible usage of uninitialized variable... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Roland Haeder | Added a lot stuff + initial "block miner". |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Roland Haeder | Some improvements to "genesis" hash. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Roland Haeder | Merge branch 'contrib' |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Roland Haeder | Moved for merge preparation. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Roland Haeder | Added translateBooleanToYesNo(). |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Roland Haeder | Added new exception code (please cleanup others!). |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Roland Haeder | Simplified some code + fixed set/get usage (should... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Roland Haeder | Improved logger. |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Roland Haeder | Tried to make debugger instance more singleton. |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Roland Haeder | Improved some debug messages with method's name. |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Roland Haeder | Log also whole data. |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Roland Haeder | Added exit; after all trigger_error() calls. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Roland Haeder | Was to noisy. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Roland Haeder | Commented out noisy debug lines. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Roland Haeder | Opps, forgot to return value + more logging. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Roland Haeder | Added more debug lines + missing super method. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Roland Haeder | Also this static. :-( |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Roland Haeder | Added missing methods to interface and added newly... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Roland Haeder | Added missing method. |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Roland Haeder | Added removeNonPublicDataFromArray(). |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Roland Haeder | The previous way didn't work, as the variable stack... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Roland Haeder | Added injectConfigVariables(), please do use with great... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Roland Haeder | Little resorting of public methods: all variable-relate... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Roland Haeder | Moved regex to variable. |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Roland Haeder | Converted more double-quotes to single. This causes... |
commit | commitdiff | tree | snapshot |
next |