Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve performance of metadata readingHEADmaster | Arthur de Jong | 2015-07-03 | 1 | -42/+22 |
* | Print some statistics at end of fsck run | Arthur de Jong | 2015-07-03 | 1 | -0/+7 |
* | Log failed command line | Arthur de Jong | 2015-07-03 | 1 | -2/+4 |
* | Fix logic error in handling --no-extractlists | Arthur de Jong | 2015-07-03 | 1 | -1/+1 |
* | Do not cache full backup contents | Arthur de Jong | 2015-06-30 | 4 | -123/+36 |
* | Name unknown file or directory | Arthur de Jong | 2015-06-30 | 1 | -6/+6 |
* | Refactor out check_archive() function | Arthur de Jong | 2015-06-26 | 1 | -38/+42 |
* | Explicitly specify filename encoding | Arthur de Jong | 2015-06-25 | 1 | -1/+2 |
* | Change metadata information | Arthur de Jong | 2015-06-25 | 6 | -76/+126 |
* | Ensure file lists are written in archive order | Arthur de Jong | 2015-06-21 | 2 | -2/+4 |
* | Split out backend functions from repo | Arthur de Jong | 2015-06-20 | 5 | -85/+127 |
* | Implement --no-extractlists | Arthur de Jong | 2015-06-01 | 2 | -6/+10 |
* | Fix handling of --block-size | Arthur de Jong | 2015-05-30 | 1 | -0/+2 |
* | Add a --clean option to fsck | Arthur de Jong | 2015-05-17 | 2 | -13/+22 |
* | Add an fsck command | Arthur de Jong | 2015-05-17 | 4 | -0/+307 |
* | Use build_extractlist() in select_archives() | Arthur de Jong | 2015-05-15 | 1 | -26/+9 |
* | Implement a restore command | Arthur de Jong | 2015-05-15 | 3 | -0/+165 |
* | Make filters context managers | Arthur de Jong | 2015-05-15 | 4 | -70/+71 |
* | Use GnuPGKeyEncryption for reading passphrase | Arthur de Jong | 2015-05-14 | 1 | -1/+1 |
* | Catch certain problems reading JSON files | Arthur de Jong | 2015-05-07 | 4 | -9/+9 |
* | Implement a --keep option for rm | Arthur de Jong | 2015-05-07 | 2 | -3/+83 |
* | Add extractlists to infofile | Arthur de Jong | 2015-05-07 | 1 | -1/+2 |
* | Check archive existance when resyncing | Arthur de Jong | 2015-05-07 | 2 | -7/+4 |
* | Check that we can read the just written passphrase | Arthur de Jong | 2015-05-07 | 1 | -0/+4 |
* | Change minimum archive usage | Arthur de Jong | 2015-04-10 | 2 | -9/+11 |
* | Refactor out repository and cache | Arthur de Jong | 2015-04-10 | 3 | -467/+513 |
* | Ignore exceptions removing files | Arthur de Jong | 2015-04-08 | 1 | -2/+10 |
* | Improve command-line handling | Arthur de Jong | 2015-04-02 | 2 | -7/+26 |
* | Ingore errors in crawling directories | Arthur de Jong | 2015-04-02 | 1 | -5/+11 |
* | Add option for minimum number of files | Michel Wilson | 2015-03-27 | 2 | -1/+13 |
* | Do not store contents after backup | Arthur de Jong | 2015-03-26 | 1 | -6/+0 |
* | Fix key encryption and uuid property | Arthur de Jong | 2015-03-26 | 1 | -3/+4 |
* | Save a UUID in the repository | Arthur de Jong | 2015-03-16 | 1 | -8/+32 |
* | Auto-detect key encryption | Arthur de Jong | 2015-03-16 | 1 | -22/+12 |
* | Implement a command to remove backups | Arthur de Jong | 2015-03-15 | 2 | -3/+101 |
* | Implement find command | Arthur de Jong | 2015-03-08 | 2 | -0/+50 |
* | Store backup contents in the cache | Arthur de Jong | 2015-03-08 | 2 | -31/+97 |
* | Store backup metadata in the cache | Arthur de Jong | 2015-03-08 | 1 | -37/+111 |
* | Use fetchall() where needed | Arthur de Jong | 2015-03-08 | 2 | -112/+97 |
* | Use better names for tables | Arthur de Jong | 2015-03-02 | 2 | -39/+39 |
* | Rename snapshot to backup | Arthur de Jong | 2015-03-01 | 2 | -46/+48 |
* | Refactor out path-handling functions | Arthur de Jong | 2015-03-01 | 3 | -58/+84 |
* | Refactor out ls module | Arthur de Jong | 2015-03-01 | 2 | -44/+75 |
* | Implement --exclude-from option | Arthur de Jong | 2015-03-01 | 2 | -1/+14 |
* | Implement --exclude option | Arthur de Jong | 2015-03-01 | 3 | -11/+68 |
* | Support both python 2 and 3 | Arthur de Jong | 2015-03-01 | 3 | -45/+45 |
* | Improve database performance | Arthur de Jong | 2015-03-01 | 1 | -63/+111 |
* | Implement a command to list backup contents | Arthur de Jong | 2015-03-01 | 4 | -1/+93 |
* | Implement a command to list backups | Arthur de Jong | 2015-02-21 | 2 | -0/+88 |
* | Improve database performance | Arthur de Jong | 2015-02-21 | 2 | -33/+40 |