Age | Commit message (Expand) | Author | Lines |
2011-06-12 | Raps2.pm: Minor documentation structure change | Daniel Friesel | -17/+41 |
2011-06-11 | Raps2.pm: pw_add / pw_get: Accept either filename or account name | Daniel Friesel | -0/+17 |
2011-06-08 | App/Raps2: Run sanity_check and load_config in new | Daniel Friesel | -8/+14 |
2011-06-07 | Raps2/Password: Accept salt for encrypt/decrypt, makes Raps2.pm less messy | Daniel Friesel | -22/+25 |
2011-06-02 | raps2: Print error message when called with an invalid action | Daniel Friesel | -0/+1 |
2011-06-02 | App/Raps2.pm: Add pw_add / pw_get methods | Daniel Friesel | -22/+56 |
2011-06-02 | Remove Pod::Coverage tests, Devel::Cover works better for me | Daniel Friesel | -13/+0 |
2011-05-23 | Specify Test::Pod::Coverage version, tidy App::Raps2::UI | Daniel Friesel | -3/+3 |
2011-05-21 | Add Pod::Coverage test | Daniel Friesel | -0/+13 |
2011-05-20 | App/Raps2: make_path takes multiple arguments | Daniel Friesel | -2/+1 |
2011-05-20 | Syntax cleanup | Daniel Friesel | -427/+455 |
2011-05-20 | Mock Term::ReadLine so the App::Raps2 test runs fine without a tty | Daniel Friesel | -3/+13 |
2011-05-18 | Release v0.30.3 | Daniel Friesel | -13/+16 |
2011-05-18 | App/Raps2/Password: salt: Always return | Daniel Friesel | -7/+7 |
2011-05-18 | raps2 list: Sort by account name | Daniel Friesel | -1/+3 |
2011-05-18 | App::Raps2::UI documentation | Daniel Friesel | -0/+94 |
2011-05-18 | App::Raps2::Password documentation | Daniel Friesel | -0/+110 |
2011-05-18 | App/raps2: 'or die' is not needed, write_file has internal error handling | Daniel Friesel | -6/+3 |
2011-05-18 | Do not use autodie | Daniel Friesel | -8/+7 |
2011-05-17 | App::Raps2::Password: Simplify conditionals | Daniel Friesel | -2/+2 |
2011-05-17 | Move create_salt to App::Raps2::Password, make $pw->salt() return current salt | Daniel Friesel | -51/+34 |
2011-05-17 | Add "raps2 edit" | Daniel Friesel | -14/+76 |
2011-05-16 | Use Term::ReadLine instead of builtin readline | Daniel Friesel | -11/+18 |
2011-05-16 | Add "raps2 del" | Daniel Friesel | -0/+23 |
2011-05-13 | Add raps2 list to documentation | Daniel Friesel | -0/+4 |
2011-05-13 | Build.PL: sign builds | Daniel Friesel | -0/+1 |
2011-05-13 | Release v0.20.2 | Daniel Friesel | -8/+9 |
2011-05-13 | sed -r "s/\{'([^']+)'}/\{\1}/g" | Daniel Friesel | -51/+51 |
2011-05-13 | lib: We don't export anything, so do not use Exporter | Daniel Friesel | -6/+0 |
2011-05-13 | Update changelog + slight documentation syntax improvement | Daniel Friesel | -6/+7 |
2011-05-13 | App::Raps2: Make create_salt and file_to_hash oop-ish as well | Daniel Friesel | -59/+71 |
2011-05-13 | Add raps2 list | Daniel Friesel | -1/+32 |
2011-05-13 | Build.PL: Specify required File::Path version (earlier ones miss make_path) | Daniel Friesel | -1/+1 |
2011-05-11 | Update gitigonre, remove autogenerated MANIFEST | Daniel Friesel | -62/+6 |
2011-05-06 | Fix XDG_{CONFIG,DATA}_HOME handling bug (use File::BaseDir for it). thx mxey | Daniel Friesel | -3/+12 |
2011-05-06 | Release v0.10.1 | Daniel Friesel | -1/+10 |
2011-05-06 | Documentation/Version fixes | Daniel Friesel | -1/+10 |
2011-05-06 | Change distribution name to App-Raps2 | Daniel Friesel | -1/+1 |
2011-05-06 | Some documentation work | Daniel Friesel | -0/+114 |
2011-04-17 | App::Raps2::UI::output: Values may be undefined, avoid warnings | Daniel Friesel | -1/+2 |
2011-04-10 | Add raps2 get (to clipboard) | Daniel Friesel | -10/+36 |
2011-04-04 | Test::Exception -> Test::Fatal | Daniel Friesel | -28/+30 |
2011-04-04 | Forgot to add t/in/hash (needed for App::Raps2 test) | Daniel Friesel | -0/+2 |
2011-04-04 | Slightly extend App::Raps2 test | Daniel Friesel | -1/+10 |
2011-04-03 | t/20-app-raps2-password.t: Tests for ->salt() | Daniel Friesel | -2/+52 |
2011-04-03 | t/20-app-raps2-password.t: Better Test::Exception syntax | Daniel Friesel | -16/+48 |
2011-04-03 | Use confess instead of return undef, Test::Exception for App::Raps2::Password... | Daniel Friesel | -31/+29 |
2011-04-02 | Switch to App::Raps2. Still missing documentation, errorchecking and tests | Daniel Friesel | -318/+461 |
2011-03-04 | Change README | Daniel Friesel | -7/+17 |
2011-03-04 | Add COPYING / Changelog / README | Daniel Friesel | -0/+28 |