|
4675be4d78
|
[*] Fix stupid link error
|
2022-06-07 05:29:32 +01:00 |
|
|
c93d6033a5
|
[*] i'm dumb
|
2022-06-06 22:36:14 +01:00 |
|
|
e29843dc7e
|
[*] Beyond dumb fio offset issue
|
2022-06-06 22:34:49 +01:00 |
|
|
a59fc20d56
|
[+] ConsoleTTY.hpp write cmd history every 10 seconds under sys tick
|
2022-06-06 22:34:26 +01:00 |
|
|
f4515a7257
|
[*] Further further MALD
|
2022-06-03 20:28:08 +01:00 |
|
|
48e1ed80ae
|
[*] Further malding
|
2022-06-02 18:05:38 +01:00 |
|
|
a5757c31e0
|
[*] Cheeky AuThreadPrimitives refactor
|
2022-06-01 22:49:38 +01:00 |
|
|
b500c0bd5f
|
[+] Debug config
[*] Update legacy macros to modern pipeline under debug
|
2022-06-01 15:25:32 +01:00 |
|
|
db3f41233b
|
[*] Solve possible spinlock during exception under conin callback and print
[*] Update linkage
|
2022-05-30 09:46:24 +01:00 |
|
|
c88925fa27
|
[*] ConsoleTTY flip ux after append
|
2022-05-28 18:47:51 +01:00 |
|
|
5bafce075a
|
[*] Dumbdumb moment
|
2022-05-28 17:21:57 +01:00 |
|
|
77c74f886b
|
[*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface
[+] Aurora::IO::WriteAll
[*] Improve legacy compression API (pt 2)
|
2022-05-28 12:18:00 +01:00 |
|
|
25a593cac5
|
[*] Polyfill legacy compression api into modern io era with IStream[reader/writers]
|
2022-05-28 10:13:58 +01:00 |
|
|
4bf581cd37
|
[*] RandomDef explicit default-ctor followed by forced null of the structure to seed with fast rng
|
2022-05-27 20:45:00 +01:00 |
|
|
e665714341
|
[*] Bug fix: NT registry read function conflated array length with count
[*] Locale convert wchar -> utf count was not respected under non-nt targets
|
2022-05-26 15:02:23 +01:00 |
|
|
dc59e59e2a
|
[*] ConsoleTTY: Fix crash on arrow up
|
2022-05-24 07:09:42 +01:00 |
|
|
87c72a4aad
|
[+] ConsoleTTY !t and page up/down
|
2022-05-24 06:58:06 +01:00 |
|
|
f178188b5b
|
[+] ConsoleTTY !b to scroll to bottom
|
2022-05-24 06:37:51 +01:00 |
|
|
670640321d
|
[*] ConsoleTTY UX
|
2022-05-23 16:10:19 +01:00 |
|
|
4b5bbe7be4
|
[*] Adjust console history behaviour
|
2022-05-20 11:52:30 +01:00 |
|
|
342db487f9
|
[*] AuAsync invalid self itr upon nested poll
|
2022-05-20 01:31:58 +01:00 |
|
|
fe88ae9821
|
[*] Another consoletty bug
|
2022-05-19 23:40:31 +01:00 |
|
|
19b29b8c08
|
[*] ConsoleTTY \t processing and reset history line index on enter
|
2022-05-19 23:28:11 +01:00 |
|
|
81939dd95e
|
[*] Cursor after history up/down was acting funky. This should fix it.
|
2022-05-19 04:32:23 +01:00 |
|
|
537ffca394
|
[+] ConsoleTTY history (unsaved)
|
2022-05-19 04:21:34 +01:00 |
|
|
4079d471a7
|
[*] Fix a deadlock in auasync
|
2022-05-19 04:07:10 +01:00 |
|
|
997c7cb325
|
[*] Fix text input bugs
|
2022-05-19 03:47:42 +01:00 |
|
|
10702f0419
|
[+] Initial Aurora ConsoleTTY shell attempt
|
2022-05-19 00:12:52 +01:00 |
|
|
59ea8d1c3d
|
[+] Try/catch around SysPump under async sched
|
2022-05-18 21:22:58 +01:00 |
|
|
a02bb0aabd
|
[*] Early internal non-canonical TTY api
|
2022-05-18 19:14:24 +01:00 |
|
|
6fb3f3a9e5
|
[*] NT ConsoleTTY -> This is less glitchy
|
2022-05-18 02:03:53 +01:00 |
|
|
1d859844fd
|
[*] Amend scroll Y
|
2022-05-17 17:58:29 +01:00 |
|
|
adcde3b0a3
|
[+] Internal TTY double buffeirng under NT
[+] NT: TTYScrollBuffer
[*] Move TTY under the ConsoleTTY namespace
|
2022-05-17 17:54:14 +01:00 |
|
|
de504a3a2d
|
[*] AuAsync: remove illegal static casts
|
2022-05-17 02:43:40 +01:00 |
|
|
00c82fdbe4
|
[*] Update WorkItem ::WaitFor
|
2022-05-17 01:59:19 +01:00 |
|
|
2c1d22ac13
|
[*] Missing AU_LOCK_GUARD in IWorkItem::WaitFor non-array variant
|
2022-05-17 00:46:25 +01:00 |
|
|
286ae14a7b
|
[*] Refactor WorkItemHandler EProcessNext -> ETickType
[*] AuAsync aue 1 regression
|
2022-05-17 00:41:27 +01:00 |
|
|
24fc2fd90d
|
[*] Reset hashstream lock state on import/reset
|
2022-05-14 23:34:25 +01:00 |
|
|
d0c4d8cb33
|
Hash API polish
[+] Added IHashStream::Export
[+] Added IHashStream::Import
[+] Added IHashStream::Finalize (versus "deprecated" older api)
[+] Added EHashType eMD4, eRMD128, eRMD160, eRMD256, eRMD320
|
2022-05-14 21:06:46 +01:00 |
|
|
f182ecd986
|
[+] Added IOSleep.* files, API: AuIO::WaitFor(ms, waitEntireFrame)
|
2022-05-13 21:02:19 +01:00 |
|
|
86ac108f11
|
[*] Move AuIO::WaitMultiple
[+] AuIO::WaitMultiple2
|
2022-05-13 19:25:29 +01:00 |
|
|
021959bdfc
|
[+] Harden linux sleep against interrupts
|
2022-05-13 18:53:20 +01:00 |
|
|
2ecaef35fb
|
[+] Higher-res sleep under NT w/ NtDelayExecution
|
2022-05-13 18:44:44 +01:00 |
|
|
ede223e955
|
[*] NT build regression from Linux land
|
2022-05-13 15:07:53 +01:00 |
|
|
23e922a396
|
[+] ConsoleTTY.Unix.cpp port. ConsoleTTY.cpp soon™️
|
2022-05-13 13:01:49 +01:00 |
|
|
5ae5950bd9
|
[*] Bug fix: select 0 should be an error under such NB is-signaled paths
|
2022-05-13 12:51:00 +01:00 |
|
|
8fb1542d03
|
[*] Linux regression before ConsoleTTYs
|
2022-05-13 01:43:54 +01:00 |
|
|
2a09e62add
|
[*] Refactor IAsyncTransaction -> Moved namespace from AuIOFS to AuIO bc other file-like APIs share the same FS implementation. IPC, process, and other namespaces have no reason to return an AuIOFS interface when dealing with pipes.
|
2022-05-12 09:04:32 +01:00 |
|
|
433154a9c6
|
[+] explicit EAnsiColor::eWhite and EAnsiColor::eBlack
|
2022-05-12 08:21:32 +01:00 |
|
|
95a8388807
|
[*] Bug fix: ConsoleTTY.NT.cpp was reporting buffer size, not screen size
[*] Move ConosleTTY.*.*pp's ready for ConsoleTTY
|
2022-05-12 08:06:08 +01:00 |
|