Age | Commit message (Expand) | Author | Files | Lines |
2017-04-08 | 9term: Add missing parentheses, preventing buffer overflow. | Ray Lai | 1 | -1/+1 |
2017-02-10 | 9pfuse: support osxfuse>=3.3.0 | James Porter | 1 | -7/+28 |
2017-01-09 | 9term: c nits | Russ Cox | 2 | -2/+3 |
2017-01-09 | cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+delete | Dave Presotto | 3 | -0/+11 |
2017-01-07 | src/cmd: take fontsrv out of BUGGERED | Dave Presotto | 1 | -1/+1 |
2017-01-06 | all: fix or silence all INSTALL warnings on macOS | Russ Cox | 10 | -75/+96 |
2017-01-06 | 9term, win: work around bsd linker nonsense | Russ Cox | 1 | -2/+2 |
2017-01-06 | 9term, mc: conspire to handle hidpi displays | Russ Cox | 2 | -1/+26 |
2016-11-20 | include: define _DEFAULT_SOURCE | David du Colombier | 4 | -0/+4 |
2016-01-22 | fontsrv: do not try to look up surrogate pairs | Russ Cox | 1 | -0/+2 |
2015-12-08 | auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3) | Gleydson Soares | 2 | -75/+24 |
2015-11-11 | devdraw: cocoa: set window title on main thread | sqweek | 1 | -2/+12 |
2015-11-10 | win: local \r cancellation | Russ Cox | 1 | -1/+14 |
2015-11-10 | 9term, win: better \r handling (thanks, git) | Russ Cox | 2 | -1/+31 |
2015-08-27 | mk: avoid infinite loop when targets are repeated | Russ Cox | 2 | -0/+6 |
2015-08-27 | fontsrv: use 64 chars per subfont instead of 256 | Russ Cox | 3 | -8/+13 |
2015-06-29 | upas/nfs: search for stunnele3 in $PATH | Gleydson Soares | 1 | -4/+7 |
2015-06-03 | all: fix openbsd build | Aram Hăvărneanu | 1 | -1/+2 |
2015-06-03 | acme: add focus change to log | Sergiusz Urbaniak | 1 | -0/+6 |
2015-06-03 | devdraw: plumb drag-n-dropped files | marius a. eriksen | 1 | -0/+39 |
2015-02-18 | fontsrv: fix x11 build | Russ Cox | 1 | -1/+0 |
2015-02-17 | devdraw: enable retina behavior by default on OS X | Russ Cox | 1 | -3/+3 |
2015-02-17 | fontsrv: use CoreText API on OS X | Russ Cox | 5 | -106/+143 |
2014-12-02 | fontsrv: disable X11 hinting | Ethan Burns | 1 | -1/+1 |
2014-12-02 | 9pfuse: Disable glibc workaround for O_LARGEFILE on ARM | Merlijn Wajer | 1 | -1/+4 |
2014-12-02 | libdraw, libframe, acme: fix, guard against inverted range in textsetselect | Russ Cox | 1 | -3/+9 |
2014-12-02 | devdraw: fix title and "open in top" on OS X | Roi Martin | 1 | -1/+4 |
2014-11-17 | cmd: rename *.C to *.c | Russ Cox | 4 | -0/+0 |
2014-10-21 | fix clang 3.4 warnings and ignore uninteresting ones | David du Colombier | 1 | -5/+5 |
2014-10-21 | venti/copy: fix bug writing directories that zero truncate | Russ Cox | 1 | -1/+1 |
2014-10-20 | col: import from plan 9, by popular demand | Russ Cox | 1 | -0/+295 |
2014-08-06 | vbackup: fix compilation on NetBSD (thanks Álvaro Jurado) | David du Colombier | 1 | -0/+4 |
2014-07-09 | mc: use $termprog to identify 9term | Russ Cox | 1 | -1/+1 |
2014-06-05 | upas: fix nil pointer dereference | David du Colombier | 1 | -2/+2 |
2014-06-03 | upas/common: rename aux to auxx | Russ Cox | 2 | -1/+1 |
2014-06-03 | acme: fix bufread crash due to typing-point scrolling | Russ Cox | 1 | -0/+4 |
2014-06-03 | acme: increase timer resolution to 10ms | Russ Cox | 1 | -1/+1 |
2014-05-19 | undo CL 69070045 / 8539a916d98a | Russ Cox | 1 | -4/+0 |
2014-05-15 | upas: fix warnings | David du Colombier | 2 | -3/+3 |
2014-05-05 | acme: fix two flush bugs in new log file | Russ Cox | 1 | -2/+3 |
2014-04-30 | acme: add log file in acme root directory | Russ Cox | 11 | -6/+236 |
2014-04-19 | acme: add comment for aligned writes | Russ Cox | 1 | -0/+5 |
2014-04-19 | acme: use buffered i/o to write file | Russ Cox | 1 | -1/+16 |
2014-04-18 | acme: fix Get of dir in nameless window (thanks Colton Lewis) | Russ Cox | 1 | -1/+1 |
2014-03-13 | acme: copy/cut/paste with ctl+c,x,v | Ethan Burns | 1 | -0/+4 |
2014-03-13 | acme, sam: handle >1GB files correctly | Russ Cox | 4 | -4/+10 |
2014-03-03 | fix gcc 4.8 warnings | David du Colombier | 5 | -7/+5 |
2014-03-03 | fossil: fix p9p changes on view | David du Colombier | 1 | -26/+28 |
2014-02-27 | all: DragonFly port. | Shenghou Ma | 7 | -7/+17 |
2014-01-22 | devdraw: clear altdown on focus out (thanks Ethan Burns) | Russ Cox | 1 | -0/+1 |