Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
| | |||
* | |PatchSet 873 | Nicholas Marriott | 2011-04-06 |
| | | | | | | | | | | |Date: 2011/03/28 20:44:31 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Style: uint -> u_int and a missing else. | ||
* | Global paste buffers instead of per-session which renders copy-buffer useless. | Tiago Cunha | 2010-12-30 |
| | | | | | As a consequence buffer-limit is now a server option. | ||
* | Nuke vis.h. | Tiago Cunha | 2010-06-22 |
| | |||
* | Sync OpenBSD patchset 726: | Tiago Cunha | 2010-06-22 |
| | | | | | Add a choose-buffer command for easier use of the paste buffer stack. | ||
* | Sync OpenBSD patchset 581: | Tiago Cunha | 2009-12-04 |
| | | | | | | | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours... | ||
* | Sync OpenBSD patchset 569: | Tiago Cunha | 2009-11-28 |
| | | | | | | Tidy up various bits of the paste code, make the data buffer char * and add comments. | ||
* | Sync OpenBSD patchset 482: | Tiago Cunha | 2009-11-04 |
| | | | | | | tv member of struct paste_buffer is updated but not otherwise used, so remove it. | ||
* | Sync OpenBSD patchset 332: | Tiago Cunha | 2009-09-20 |
| | | | | | Regularise some fatal messages. | ||
* | Sync OpenBSD patchset 318: | Tiago Cunha | 2009-09-07 |
| | | | | | | Give each paste buffer a size member instead of requiring them to be zero-terminated. | ||
* | Sync OpenBSD patchset 208: | Tiago Cunha | 2009-07-31 |
| | | | | | Don't leak when rollling buffers off when the paste buffer limit is reached. | ||
* | Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error | Nicholas Marriott | 2009-07-02 |
| | | | | | | when trying to paste them, found by me, and miscalculation of the start/end causing random fatal errors when copying in copy-mode, reported by sthen. | ||
* | Make the caller responsible for allocating memory for the paste buffer data | Tiago Cunha | 2009-01-25 |
| | | | | | | (needed by the load-buffer command when dealing with big files since it'll prevent tmux from dying due to memory exhaustion). From nicm. | ||
* | Return -1 on error. | Nicholas Marriott | 2009-01-23 |
| | |||
* | Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. | Nicholas Marriott | 2008-08-28 |
| | |||
* | buffer-limit option. | Nicholas Marriott | 2008-06-20 |
| | |||
* | Swap in new paste buffer code and add a couple more commands. | Nicholas Marriott | 2008-06-20 |
| | |||
* | Start of improved buffer code. Only set-buffer/show-buffer commands so far. | Nicholas Marriott | 2008-06-20 |