- 366651d log-handler: Set the end of the file as the file size by Marshall Zhan · 4 months ago master
- 6498f9f log-handler: fix console logs by Alexander Hansen · 4 months ago
- b965c22 clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
- 85055f9 docs/mux-support.md: Fix MD014 warnings by George Liu · 5 months ago
- ce3688c docs/mux-support.md: Fix MD040 warnings by George Liu · 5 months ago
- 97e7e51 test: multiple consoles by Alexander Hansen · 5 months ago
- c7602e0 test: console socket write by Alexander Hansen · 5 months ago
- e11cca1 test: console socket read by Alexander Hansen · 5 months ago
- a30b765 test: console-client can write by Alexander Hansen · 5 months ago
- 12bf483 test: console-client can read by Alexander Hansen · 5 months ago
- 29a8f98 test: console logs to file by Andrew Jeffery · 5 months ago
- 3ff250d changelog: List UART mux support and iniparser dependency by Andrew Jeffery · 5 months ago
- 13d3aa7 docs/mux-support.md: README.md: Fix MD041 warnings by George Liu · 5 months ago
- 289e647 README.md: Fix MD041 warnings by George Liu · 5 months ago
- 86f6f61 README.md: Fix MD040 warnings by George Liu · 5 months ago
- 8fee424 UART Mux Support: Documentation by Alexander Hansen · 7 months ago
- a6b2910 console-server: Add UART Mux Support by Alexander Hansen · 6 months ago
- 312ecdc console-server: Enable multiple consoles by Alexander Hansen · 6 months ago
- 2325d5d console-server: refactor pollfd management by Alexander Hansen · 7 months ago
- e3a083e config: support sections in config_ api by Alexander Hansen · 6 months ago
- c2b0d8c console-server: introduce `struct console_server` by Alexander Hansen · 7 months ago
- e3f1aa1 util: Consolidate ARRAY_SIZE() definitions by Alexander Hansen · 6 months ago
- ace05dc meson: Exploit `tests` option to disable the test suite by Andrew Jeffery · 6 months ago
- adedc33 console-server: Enable handler iteration with -fsanitize=address by Andrew Jeffery · 6 months ago
- d659cfc config: Allow NULL for internal dict pointer by Andrew Jeffery · 6 months ago
- 28a1761 console-server: Avoid SEGV on on failure to load configuration by Andrew Jeffery · 6 months ago
- ab64dad subprojects: iniparser: Address meson run_command() warning by Andrew Jeffery · 6 months ago
- 1e04f44 use iniparser dependency for config file parsing by Alexander Hansen · 7 months ago
- 498a4a8 console-server: Respect DBus init failure by Andrew Jeffery · 6 months ago
- 12398cd console-dbus: Connect to the default bus by Andrew Jeffery · 6 months ago
- 7851a39 obmc-console: Address more instances of realloc() with size 0 by Andrew Jeffery · 6 months ago
- 9cc8459 console-server: Clear poller timeout on init by Andrew Jeffery · 6 months ago
- 553cb66 console-server: Define static sigint object as `volatile sig_atomic_t` by Andrew Jeffery · 6 months ago
- 982090d console-server: Fix leak of TTY sysfs dev node path by Andrew Jeffery · 6 months ago
- 48d1f53 log-hander: Fix leak of rotate_filename in cleanup path by Andrew Jeffery · 6 months ago
- 3f8d5be console-server: Call ringbuffer_fini() to mitigate leak report by Andrew Jeffery · 6 months ago
- 079fc51 console-server: Fix printf() format string for discovered handlers by Andrew Jeffery · 6 months ago
- e2826c7 console-server: allow separate handler instances by Jeremy Kerr · 6 months ago
- a71b395 console-server: Add BUILD_ASSERT_OR_ZERO by Jeremy Kerr · 6 months ago
- 6925740 Refactor run_console: extract function by Alexander Hansen · 7 months ago
- 46d9ef2 Do not truncate log files after reboot by John Wang · 2 years ago
- 2f1abc3 Fix realloc() with size 0 by John Wang · 7 months ago
- b7dddbc obmc-console-ssh@.service: add ECDSA and ED25519 keys by Andrew Geissler · 9 months ago
- 7f2bfb9 config: add ringbuffer-size in config file options by Medicine Yeh · 10 months ago
- d6e8b64 config: rename parse_logsize to be more generic by Medicine Yeh · 10 months ago
- bd4af90 80-obmc-console-uart.rules: fix udevadm warnings by Andrew Geissler · 11 months ago
- 66ddf71 OWNERS: Update Andrew's preferred email by Andrew Jeffery · 1 year ago
- 3453084 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
- bae933a meson: rename options file by Patrick Williams · 1 year, 2 months ago
- 955d140 console-server: Fix config of lpc_address and sirq sysfs attributes by Oskar Senft · 1 year, 3 months ago
- a2a026d ssh: Service don't depends on concurrent-servers by Willy Tu · 1 year, 3 months ago
- 2a5ffac obmc-console-ssh: Add feature behind an option flag by Willy Tu · 1 year, 4 months ago
- 7dc08ba config: Add support for aspeed-uart-routing config directive by Zev Weiss · 1 year, 4 months ago
- acefe01 config: Allow multi-word config values by Zev Weiss · 1 year, 4 months ago
- 35f44fc config: Use isspace(3) instead of open-coding it by Zev Weiss · 1 year, 4 months ago
- dfda5af config: Drop support for the `socket-id` configuration key by Andrew Jeffery · 1 year, 7 months ago
- ba0a5a7 Remove deprecated D-Bus interface by Jonathan Doman · 1 year, 7 months ago
- db92808 obmc-console: Update version and CHANGELOG for 1.1.0 by Andrew Jeffery · 1 year, 7 months ago v1.1.0
- 7c02ae1 console-server: Use correct attribute name in VUART test by Andrew Jeffery · 1 year, 7 months ago
- 9598b86 Add new D-Bus UART interface by Jonathan Doman · 1 year, 7 months ago
- bd992c9 Add Connect() method to console DBUS object by Ninad Palsule · 1 year, 8 months ago
- 5ba20b5 obmc-console: Consolidate handling of default socket-id by Ninad Palsule · 1 year, 8 months ago
- 4e44c79 clang-format: copy latest and re-format by Andrew Jeffery · 1 year, 8 months ago
- ae2460d obmc-console: Provide a default value for `console-id`. by Andrew Jeffery · 1 year, 8 months ago
- ba2af96 console-server: Don't require a configuration file by Andrew Jeffery · 1 year, 8 months ago
- 954be0f console-server: Add --console-id option by Andrew Jeffery · 1 year, 8 months ago
- 9a8f30e obmc-console: Introduce console-id, deprecate socket-id by Andrew Jeffery · 1 year, 8 months ago
- 30ea638 console-server: Add PTY support for testing purposes by Andrew Jeffery · 1 year, 8 months ago
- d769eec console-server: Move console->tty_kname initialisation to tty_init() by Andrew Jeffery · 1 year, 8 months ago
- 29c59c4 console-server: Consistently use cleanup labels on error by Andrew Jeffery · 1 year, 8 months ago
- 4ee702a console-server: Rationalise acquisition of console_id by Andrew Jeffery · 1 year, 8 months ago
- d3cb9c2 console-server: Assign NULL in declarations for brevity by Andrew Jeffery · 1 year, 8 months ago
- 7eb20ac obmc-console: Introduce a changelog by Andrew Jeffery · 1 year, 8 months ago
- 095db47 README: Convert the build instructions to meson by Andrew Jeffery · 1 year, 8 months ago
- 4dfefa9 test: ringbuffer-test-utils: Add stdlib.h for malloc()/free() by Andrew Jeffery · 1 year, 8 months ago
- c9f4a55 Adding myself as a reviewer by Ninad Palsule · 1 year, 8 months ago
- b14ca19 Added new dbus interface to query console info by Ninad Palsule · 1 year, 9 months ago
- e258e51 Split dbus related code into separate file by Ninad Palsule · 1 year, 8 months ago
- 4e71869 Fixed broken dbus interface for multiple consoles by Ninad Palsule · 1 year, 8 months ago
- b377362 obmc-console: Remove autotools build system by Andrew Jeffery · 1 year, 8 months ago
- 86e3fd7 meson: Install obmc-console-server in $sbindir for consistency by Andrew Jeffery · 1 year, 9 months ago
- dd4fa59 test: test-config-parse-logsize: Fix invalid size_t format specifier by Andrew Jeffery · 1 year, 9 months ago
- 533f970 Changes for new pre-defined usergroup hostconsole by Ninad Palsule · 1 year, 10 months ago
- 59d29a9 obmc-console: Add clang-tidy configuration by Andrew Jeffery · 1 year, 9 months ago
- 1b86844 obmc-console: Fix ringbuffer-test-utils analysis by Andrew Jeffery · 1 year, 9 months ago
- b70f871 obmc-console: Fix readability-isolate-declaration by Andrew Jeffery · 1 year, 9 months ago
- 6422215 obmc-console: Fix readability-inconsistent-declaration-parameter-name by Andrew Jeffery · 1 year, 9 months ago
- 0b7b047 obmc-console: Fix readability-else-after-return by Andrew Jeffery · 1 year, 9 months ago
- 2834c5b obmc-console: Fix readability-braces-around-statements by Andrew Jeffery · 1 year, 9 months ago
- 4ee419d obmc-console: Fix cert-dcl03-c,misc-static-assert by Andrew Jeffery · 1 year, 9 months ago
- 91b5217 obmc-console: Address bugprone-sizeof-expression by Andrew Jeffery · 1 year, 9 months ago
- 750fb0c obmc-console: Fix bugprone-reserved-identifier by Andrew Jeffery · 1 year, 9 months ago
- 19c74d5 obmc-console: Extract definition of _GNU_SOURCE by Andrew Jeffery · 1 year, 9 months ago
- 5c359cc obmc-console: Fix bugprone-narrowing-conversions by Andrew Jeffery · 1 year, 9 months ago
- fd883a8 console-server: Validate values and fix narrowing conversions by Andrew Jeffery · 1 year, 9 months ago
- f2232d5 obmc-console: Fix bugprone-macro-parentheses by Andrew Jeffery · 1 year, 9 months ago
- 5db8c79 obmc-console: Fix bugprone-implicit-widening-of-multiplication-result by Andrew Jeffery · 1 year, 9 months ago
- a72711a obmc-console: Add clang-format configuration by Andrew Jeffery · 1 year, 9 months ago
- 4f79c0a test: test-config-parse-logsize: Don't print size uninitialised by Andrew Jeffery · 1 year, 9 months ago
- 15792aa console-server: tty_find_device(): Assign rc on error by Andrew Jeffery · 1 year, 9 months ago