shithub: drawterm-fdroid

RSS feed

2d15857c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/23 09:54
add dirchanstat() from 9front to handle seek bug

2c1e8515 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/22 09:39
libsec: fix wrong assert condition

51d6c97c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 19:59
libc: fix missing <ctype.h> include for strtod

dd00a157 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 19:42
libsec: fix bugs in tls extension handling (thanks kemal)

e9853213 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/16 11:13
devtls: implement "hangup" control message

e65af5d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/08 08:45
Fix fdclose conflict in drawterm (thanks Christos Margiolis)

823eea4c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/03 13:58
chan: minimize differences with 9front...

c6f547e1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/02 13:46
devtls: fix bwrite memory leak when channel stops being open (from 9front)

f1a4a546 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/31 04:06
gui-x11: fix uninitialized vars bug for screeninit() window position (thanks Nicola Girardi)

9620904e – Lorenzo Bivens <git@lorenzobivens.info> authored on 2021/08/13 23:39
Merging echoline's android and fbdev forks

a130d441 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/02 14:33
gui-win32: delete utf-16 routines, just use WideCharToMultiByte()/MultiByteToWideChar() kernel32 functions

dbe5ea12 – kemal <kemali13@protonmail.com> authored on 2021/08/01 15:36
gui-win32: add support for surrogate pairs in rune16 functions

c97fe469 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/06/28 15:29
drawterm/gui-cocoa/screen.m: fix SEGFAULT during cursor updates (thanks Igor)

df9c9a8f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/06/20 10:47
libsec: move zero check to curve25519_dh_finish()

368599de – glenda <cinap_lenrek@felloff.net> authored on 2021/06/19 11:07
libsec: add curve25519 and adjust ECpriv point access

4eeb8bcb – glenda <cinap_lenrek@felloff.net> authored on 2021/06/19 10:55
libsec: various changes to tls (import from 9front)

0e9b2f46 – glenda <cinap_lenrek@felloff.net> authored on 2021/06/17 03:49
implement simulated mouse buttons for Mac laptops similar to plan9port.

4b2ebe94 – glenda <cinap_lenrek@felloff.net> authored on 2021/06/13 15:58
merge