| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from | jtimon | 2014-10-27 | 1 | -130/+0 |
| | | | | | core) with it | ||||
| * | script: add a slew of includes all around and drop includes from script.h | Cory Fields | 2014-10-17 | 1 | -0/+2 |
| | | | | | Lots of files ended up with indirect includes from script.h. | ||||
| * | script: move CScriptID to standard.h and add a ctor for creating them from ↵ | Cory Fields | 2014-10-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | CScripts This allows for a reversal of the current behavior. This: CScript foo; CScriptID bar(foo.GetID()); Becomes: CScript foo; CScriptID bar(foo); This way, CScript is no longer dependent on CScriptID or Hash(); | ||||
| * | cleanup new script files (no code changes) | Philip Kaufmann | 2014-09-14 | 1 | -2/+2 |
| | | | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license | ||||
| * | Separate CScriptCompressor | jtimon | 2014-09-08 | 1 | -0/+127 |