1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Ahmet Alp Balkan ebbceea8a7 windows: monitorTtySize correctly by polling
This change makes `monitorTtySize` work correctly on windows by polling
into win32 API to get terminal size (because there's no SIGWINCH on
windows) and send it to the engine over Remove API properly.

Average getttysize syscall takes around 30-40 ms on an average windows
machine as far as I can tell, therefore in a `for` loop, checking every
250ms if size has changed or not.

I'm not sure if there's a better way to do it on windows, if so,
somebody please send a link 'cause I could not find.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2015-03-26 16:08:05 -07:00
..
attach.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
build.go
cli.go
client.go
commit.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
cp.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
create.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
diff.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
events.go
exec.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
export.go
help.go
hijack.go
history.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
images.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
import.go
info.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
inspect.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
kill.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
load.go
login.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
logout.go
logs.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
pause.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
port.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
ps.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
pull.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
push.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
rename.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
restart.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
rm.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
rmi.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
run.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
save.go
search.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
start.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
stats.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
stop.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
tag.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
top.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
unpause.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
utils.go windows: monitorTtySize correctly by polling 2015-03-26 16:08:05 -07:00
version.go Fix for issue 9922: private registry search with auth returns 401 2015-03-26 18:59:16 +00:00
wait.go