summaryrefslogtreecommitdiffstats
path: root/server.c
AgeCommit message (Expand)Author
2009-09-19Sync OpenBSD patchset 331:Tiago Cunha
2009-09-15Sync OpenBSD patchset 327:Tiago Cunha
2009-09-15Sync OpenBSD patchset 326:Tiago Cunha
2009-09-13Zap unused variables.Tiago Cunha
2009-09-13Sync OpenBSD patchset 324:Tiago Cunha
2009-09-11Sync OpenBSD patchset 322:Tiago Cunha
2009-09-08Sync OpenBSD patchset 321:Tiago Cunha
2009-09-07Sync OpenBSD patchset 320:Tiago Cunha
2009-09-07Sync OpenBSD patchset 319:Tiago Cunha
2009-09-05Sync OpenBSD patchset 316:Tiago Cunha
2009-09-04Sync OpenBSD patchset 314:Tiago Cunha
2009-09-02When shutting down the server, expect clients to be polite and exit when askedNicholas Marriott
2009-08-31Sync OpenBSD patchset 302:Tiago Cunha
2009-08-31Sync OpenBSD patchset 300:Tiago Cunha
2009-08-24Sync OpenBSD patchset 290:Tiago Cunha
2009-08-20Sync OpenBSD patchset 274:Tiago Cunha
2009-08-20Sync OpenBSD patchset 272:Tiago Cunha
2009-08-19Didn't mean to commit this stuff.Nicholas Marriott
2009-08-19This is a better fix for OS X stupidity.Nicholas Marriott
2009-08-16Sync OpenBSD patchset 263:Tiago Cunha
2009-08-14Sync OpenBSD patchset 247:Tiago Cunha
2009-08-14Sync OpenBSD patchset 244:Tiago Cunha
2009-08-14Sync OpenBSD patchset 243:Tiago Cunha
2009-08-10Sync OpenBSD patchset 240:Tiago Cunha
2009-08-09Sync OpenBSD patchset 225:Tiago Cunha
2009-07-28Sync OpenBSD patchset 192:Tiago Cunha
2009-07-25Sync OpenBSD patchset 175:Tiago Cunha
2009-07-22Sync OpenBSD patchset 155:Tiago Cunha
2009-07-20Sync OpenBSD patchset 148:Tiago Cunha
2009-07-20Sync OpenBSD patchset 142:Tiago Cunha
2009-07-19Add three new session options: visual-activity, visual-bell, visual-content.Tiago Cunha
2009-07-15Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott
2009-07-14Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott
2009-07-14If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott
2009-07-08Fix $Id$.Nicholas Marriott
2009-07-08Rename the global options variables to be shorter and to make session optionsNicholas Marriott
2009-07-01$Id$.Nicholas Marriott
2009-06-26After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-26Remove some dead assignments, found by sthen with clang.no_author
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-25Make remain-on-exit work again when there is only one pane left, which wasNicholas Marriott
2009-05-19- New window option monitor-content to search for a string in a window, andTiago Cunha
2009-05-19(void).Nicholas Marriott
2009-05-16Recreate server socket on SIGUSR1, per SF feature request 2792533.Nicholas Marriott
2009-05-14It is HAVE_PTY_H, also add a cast to shut gcc up.Nicholas Marriott
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott