summaryrefslogtreecommitdiffstats
path: root/fb-upload.c.in
AgeCommit message (Collapse)AuthorFilesLines
2011-06-04remove dependency on curl binaryFlorian Pritz1-237/+0
fb-upload is now called fb-helper which supports downloading and uploading Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-05-13time out after 30 sec of stalled uploadv0.7.3Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-05-06don't clear line when printing errorsFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-05-06handle libcurl errorsFlorian Pritz1-1/+11
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-04-19fix segfault in format_bytesv0.7.2Florian Pritz1-2/+13
0 or very big values can cause unwanted behavior so fall back to the highest suffix for big ones or to bytes for small ones. Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-03-23rename fb.c.in -> fb-upload.c.inFlorian Pritz1-0/+214
Signed-off-by: Florian Pritz <bluewind@server-speed.net>