View | Annotate | Download (5.3 KB)
Added --globoff to curl options
fixes #79
Now cleans up directory
No longer distinguish between temporary and permanent failure
I was never entirely confident in this code anyway. Now we have a better way to handle retrying later as well.
More MissingH transition
First set of updates for MissingH 0.18
Bugfix new message-saving code
Capture curl messages by using pOpen3 for better display later
Refactor to make data types more sane and move common code into DownloadQueue.hs
Fix compilation errors in Download.hs
Commented DownloadTok type
Streamline types and add checkDownloadSize
Starting work on making downloads run in the background
Syntax fix
Typo fix
Only pass along -K when curlrc exists #382865
Return error when no download is seen
Before this patch, hpodder would crash in this instance
Compile error fixes
Better handling of Ctrl-C and exits
Compile fixes
Fix exit code type handling
Update for new posixRawSystem
Process curlrc
Update curl options
More checkpointing
Initial work on Update
More hspod -> hpodder renaming
Lots o updates
Added Download capability Added support for per-command long help Added Update command skeleton Added global info to pass to commands