index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn if the legacy trusted.gpg keyring is used for verification
Julian Andres Klode
2022-02-22
1
-1
/
+43
*
Spelling fixes
Ville Skyttä
2021-11-27
1
-3
/
+3
*
basehttp: Rename HaveContent's Tristate
Cameron Katri
2021-11-23
2
-22
/
+22
*
Add support for embedding PGP keys into Signed-By in deb822 sources
Julian Andres Klode
2021-10-18
1
-5
/
+29
*
Merge branch 'pu/content-length-0' into 'main'
Julian Andres Klode
2021-10-18
2
-15
/
+28
|
\
|
*
Set haveContent to FALSE on `Content-Length: 0`
Julian Andres Klode
2021-07-01
1
-3
/
+9
|
*
basehttp: Turn HaveContent into a TriState
Julian Andres Klode
2021-07-01
2
-15
/
+22
*
|
Merge branch 'pu/ifrange' into 'main'
Julian Andres Klode
2021-10-18
1
-2
/
+29
|
\
\
|
*
|
Disable HTTP Range usage if varnish < 6.4 is involved
David Kalnischkies
2021-09-16
1
-0
/
+27
|
*
|
Add AllowRange option to disable HTTP Range usage
David Kalnischkies
2021-09-16
1
-2
/
+2
|
|
/
*
/
Use https config on https proxies for http servers
David Kalnischkies
2021-09-13
4
-69
/
+82
|
/
*
Turn TLS handshake issues into transient errors
Julian Andres Klode
2021-05-12
1
-1
/
+1
*
Fix downloads of unsized files that are largest in pipeline
Julian Andres Klode
2021-04-13
1
-0
/
+4
*
Allow merging with empty pdiff patches
David Kalnischkies
2021-03-06
1
-1
/
+5
*
Ensure HTTP status code text has sensible content
David Kalnischkies
2021-02-04
2
-1
/
+4
*
Replace PrintStatus with SendMessage usage
David Kalnischkies
2021-02-04
3
-15
/
+27
*
Use error reporting instead of assert in rred patching
David Kalnischkies
2021-02-04
1
-68
/
+88
*
connect: use ServiceNameOrPort, not Port, as the cache key
Faidon Liambotis
2020-12-23
1
-4
/
+7
*
connect: convert a C-style string to std::string
Faidon Liambotis
2020-12-23
1
-11
/
+8
*
basehttp: also consider Access when a Server's URI
Faidon Liambotis
2020-12-23
1
-1
/
+1
*
Implement encoded URI handling in all methods
David Kalnischkies
2020-12-18
12
-30
/
+57
*
Support compressed output from rred similar to apt-helper cat-file
feature/rred
David Kalnischkies
2020-11-07
1
-2
/
+34
*
Support reading compressed patches in rred direct call modes
David Kalnischkies
2020-11-07
1
-1
/
+1
*
Prepare rred binary for external usage
David Kalnischkies
2020-11-07
2
-45
/
+88
*
Rewrite HttpServerState::Die()
Julian Andres Klode
2020-08-11
1
-28
/
+18
*
http: Fully flush local file both before/after server read
Julian Andres Klode
2020-08-11
3
-19
/
+26
*
http: Do not use non-blocking local I/O
Julian Andres Klode
2020-08-11
1
-10
/
+0
*
http: Restore successful exits from Die()
Julian Andres Klode
2020-08-11
1
-4
/
+6
*
Do not retry on failure to fetch
Julian Andres Klode
2020-08-10
1
-20
/
+13
*
basehttp: Correctly handle non-transient failure from RunData()
Julian Andres Klode
2020-08-05
1
-12
/
+3
*
http: Fix infinite loop on read errors
Julian Andres Klode
2020-08-05
1
-3
/
+10
*
Merge branch 'pu/http-fixes-2' into 'master'
Julian Andres Klode
2020-08-04
1
-1
/
+2
|
\
|
*
http: Always write to the file if there's something to write
Julian Andres Klode
2020-08-04
1
-1
/
+2
*
|
Merge branch 'pu/less-slaves' into 'master'
Julian Andres Klode
2020-08-04
2
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
gpgv: Rename master to primary
Julian Andres Klode
2020-08-04
1
-4
/
+4
|
*
CMake: Rename add_slaves() to add_links()
Julian Andres Klode
2020-07-14
1
-3
/
+3
*
|
http: Redesign reading of pending data
Julian Andres Klode
2020-07-24
1
-10
/
+8
*
|
http: On select timeout, error out directly, do not call Die()
Julian Andres Klode
2020-07-24
1
-1
/
+1
*
|
http: Finish copying data from server to file before sending stuff to server
Julian Andres Klode
2020-07-24
1
-7
/
+7
*
|
http: Die(): Do not flush the buffer, error out instead
Julian Andres Klode
2020-07-24
1
-18
/
+3
*
|
http: Only return false for EOF if we actually did not read anything
Julian Andres Klode
2020-07-24
1
-4
/
+4
*
|
http: Die(): Merge flushing code from Flush()
Julian Andres Klode
2020-07-24
1
-0
/
+5
*
|
http: Always Close() the connection in Die()
Julian Andres Klode
2020-07-24
1
-2
/
+2
|
/
*
Reorder config check before checking systemd for non-interactive http
David Kalnischkies
2020-07-02
1
-9
/
+13
*
Replace some magic 64*1024 with APT_BUFFER_SIZE
Julian Andres Klode
2020-06-23
1
-1
/
+1
*
ubuntu: http: Add non-interactive to user agent if run by systemd
Julian Andres Klode
2020-04-09
2
-2
/
+21
*
cdrom: Remove old udev dlopen stuff
Julian Andres Klode
2020-02-26
1
-1
/
+0
*
Remove code tagged APT_PKG_590, add some missing includes
Julian Andres Klode
2020-02-18
1
-0
/
+1
*
seccomp: Allow recvmmsg_time64() and futex_time64()
Julian Andres Klode
2020-02-10
1
-0
/
+2
*
seccomp: Allow time64 variants (>402,<415) of allowed syscalls
Julian Andres Klode
2020-02-09
1
-0
/
+6
[next]