Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-08-29 | Support multipastesv1.4 | Florian Pritz | 1 | -6/+21 | |
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-11 | Add API key support | Florian Pritz | 1 | -5/+19 | |
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-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 | 1 | -1/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | fb-helper: Use getopt | Florian Pritz | 1 | -20/+28 | |
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-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-04-04 | Error on 0-byte files | Florian Pritz | 1 | -0/+6 | |
No point in uploading a really empty file and it might even cause confusion to see an empty page when clicking the link. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-04 | fb-helper: properly clean up upon error | Florian Pritz | 1 | -5/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-16 | fb-helper.c: remove "OVER 9000" joke | Florian Pritz | 1 | -3/+1 | |
9000 hours is just over one year and probably nobody is ever going to hit this. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-10 | fb-helper.c: remove unused FORMAT_ARRAY_SIZE define | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-10 | fb-helper.c: change format_bytes() arguments and buffer size | Florian Pritz | 1 | -7/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-10 | fb-helper.c: clean up curl options; set follow location | Florian Pritz | 1 | -2/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-10 | fb-helper.c: remove unused warning for callback parameters | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-10 | fb-helper.c: calculate a moving average of the upload speed | Florian Pritz | 1 | -5/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-10 | fb-helper.c: calculate ETA for the upload | Florian Pritz | 1 | -3/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-01-25 | fb-helper.c: catch read() errors | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-10 | make it more obvious that we convert from micro seconds to seconds | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-10 | remove magic constant | Florian Pritz | 1 | -4/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-10-09 | fb-helper.c: main() to increase readability | Florian Pritz | 1 | -42/+49 | |
This moves some code, removes a big if/else by bailing early and adds comments. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-10-09 | fb-helper.c: improve readability | Florian Pritz | 1 | -9/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-09-15 | use define instead of sed for VERSION expansion in helper | Florian Pritz | 1 | -0/+256 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |