Age | Commit message (Expand) | Author | Files | Lines |
2010-07-14 | acme: fix off by one in editcmd, pointer comparison in getch, nextc | Russ Cox | 1 | -3/+3 |
2010-07-11 | lib9: add <sys/dkio.h> for OpenBSD | Russ Cox | 1 | -0/+1 |
2010-07-11 | tar: rename sstrnlen to avoid OpenBSD compile error | Russ Cox | 1 | -5/+5 |
2010-06-28 | This patch fixes unicode, unicode-be and unicode-le | Michael Teichgräber | 1 | -11/+21 |
2010-06-28 | tcs: macroman charset fixes | Anthony Martin | 1 | -5/+5 |
2010-06-28 | hget: use absolute url for POST through a proxy | Anthony Martin | 1 | -7/+17 |
2010-06-28 | 9p: tflag sorts by mtime | Anthony Martin | 1 | -5/+27 |
2010-06-28 | 9term: fix getpts on linux | Anthony Martin | 2 | -0/+6 |
2010-05-19 | 9term: add -c to force cooked mode | David Swasey | 2 | -3/+11 |
2010-05-19 | bin/", bin/"": simplify | Arvindh Rajesh Tamilmani | 2 | -22/+9 |
2010-05-11 | mailfs: try tlsclient program before stunnel | Russ Cox | 1 | -1/+2 |
2010-04-15 | fortunes: grab latest from Bell Labs, add one of our own | Russ Cox | 1 | -0/+5 |
2010-04-13 | vac: debug prints | David Swasey | 1 | -7/+7 |
2010-04-13 | vac: eliminated vac cache size 128. vacfsopen used to take ncache rather than... | David Swasey | 1 | -5/+6 |
2010-04-13 | 9term: cut, snarf, and paste with keyboard on Mac | David Swasey | 2 | -0/+17 |
2010-04-09 | fix build on SunOS (Sparc) | Arvindh Rajesh Tamilmani | 5 | -1/+13 |
2010-04-02 | devdraw: only one flushproc, please (OS X) | Russ Cox | 1 | -1/+5 |
2010-03-24 | import fortunes from plan 9 and add one of our own | Russ Cox | 1 | -0/+43 |
2010-03-19 | install(1): cvs -> hg | Eoghan Sherry | 2 | -4/+4 |
2010-03-19 | win: scroll | Eoghan Sherry | 1 | -0/+3 |
2010-03-18 | acme: attempt to fix Put mtime skew on NFS | Russ Cox | 1 | -0/+13 |
2010-03-11 | probably_prime: run more than one Miller-Rabin round | Russ Cox | 1 | -12/+17 |
2010-03-11 | libsec: update primetest to use mpfmt | Russ Cox | 1 | -1/+1 |
2010-03-11 | factotum: double-check RSA/DSA keys when loading | Russ Cox | 2 | -0/+8 |
2010-03-11 | crop: fix size calculation | Russ Cox | 1 | -1/+1 |
2010-03-10 | more type-punned pointers | Russ Cox | 2 | -3/+3 |
2010-03-10 | fix type-punned pointer warnings from gcc | Russ Cox | 11 | -29/+57 |
2010-03-08 | rune(3): sync with rune.c and Plan 9 | Michael Teichgräber | 1 | -1/+4 |
2010-03-03 | devdraw: fix mouse(3) moveto on OS X | Eoghan Sherry | 1 | -1/+7 |
2010-02-22 | aescbc: more sensible behavior for invalid input, wrong password | Russ Cox | 1 | -33/+35 |
2010-02-22 | factotum: avoid notes after backgrounding | Russ Cox | 1 | -0/+2 |
2010-02-22 | import: use command line service name | Russ Cox | 1 | -1/+1 |
2010-02-22 | various: crctab now u32int | Russ Cox | 6 | -31/+31 |
2010-02-22 | 9c, 9l: allow CC9=clang | Nikolai Saoukh | 3 | -19/+58 |
2010-02-18 | rio: add alt-tab for cycling windows | Mathieu Lonjaret | 2 | -9/+10 |
2010-02-18 | This should resolve the crash indicated in issue 44: | Eoghan Sherry | 2 | -1/+3 |
2010-02-07 | make flate crc32 work when ulong is 64 bits | Russ Cox | 7 | -19/+25 |
2010-02-06 | devdraw: fix support for multitouch trackpads | Russ Cox | 1 | -8/+8 |
2010-02-04 | R=rsc | Mathieu Lonjaret | 8 | -53/+139 |
2010-01-28 | libdraw: allow 32-bit Runes | Russ Cox | 1 | -1/+1 |
2010-01-26 | R=rsc | Anthony Sorace | 1 | -1/+1 |
2010-01-16 | devdraw: fix OS X resize bug caused by redraw bug fix | Russ Cox | 1 | -7/+9 |
2010-01-15 | devdraw: fewer spurious mouse clicks in OS X multitouch | Russ Cox | 1 | -2/+5 |
2010-01-14 | devdraw: handle kEventWindowDrawContent | Russ Cox | 1 | -0/+8 |
2010-01-12 | ed: new append from rob, avoids overflow in pointer arithmetic | Russ Cox | 1 | -10/+14 |
2010-01-12 | acme: let Edit redo when file is clean | Russ Cox | 1 | -1/+1 |
2010-01-12 | codereview: add hg plugin from Go | Russ Cox | 2 | -0/+3186 |
2010-01-05 | win fixes | Fazlul Shahriar | 1 | -6/+26 |
2010-01-04 | devdraw: release multitouch mouse when app is collapsed (minimized) | Russ Cox | 1 | -1/+15 |
2010-01-04 | devdraw: add multitouch code from Paul Lalonde | Russ Cox | 3 | -11/+267 |