Commit Graph

1466 Commits

Author SHA1 Message Date
Adam D. Ruppe dd2f7a60a0 ensure timer guts never called more than once per event loop round to ensure it doesnt lock up the nromal event handling message pump 2020-12-09 14:39:08 -05:00
Adam D. Ruppe d61f339e41 http HEAD
fix
2020-12-07 09:41:43 -05:00
Adam D. Ruppe 8b042a4b0f big perf improvement on HEAD 2020-12-06 13:33:47 -05:00
Adam D. Ruppe da1f22af2c bunch of improvements 2020-12-05 23:36:41 -05:00
Adam D. Ruppe f00019f9ff make external editor ux slightly less bad 2020-12-04 22:36:49 -05:00
Adam D. Ruppe 5963d5d123 Merge branch 'master' of github.com:adamdruppe/arsd 2020-12-04 21:50:40 -05:00
Adam D. Ruppe ff2cfb7527 sundry windows fixes 2020-12-04 21:46:21 -05:00
Adam D. Ruppe 107abad8d5 oops left in a debugging printf 2020-12-04 20:52:41 -05:00
Adam D. Ruppe 1a518da8ec big catchup 2020-12-04 13:10:44 -05:00
Adam D. Ruppe e6ae6138d0 lots of line getting improvements and other bugs 2020-12-04 13:10:36 -05:00
Adam D. Ruppe 1f1163c8fd only special case top line when fullscreen w/ selective mouse 2020-11-30 14:38:50 -05:00
Adam D. Ruppe 6ee52d53f0 history recall options 2020-11-28 00:05:24 -05:00
Adam D. Ruppe 7c13c57c57 move gl 4.5 function out for now at least 2020-11-27 19:45:59 -05:00
Adam D. Ruppe ec11df3114 reverse history search in line getter 2020-11-27 18:59:42 -05:00
Adam D. Ruppe b1f57a3ef1 undo the translate ctrl (well put under version) cuz of reasoning here https://github.com/adamdruppe/arsd/pull/268#issuecomment-733256324 basically it a breaking change. the linegetter switch handles both though to make changing easier later 2020-11-24 19:10:33 -05:00
Adam D. Ruppe eaa0adc986 merge conflict 2020-11-24 17:43:21 -05:00
Adam D. Ruppe 91b85ea44b wip 2020-11-24 17:42:09 -05:00
Adam D. Ruppe 56aa78e36c
Merge pull request #268 from moon-chilled/master
Support readline keybindings
2020-11-24 17:41:52 -05:00
Elijah Stone 023d372bd5 getline: support most of the readline keybindings. Also translate alt and ctrl on vt 2020-11-24 13:26:13 -08:00
Adam D. Ruppe 14a3240323 a few annotations 2020-11-22 15:48:44 -05:00
Adam D. Ruppe f1849ec580 omg awesome stuff 2020-11-12 15:45:04 -05:00
Adam D. Ruppe cf179cdd34 fix cross thread bug related to terminald 2020-11-12 15:44:31 -05:00
Adam D. Ruppe 1e997855a2 support expect 100 continue 2020-11-10 21:06:06 -05:00
Adam D. Ruppe acabbf1c4a sundry bugfixes 2020-11-08 09:34:12 -05:00
Adam D. Ruppe 72ae4bd16d resampling and wav support 2020-11-08 09:34:04 -05:00
Adam D. Ruppe 9b6364cd64 fix ipv6 addresses in parsed uris 2020-11-05 23:36:38 -05:00
Adam D. Ruppe dcc24f1f58 fix close bug 2020-11-03 10:08:33 -05:00
Adam D. Ruppe 5c38e03301 new declarative ui started 2020-11-02 12:13:04 -05:00
Adam D. Ruppe bd3c7ecf35 try for #266 2020-10-30 18:38:48 -04:00
Adam D. Ruppe 851f6b144c some relays only support email so strip when sending there 2020-10-29 14:47:06 -04:00
Adam D. Ruppe 792d7c1a10 make pretty string slightly prettier 2020-10-15 22:52:42 -04:00
Adam D. Ruppe e83c016c69 strict context went out of bounds 2020-10-15 21:56:23 -04:00
Adam D. Ruppe 19f6dd989c single-serve option 2020-10-10 15:25:44 -04:00
Adam D. Ruppe a53ea697bd prevent segfault 2020-10-09 12:41:35 -04:00
Adam D. Ruppe ed0ca4515f note changes to v15 2020-10-09 08:47:33 -04:00
Adam D. Ruppe 213fffd1e7 forgot to close read fd on posix 2020-10-08 12:43:16 -04:00
Adam D. Ruppe c2c4c00ae1 catchup 2020-10-05 12:51:25 -04:00
Adam D. Ruppe a5f12efa29 info 2020-10-03 22:28:27 -04:00
Adam D. Ruppe ae9ed38187 terminal stdout 2020-10-03 19:38:42 -04:00
Adam D. Ruppe 8302e1bb31 new thing kinda works 2020-10-02 23:10:53 -04:00
Adam D. Ruppe aab7b0fd00 this thing might work 2020-10-02 22:47:48 -04:00
Adam D. Ruppe 8cdfd125c4 prepping for windows 2020-10-02 18:08:47 -04:00
Adam D. Ruppe f32b147e19 oops broke win64 2020-09-30 22:46:11 -04:00
Adam D. Ruppe e87f9445f5 merge 2020-09-30 22:44:20 -04:00
Adam D. Ruppe 97e36961db a mutex to lock buffer hoping to make it kinda usable from another thread 2020-09-30 22:41:54 -04:00
Adam D. Ruppe aa7c8f2839 notes 2020-09-28 11:08:04 -04:00
Adam D. Ruppe 0cbc008746 experimental hybrid config 2020-09-28 11:07:27 -04:00
Adam D. Ruppe 46ae18e112 Merge branch 'master' into cgi_preview 2020-09-27 21:59:17 -04:00
Adam D. Ruppe dd42e49811 omg another bug in this broken websocket client 2020-09-27 21:59:09 -04:00
Adam D. Ruppe ddcc4074e5 more workers helps in some cases without hurting others. apparently 2020-09-27 21:58:57 -04:00