pty: set XDG_VTNR if requested by caller
[platform/upstream/kmscon.git] / src / pty.c
2013-06-12 David Herrmannpty: set XDG_VTNR if requested by caller
2013-03-04 David Herrmannshl: move log.[ch] to shl_log.[ch]
2013-02-08 David Herrmannllog: add "data" parameter to pass context
2013-01-13 David Herrmannpty: reset signal-handlers for childs
2012-12-12 David Herrmannpty: add env_reset property
2012-12-12 David Herrmannpty: add "colorterm" property
2012-12-09 David Herrmannpty: use /bin/login by default
2012-12-02 David Herrmannpty: use the new child-reaper sources
2012-12-02 David Herrmannpty: simplify pty_close()
2012-12-02 David Herrmannpty: free seat argument on destruction
2012-12-01 David Herrmannpty: downgrade error to debug message on I/O errors
2012-11-28 David Herrmannpty: fix ignoring HUP on pty-master files
2012-11-27 David Herrmannpty: remove unused "master" argument
2012-10-25 David Herrmannshl: ring: provide offset parameter for shl_ring_peek()
2012-10-23 David HerrmannMerge branch 'github/master'
2012-10-19 David Herrmannkmscon: implement per-seat configuration
2012-10-07 David Herrmannpty: set XDG_SEAT for childs
2012-09-30 David HerrmannFix printf() specified bugs all over the code
2012-09-26 David Herrmannpty: remove useless debug message
2012-09-26 David Herrmannpty: set argv via helper function
2012-09-26 David Herrmannpty: set "TERM" via helper function instead of kmscon_conf
2012-09-19 David Herrmannpty: set VERASE character to backspace during setup
2012-09-18 David Herrmannpty: remove public eloop dependency
2012-09-16 David Herrmannshl: move kmscon_ring_* to shl
2012-08-31 David Herrmannpty: improve application data read-path
2012-08-21 David Herrmannpty: read all available data instead of only one chunk
2012-08-11 David Herrmannmain: move conf_global to kmscon_conf in new header...
2012-07-17 David Herrmannconf: add config-file parser
2012-06-24 David Herrmannstatic: move statically linked subsystems to static_*
2012-05-17 David Herrmanneloop: take fd argument for fd-sources at initialization
2012-03-27 David Herrmannpty: add kmscon_pty_signal()
2012-03-25 David Herrmannpty: avoid calling callbacks twice
2012-03-25 David Herrmannpty: fix using right fd
2012-03-25 David Herrmannpty: random fixes
2012-03-25 David Herrmannpty: correctly terminate when child_setup fails
2012-03-25 David Herrmannpty: fix wrong fd check
2012-03-25 David Herrmannpty: fix race when starting child
2012-03-25 David Herrmannuse pthread_sigmask instead of sigprocmask
2012-03-25 David Herrmannpty: use reentrant ptsname_r
2012-03-24 David Herrmannpty: introduce --term
2012-03-24 David Herrmannpty: add --login option
2012-03-24 David Herrmannpty: fix log statements
2012-03-24 David HerrmannFix some signed/unsigned warnings
2012-03-20 David Herrmanneloop: move prefix to "ev_" instead of "kmscon_"
2012-03-20 Ran Benitabuild: implicitly include config.h
2012-01-30 David Herrmannpty: avoid 4KB buffers on the stack
2012-01-30 Ran Benitapty: increase input buffer size
2012-01-28 David Herrmannpty: remove unneeded variable in setup_child
2012-01-28 David Herrmannpty: move fork_pty_child to setup_child
2012-01-28 David Herrmannpty: avoid FIONREAD ioctl
2012-01-28 David Herrmannpty: buffer data between pty and child
2012-01-28 David Herrmannpty: merge input and close callbacks
2012-01-28 David Herrmannterminal, pty: pass eloop reference on obj creation
2012-01-28 David Herrmannpty: move output_cb to input_cb
2012-01-28 David Herrmannpty: move pty_input to pty_write
2012-01-28 David Herrmannpty: fix style issue
2012-01-28 David Herrmannpty: merge fork_pty and pty_spawn
2012-01-28 Ran Benitapty: unblock all signals before exec'ing the child
2012-01-24 David Herrmannlog: move log_warning to log_warn
2012-01-23 Ran BenitaAdd pseudo terminal support