summaryrefslogtreecommitdiffstats
path: root/server.c
AgeCommit message (Expand)Author
2010-05-03Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott
2010-04-08there can be only one rpathbufNicholas Marriott
2010-04-06Sync nit.Nicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-04-05Merge output (more) and copy modes into one single mode (called copy).Micah Cowan
2010-03-22Nuke unused variable.Nicholas Marriott
2010-03-16Unused variable.Nicholas Marriott
2010-02-08Sync OpenBSD patchset 640:Tiago Cunha
2010-02-08Sync OpenBSD patchset 635:Tiago Cunha
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott
2010-02-02Sync OpenBSD patchset 625:Tiago Cunha
2010-01-30Ignore SIGHUP as well.Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-04Sync OpenBSD patchset 578:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-02Close the pane if the process died due to a signal, not just if it exitedNicholas Marriott
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-14Sync OpenBSD patchset 535:Tiago Cunha
2009-11-13Destroy panes immediately rather than checking them all every loop.Nicholas Marriott
2009-11-13Sync OpenBSD patchset 528:Tiago Cunha
2009-11-13Sync OpenBSD patchset 527:Tiago Cunha
2009-11-11Free the pane bufferevent when the fd is closed (the signal could come beforeNicholas Marriott
2009-11-11OS X is still broken, so ask libevent not to use kqueue or poll.Nicholas Marriott
2009-11-11Only need to chmod +x or -x the socket when a client is created, lost orNicholas Marriott
2009-11-08Sync OpenBSD patchset 510:Tiago Cunha
2009-11-08Sync OpenBSD patchset 509:Tiago Cunha
2009-11-08Sync OpenBSD patchset 505:Tiago Cunha
2009-11-08Sync OpenBSD patchset 503:Tiago Cunha
2009-11-08Sync OpenBSD patchset 500:Tiago Cunha
2009-11-08Sync OpenBSD patchset 498:Tiago Cunha
2009-11-08Sync OpenBSD patchset 497:Tiago Cunha
2009-11-08Sync OpenBSD patchset 493:Tiago Cunha
2009-11-08Sync OpenBSD patchset 491:Tiago Cunha
2009-11-05EVLOOP_ONCE takes care of the wakeup, so no need to call event_loopexit(NULL).Nicholas Marriott
2009-11-05Now all timers are events, there is no longer any need to wake up every 50 ms -Nicholas Marriott
2009-11-04Move status timer check into the global once-per-second timer, this could maybeNicholas Marriott
2009-11-04Don't reenlist the client imsg event every loop, instead have a small functionNicholas Marriott
2009-11-04Tell the client to exit on configuration file error.Nicholas Marriott
2009-11-04Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott
2009-11-04Sync OpenBSD patchset 483:Tiago Cunha
2009-11-04Call event_init() before loading the config file, since potentially it couldNicholas Marriott
2009-11-04Switch jobs over to use a bufferevent.Nicholas Marriott
2009-11-04Initial changes to move tmux to libevent.Nicholas Marriott
2009-11-03Change session and client activity and creation time members to have moreNicholas Marriott
2009-11-02Sync OpenBSD patchset 476:Tiago Cunha
2009-11-02Reorder slightly to tidy code.Nicholas Marriott
2009-10-28Sync OpenBSD patchset 468:Tiago Cunha
2009-10-28Sync OpenBSD patchset 467:Tiago Cunha