Victor Vieux
49c62879b8
discard errno = 0 errors
2013-10-16 23:05:50 +00:00
David Calavera
78d995bbd6
Fix syscall name.
2013-08-29 11:46:42 -07:00
David Calavera
e7ee2f443a
Remove unused imports.
2013-08-29 11:46:42 -07:00
David Calavera
b8a8962833
Simplify term signal handler.
2013-08-29 11:46:42 -07:00
David Calavera
b54ba5095b
Add the ISIG syscall back to not kill the client withing a shell with ctrl+c.
2013-08-29 11:46:41 -07:00
David Calavera
6e4a818ee6
Exit if there is any error reading from stdin.
2013-08-29 11:46:41 -07:00
David Calavera
2357fecc92
Stop making a raw terminal to ask for registry login credentials.
...
It only disables echo asking for the password and lets the terminal to handle everything else.
It fixes #1392 since blank spaces are not discarded as they did before.
It also cleans the login code a little bit to improve readability.
2013-08-29 11:46:41 -07:00
David Calavera
23dc52f528
Allow to generate signals when termios is in raw mode.
2013-08-29 11:45:04 -07:00
Jonathan Rudenberg
4dc04d7690
Add GitHub usernames to MAINTAINERS
2013-08-09 21:16:44 -04:00
Victor Vieux
fd97190ee7
uses the terminal size to display search output, add -notrunc and fix bug in resize
2013-07-08 17:20:13 +00:00
Guillaume J. Charmes
672d3a6c6c
Make term function consistent with each other
2013-06-24 18:27:57 -07:00
Victor Vieux
5dcab2d361
gofmt and test sub directories in makefile
2013-06-19 14:50:58 +00:00
Guillaume J. Charmes
2b1b3c1270
Merge pull request #784 from dotcloud/remove_cgo_dependency
...
* Runtime: Remove cgo dependency
2013-06-03 07:03:17 -07:00
Solomon Hykes
e42eb7fa8c
Meta: added Guillaume as primary maintainer for tty code
2013-06-02 23:42:18 -07:00
Guillaume J. Charmes
a70dd65964
Move Termios struct to os specific file
2013-06-01 16:19:50 -07:00
Guillaume J. Charmes
3cc0963ad1
Remove unused constants
2013-06-01 15:55:52 -07:00
Guillaume J. Charmes
31eb01ae8a
Use uintptr instead of int for Fd
2013-06-01 15:55:05 -07:00
Guillaume J. Charmes
64f346779f
Remove cgo from term
2013-06-01 15:51:45 -07:00
Guillaume J. Charmes
b438565609
Fix merge issue
2013-05-24 14:48:13 -07:00
Guillaume J. Charmes
88ef309a94
Finish resize implementation client and server
2013-05-24 14:44:16 -07:00
Guillaume J. Charmes
2e69e1727b
Create a subpackage for utils
2013-05-14 22:37:35 +00:00
Guillaume J. Charmes
3f63b87807
Disable signal catching and enable real posix raw mode
2013-04-09 11:06:17 -07:00
Caleb Spare
2d4c5ddbdd
Gofmt.
2013-03-29 23:58:30 -07:00
Guillaume J. Charmes
108acc0511
#214 Better signal handling
2013-03-27 23:54:53 -07:00
shin-
3cce89d8ed
Fixed issue with misplaced cursor after output
2013-03-26 07:10:31 -07:00
Guillaume J. Charmes
41a2954e4e
MakeRaw on given fd instead of 0
2013-03-25 19:31:20 -07:00
Guillaume J. Charmes
50bee2f811
Fix termcaps on the linux client
2013-03-25 18:44:05 -07:00
shin-
b00ff47963
Fixing newlines in attached mode
2013-03-22 04:24:03 -07:00
Solomon Hykes
745edc49cd
Merge dockerd into docker. 'docker -d' runs in daemon mode. For all other commands, docker auto-detects whether to run standalone or to remote-control the daemon
2013-03-13 00:29:40 -07:00