| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Made header length a variable so we can change it later if needed | Steve Slaven | 2009-08-04 | 1 | -4/+6 |
|
|
* | Added more logging, fixed error with storage size for block length | Steve Slaven | 2009-08-04 | 1 | -3/+18 |
|
|
* | Added note about fsck | Steve Slaven | 2009-08-04 | 1 | -0/+3 |
|
|
* | Don't use a stream class for now | Steve Slaven | 2009-08-04 | 1 | -3/+5 |
|
|
* | Fix deserialize name | Steve Slaven | 2009-08-04 | 1 | -1/+1 |
|
|
* | Added binary format chunk serializer | Steve Slaven | 2009-08-04 | 2 | -1/+74 |
|
|
* | Namespace/module fixes | Steve Slaven | 2009-08-04 | 1 | -3/+3 |
|
|
* | Namespace/module fixes | Steve Slaven | 2009-08-04 | 2 | -2/+8 |
|
|
* | Added storage switch back in | Steve Slaven | 2009-08-04 | 1 | -3/+8 |
|
|
* | Fix namespace problem | Steve Slaven | 2009-08-04 | 3 | -5/+5 |
|
|
* | Fix some missing symbols | Steve Slaven | 2009-08-04 | 1 | -2/+4 |
|
|
* | Use the new chunk storage | Steve Slaven | 2009-08-04 | 1 | -1/+4 |
|
|
* | Chunk storage handlers | Steve Slaven | 2009-08-04 | 3 | -0/+197 |
|
|
* | Split up main classes | Steve Slaven | 2009-08-04 | 5 | -982/+769 |
|
|
* | Use some more printf like % stuff instead of str()before-class-split | Steve Slaven | 2009-07-29 | 1 | -6/+6 |
|
|
* | Eliminated some more str() stuff | Steve Slaven | 2009-07-29 | 1 | -6/+9 |
|
|
* | Changed debug to use param args instead of way too much + str() | Steve Slaven | 2009-07-29 | 1 | -76/+72 |
|
|
* | Use "best" cpickle format | Steve Slaven | 2009-07-29 | 1 | -1/+1 |
|
|
* | More notes/thoughts | Steve Slaven | 2009-07-29 | 1 | -1/+8 |
|
|
* | Changed default log level | Steve Slaven | 2009-07-29 | 1 | -1/+1 |
|
|
* | Some thoughts/info on stuff that should be done some day | Steve Slaven | 2009-07-29 | 1 | -0/+53 |
|
|
* | Be more explicit about saving chunks, since some other parts of the code | Steve Slaven | 2009-07-29 | 1 | -2/+8 |
|
|
* | Catch when size == truncate size, some more debugging stuff | Steve Slaven | 2009-07-29 | 1 | -2/+4 |
|
|
* | Fixed some off-by-one errors in write when extending the blocks with nulls | Steve Slaven | 2009-07-29 | 1 | -3/+6 |
|
|
* | Added some more debug info, assert that our calculated size when saving | Steve Slaven | 2009-07-29 | 1 | -6/+20 |
|
|
* | More fixes to ftruncate to expand a file which was causing the "fake" mmap | Steve Slaven | 2009-07-28 | 1 | -16/+17 |
|
|
* | This is a workaround for a bug with lseek causing a getattr instead of | Steve Slaven | 2009-07-28 | 1 | -5/+30 |
|
|
* | self.offset was never used | Steve Slaven | 2009-07-28 | 1 | -3/+0 |
|
|
* | Only add O_CREAT if it was passed initially | Steve Slaven | 2009-07-28 | 1 | -1/+5 |
|
|
* | Do create new fh if needed | Steve Slaven | 2009-07-28 | 1 | -1/+1 |
|
|
* | Fix not incrementing blocks while filling | Steve Slaven | 2009-07-28 | 1 | -1/+2 |
|
|
* | Bug fixes to extend via seek(), properly setting dirty flag and not trying | Steve Slaven | 2009-07-28 | 1 | -4/+12 |
|
|
* | Always open the main fh for serialization in rw mode | Steve Slaven | 2009-07-28 | 1 | -4/+8 |
|
|
* | Fixed log message and added log message for serialization | Steve Slaven | 2009-07-28 | 1 | -3/+6 |
|
|
* | Added an exception printer on the file setup since it seems to crash there | Steve Slaven | 2009-07-28 | 1 | -12/+10 |
|
|
* | Fix flag detection (rdonly,rdrw,etc), fix some variables shadowing | Steve Slaven | 2009-07-28 | 1 | -39/+50 |
|
|
* | Fix checking for debug level to output lots of data to use the logger level | Steve Slaven | 2009-07-28 | 1 | -7/+7 |
|
|
* | Changed to log to stderr | Steve Slaven | 2009-07-28 | 1 | -1/+1 |
|
|
* | Use the logging package instead of dmsg | Steve Slaven | 2009-07-28 | 1 | -108/+110 |
|
|
* | Modify ftruncate to allow growing or shrinking to a size other than 0 | Steve Slaven | 2009-07-28 | 1 | -5/+64 |
|
|
* | Modified to open a fh at the init using the mode requested, and just | Steve Slaven | 2009-07-28 | 1 | -26/+45 |
|
|
* | A workaround attempt to fix opening a file for writing then changing it to | Steve Slaven | 2009-07-28 | 1 | -3/+22 |
|
|
* | Allow switching chunk styles | Steve Slaven | 2009-07-24 | 1 | -2/+13 |
|
|
* | Testing out using zip files for chunk storage to eliminate some of the huge | Steve Slaven | 2009-07-24 | 1 | -3/+103 |
|
|
* | Fixed some pylint/pychecker/pyflakes errors | Steve Slaven | 2009-07-24 | 1 | -10/+7 |
|
|
* | Re-enable gzipfinal-demand-chunking-before-merge | Steve Slaven | 2009-07-24 | 1 | -2/+2 |
|
|
* | Fix read bug on buffer boundry, make psyco a flag | Steve Slaven | 2009-07-24 | 1 | -13/+40 |
|
|
* | Fix a bug with writing partial blocks | Steve Slaven | 2009-07-24 | 1 | -2/+10 |
|
|
* | Made stats a flag, moved around flags to group related ones together | Steve Slaven | 2009-07-24 | 1 | -4/+6 |
|
|
* | Added a flag that basically disables all IO to test for "perfect" | Steve Slaven | 2009-07-24 | 1 | -5/+20 |
|
|