summaryrefslogtreecommitdiff
path: root/libnetwork/portmapper
Commit message (Expand)AuthorAgeFilesLines
* Lock OS threads when exec'ing with PdeathsigCory Snider2022-10-051-4/+29
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+2
* Merge pull request #42756 from thaJeztah/remove_unused_testutils_importsSebastiaan van Stijn2021-08-191-1/+0
|\
| * libnetwork: remove unused "testutils" importsSebastiaan van Stijn2021-08-181-1/+0
* | portmapper: move mockProxyCommand to a _test fileSebastiaan van Stijn2021-06-171-0/+0
* | portmapper: change userlandProxyCommandName to a constSebastiaan van Stijn2021-06-171-1/+1
* | portmapper: minor linting fix, and comment purpose of newProxy variableSebastiaan van Stijn2021-06-171-1/+2
* | portmapper: don't compile linux-only code on WindowsSebastiaan van Stijn2021-06-172-60/+60
|/
* More libnetwork windows test fixesBrian Goff2021-06-021-0/+0
* Fixup libnetwork lint errorsBrian Goff2021-06-011-3/+3
* Fix libnetwork importsBrian Goff2021-06-014-6/+6
* Fix IPv6 Port Forwarding for the Bridge DriverArko Dasgupta2020-12-143-25/+29
* Added improved IP validation for port mapperBenjamin Böhmke2020-11-203-2/+16
* reworked allocatePortsBenjamin Böhmke2020-07-221-7/+5
* Implement NAT IPv6 to fix the issue https://github.com/moby/moby/issues/25407Billy Ridgway2020-07-191-5/+7
* Update sctp packageSascha Grunert2019-06-242-10/+10
* Pick a random host port if the user does not specify a host port.Pradip Dhara2019-04-224-33/+91
* Support SCTP port mappingWataru Ishida2018-02-132-7/+72
* Support override of binary nameDaniel Nephin2017-10-311-1/+1
* Remove Solaris supportSebastiaan van Stijn2017-10-251-34/+0
* Update logrus to v1.0.1Derek McGowan2017-08-071-1/+1
* libnetwork support for SolarisPuneet Pruthi2016-10-143-32/+72
* bridge,portmapper: custom docker-proxy pathAntonio Murdaca2016-09-254-19/+25
* portmapper: touch iptables only for IPv4Michael Stapelberg2016-07-311-5/+9
* Make the docker proxy a standalone binary not a re-execJustin Cormack2016-07-043-71/+16
* Use gofmt with -s instead of goimportsVincent Demeester2016-02-121-1/+1
* Move test specific functions to a testutils package.David Calavera2015-09-071-1/+1
* lock port mapper when reapply iptables rulesDaniel Dao2015-08-261-0/+2
* Adding libnetwork support to publish on custom host port ranges.Don Kjer2015-08-081-2/+7
* Seperates the driver-specific and network-specific iptable operationsMohammad Banikazemi2015-08-042-7/+8
* Fix ICC on Firewalld enabled fedora systems, add in missing firewalld functio...Alec Benson2015-07-241-0/+12
* Add dummy proxy on port mapAlexander Morozov2015-05-223-9/+132
* Revert "Added more test coverage for portmapper package."Madhu Venugopal2015-05-211-41/+10
* Optional Userland ProxyAlessandro Boch2015-05-182-21/+30
* Remove pkg directoryAlessandro Boch2015-05-162-3/+3
* Changed portallocator New() method to Get()Jana Radhakrishnan2015-05-141-1/+1
* Added more test coverage for portmapper package.Madhu Venugopal2015-05-101-10/+88
* Brought in iptables package into libnetwork.Jana Radhakrishnan2015-05-062-2/+2
* fix some typosbin liu2015-04-201-2/+2
* Port Allocator as a libnetwork packageAlessandro Boch2015-04-161-1/+1
* Sync libnetwork code to latest docker/masterAlessandro Boch2015-04-102-58/+71
* Issue #33: Move portmapper and portallocator into libnetworkAlessandro Boch2015-04-094-0/+513