# # ChangeLog for uspace/srv/hid/remcons/remcons.h in mainline # # Generated by Trac 1.6 # 2025-08-01T07:19:39Z Fri, 04 Oct 2024 19:23:16 GMT Jiri Svoboda [47d060d] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) Implement telnet window size option Thu, 03 Oct 2024 21:31:52 GMT Jiri Svoboda [5132379] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) A list is sometimes just a list. Thu, 03 Oct 2024 18:21:04 GMT Jiri Svoboda [b2c9e42c] * uspace/lib/input/include/io/kbd_event.h (modified) * uspace/lib/ui/include/types/ui/testctl.h (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) Move link out of kbd_event_t Thu, 03 Oct 2024 15:42:59 GMT Jiri Svoboda [6907f26] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/meson.build (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) Parse VT100 keyboard escape sequences in libvt Tue, 01 Oct 2024 10:39:09 GMT Jiri Svoboda [357d9dd] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) The 'state' in vt100_state_t is unnecessary Thu, 26 Sep 2024 22:24:43 GMT Jiri Svoboda [c23a1fe] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) Remote console mapping Wed, 25 Sep 2024 17:19:36 GMT Jiri Svoboda [09f41d3] * uspace/app/terminal/terminal.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/lib/output/include/io/concaps.h (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/port/ddev.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) Tetris should be able to detect screen cursor control capability Tue, 24 Sep 2024 17:59:36 GMT Jiri Svoboda [d3109ff] * uspace/lib/meson.build (modified) * uspace/lib/vt/include/vt/vt100.h (moved) * uspace/lib/vt/meson.build (added) * uspace/lib/vt/src/vt100.c (moved) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/meson.build (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/remcons/meson.build (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) Cursor and color control in remote console + RGB Move vt100 module ... Wed, 08 Apr 2015 21:25:30 GMT Jiri Svoboda [fab2746] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/main.c (modified) * uspace/app/netecho/Makefile (deleted) * uspace/app/netecho/netecho.c (deleted) * uspace/app/netecho/print_error.c (deleted) * uspace/app/netecho/print_error.h (deleted) * uspace/app/netspeed/Makefile (deleted) * uspace/app/netspeed/netspeed.c (deleted) * uspace/app/nettest1/Makefile (deleted) * uspace/app/nettest1/nettest.c (deleted) * uspace/app/nettest1/nettest.h (deleted) * uspace/app/nettest1/nettest1.c (deleted) * uspace/app/nettest1/print_error.c (deleted) * uspace/app/nettest1/print_error.h (deleted) * uspace/app/nettest2/Makefile (deleted) * uspace/app/nettest2/nettest.c (deleted) * uspace/app/nettest2/nettest.h (deleted) * uspace/app/nettest2/nettest2.c (deleted) * uspace/app/nettest2/print_error.c (deleted) * uspace/app/nettest2/print_error.h (deleted) * uspace/app/nettest3/Makefile (deleted) * uspace/app/nettest3/nettest3.c (deleted) * uspace/app/nterm/conn.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (deleted) * uspace/lib/c/generic/adt/dynamic_fifo.c (deleted) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/endpoint.c (moved) * uspace/lib/c/generic/inet/tcp.c (moved) * uspace/lib/c/generic/inet/udp.c (added) * uspace/lib/c/generic/net/inet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (deleted) * uspace/lib/c/generic/net/socket_parse.c (deleted) * uspace/lib/c/include/adt/dynamic_fifo.h (deleted) * uspace/lib/c/include/adt/generic_char_map.h (deleted) * uspace/lib/c/include/adt/generic_field.h (deleted) * uspace/lib/c/include/adt/int_map.h (deleted) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/endpoint.h (moved) * uspace/lib/c/include/inet/tcp.h (moved) * uspace/lib/c/include/inet/udp.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (deleted) * uspace/lib/c/include/ipc/tcp.h (added) * uspace/lib/c/include/ipc/udp.h (moved) * uspace/lib/c/include/net/in.h (deleted) * uspace/lib/c/include/net/in6.h (deleted) * uspace/lib/c/include/net/inet.h (deleted) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/net/Makefile (deleted) * uspace/lib/net/include/socket_core.h (deleted) * uspace/lib/net/tl/socket_core.c (deleted) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/sock.c (deleted) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/service.c (added) * uspace/srv/net/udp/service.h (moved) * uspace/srv/net/udp/sock.c (deleted) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) New transport layer API. Only UDP implemented. Thu, 12 Jan 2012 08:38:13 GMT Vojtech Horky [d545d03] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.h (modified) remcons: unify log/error messages Thu, 12 Jan 2012 08:10:14 GMT Vojtech Horky [30d4706] * uspace/srv/hid/remcons/Makefile (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (added) * uspace/srv/hid/remcons/user.c (added) * uspace/srv/hid/remcons/user.h (added) remcons: split source into more files