summaryrefslogtreecommitdiffstats
path: root/server-msg.c
AgeCommit message (Expand)Author
2009-09-15Sync OpenBSD patchset 327:Tiago Cunha
2009-09-03Sync OpenBSD patchset 308:Tiago Cunha
2009-08-24Sync OpenBSD patchset 289:Tiago Cunha
2009-08-14Sync OpenBSD patchset 251:Tiago Cunha
2009-08-14Sync OpenBSD patchset 246:Tiago Cunha
2009-08-14Sync OpenBSD patchset 244:Tiago Cunha
2009-08-14Sync OpenBSD patchset 243:Tiago Cunha
2009-08-09Sync OpenBSD patchset 231:Tiago Cunha
2009-07-30Sync OpenBSD patchset 203:Tiago Cunha
2009-07-30Sync OpenBSD patchset 196:Tiago Cunha
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-23Sync OpenBSD patchset 173:Tiago Cunha
2009-07-08Fix $Id$.Nicholas Marriott
2009-07-08Handle empty or unset TERM correctly; also fix a fatal() message while here.Nicholas Marriott
2009-07-08When sending a "protocol mismatch" error message, tell the client to exitNicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Terminate cwd buffer before running xstrdup on it.Nicholas Marriott
2009-06-25If the prompt is hidden or a password is sent with -U, zero it before freeingNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-03-07Support for 88 colour terminals.Nicholas Marriott
2009-02-16strdup() not necessary here.Nicholas Marriott
2009-02-11Move sx,sy into tty rather than client.Nicholas Marriott
2009-01-28Exit properly when bas password.Nicholas Marriott
2009-01-20Die properly with warning.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-18Reset tty saved data on resize.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Pick up cwd from environment,.Nicholas Marriott
2009-01-07Minor tidying; remove some old debugging messages.Nicholas Marriott
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-07-01Protocol versioning, version is checked on identify message.Nicholas Marriott
2008-06-21Lose unnecessary flags on context.Nicholas Marriott
2008-06-18Trimify.Nicholas Marriott
2008-06-16Informational messages on window option changes.Nicholas Marriott
2008-06-02Clear msgdata where it is unavailable.Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2007-12-13Sync with Makefile.Nicholas Marriott
2007-12-12Don't free twice when exiting.Nicholas Marriott
2007-12-06Only close the tty during exit process and leave freeing it to when the socke...Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-27Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-24Always redraw requesting client on resize.Nicholas Marriott
2007-11-21Check for NULL clients.Nicholas Marriott
2007-11-21The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott