Age | Commit message (Expand) | Author |
2011-05-04 | Don't need vis.h anymore. | Nicholas Marriott |
2011-05-04 | Don't use strnvis for the title as it breaks UTF-8. set-titles is now | Nicholas Marriott |
2011-05-04 | Check if mouse-select-pane is ON not off when setting mouse flags, | Nicholas Marriott |
2011-05-04 | Fix a typo in a comment, from Michael W Bombardieri. | Nicholas Marriott |
2011-05-04 | - note that quotes may have to be escaped from the shell and add an example | Jason McIntyre |
2011-05-03 | If the string of the address to listen on is '-' then listen on all | Alexandre Ratchov |
2011-05-02 | Add missing byter order conversions in message headers. Fixes the case | Alexandre Ratchov |
2011-05-02 | set the TCP_NODELAY option for TCP connections | Alexandre Ratchov |
2011-05-02 | Fix bad return value check for rcsnum_cmp() | Charles Longeau |
2011-05-02 | fix string containing state names used for debug printf()s, | Alexandre Ratchov |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-05-01 | Split ALL, ROLE and TYPE into their own actions. Since you can | Todd C. Miller |
2011-04-30 | return >0 when file is not found. (from FreeBSD) | lum |
2011-04-29 | sorry, lousy fingers... typoed in the file while checking the diff | Marc Espie |
2011-04-29 | slightly better netmask regexp | Marc Espie |
2011-04-29 | Only redraw the status line on command update, not the entire client | Nicholas Marriott |
2011-04-29 | Add currently undocumented keyboard options available on ifstat view. | lum |
2011-04-29 | small tidy. contribution from patrick keshishian and extra tab spot by halex.... | lum |
2011-04-28 | - slight tweak for FILES | Jason McIntyre |
2011-04-28 | use ULONG_MAX instead of ~0 | Alexandre Ratchov |
2011-04-28 | remove deadcode, use err(1, "%s", str) instead of err(1, str) | Alexandre Ratchov |
2011-04-28 | Implement a new authentication method allowing aucat and midicat to | Alexandre Ratchov |
2011-04-27 | include signal.h | Alexandre Ratchov |
2011-04-27 | move amsg.h containing protocol defs from aucat side to libsndio side. | Alexandre Ratchov |
2011-04-27 | needs signal.h, too | Theo de Raadt |
2011-04-27 | use more volatile sig_atomic_t in signal handlers | Theo de Raadt |
2011-04-27 | cast one blocksize occurrence to unsigned long, fixes du(1)'s output | Igor Sobrado |
2011-04-26 | tyop in comment | Jasper Lievisse Adriaanse |
2011-04-25 | linting this library is not helping anything | Theo de Raadt |
2011-04-25 | As abbreviations for IEEE Std 1003.1 and its predecessors, use "POSIX.1" | Ingo Schwarze |
2011-04-24 | Provide #h for short hostname (no domain) from Michal Mazurek. | Nicholas Marriott |
2011-04-24 | Tweak copy behaviour slightly in vi mode to be closer to real vi. From | Nicholas Marriott |
2011-04-24 | Prevent line breaks right before numbers. Groff does the same. | Ingo Schwarze |
2011-04-24 | Closing delimiters only suppress spacing when they follow something. | Ingo Schwarze |
2011-04-24 | User defined macros may invoke high-level macros. | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-24 | delete a stupid SIGSEGV handler (not used) | Theo de Raadt |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-04-21 | Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc | Kenneth R Westerback |
2011-04-21 | find: return exit code 1 if any path could not be traversed | Jacek Masiulaniec |
2011-04-20 | Stash the old seed when srand() is called and use it as the return | Todd C. Miller |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Remove some includes and defines that are no longer needed, from Michael | Nicholas Marriott |
2011-04-20 | Trivial code simplifying, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by | Nicholas Marriott |
2011-04-19 | Should check uname() >= 0 to detect success, not == 0. | Matthew Dempsky |
2011-04-19 | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott |
2011-04-19 | ident searches for $keyword:... $, not $keyword:...$; | Jason McIntyre |
2011-04-19 | POSIX only guarantees uname() will return a non-negative value on | Matthew Dempsky |