Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-07Bump up master version to 8.6.0Jeff Johnston2-2/+2
2021-10-05Bug 576452 - NPE in listVolumes() call made with no argumentsJeff Johnston1-1/+1
2021-10-05Bug 567544 Rethrow Exception instead of silently dropping itJeff Johnston1-2/+2
2021-09-01Bump master to 8.5.0 releaseJeff Johnston2-2/+2
2021-06-30Bug 567544 Do not put Exception in extra variable but throw directlyMoritz 'Morty' Strübe1-22/+11
2021-06-30Bug 567544 Simplify catching of DockerRequestExceptionMoritz 'Morty' Strübe1-47/+1
2021-06-30Bug 567544 Do not lose information in DockerContainerNotFoundExceptionMoritz 'Morty' Strübe2-35/+35
2021-06-08Update master to 8.4.0Jeff Johnston2-2/+2
2021-03-10Update master branch versionJeff Johnston2-2/+2
2021-01-20Bug 570460 - java.lang.NoSuchFieldExceptionJeff Johnston1-6/+20
2020-12-08Bump up master version to 8.2.0Jeff Johnston2-2/+2
2020-12-07Bug 566705 Docker: readContainerDirectory: Fix reading symlinksMoritz 'Morty' Strübe3-22/+52
2020-10-26Bug 567544 Handle DockerRequestException in DockerExceptionMoritz 'Morty' Strübe1-17/+39
2020-09-09Bump master to 8.1.0Jeff Johnston2-2/+2
2020-07-21More compiler warnings fixes.Alexander Kurtakov1-8/+8
2020-07-21Fix some warnings.Alexander Kurtakov2-8/+16
2020-07-09Convert docker plugins to Java 11.Alexander Kurtakov3-6/+8
2020-06-16Bump master to 8.0.0 for major release in 2020-09Jeff Johnston2-2/+2
2020-06-06Bug 563962 - fix Docker not workingTony Homer1-0/+2
2020-06-06Make docker core require javax.annotation 1.3.5Jeff Johnston1-0/+1
2020-06-05Fix typo in docker core MANIFEST.MF import packageJeff Johnston1-1/+1
2020-06-03Fix problems with aggregation due to new org.mandas.docker-clientJeff Johnston1-1/+1
2020-06-01Bug 558284 - replace com.spotify with org.mandas.docker-clientJeff Johnston11-25/+206
2020-05-28bug 558284 - replace com.spotify with org.mandas.docker-clientTony Homer39-279/+283
2020-04-14Update master to be 7.7.0 and update e4.15 targetJeff Johnston2-2/+2
2020-02-04Bug 559608 - Update to HttpCore 4.4.12.Roland Grunberg2-3/+5
2020-01-18Bug 530263 - ContainerCopyFromPage doesn't list all existing filesJeff Johnston1-31/+50
2019-12-03Bump up master to 7.6.0Jeff Johnston2-2/+2
2019-11-30Bug 553626 - Allow getImageInfo() to be passed tag with registryJeff Johnston2-20/+27
2019-11-26Bug 552738 - DockerConnectionManager blocks the UI thread at app startupJeff Johnston1-6/+1
2019-11-12Bug 552738 - DockerConnectionManager blocks the UI thread at app startupJeff Johnston1-1/+6
2019-10-03Remove not used variables.Alexander Kurtakov2-7/+13
2019-09-09Bump up master version to 7.5.0Jeff Johnston2-2/+2
2019-06-27Update DockerHostConfig and add new fieldsJeff Johnston13-23/+1031
2019-06-25Bump up master to 7.4.0Jeff Johnston2-2/+2
2019-06-07Bug 548018 - Container launch targets may disappearJeff Johnston1-1/+2
2019-06-07Bug 548018 - Container launch targets may disappearJeff Johnston2-5/+41
2019-06-04Bug 547929 - CoModException below ContainerGCCToolChainProvider$2.runJeff Johnston1-1/+2
2019-05-23Bug 547600 - Fix ConcurrentModificationException in DockerConnectionJeff Johnston1-1/+1
2019-05-23Use StringBuilder instead of StringBuffer where possible.Alexander Kurtakov4-5/+5
2019-05-08Remove duplicated versions in pom.xml files.Alexander Kurtakov1-1/+0
2019-05-08Updated jdt.core.prefs.Alexander Kurtakov1-4/+24
2019-04-23Bug 546664 - TCPConnectionSettings.isTlsVerify is incorrectJeff Johnston1-1/+2
2019-04-17Bug 546321 - CDT project built in remote container has no binariesJeff Johnston1-1/+16
2019-04-09Bug 546237 - NPE when building a project in a container over networkJeff Johnston1-3/+5
2019-04-05Bug 546152 - Docker Tooling makes Quick Access slow the first timeJeff Johnston1-26/+164
2019-03-06Update master to 7.3.0Jeff Johnston2-3/+3
2019-03-05Bug 545081 - Allow volume specification for additional directoriesJeff Johnston3-0/+167
2018-12-22Replace deprecated DockerConnections.message with getResponseBody.Alexander Kurtakov1-22/+22
2018-12-07Bump up master versionJeff Johnston2-3/+3

Back to the top