index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
215
-981
/
+983
*
methods/aptmethod.h: Add missing fileutl.h include
Julian Andres Klode
2017-07-12
1
-0
/
+1
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
57
-57
/
+0
*
Handle supported components with slashes in sources.list
Apollon Oikonomopoulos
2017-07-12
2
-7
/
+12
*
fix various typos reported by codespell & spellintian
David Kalnischkies
2017-07-08
17
-17
/
+17
*
Italian manpage translation update
Beatrice Torracca
2017-07-08
1
-238
/
+213
*
don't expect more downloads from failed transactions
David Kalnischkies
2017-07-07
1
-0
/
+2
*
zh_CN.po: update Simplified Chinese programs translation
Zhou Mo
2017-07-04
1
-19
/
+16
*
Release 1.5~beta1
1.5_beta1
Julian Andres Klode
2017-07-03
57
-122
/
+128
*
Russian translation update
Алексей Шилин
2017-07-03
1
-16
/
+17
*
Stop bragging about old speeds in http.cc comments
Julian Andres Klode
2017-07-03
1
-8
/
+0
*
formatter: support running from subdirectories
David Kalnischkies
2017-07-03
1
-0
/
+1
*
don't set ip addresses as server names for SNI
David Kalnischkies
2017-07-03
1
-2
/
+12
*
Swap file descriptors before the handshake
Julian Andres Klode
2017-07-03
1
-2
/
+4
*
Do not error out, only warn if ca certificates are not available
Julian Andres Klode
2017-07-03
1
-5
/
+5
*
tls: Add more details to error messages, and detect more errors
Julian Andres Klode
2017-07-03
1
-9
/
+11
*
travis/docker: Various improvements
Julian Andres Klode
2017-07-02
2
-3
/
+4
*
Ignore download order in test-apt-update-failure-propagation
Julian Andres Klode
2017-07-01
1
-17
/
+2
*
http: A response with Content-Length: 0 has no content
Julian Andres Klode
2017-07-01
1
-1
/
+4
*
Make Verify-Host and Verify-Peer independent again
Julian Andres Klode
2017-07-01
1
-2
/
+2
*
Upload 1.5~alpha4 to experimental
1.5_alpha4
Julian Andres Klode
2017-06-30
5
-6
/
+22
*
shippable: Run tests in parallel
Julian Andres Klode
2017-06-30
1
-2
/
+2
*
CMake: Do not allow FORCE_CURL=ON with WITH_CURL=OFF
Julian Andres Klode
2017-06-30
1
-1
/
+4
*
TLS support: Error out on unsupported curl options
Julian Andres Klode
2017-06-30
1
-2
/
+4
*
Improve closing the TLS connection
Julian Andres Klode
2017-06-30
1
-3
/
+3
*
Switch to 'http' as the default https method
Julian Andres Klode
2017-06-30
11
-15
/
+39
*
travis: Switch to Docker
Julian Andres Klode
2017-06-30
2
-26
/
+23
*
Allow http(s) and socks5h for http and https in proxy auto detect
Julian Andres Klode
2017-06-30
1
-1
/
+16
*
http: Add support for https:// proxies
Julian Andres Klode
2017-06-30
1
-3
/
+8
*
http: Add support for CONNECT proxying to HTTPS locations
Julian Andres Klode
2017-06-30
3
-1
/
+132
*
Allow running the TLS stack on any lower connection
Julian Andres Klode
2017-06-30
1
-1
/
+19
*
Reset failure reason when connection was successful
Julian Andres Klode
2017-06-30
2
-2
/
+4
*
Upload 1.5~alpha3 to experimental
1.5_alpha3
Julian Andres Klode
2017-06-30
15
-16
/
+23
*
Don't read CaInfo if not specified (missing else)
Julian Andres Klode
2017-06-30
1
-0
/
+1
*
Upload 1.5~alpha2 to experimental
1.5_alpha2
Julian Andres Klode
2017-06-29
15
-16
/
+35
*
Build-Depend on debhelper (>= 10) to shut up lintian
Julian Andres Klode
2017-06-29
1
-1
/
+1
*
Bump Standards-Version (and wrap-and-sort a bit)
Julian Andres Klode
2017-06-29
1
-3
/
+3
*
http: Only use system CA store if CaInfo is not set
Julian Andres Klode
2017-06-29
1
-7
/
+10
*
Demote gnupg to Suggests
Julian Andres Klode
2017-06-29
1
-1
/
+2
*
Have apt Recommend ca-certificates
Julian Andres Klode
2017-06-29
1
-1
/
+1
*
Improve error message if system CA store is empty
Julian Andres Klode
2017-06-29
1
-1
/
+4
*
fix a "critical" typo in old changelog entry
Robert Luberda
2017-06-29
1
-1
/
+1
*
use port from SRV record instead of initial port
David Kalnischkies
2017-06-29
1
-1
/
+5
*
support tor+https being handled by http
David Kalnischkies
2017-06-28
2
-4
/
+18
*
Upload 1.5~alpha1 to experimental
1.5_alpha1
Julian Andres Klode
2017-06-28
60
-847
/
+3385
*
Strip 0: epochs from the version hash
Julian Andres Klode
2017-06-28
2
-0
/
+49
*
Merge branch 'feature/releaseinfochange'
David Kalnischkies
2017-06-28
17
-58
/
+416
|
\
|
*
ask for releaseinfo change interactively in apt
David Kalnischkies
2017-06-28
6
-13
/
+42
|
*
allow frontends to override releaseinfo change behaviour
David Kalnischkies
2017-06-28
3
-30
/
+105
|
*
show a Release-Notes URI if infos were changed
David Kalnischkies
2017-06-28
5
-2
/
+22
[next]