Age | Commit message (Expand) | Author |
2012-09-17 | clear old keys on rekeing; ok djm | Markus Friedl |
2012-09-17 | an XXX for later | Damien Miller |
2012-09-14 | remove unused variable | Markus Friedl |
2012-09-14 | more accurate fix: don't mark '!' as a meta character, recognize "!" as | Marc Espie |
2012-09-14 | ! is a meta character, this lets | Marc Espie |
2012-09-14 | There's no reason to unlink the destination if we can't even open | Todd C. Miller |
2012-09-13 | Fix comment line length | Darren Tucker |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-10 | The gcc-sh-register-allocator bug may never be fixed. When we move to | Theo de Raadt |
2012-09-07 | Make C-r not screw up the line counter if the pattern ends up not | lum |
2012-09-07 | when muxmaster is run with -N, make it shut down gracefully when a client | Darren Tucker |
2012-09-07 | Merge escape help text for ~v and ~V; ok djm@ | Darren Tucker |
2012-09-07 | Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@ | Darren Tucker |
2012-09-06 | missing letter in previous; | Jason McIntyre |
2012-09-06 | Make the escape command help (~?) context sensitive so that only commands | Darren Tucker |
2012-09-06 | Put help text for ~v and ~V around the correct way | Darren Tucker |
2012-09-06 | Add ~v and ~V escape sequences to raise and lower the logging level | Darren Tucker |
2012-09-05 | Handle empty list properly in choose-list, based on fix from Thomas Adam. | Nicholas Marriott |
2012-09-05 | We can't tell what the terminal has done with a DCS string, so reset the | Nicholas Marriott |
2012-09-04 | Trivial code simplification from Tim Ruehsen. | Nicholas Marriott |
2012-09-03 | Remove xterm CRA support - support is patchy and it will be done better | Nicholas Marriott |
2012-09-03 | Use the right index when adding item in choose-tree, from Thomas Adam. | Nicholas Marriott |
2012-09-03 | When choosing a pane found by find-window, switch to that pane rather | Nicholas Marriott |
2012-09-03 | Rename variables to something a but more understandable. | Nicholas Marriott |
2012-09-03 | add cmd-choose-list to allow arbitrary options to be selected. From | Nicholas Marriott |
2012-09-03 | Remove an unused variable. | Nicholas Marriott |
2012-09-03 | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott |
2012-09-03 | Change format of choose-tree arrows slightly, from Romain Francoise. | Nicholas Marriott |
2012-09-03 | If stdin in the client is enable immediately, tmux will eat anything | Nicholas Marriott |
2012-09-03 | Can't call evtimer_pending on uninitialized events, call | Nicholas Marriott |
2012-09-02 | Oh, but only -O1 is needed. With -fpie, -O0 is currently needed. Bah. | Theo de Raadt |
2012-09-02 | Document (in this commit message, and an annotation in the Makefile) | Theo de Raadt |
2012-09-01 | put back out-of-line version of function. | Marc Espie |
2012-09-01 | update currency exchange rates; | Jason McIntyre |
2012-08-31 | Allow an error message for a filename that is too long to be seen and | lum |
2012-08-30 | fix typo in last commit | Alexander Hall |
2012-08-30 | oops. need to reset errno. Otherwise we can't save a new file in a | lum |
2012-08-30 | Move pmdb to the attic. | Mark Kettenis |
2012-08-30 | Use (rate / 15) as block size in off-line mode to ensure the | Alexandre Ratchov |
2012-08-30 | Some line counter goodness from Florian Obser. | lum |
2012-08-30 | This diff allows the user to decide what to do with buffers that | lum |
2012-08-29 | Adjust for changes to "struct reg". | Mark Kettenis |
2012-08-29 | Test the exit status of the compiler by pulling it out the pipeline, so | Philip Guenthe |
2012-08-28 | Make mg behave more like emacs with regards to opening a new buffer: | lum |
2012-08-27 | Change a log to fprintf that was missed last time around, from Tiago Cunha. | Nicholas Marriott |
2012-08-27 | Instead of requiring a prompt to enter all numbers >10, go back to | Nicholas Marriott |
2012-08-27 | a few libtool users are bogus, they confuse --export-symbols with the | Marc Espie |
2012-08-27 | vax does not get -rpath-link, but it also does not really need it. | Marc Espie |
2012-08-26 | oops, i added a stray character. spotted by jmc | Ted Unangst |
2012-08-26 | Make a few ftp(1) usage/man page changes related to Basic | Lawrence Teo |