summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-03Minimize what goes through eval (fixes a bug where eval claims the syntax in ...Bo Ørsted Andresen
2007-05-16Remove a lot of double quotes and curly brackets where they are unnecessary. ...Bo Ørsted Andresen
2007-05-14Use LC_ALL instead of LC_MESSAGES. If the user has LC_ALL set that overrides ...Bo Ørsted Andresen
2007-04-25Add detection of toobig.html to verifyurl(). Add max lines check for rafb in ...Bo Ørsted Andresen
2007-04-09Add that configs can be in {,/*.bash} too..Bo Ørsted Andresen
2007-04-09Set @VERSION@ as version.Bo Ørsted Andresen
2007-04-09Fix detection of ${VERBOSE}.Bo Ørsted Andresen
2007-04-09Use LC_MESSAGES=C for wget.Bo Ørsted Andresen
2007-04-04Simplify postdata() a bit.Bo Ørsted Andresen
2007-04-03Collapse on more [[ ]] || [[ ]].Bo Ørsted Andresen
2007-04-03Convert '=true' to '=0'. Remove a few more quotes and collapse [[ .. ]] && [[...Bo Ørsted Andresen
2007-04-03Remove some underscored. ;)Bo Ørsted Andresen
2007-04-03Remove a lot of useless quoting in [[ ]]. Those aren't subjected to word spli...Bo Ørsted Andresen
2007-03-22Get rid of print(). It wastes too much space for no good reason. cat <<EOF is...Bo Ørsted Andresen
2007-03-21Move the --debug handling to the first argement pass.Bo Ørsted Andresen
2007-03-21Allow /etc/wgetpaste and ~/.wgetpaste to be directories populated with *.bash...Bo Ørsted Andresen
2007-03-21Fix verify count. Sort list of services.Bo Ørsted Andresen
2007-03-20Stop using fail() as it's broken and fixing it doesn't make sense anymore.Bo Ørsted Andresen
2007-03-20Fix verify_url() for the case when both ${KNOWN} and ${URL} are empty.Bo Ørsted Andresen
2007-03-20Only use indexes in for loops when they are actually needed.Bo Ørsted Andresen
2007-03-20Get rid of header(), show_languages() and show_expiration_options(). show() i...Bo Ørsted Andresen
2007-03-20Don't evaluate more than necessary in warn_size().Bo Ørsted Andresen
2007-03-20Oops.Bo Ørsted Andresen
2007-03-20Make more vars local where they should be. Move verify(). Rename show_usage()...Bo Ørsted Andresen
2007-03-20Reverse ${service}_REGEX arrays.Bo Ørsted Andresen
2007-03-20Fix --list-services. Add support for showing the engine of each service with ...Bo Ørsted Andresen
2007-03-20Add engine to each ${service} array and use ENGINE instead of SERVICE. This a...Bo Ørsted Andresen
2007-03-20Make get_url() and convert_to_raw() independent of choice of service. Define ...Bo Ørsted Andresen
2007-03-20Make post_data() independent of choice of service. Define POST data format in...Bo Ørsted Andresen
2007-03-20Put input for warn_size() and verify_url() in ${service}_WARNS arrays rather ...Bo Ørsted Andresen
2007-03-20Generalize show() and use it in show_languages() and show_expiration_options(...Bo Ørsted Andresen
2007-03-20Use verify() directly instead of verify_language() and verify_expiration(). D...Bo Ørsted Andresen
2007-03-20Define urls for each service in a var for that service rather than SERVICE_UR...Bo Ørsted Andresen
2007-03-20Major reordering of service definitions and functions.Bo Ørsted Andresen
2007-03-20Fix -- handling. Die on unrecognized options.Bo Ørsted Andresen
2007-03-14Use ((i++)) instead of let "i++".Bo Ørsted Andresen
2007-03-14Change header a bit.Bo Ørsted Andresen
2007-03-14Use a print() function to print multiple lines with die() or show_usage(). Tw...Bo Ørsted Andresen
2007-03-14Further optimizations for size. Fix bug with verify() counting from 0 instead...Bo Ørsted Andresen
2007-03-14Make it possible to configure --info(-only) to run something else than `emerg...Bo Ørsted Andresen
2007-03-13Fix a couple of typos.Bo Ørsted Andresen
2007-03-09Use die whereever it's feasible. Optimize the options reordering.Bo Ørsted Andresen
2007-03-09Fix support for multiple files specified after --Bo Ørsted Andresen
2007-03-09Make it easy to paste multiple files.Bo Ørsted Andresen
2007-03-09A few more optimizations and changed error handling. show_usage is no longer ...Bo Ørsted Andresen
2007-03-09Optimize for size even more with show() and verify(). Merged from branches/ge...Bo Ørsted Andresen
2007-03-08Merge optimizations (for size) from the getopts branch.Bo Ørsted Andresen
2007-03-07Use == instead of =~. This is more reliable and works with Bash 2.05.Bo Ørsted Andresen
2007-03-07A few optimizations.Bo Ørsted Andresen
2007-03-07Allow short options to be grouped. Convert --long-opt=foo to --long-opt foo.Bo Ørsted Andresen