Timeline



2024-10-04:

21:13 Changeset in mainline [c7ecd290] by Jiri Svoboda <jiri@…>
Provide character translation for Alt-keys in remote console Needed …
19:27 ReleaseNotes/Mainline edited by Jiri Svoboda
Key sequence decoding and WS option (diff)
19:23 Changeset in mainline [47d060d] by Jiri Svoboda <jiri@…>
Implement telnet window size option
15:58 Changeset in mainline [8c4120d] by GitHub <noreply@…>
Merge e9c163920855901461396bd1009584b897c18dd0 into …

2024-10-03:

21:31 Changeset in mainline [5132379] by Jiri Svoboda <jiri@…>
A list is sometimes just a list.
18:48 Changeset in mainline [e273e9e] by Jiri Svoboda <jiri@…>
Move link out of cons_event_t
18:21 Changeset in mainline [b2c9e42c] by Jiri Svoboda <jiri@…>
Move link out of kbd_event_t
18:00 Changeset in mainline [d05c237] by Jiri Svoboda <jiri@…>
Add support for parsing Shift+movement keys and Alt+movement keys
15:42 Changeset in mainline [6907f26] by Jiri Svoboda <jiri@…>
Parse VT100 keyboard escape sequences in libvt

2024-10-01:

11:13 Changeset in mainline [d31c3ea] by Jiri Svoboda <jiri@…>
Group vt callbacks into a callback structure
10:39 Changeset in mainline [357d9dd] by Jiri Svoboda <jiri@…>
The 'state' in vt100_state_t is unnecessary
09:43 Changeset in mainline [89e5c0c7] by Jiri Svoboda <jiri@…>
Control sequences must not alter telnet user's cursor_x/y

2024-09-26:

22:24 Changeset in mainline [c23a1fe] by Jiri Svoboda <jiri@…>
Remote console mapping

2024-09-25:

17:19 Changeset in mainline [09f41d3] by Jiri Svoboda <jiri@…>
Tetris should be able to detect screen cursor control capability
16:51 ReleaseNotes/Mainline edited by Jiri Svoboda
remcons options (diff)
16:47 Changeset in mainline [6a753a9c] by Jiri Svoboda <jiri@…>
Remcons options port, no-ctl, no-rgb, multiple instances.

2024-09-24:

18:04 ReleaseNotes/Mainline edited by Jiri Svoboda
Remote console cursor and color control (diff)
17:59 Changeset in mainline [d3109ff] by Jiri Svoboda <jiri@…>
Cursor and color control in remote console + RGB Move vt100 module …

2024-09-20:

12:16 Changeset in mainline [3fcea34] by Jiří Zárevúcky <zarevucky.jiri@…>
Simplify the SYS_THREAD_CREATE syscall interface Removed the beefy …

2024-09-19:

22:04 Changeset in mainline [2cf8f994] by Jiri Svoboda <jiri@…>
Improve terminal behavior in console mode.

2024-09-18:

10:35 Changeset in mainline [84cc190] by Jiří Zárevúcky <zarevucky.jiri@…>
libtermui: Wipe overflow flags when wiping screen
10:34 Changeset in mainline [36fcd0a] by Jiří Zárevúcky <zarevucky.jiri@…>
Fix 32b build
10:05 Changeset in mainline [88739997] by Jiri Svoboda <jiri@…>
Remove forgotten debug messages
10:01 Changeset in mainline [9aa51406] by Jiri Svoboda <jiri@…>
Create terminal window with the correct size from the start.

2024-09-17:

06:51 ReleaseNotes/Mainline edited by Jiri Svoboda
Persistent network configuration (diff)
06:49 Ticket #748 (Persistent network configuration) closed by Jiri Svoboda
fixed: Implemented in changeset …
06:46 Ticket #748 (Persistent network configuration) updated by Jiri Svoboda
Owner, Status changed
06:44 Changeset in mainline [1bbc6dc] by Jiri Svoboda <jiri@…>
Network configuration persistence. nconfsrv is folded into inetsrv …

2024-09-16:

11:54 Changeset in mainline [096c0786] by Jiří Zárevúcky <zarevucky.jiri@…>
Ensure ALIGN_UP/DOWN() work with any size arguments
11:15 Changeset in mainline [bec6379] by Jiří Zárevúcky <zarevucky.jiri@…>
Make it possible to set a breakpoint on ubsan_panic()

2024-09-14:

10:32 Changeset in mainline [1e221ec] by Jiri Svoboda <jiri@…>
Fix bug in ui_window_send_minimize() This would crash terminal with …

2024-09-13:

15:15 ReleaseNotes/Mainline edited by Jiri Svoboda
Terminal scrollback and resize (diff)
15:13 Ticket #719 (Terminal resizing and scrolling) updated by Jiri Svoboda
Milestone changed
15:06 Changeset in mainline [3d588be] by Jiri Svoboda <jiri@…>
GFXDemo needs better textmode detection
14:43 Changeset in mainline [4c2339b] by Jiri Svoboda <jiri@…>
Bright should not be applied to background color.

2024-09-12:

14:29 Ticket #631 (printf("%f", 768.0) results in "770") updated by Jiří Zárevúcky
Status, Summary, Component, Owner changed
Never gotten to fixing this, but it's definitely a printf() issue.
14:18 Ticket #719 (Terminal resizing and scrolling) closed by Jiří Zárevúcky
fixed: Resizing and basic scrolling using PgUp/PgDown implemented via …
13:14 Changeset in mainline [899bdfd] by Jiří Zárevúcky <zarevucky.jiri@…>
Terminal scrolling and resizing support
12:35 Changeset in mainline [dd50aa19] by Jiří Zárevúcky <zarevucky.jiri@…>
Allocation function tweaks - Add reallocarray() from POSIX 2024 for …
12:35 Changeset in mainline [2ee6351] by Jiří Zárevúcky <zarevucky.jiri@…>
Remove unused/undocumented sx, sy arguments
12:35 Changeset in mainline [9c40b834] by Jiří Zárevúcky <zarevucky.jiri@…>
Add test for ticket #631
12:10 Changeset in mainline [de4f165] by Jiří Zárevúcky <zarevucky.jiri@…>
Unbreak build for 32b architectures

2024-09-11:

08:27 Ticket #873 (Libinet inetfaces should not contain hidden state) created by Jiri Svoboda
Libinet's interfaces dhcp.h, dnsr.h, inet.h, inetcfg.h and inetping.h …

2024-09-09:

05:20 Changeset in mainline [e132103b] by GitHub <noreply@…>
Merge 8a9a41e01a710f4ef36a33613b89d0973f674280 into …

2024-09-07:

18:35 ReleaseNotes/Mainline edited by Jiri Svoboda
Persistent volume configuration (diff)
18:33 Changeset in mainline [ca127f37] by Jiri Svoboda <jiri@…>
Persist volume configuration
14:09 Changeset in mainline [e90019d] by Jiri Svoboda <jiri@…>
Skip missing devices when loading seat configuration.

2024-09-05:

13:55 Changeset in mainline [aba2d04] by Jakub Jermář <jakub@…>
Upgrade to QEMU 9.1.0

2024-08-23:

20:29 Changeset in mainline [e82b37e] by Jiri Svoboda <jiri@…>
Fix decoding of changed MAC address.
19:59 ReleaseNotes/Mainline edited by Jiri Svoboda
Persistent taskmon configuration (diff)
19:57 Changeset in mainline [dbae3b6] by Jiri Svoboda <jiri@…>
Persistently store taskmon configuration.
18:17 Changeset in mainline [4af6fb1] by Jiri Svoboda <jiri@…>
Remove forgotten debug messages
18:04 ReleaseNotes/Mainline edited by Jiri Svoboda
Persistent display/seat configuration (diff)
18:02 Changeset in mainline [9546146] by Jiri Svoboda <jiri@…>
Persistently store display/seat configuration.

2024-08-22:

20:46 Changeset in mainline [ca95ccd] by Jiri Svoboda <jiri@…>
Fix file closing, volume config sync.
16:52 Changeset in mainline [cde067e] by Jiri Svoboda <jiri@…>
Add UI window callback that is called when window is resized.
13:08 Changeset in mainline [69d4aba] by Jiří Zárevúcky <zarevucky.jiri@…>
libgfximage: Fix integer multiplication overflow in TGA parser
13:03 Changeset in mainline [7268bf1] by Jiří Zárevúcky <zarevucky.jiri@…>
libc/test/string.c: Add GCC diagnostic category to ignore
13:02 Changeset in mainline [4c25f86b] by Jiří Zárevúcky <zarevucky.jiri@…>
viewer: Fix deallocation loop
13:01 Changeset in mainline [c06bd5e] by Jiří Zárevúcky <zarevucky.jiri@…>
init: Add missing NULL terminator in directory list
12:58 Changeset in mainline [b889a64] by Jiří Zárevúcky <zarevucky.jiri@…>
Fix typo in comment
12:48 Changeset in mainline [5b110a9] by Martin Decky <martin@…>
pkg: Temporarily use an IPv4-only hostname Use an IPv4-only hostname …

2024-08-21:

20:03 Changeset in mainline [14b2ac7] by Martin Decky <martin@…>
Change relevant URLs from HTTP to HTTPS The helenos.org web site …
16:52 Changeset in mainline [f8cb1bc5] by Martin Decky <martin@…>
Make the syntax help more useful Use an URL that is guaranteed to …

2024-08-20:

23:47 ReleaseNotes/Mainline edited by Jiri Svoboda
SIF storage format (diff)
23:43 Changeset in mainline [ac9b4f2] by Jiri Svoboda <jiri@…>
Change SIF storage format to be more XML-like While slightly more …
22:12 ReleaseNotes/Mainline edited by Jiri Svoboda
SIF, contacts (diff)
22:07 Changeset in mainline [bff8619] by Jiri Svoboda <jiri@…>
Simplify SIF interface, remove contacts Remove transactions, move to …
10:39 Changeset in mainline [a3ba37d] by GitHub <noreply@…>
ata_channel_destroy(): unlock channel mutex after error See pull …
10:28 Changeset in mainline [53bff11] by GitHub <noreply@…>
vbd: free disk service name on disk remove See pull request …

2024-08-17:

19:40 Ticket #719 (Terminal resizing and scrolling) updated by Jiří Zárevúcky
Status, Owner changed
Shame to waste this nice project for potential newcomers, but I really …
18:04 Ticket #631 (printf("%f", 768.0) results in "770") updated by Jiří Zárevúcky
Owner, Status changed

2024-08-12:

20:49 Changeset in mainline [3d2d455b] by Miroslav Cimerman <mc@…>
ata_channel_destroy(): unlock channel mutex after error
20:22 Changeset in mainline [ddfe233] by Miroslav Cimerman <mc@…>
vbd: free disk service name on disk remove

2024-08-10:

20:27 Changeset in mainline [a11679cf] by GitHub <noreply@…>
Merge e1fc596c2780d92d26b2da4c649020dc1b195174 into …

2024-07-24:

10:49 Ticket #859 (Build with Detailed kernel logging enabled fails) closed by Jiri Svoboda
fixed: Fixed by MaaSTaaR in changeset …
10:47 ReleaseNotes/Mainline edited by Jiri Svoboda
Config file persistence (diff)
10:33 Changeset in mainline [04e520e] by Jiri Svoboda <jiri@…>
Config file persistence Copy /cfg to /w/cfg when installing and when …

2024-07-22:

20:45 Changeset in mainline [145d4e2e] by Jiri Svoboda <jiri@…>
Add doxygen group definition and minimal unit tests to libata

2024-07-21:

21:15 Changeset in mainline [48b8928] by Jiri Svoboda <jiri@…>
Prevent failure when deleting a partition that is not mounted.

2024-07-19:

16:16 ReleaseNotes/Mainline edited by Jiri Svoboda
File/New FIle/Open (diff)
16:13 Changeset in mainline [f32f89a] by Jiri Svoboda <jiri@…>
Fix format specifiers not correct for 32-bit
16:13 Changeset in mainline [994f87b] by Jiri Svoboda <jiri@…>
Add File/New and File/Open to text editor Change repeat search …

2024-07-12:

10:12 Ticket #872 (System is very slow in VirtualBox with more than 1 CPU) created by Jiri Svoboda
MaaSTaaR found out that when you run HelenOS in VirtualBox and you …

2024-07-11:

11:29 Changeset in mainline [705b65ea] by Jiri Svoboda <jiri@…>
Do not automatically mount floppy. Reduce driver verbosity.

2024-07-08:

19:24 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
19:16 Changeset in mainline [f77ede10] by Jiri Svoboda <jiri@…>
Write data (floppy)
19:05 Changeset in mainline [878736e] by Jiri Svoboda <jiri@…>
Fix ccheck.
19:00 Changeset in mainline [dc5647e] by Jiri Svoboda <jiri@…>
PC floppy disk driver Bare minimum implemented.

2024-07-06:

19:36 Changeset in mainline [a215c4f] by GitHub <noreply@…>
Merge 12f5a1be9347ae8a4c87b277c612c58c71f5f5fc into …
Note: See TracTimeline for information about the timeline view.