Ismael Luceno

Results 41 issues of Ismael Luceno

It would be nice to enable other backends for the plugin, like the original libdbus. BTW, the dependency is duplicated; it is stated in the main `CMakeLists.txt` and on the...

It might be useful to detect a redirect loop, not just guess based on the number of tries, but actually check the URL, to allow to fail early and a...

help wanted
feature request
good first issue

Just want to add, I had problems with `dialog` where it would get stuck sometimes and stop updating. I think maybe it was caused by too much / too fast...

enhancement
help wanted
good first issue

- [x] [![Alpine Linux Edge package](https://repology.org/badge/version-for-repo/alpine_edge/axel.svg)](https://git.alpinelinux.org/cgit/aports/tree/main/axel/APKBUILD) --- @ncopa - [ ] [![ALT Linux Sisyphus](https://repology.org/badge/version-for-repo/altsisyphus/axel.svg)](http://sisyphus.ru/en/srpm/axel) - [x] [![Arch Linux](https://repology.org/badge/version-for-repo/arch/axel.svg)](https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/axel) --- @foutrelis - [x] [Buildroot](https://git.buildroot.org/buildroot/tree/package/axel/axel.mk) --- @ismaell - [ ] CentOS -...

``` -p --progress Print simple percentages instead of progress bar (0-100)\n" ```

task

Setup a low ulimit for fds and test with: ``` axel -n 1000 URL ```

https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security

feature request
good first issue

We shouldn't fail unless all URLs return an error.

feature request
good first issue

We don't yet support this. PR #49 doesn't handle it correctly. This needs to be handled differently from regular HTTP proxying, we need to do a CONNECT and suppress all...

help wanted
feature request

The code should try to read as much as possible, so an abstraction is required to use the already read part that is not headers, before continuing reading from the...

help wanted