Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.8.0~beta11.8.0_beta1 | Julian Andres Klode | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | Release 1.8.0~alpha3.11.8.0_alpha3.1 | Julian Andres Klode | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Release 1.8.0~alpha31.8.0_alpha3 | Julian Andres Klode | 2018-12-18 | 1 | -1/+1 |
| | |||||
* | Release 1.8.0~alpha21.8.0_alpha2 | Julian Andres Klode | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Release 1.8.0~alpha11.8.0_alpha1 | Julian Andres Klode | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Release 1.7.01.7.0 | Julian Andres Klode | 2018-10-07 | 1 | -1/+1 |
| | |||||
* | Release 1.7.0~rc21.7.0_rc2 | Julian Andres Klode | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Release 1.7.0~rc1 to unstable1.7.0_rc1 | Julian Andres Klode | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Release 1.7.0~alpha31.7.0_alpha3 | Julian Andres Klode | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | Release 1.7.0~alpha21.7.0_alpha2 | Julian Andres Klode | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | Release 1.7.0~alpha11.7.0_alpha1 | Julian Andres Klode | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Avoid implicitly promotion of float to double | David Kalnischkies | 2018-05-05 | 1 | -0/+1 |
| | | | | | Reported-By: gcc -Wdouble-promotion Gbp-Dch: Ignore | ||||
* | Release 1.7.0~alpha0 to experimental1.7.0_alpha0 | Julian Andres Klode | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Make libzstd optional in CMakeLists.txt, to aid cross-building | Julian Andres Klode | 2018-04-18 | 1 | -1/+1 |
| | | | | | This makes cross-building a bit easier, and also porting to other platforms. | ||||
* | Release 1.6~rc11.6_rc1 | Julian Andres Klode | 2018-04-15 | 1 | -1/+1 |
| | |||||
* | apt-pkg: Add support for zstd | Julian Andres Klode | 2018-03-12 | 1 | -0/+6 |
| | | | | | | | zstd is a compression algorithm developed by facebook. At level 19, it is about 6% worse in size than xz -6, but decompression is multiple times faster, saving about 40% install time, especially with eatmydata on cloud instances. | ||||
* | Release 1.6~beta11.6_beta1 | Julian Andres Klode | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | Release 1.6~alpha71.6_alpha7 | Julian Andres Klode | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Release 1.6~alpha61.6_alpha6 | Julian Andres Klode | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Release 1.6~alpha51.6_alpha5 | Julian Andres Klode | 2017-11-12 | 1 | -1/+1 |
| | |||||
* | Release 1.6~alpha4 | Julian Andres Klode | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Release 1.6~alpha31.6_alpha3 | Julian Andres Klode | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | Release 1.6~alpha21.6_alpha2 | Julian Andres Klode | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Release 1.6~alpha11.6_alpha1 | Julian Andres Klode | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh | Julian Andres Klode | 2017-10-22 | 1 | -0/+5 |
| | | | | | | | | | | | | This reduces the number of syscalls to about 140 from about 350 or so, significantly reducing security risks. Also change prepare-release to ignore the architecture lists in the build dependencies when generating the build-depends package for travis. We might want to clean up things a bit more and/or move it somewhere else. | ||||
* | Drop curl method and apt-transport-https package | Julian Andres Klode | 2017-09-24 | 1 | -16/+0 |
| | | | | | This automatically removes any old apt-transport-https, as apt now Breaks it unversioned. | ||||
* | Release 1.51.5 | Julian Andres Klode | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | Release 1.5~rc41.5_rc4 | Julian Andres Klode | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | Release 1.5~rc31.5_rc3 | Julian Andres Klode | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | CMake: Mark BZip2, LZMA, and LZ4 as required | Julian Andres Klode | 2017-09-10 | 1 | -3/+3 |
| | | | | | | We do not actually test without these libraries, and it likely would not build without them due to them being NOTFOUND and CMake exiting with an error, so let's just mark them as required. | ||||
* | Release 1.5~rc21.5_rc2 | Julian Andres Klode | 2017-09-09 | 1 | -1/+1 |
| | |||||
* | Directly link against libudev on Linux systems | Julian Andres Klode | 2017-09-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | We previously dlopen()ed it, but it seems painful to do that without any real gain, except for possibly not having libudev in the address space and not having code #ifdefed for Linux. The latter means that we are a bit more likely to break stuff for non-Linux systems now if we play with udev, but at least we don't end up with it silently breaking because of a libudev ABI break. The existing function pointers in the struct were renamed and kept for compat purposes. Fixes Debian/apt#48 Also adjust prepare-release to strip [linux-any] from build-depends for travis. | ||||
* | Release 1.5~rc11.5_rc1 | Julian Andres Klode | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Release 1.5~beta21.5_beta2 | Julian Andres Klode | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Use C++11 threading support instead of pthread | Julian Andres Klode | 2017-07-20 | 1 | -5/+1 |
| | | | | This makes the code easier to read. | ||||
* | Release 1.5~beta11.5_beta1 | Julian Andres Klode | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Upload 1.5~alpha4 to experimental1.5_alpha4 | Julian Andres Klode | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | CMake: Do not allow FORCE_CURL=ON with WITH_CURL=OFF | Julian Andres Klode | 2017-06-30 | 1 | -1/+4 |
| | | | | | | | This makes no sense. We need both entries in the cache, as we check FORCE_CURL in the test suite. Gbp-Dch: ignore | ||||
* | Switch to 'http' as the default https method | Julian Andres Klode | 2017-06-30 | 1 | -0/+1 |
| | | | | | The old curl based method is still available as 'curl', 'curl+http', and 'curl+https'. | ||||
* | Upload 1.5~alpha3 to experimental1.5_alpha3 | Julian Andres Klode | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | Upload 1.5~alpha2 to experimental1.5_alpha2 | Julian Andres Klode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Upload 1.5~alpha1 to experimental1.5_alpha1 | Julian Andres Klode | 2017-06-28 | 1 | -1/+1 |
| | |||||
* | Allow building without curl | Julian Andres Klode | 2017-06-28 | 1 | -3/+9 |
| | | | | | This makes testing easier and prepares us for the transition. | ||||
* | methods: Add HTTPS support to http method, using GnuTLS | Julian Andres Klode | 2017-06-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | The http method will eventually replace the curl-based https method, but for now, this is an opt-in experiment that can be enabled by setting Dir::Bin::Methods::https to "http". Known issues: - We do not support HTTPS proxies yet - We do not support proxying HTTPS connections yet (CONNECT) - IssuerCert and SslForceVersion are unsupported Gbp-Dch: Full | ||||
* | Release 1.4.61.4.6 | Julian Andres Klode | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Release 1.4.51.4.5 | Julian Andres Klode | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Release 1.4.41.4.4 | Julian Andres Klode | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Release 1.4.31.4.3 | Julian Andres Klode | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | Release 1.4.21.4.2 | Julian Andres Klode | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Release 1.4.11.4.1 | Julian Andres Klode | 2017-04-24 | 1 | -1/+1 |
| |