Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-18 | fb.py: Humanize sizes in history output | Florian Pritz | 1 | -2/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Drop Enum dependency in favor of python2 | Florian Pritz | 1 | -2/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Adjust shebang to convention | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Allow for missing config file | Florian Pritz | 1 | -8/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Ignore missing clipboard commands | Florian Pritz | 1 | -2/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Use version variable from Makefile | Florian Pritz | 1 | -2/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | Drop old fb-client and adjust Makefile | Florian Pritz | 4 | -913/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.1: Update documentation for v2 | Florian Pritz | 1 | -24/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: makedirs: Check if dir already exists | Florian Pritz | 1 | -2/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-14 | fb.py: display_history: Handle multipastes | Florian Pritz | 1 | -4/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-14 | fb.py: Use correct config field for max request size | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-13 | Add first version of fb-client v2v2.0.0.alpha.1 | Florian Pritz | 1 | -0/+573 | |
Granted, this is pretty complete for a first commit... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-07-27 | Automatically create multipastev1.5.0 | Florian Pritz | 2 | -2/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-06-17 | Use bash regex instead of sed -rv1.4.3 | Florian Pritz | 1 | -2/+3 | |
sed -r is not supported on OS X and using bash actually makes the code easier. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-03 | fb-helper: Enable response compressionv1.4.2 | Florian Pritz | 1 | -0/+2 | |
This especially improves speed when displaying long histories. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-11-19 | Remove tempfile in do_uploadv1.4.1 | Florian Pritz | 1 | -0/+1 | |
This would upload the data.* files if one runs `fb -m $url1 $url2` Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Support multipastesv1.4 | Florian Pritz | 3 | -12/+79 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Remove one more mention of netrc | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-20 | Update manpage: deprecate netrc; misc cleanupv1.3.3 | Florian Pritz | 1 | -16/+20 | |
- https instead of http - MiB instead of MB - Tell users to use api keys rathern than netrc Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-19 | Support combining -n and -t to set the tarball namev1.3.2 | Florian Pritz | 2 | -4/+4 | |
This does change the default from upload to stdin, but I don't care. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-08 | Create all required directories for apikeyv1.3.1 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Fix conflict between --data-urlencode and -Fv1.3.0 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Use bash arrays to allow spaces in apikey file path | Florian Pritz | 1 | -18/+18 | |
This also fixes a bug in the shell uploader which used single quotes around the argument to --data-urlencode which sadly doesn't work at all. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Document -a and -H in manpage | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-28 | Create config dir if neededv1.2.1 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-15 | fb-helper: Fix improper handling of failing realloc() in load_file() | Florian Pritz | 1 | -2/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-15 | Makefile: use CC from env if set | Florian Pritz | 1 | -1/+1 | |
Allows us to run scan-build Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Merge branch 'working-split/api-keys' into workingv1.2 | Florian Pritz | 3 | -9/+90 | |
2013-08-11 | Add -a option to generate a new api key | Florian Pritz | 1 | -2/+50 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | make curlopts and useragent global variables | Florian Pritz | 1 | -2/+5 | |
Needed for apikey patch. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Add API key support | Florian Pritz | 3 | -6/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-28 | Added file name option for stdin pastes (-n <file name>)v1.1.4 | Joakim Reinert | 2 | -3/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-16 | Fix syntax errors in manpage | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-11 | fb-helper: Remove forms array; use curl_formadd directlyv1.1.3 | Florian Pritz | 1 | -19/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-11 | fb-helper: Add help output | Florian Pritz | 1 | -1/+22 | |
It is still meant to be only used as a backend for fb-client, but this makes testing easier. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-11 | Default to https | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-14 | Don't save timestamp when gzipping | Florian Pritz | 1 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | fb-helper: exit on unknown option errorv1.1.2 | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | Add debugging support | Florian Pritz | 3 | -2/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | fb-helper: Use getopt | Florian Pritz | 2 | -21/+37 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-27 | Add timeouts to shell clientv1.1.1 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-12 | fb-helper.c: Fix description | Florian Pritz | 1 | -1/+1 | |
This is not a script so don't call it one. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-09 | fb.1: Remove reference to fb_username/fb_password | Florian Pritz | 1 | -1/+1 | |
These options don't exist and shouldn't have been documented. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-27 | Add support for config filev1.1 | Florian Pritz | 2 | -0/+25 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-09 | Lowercase most variable names | Florian Pritz | 1 | -99/+99 | |
I don't like the look of everything being upper case and it certainly complicates writing the variable names. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-09 | Move internal variables further down | Florian Pritz | 1 | -10/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-07 | Makefile: Honor LDFLAGS | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-09-22 | fb-helper: only display progress bar is stderr is a tty | Florian Pritz | 1 | -4/+9 | |
If fb is used in a cronjob we don't care about the progress bar. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-09-22 | fb-helper: initialise *curl and check before cleaning up | Florian Pritz | 1 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-15 | fix netrc line in help messagev1.0.5 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |