My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • Aug 05, 2010
    issue 2 (No information on completion) reported by edhoprima   -   After update disabling background task for wget, there's no longer any indicator on download processes. It must be fixed. Steps: 1. Run script in fetch mode 2. Let it fetch file 3. See how it ended Expected: - nice "done" message Saw: - nothing, not even a newline
    After update disabling background task for wget, there's no longer any indicator on download processes. It must be fixed. Steps: 1. Run script in fetch mode 2. Let it fetch file 3. See how it ended Expected: - nice "done" message Saw: - nothing, not even a newline
  • Aug 05, 2010
    Revision 7b688d7ac5
    (Use "grep -c ." instead of "echo $(wc -l <" evilry. I should...)




    pushed by edhoprima
  • Apr 08, 2010
    Revision da9ee6d2e1
    (- Fix for openssl output parser for generating hashed passwo...)




    pushed by edhoprima
  • Apr 05, 2010
  • Apr 03, 2010
    Planning Wiki page deleted by
  • Mar 14, 2010
    r92 (- version bump ) committed by edhoprima   -   - version bump
    - version bump
  • Mar 13, 2010
    r91 (- for some reason I broke the getopts logic again. Fixed ) committed by edhoprima   -   - for some reason I broke the getopts logic again. Fixed
    - for some reason I broke the getopts logic again. Fixed
  • Mar 08, 2010
    r90 (- fixes on openssl output - no more features will be added ) committed by edhoprima   -   - fixes on openssl output - no more features will be added
    - fixes on openssl output - no more features will be added
  • Dec 27, 2009
    r89 (- Fixed getopts, now that I remember where I take the code f...) committed by edhoprima   -   - Fixed getopts, now that I remember where I take the code from
    - Fixed getopts, now that I remember where I take the code from
  • Dec 14, 2009
    r88 (- Restructured some things. - Removed -- from commands. Repl...) committed by edhoprima   -   - Restructured some things. - Removed -- from commands. Replaced with safe_path command. - Updated help. - All global variables should be initally set at init_globals command.
    - Restructured some things. - Removed -- from commands. Replaced with safe_path command. - Updated help. - All global variables should be initally set at init_globals command.
  • Dec 14, 2009
    r87 (Bugfixes: - Login and password are not always used now. Adde...) committed by edhoprima   -   Bugfixes: - Login and password are not always used now. Added new global variable to check it. - 'export PATH' is now only done if additional path(s) specified. Not really enhancements: - New coding style: - Local variables now start with double underscores and global variables start with single underscore. Both lower letter. - Function name is now snake_case. Camel_And_Snake_Case doesn't actually make sense :> - More comments. Still need to add even more comments.
    Bugfixes: - Login and password are not always used now. Added new global variable to check it. - 'export PATH' is now only done if additional path(s) specified. Not really enhancements: - New coding style: - Local variables now start with double underscores and global variables start with single underscore. Both lower letter. - Function name is now snake_case. Camel_And_Snake_Case doesn't actually make sense :> - More comments. Still need to add even more comments.
  • Nov 21, 2009
    r86 (- Fix basename to escape with / instead of -- (workaround fo...) committed by edhoprima   -   - Fix basename to escape with / instead of -- (workaround for conflict between BSD/GNU/Solaris implementations)
    - Fix basename to escape with / instead of -- (workaround for conflict between BSD/GNU/Solaris implementations)
  • Nov 13, 2009
    r85 (- Replaced md5(sum) with openssl. Less platform dependent be...) committed by edhoprima   -   - Replaced md5(sum) with openssl. Less platform dependent because the tool is same across platforms - Preparation for name-safe file operations. - Sanity against sed - Correctly encoded url (hopefully) - getopts replacing fail hackjob with while and shift - support for login (provided with openssl)
    - Replaced md5(sum) with openssl. Less platform dependent because the tool is same across platforms - Preparation for name-safe file operations. - Sanity against sed - Correctly encoded url (hopefully) - getopts replacing fail hackjob with while and shift - support for login (provided with openssl)
  • Jul 18, 2009
    r84 (fix for FreeBSD) committed by edhoprima   -   fix for FreeBSD
    fix for FreeBSD
  • Jul 18, 2009
    Planning Wiki page edited by edhoprima
  • Jul 02, 2009
    r82 (revert back to [) committed by edhoprima   -   revert back to [
    revert back to [
  • Jul 02, 2009
    r81 (most bugs fixed now) committed by edhoprima   -   most bugs fixed now
    most bugs fixed now
  • Jul 02, 2009
    r80 (wrong rule caused mass headache) committed by edhoprima   -   wrong rule caused mass headache
    wrong rule caused mass headache
  • Jul 02, 2009
    r79 (debugging) committed by edhoprima   -   debugging
    debugging
  • Jul 02, 2009
    r78 (cutfix) committed by edhoprima   -   cutfix
    cutfix
  • Jul 02, 2009
    r77 (broken!) committed by edhoprima   -   broken!
    broken!
  • Jul 02, 2009
    r76 (screwup fix) committed by edhoprima   -   screwup fix
    screwup fix
  • Jul 02, 2009
    r75 (did I say 'mess up'? Bugfix) committed by edhoprima   -   did I say 'mess up'? Bugfix
    did I say 'mess up'? Bugfix
  • Jul 02, 2009
    r74 (major cleanup part2. also called major mess up part 2.) committed by edhoprima   -   major cleanup part2. also called major mess up part 2.
    major cleanup part2. also called major mess up part 2.
  • Jul 02, 2009
    r73 (major cleanup. tweaking. untested) committed by edhoprima   -   major cleanup. tweaking. untested
    major cleanup. tweaking. untested
  • Jun 30, 2009
    r72 (working around limit) committed by edhoprima   -   working around limit
    working around limit
  • Jun 29, 2009
    r71 (tagged - fix: count folder doesn't work on empty folder (mes...) committed by edhoprima   -   tagged - fix: count folder doesn't work on empty folder (messed up when removing 'cd' usage)
    tagged - fix: count folder doesn't work on empty folder (messed up when removing 'cd' usage)
  • Jun 29, 2009
    r70 (fix: count folder doesn't work on empty folder (messed up wh...) committed by edhoprima   -   fix: count folder doesn't work on empty folder (messed up when removing 'cd' usage)
    fix: count folder doesn't work on empty folder (messed up when removing 'cd' usage)
  • Jun 29, 2009
    r69 (tagged) committed by edhoprima   -   tagged
    tagged
  • Jun 29, 2009
    r68 (update to 0.2) committed by edhoprima   -   update to 0.2
    update to 0.2
  • Jun 29, 2009
    r67 (forgot to remove extra echo) committed by edhoprima   -   forgot to remove extra echo
    forgot to remove extra echo
  • Jun 29, 2009
    r66 (more aesthetics fix) committed by edhoprima   -   more aesthetics fix
    more aesthetics fix
  • Jun 29, 2009
    r65 (fix) committed by edhoprima   -   fix
    fix
  • Jun 29, 2009
    r64 (final progress version) committed by edhoprima   -   final progress version
    final progress version
  • Jun 29, 2009
    r63 (lolfixes) committed by edhoprima   -   lolfixes
    lolfixes
  • Jun 29, 2009
    r62 (now with useless animation) committed by edhoprima   -   now with useless animation
    now with useless animation
  • Jun 29, 2009
    r61 (cleanup. speed) committed by edhoprima   -   cleanup. speed
    cleanup. speed
  • Jun 29, 2009
    r60 (speed?) committed by edhoprima   -   speed?
    speed?
  • Jun 29, 2009
    r59 (egrep is not grep) committed by edhoprima   -   egrep is not grep
    egrep is not grep
  • Jun 29, 2009
    r58 (scrapping grep -vf) committed by edhoprima   -   scrapping grep -vf
    scrapping grep -vf
  • Jun 29, 2009
    r57 (purge ls) committed by edhoprima   -   purge ls
    purge ls
  • Jun 29, 2009
    r56 (ls replacement fail) committed by edhoprima   -   ls replacement fail
    ls replacement fail
  • Jun 29, 2009
    r55 (another escapee) committed by edhoprima   -   another escapee
    another escapee
  • Jun 29, 2009
    r54 (one sed rule escaped from migration) committed by edhoprima   -   one sed rule escaped from migration
    one sed rule escaped from migration
  • Jun 29, 2009
    r53 (cleanup~) committed by edhoprima   -   cleanup~
    cleanup~
  • Jun 29, 2009
    r52 (test migration to printf) committed by edhoprima   -   test migration to printf
    test migration to printf
  • Jun 29, 2009
    r51 (proper way to empty file) committed by edhoprima   -   proper way to empty file
    proper way to empty file
  • Jun 29, 2009
    r50 (- Documentation - Cleanup) committed by edhoprima   -   - Documentation - Cleanup
    - Documentation - Cleanup
  • Jun 28, 2009
    r49 (blargh. It's getting annoying) committed by edhoprima   -   blargh. It's getting annoying
    blargh. It's getting annoying
  • Jun 28, 2009
    r48 (more noclean support code) committed by edhoprima   -   more noclean support code
    more noclean support code
 
Powered by Google Project Hosting