FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for docker-java-transport-httpclient5 - docker-java/docker-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docker-java
/
docker-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.2k
Code
Issues
41
Pull requests
61
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
docker-java
docker-java-transport-httpclient5
on
3.5.1
User selector
Datepicker
Commit history
Commits on May 13, 2025
Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 (#2436)
Show description for fc731d1
dependabot[bot]
authored
fc731d1
View commit details
Copy full SHA for fc731d1
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
Bump net.java.dev.jna:jna from 5.13.0 to 5.17.0 (#2273)
Show description for 3580299
dependabot[bot]
authored
3580299
View commit details
Copy full SHA for 3580299
View code at this point
Browse repository at this point
Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 (#2272)
Show description for 97ea93b
dependabot[bot]
authored
97ea93b
View commit details
Copy full SHA for 97ea93b
View code at this point
Browse repository at this point
Upgrade Apache HttpClient to version 5.4 (#2364)
Show description for ece155b
ok2c
authored
ece155b
View commit details
Copy full SHA for ece155b
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Remove exclusion and fix httpclient5 compatibility (#2294)
Show description for 3514b3b
Sineaggi
authored
3514b3b
View commit details
Copy full SHA for 3514b3b
View code at this point
Browse repository at this point
Commits on Aug 31, 2023
Bump jna from 5.12.1 to 5.13.0 (#2047)
Show description for 2babed8
dependabot[bot]
authored
2babed8
View commit details
Copy full SHA for 2babed8
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Add Automatic-Module-Name (#1962)
eddumelendez
authored
2c690f3
View commit details
Copy full SHA for 2c690f3
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
Bump jna from 5.8.0 to 5.12.1 (#1898)
Show description for 83f95f0
dependabot[bot]
authored
83f95f0
View commit details
Copy full SHA for 83f95f0
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Relax protocol check in `DefaultDockerClientConfig` (#1818)
bsideup
authored
ddfaf56
View commit details
Copy full SHA for ddfaf56
View code at this point
Browse repository at this point
Commits on Feb 4, 2022
Support path of DOCKER_HOST (#1801)
Show description for d44a7a1
bsideup
authored
d44a7a1
View commit details
Copy full SHA for d44a7a1
View code at this point
Browse repository at this point
Commits on Nov 2, 2021
Fix #1726 by disabling stale connection checking in AHC5 (#1727)
tyge68
authored
c61da29
View commit details
Copy full SHA for c61da29
View code at this point
Browse repository at this point
Commits on Sep 9, 2021
Disable socket timeout of 3min introduced in #1590 (#1702)
bsideup
authored
de2627d
View commit details
Copy full SHA for de2627d
View code at this point
Browse repository at this point
Add java16 unix socket support (#1627)
Show description for dd17358
authored
dd17358
View commit details
Copy full SHA for dd17358
View code at this point
Browse repository at this point
Commits on Jun 17, 2021
Allow overriding timeouts of Apache HttpClient5 transport (#1617)
Show description for 5c6ac25
dmmax
authored
5c6ac25
View commit details
Copy full SHA for 5c6ac25
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
Bump httpclient5 from 5.0 to 5.0.3 (#1590)
Show description for 09b4c96
dependabot[bot]
authored
09b4c96
View commit details
Copy full SHA for 09b4c96
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
Disable httpclient5 connection state tracking to avoid leaks (#1560)
Show description for 5f416a7
internalerror
authored
5f416a7
View commit details
Copy full SHA for 5f416a7
View code at this point
Browse repository at this point
Share the unix socket impl between OkHttp & HttpClient5 (#1566)
bsideup
authored
1da0e3c
View commit details
Copy full SHA for 1da0e3c
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
CI version
bsideup
committed
cd69879
View commit details
Copy full SHA for cd69879
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
pass request body as `byte[]` where possible (#1495)
Show description for 7f97462
bsideup
authored
7f97462
View commit details
Copy full SHA for 7f97462
View code at this point
Browse repository at this point
Make max connections configurable (#1501)
Show description for f6de60d
bsideup
and
kdvolder
authored
f6de60d
View commit details
Copy full SHA for f6de60d
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
Fix "docker-java-stream" thread stuck at UnixDomainSocket.recv() (#1476)
Show description for d85ea79
tejksat
and
bsideup
authored
d85ea79
View commit details
Copy full SHA for d85ea79
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Catch more generic `FileSystemException` in `NamedPipeSocket` (#1418)
Show description for 54c86ce
bsideup
authored
54c86ce
View commit details
Copy full SHA for 54c86ce
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
Use `AsynchronousFileChannel` for npipe (#1408)
Show description for 6044357
bsideup
authored
6044357
View commit details
Copy full SHA for 6044357
View code at this point
Browse repository at this point
Commits on May 31, 2020
Add a new "zerodep" transport based on AHC5 (#1404)
bsideup
authored
5fc3864
View commit details
Copy full SHA for 5fc3864
View code at this point
Browse repository at this point
Commits on May 30, 2020
Rework DockerHttpClient API (#1403)
Show description for 01d0822
bsideup
authored
01d0822
View commit details
Copy full SHA for 01d0822
View code at this point
Browse repository at this point
Commits on May 29, 2020
Introduce `docker-java-transport` module (#1402)
Show description for 4de9f79
bsideup
authored
4de9f79
View commit details
Copy full SHA for 4de9f79
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
Add Apache HttpClient 5 transport (#1358)
Show description for e4eb048
bsideup
authored
e4eb048
View commit details
Copy full SHA for e4eb048
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL