summaryrefslogtreecommitdiffstats
path: root/fb-helper.c.in
AgeCommit message (Collapse)AuthorFilesLines
2011-09-15use define instead of sed for VERSION expansion in helperFlorian Pritz1-256/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-12remove unneeded temp variableFlorian Pritz1-3/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-12rewrite format_bytes()Florian Pritz1-14/+16
This removes the dependency on math.h/libm and is easier to understand. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-12improve error handlingFlorian Pritz1-2/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-08-09refresh progress more oftenFlorian Pritz1-4/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-07-01fb-upload.c: fix synopsisFlorian Pritz1-1/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-26don't include curl/types.hv0.8.1Florian Pritz1-1/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-05fix segfault if called without argumentsFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-04remove dependency on curl binaryFlorian Pritz1-0/+252
fb-upload is now called fb-helper which supports downloading and uploading Signed-off-by: Florian Pritz <bluewind@xinu.at>