1. 982090d console-server: Fix leak of TTY sysfs dev node path by Andrew Jeffery · 6 months ago
  2. 48d1f53 log-hander: Fix leak of rotate_filename in cleanup path by Andrew Jeffery · 6 months ago
  3. 3f8d5be console-server: Call ringbuffer_fini() to mitigate leak report by Andrew Jeffery · 6 months ago
  4. 079fc51 console-server: Fix printf() format string for discovered handlers by Andrew Jeffery · 6 months ago
  5. e2826c7 console-server: allow separate handler instances by Jeremy Kerr · 6 months ago
  6. a71b395 console-server: Add BUILD_ASSERT_OR_ZERO by Jeremy Kerr · 6 months ago
  7. 6925740 Refactor run_console: extract function by Alexander Hansen · 7 months ago
  8. 46d9ef2 Do not truncate log files after reboot by John Wang · 2 years ago
  9. 2f1abc3 Fix realloc() with size 0 by John Wang · 7 months ago
  10. b7dddbc obmc-console-ssh@.service: add ECDSA and ED25519 keys by Andrew Geissler · 9 months ago
  11. 7f2bfb9 config: add ringbuffer-size in config file options by Medicine Yeh · 10 months ago
  12. d6e8b64 config: rename parse_logsize to be more generic by Medicine Yeh · 10 months ago
  13. bd4af90 80-obmc-console-uart.rules: fix udevadm warnings by Andrew Geissler · 11 months ago
  14. 66ddf71 OWNERS: Update Andrew's preferred email by Andrew Jeffery · 1 year, 1 month ago
  15. 3453084 clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  16. bae933a meson: rename options file by Patrick Williams · 1 year, 3 months ago
  17. 955d140 console-server: Fix config of lpc_address and sirq sysfs attributes by Oskar Senft · 1 year, 3 months ago
  18. a2a026d ssh: Service don't depends on concurrent-servers by Willy Tu · 1 year, 3 months ago
  19. 2a5ffac obmc-console-ssh: Add feature behind an option flag by Willy Tu · 1 year, 4 months ago
  20. 7dc08ba config: Add support for aspeed-uart-routing config directive by Zev Weiss · 1 year, 4 months ago
  21. acefe01 config: Allow multi-word config values by Zev Weiss · 1 year, 4 months ago
  22. 35f44fc config: Use isspace(3) instead of open-coding it by Zev Weiss · 1 year, 4 months ago
  23. dfda5af config: Drop support for the `socket-id` configuration key by Andrew Jeffery · 1 year, 7 months ago
  24. ba0a5a7 Remove deprecated D-Bus interface by Jonathan Doman · 1 year, 7 months ago
  25. db92808 obmc-console: Update version and CHANGELOG for 1.1.0 by Andrew Jeffery · 1 year, 7 months ago v1.1.0
  26. 7c02ae1 console-server: Use correct attribute name in VUART test by Andrew Jeffery · 1 year, 7 months ago
  27. 9598b86 Add new D-Bus UART interface by Jonathan Doman · 1 year, 7 months ago
  28. bd992c9 Add Connect() method to console DBUS object by Ninad Palsule · 1 year, 8 months ago
  29. 5ba20b5 obmc-console: Consolidate handling of default socket-id by Ninad Palsule · 1 year, 8 months ago
  30. 4e44c79 clang-format: copy latest and re-format by Andrew Jeffery · 1 year, 8 months ago
  31. ae2460d obmc-console: Provide a default value for `console-id`. by Andrew Jeffery · 1 year, 8 months ago
  32. ba2af96 console-server: Don't require a configuration file by Andrew Jeffery · 1 year, 8 months ago
  33. 954be0f console-server: Add --console-id option by Andrew Jeffery · 1 year, 8 months ago
  34. 9a8f30e obmc-console: Introduce console-id, deprecate socket-id by Andrew Jeffery · 1 year, 8 months ago
  35. 30ea638 console-server: Add PTY support for testing purposes by Andrew Jeffery · 1 year, 8 months ago
  36. d769eec console-server: Move console->tty_kname initialisation to tty_init() by Andrew Jeffery · 1 year, 8 months ago
  37. 29c59c4 console-server: Consistently use cleanup labels on error by Andrew Jeffery · 1 year, 8 months ago
  38. 4ee702a console-server: Rationalise acquisition of console_id by Andrew Jeffery · 1 year, 8 months ago
  39. d3cb9c2 console-server: Assign NULL in declarations for brevity by Andrew Jeffery · 1 year, 8 months ago
  40. 7eb20ac obmc-console: Introduce a changelog by Andrew Jeffery · 1 year, 8 months ago
  41. 095db47 README: Convert the build instructions to meson by Andrew Jeffery · 1 year, 8 months ago
  42. 4dfefa9 test: ringbuffer-test-utils: Add stdlib.h for malloc()/free() by Andrew Jeffery · 1 year, 8 months ago
  43. c9f4a55 Adding myself as a reviewer by Ninad Palsule · 1 year, 8 months ago
  44. b14ca19 Added new dbus interface to query console info by Ninad Palsule · 1 year, 9 months ago
  45. e258e51 Split dbus related code into separate file by Ninad Palsule · 1 year, 9 months ago
  46. 4e71869 Fixed broken dbus interface for multiple consoles by Ninad Palsule · 1 year, 9 months ago
  47. b377362 obmc-console: Remove autotools build system by Andrew Jeffery · 1 year, 9 months ago
  48. 86e3fd7 meson: Install obmc-console-server in $sbindir for consistency by Andrew Jeffery · 1 year, 9 months ago
  49. dd4fa59 test: test-config-parse-logsize: Fix invalid size_t format specifier by Andrew Jeffery · 1 year, 9 months ago
  50. 533f970 Changes for new pre-defined usergroup hostconsole by Ninad Palsule · 1 year, 10 months ago
  51. 59d29a9 obmc-console: Add clang-tidy configuration by Andrew Jeffery · 1 year, 9 months ago
  52. 1b86844 obmc-console: Fix ringbuffer-test-utils analysis by Andrew Jeffery · 1 year, 9 months ago
  53. b70f871 obmc-console: Fix readability-isolate-declaration by Andrew Jeffery · 1 year, 9 months ago
  54. 6422215 obmc-console: Fix readability-inconsistent-declaration-parameter-name by Andrew Jeffery · 1 year, 9 months ago
  55. 0b7b047 obmc-console: Fix readability-else-after-return by Andrew Jeffery · 1 year, 9 months ago
  56. 2834c5b obmc-console: Fix readability-braces-around-statements by Andrew Jeffery · 1 year, 9 months ago
  57. 4ee419d obmc-console: Fix cert-dcl03-c,misc-static-assert by Andrew Jeffery · 1 year, 9 months ago
  58. 91b5217 obmc-console: Address bugprone-sizeof-expression by Andrew Jeffery · 1 year, 9 months ago
  59. 750fb0c obmc-console: Fix bugprone-reserved-identifier by Andrew Jeffery · 1 year, 9 months ago
  60. 19c74d5 obmc-console: Extract definition of _GNU_SOURCE by Andrew Jeffery · 1 year, 9 months ago
  61. 5c359cc obmc-console: Fix bugprone-narrowing-conversions by Andrew Jeffery · 1 year, 9 months ago
  62. fd883a8 console-server: Validate values and fix narrowing conversions by Andrew Jeffery · 1 year, 9 months ago
  63. f2232d5 obmc-console: Fix bugprone-macro-parentheses by Andrew Jeffery · 1 year, 9 months ago
  64. 5db8c79 obmc-console: Fix bugprone-implicit-widening-of-multiplication-result by Andrew Jeffery · 1 year, 9 months ago
  65. a72711a obmc-console: Add clang-format configuration by Andrew Jeffery · 1 year, 9 months ago
  66. 4f79c0a test: test-config-parse-logsize: Don't print size uninitialised by Andrew Jeffery · 1 year, 9 months ago
  67. 15792aa console-server: tty_find_device(): Assign rc on error by Andrew Jeffery · 1 year, 9 months ago
  68. d0a8556 obmc-console: Convert build to meson by Andrew Jeffery · 1 year, 9 months ago
  69. d30d757 config: Remove use of %m sscanf format specifier by Andrew Jeffery · 1 year, 9 months ago
  70. 21f4cb4 socket-handler: Fix void pointer arithmetic by Andrew Jeffery · 1 year, 9 months ago
  71. 8f548f6 obmc-console: Clean up invalid sign comparisons by Andrew Jeffery · 1 year, 9 months ago
  72. c7a8f00 console-server: Drop trailing semi-colon from console_handler_register() by Andrew Jeffery · 1 year, 9 months ago
  73. fd04832 obmc-console: Mark unused parameters as such by Andrew Jeffery · 1 year, 9 months ago
  74. 15ceb3e ringbuffer: Implement min() as an inline function by Andrew Jeffery · 1 year, 9 months ago
  75. cc07530 Support systemd socket activation by Jonathan Doman · 1 year, 9 months ago
  76. 397fd03 console-server: add ifdef around offsetof by Patrick Williams · 1 year, 11 months ago
  77. ed04991 prettier: re-format by Patrick Williams · 2 years, 1 month ago
  78. bbc9552 MAINTAINERS: remove file by Patrick Williams · 2 years, 5 months ago
  79. 1910062 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 6 months ago
  80. 93fd8a3 log_trim: Rotate log instead of truncate by Lei YU · 2 years, 9 months ago
  81. 467d301 ssh-console: only enable keepalive option by Andrew Geissler · 3 years, 2 months ago
  82. dc0eec8 ssh-console: introduce reasonable timeout values by Andrew Geissler · 3 years, 2 months ago
  83. 2e93a03 Add OWNERS file by Manojkiran Eda · 3 years, 3 months ago
  84. cabd9db bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 9 months ago
  85. d802b11 Add design notes - UART abstraction by Joseph Reynolds · 4 years, 9 months ago
  86. 44036f0 conf: Add udev rules for other UARTS by Vijay Khemka · 4 years, 9 months ago
  87. fdf1a71 conf: Ship udev rules for launching obmc-console-server by Andrew Jeffery · 4 years, 10 months ago
  88. 91dde14 console-server: Choose tty device from a configuration file by Andrew Jeffery · 5 years ago
  89. 6ed0e4e console-client: Improve failure-to-connect warning by Andrew Jeffery · 4 years, 11 months ago
  90. 9836e2b conf: Ship default configuration and systemd units by Andrew Jeffery · 5 years ago
  91. 71e7a24 console-client: Enable use of a configuration file by Andrew Jeffery · 5 years ago
  92. ddf2ab7 obmc-console: Expose socket ID configuration for client and server by Andrew Jeffery · 5 years ago
  93. 5e7c078 console-socket: Add an optional component to UNIX socket abstract names by Andrew Jeffery · 5 years ago
  94. c5ce2cb tests: Add client escape test by Jeremy Kerr · 5 years ago
  95. 5b16dc8 console-client: Fix fixed-string escape mode dropping its last byte by William A. Kennington III · 5 years ago
  96. 8a15435 console-client: Produce unique exit code when escaped by William A. Kennington III · 5 years ago
  97. 15691c8 console-client: Support an alternate string escape mode by William A. Kennington III · 5 years ago
  98. ff56983 console-client: Cleanup the escape code by William A. Kennington III · 5 years ago
  99. 1cecc5d Eliminate excessive CPU consumption when redirecting UART over SSH by Johnathan Mantey · 6 years ago
  100. a395a77 Fix a recursive header include by Johnathan Mantey · 6 years ago