shithub: drawterm-fdroid

RSS feed

0fbac08c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/31 06:36
libc: update encodefmt support l flag on < (base32) (from 9front)

07eda1b8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/31 06:17
libc, libmp: new constant time encode(2) routines (from 9front)

ce450582 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/29 22:28
libsec: keep in sync with 9front

7ac6345a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/29 15:05
libsec: get rid of dummy data[1] in Bytes and Ints types (thanks pr)

2edf6164 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/28 14:24
devfs-posix: add missing stat() call in fsattach to fill info for root fid

22aa6e04 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/28 14:09
devssl, devtls: fix ~0UL comparsion in wstat on amd64/gcc

15af8dd5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/28 13:28
devmnt: use u32int for tagmask, simplify alloctag()

74af129a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/30 16:52
libsec: make includes consistent for sha2block*.c

b1b106c0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/30 16:34
libsec: add sha1block (from 9front)

89649ad9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/29 21:56
libsec: unroll sha1block functions (from 9front)

bc76055c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/25 23:46
devcons: add #c/kmesg, redraw kmesg buffer after resize

fee6fdde – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/25 12:56
screen: do mouseresize() from devdraw instead of the resizeproc

bc5528aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/25 12:55
gui-win32: call terminit() only after window size has been determined

74e47cde – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/25 11:54
drawterm: debounce screen resize

b5df2820 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/23 18:16
gui-x11: reset screenputs before panicing with x i/o error

69161a85 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/23 14:13
drawterm: implement window resize for gui-x11 and gui-win32

966e3f1d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/21 15:55
devcons: remove /dev/swap

eb4ce56d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/21 15:54
libsec: sync with 9front

df8c7d8f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/21 15:53
use $PASS environment variable secstore/p9any password

2f3f38b8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/20 17:03
fix bounds check in screenputc() (thanks mischief)

e10ae983 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/05/19 21:27
gui-win32: fix WM_SCROLLWHEEL mouse position

e3a4e2d5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/05/09 18:19
allocate 2 ulongs for secalloc() to keep it 8 byte aligned (use first ulong for magic constant)

b2e55f09 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/05/07 14:14
kernel: fix namelenerror(), avoid memrchr() and make it static (from 9front)

d6760dce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/29 17:35
get rid of drawdebug cruft

2c92a6e0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/23 15:21
libsec: update thumbprint implementation from 9front

1583a55d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/04 20:25
kern: merge with chan.c, dev.c, pgrp.c from 9front, fix waserror() botch in devwalk()

cdb9a6e1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/04 15:02
tlshand: simplify tlsReadN() (from 9front)

43866763 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/03 21:59
tlshand: sync with 9front

15e68cc2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/02 22:49
tlshand: fix ECDHE and DHE for SSLv3 (from 9front)

d60c87d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/03/18 21:13
devdraw: get rid of screen blanking state

2da0defa – aiju <devnull@localhost> authored on 2017/03/14 19:44
translate xkb dead accent codes into corresponding unicode characters

f2c70311 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/25 18:33
devfs-posix: fix syntax error...

0f3766f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/25 18:03
implement setting atime and mtime in fswstat for unix and windows

333472c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/10 20:29
libsec: update tlshand from 9front...

298b974e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/10 17:53
libsec: import from 9front