Skip to content

Releases: fangfufu/httpdirfs

1.1.6

07 May 13:03
deb6e42
Compare
Choose a tag to compare
  • Now set a default cache directory
  • path_append() now check for both the existing path and appended path for '/'.
  • Now additionally set CURLMOPT_MAX_HOST_CONNECTIONS to limit the amount of connection HTTPDirFS makes.

1.1.5

27 Apr 04:00
Compare
Choose a tag to compare
  • Refactored curl_multi_perform_once() for lower CPU usage.
  • Added --dl-seg-size command line option.
  • Added --max-seg-count command line option.
  • Added --max-conns command line option.
  • Added --user-agent command line option.
  • Added --retry-wait command line option.

1.1.4

26 Apr 19:10
2d91734
Compare
Choose a tag to compare
  • Bug fixes: After loading a link table from the hard drive, if it contains invalid links, the invalid links will be rechecked. Previously this feature did not work correctly.

1.1.3

26 Apr 15:29
Compare
Choose a tag to compare
  • Now handles HTTP 429 Too Many Requests correctly.
  • When loading a link table from the hard disk, if there are invalid links in the link table, they are rechecked.

1.1.1

25 Apr 07:53
Compare
Choose a tag to compare
  • Changed the DATA_BLK_SZ to 8MB
  • Added Cache_bgdl() to download the next segment in background, after blocks from the second half of the current segment has been requested.

Overall these changes allow the smooth streaming of files, e.g. playback of video files.

Added the permanent cache system

24 Apr 04:12
Compare
Choose a tag to compare

New feature:

  • Added permanent cache feature.

Bug fixes:

  • Fixed memory leak during LinkTable creation.

1.0.4

12 Apr 12:42
d732856
Compare
Choose a tag to compare

Decreased maximum connection to 10, so it doesn't put too much stress on the remote server.

Fixed issue #24 - failure on long directory listings

08 Apr 22:13
Compare
Choose a tag to compare

Thanks to fstirlitz for submitting the bug report!

Fixed issue #23 - Dotfile madness

02 Mar 16:53
bfb82dc
Compare
Choose a tag to compare

Httpdirfs now reads configuration file from ${XDG_CONFIG_HOME}/httpdirfs, rather than ${HOME}/.httpdirfs

Debian package release

25 Jan 13:15
527cad6
Compare
Choose a tag to compare

This version is the one packaged for Debian.

Changes in this version:

  • Fix output of --version/-V
  • Add a manpage
  • Improved Makefile
  • Various other minor improvements
    Thanks Jerome Charaoui (jerome@riseup.net) for providing the patches, and contributing to the project!