shithub: drawterm-fdroid

RSS feed

c9ff32c9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 23:12
devip: return multiple addresses in /net/cs for dial(), handle ipv6 for windows

d14cd19f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 23:09
kern/win32: use RtlGenRandom() instead for randrom source, fix oserrstr()

58bf8cb8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/06 13:47
libauthsrv: ANAMELEN -> PASSWDLEN

0594c6d1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:47
update libauthsrv, use common readcons() function

354d513a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/18 07:04
devmouse: implement swap, scrollswap and buttonmap mousectl

289afc11 – 23hiro <23hiro@gmail.com> authored on 2016/07/12 08:10
gui-x11: add scroll_lock key (thanks 9fuser)

6bfea395 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/21 19:40
merge

4ed08f43 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/21 19:39
gui-win32: fix clipping code

aa386f95 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/01 08:01
devcons: dont setterm(0) in printinit, ioctl causes process to get stopped when run in background on unix

261a80f0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/30 04:35
remove unreachable sysfatal() calls after exportfs(), exits(nil) on eof in exportfs

6ffcc16c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/30 00:55
reduce error verbosity, hang when panicing in graphics mode

50746b16 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/29 22:26
rcpu: post final hangup note to the group after rc exits

8bd7505d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/29 21:14
devcons: simplify line editing logic

3a32c071 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/29 14:24
fix some compiler warnings

8d356984 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 22:21
do screeninit() in devdraw at attach time, fix type for setterm() prototype

a9725511 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 21:55
handle cooked mode eof

850af541 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 20:51
raw mode

94161e04 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 16:29
just read stdin for readcons() until i figured out tty raw processing

65d683ba – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 16:07
provide dummy _getch() function for unix, fix mouseinit() crash

c38bce11 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 14:49
add -G flag to disable graphics mode

78a654c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/26 09:44
make tuttle glenda icon for gui-x11

f85ef344 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/25 18:44
libsec: update ecc and tlshand (sync with 9front)

72da0579 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/19 20:42
don't leak /env/fn#server into the environment when using aan

691adfab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/17 17:31
remove -C flag, cleanup

5b50d2da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/17 16:33
remove -d flag (was unused)

c1f45eb4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/17 16:21
add -O option to disable new rcpu protocol, accept -h option just like cpu

1077af5b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/17 15:19
sync with 9front libsec and devtls, c2name() -> chanpath()

efa00ae6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/14 21:53
merge

b86ca0bf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/14 21:52
fix error print in p9any negotiation (thanks Kenji Arisawa)

eb34f4d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/11 10:25
gui-x11: simpler attempt on handling alt-compose cancel on window focus change

b9347940 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/10 22:19
reverting this megashit

40db9d53 – 23hiro <23hiro@gmail.com> authored on 2016/04/10 21:30
gux-x11: Alt key: if alt was pressed during focusout send a second alt to get out of composition mode on focusin.

fad4eb92 – sl <devnull@localhost> authored on 2016/04/06 13:18
gui-x11/x11.c: fix [thing] (thanks, k0ga)

8406d230 – aap <aap@papnet.eu> authored on 2016/04/05 10:58
changed cursor to plan 9 cursor

fa752996 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/04/03 19:24
devkbd: return multiple messages per /dev/kbd read (helps with high latency links)

b7491323 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/26 18:39
drawterm: fix auth method string (p9 vs p9any)

3b45a5cf – aiju <aiju@phicode.de> authored on 2016/03/24 14:38
remove extraneous typedef from tlshand.c

3e13a4a3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/17 19:01
term: only call flushmemscreen() when we got the drawlock

50dcc5c0 – 23hiro <23hiro@gmail.com> authored on 2016/03/17 16:01
gui-x11: fix ctrl key release event

09d3c3c9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/15 10:55
merge

7a73fd88 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/15 10:55
handle role= and !hex= key attributes in secstore p9sk1/dp9ik keys

31d7a7a1 – 23hiro <23hiro@gmail.com> authored on 2016/03/15 08:19
readme: note support for mac os x11

4e34729a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/15 05:46
fix build for osx/x11 on amd64 (thanks Kenji Arisawa)