1. 477d99f tests/fsm: also test .onenter and .onleave callbacks by Vadim Yanitskiy · 5 months ago
  2. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 7 months ago
  3. 76bdbd4 fsm: fix state_chg(): pass microseconds to osmo_timer_schedule() by Vadim Yanitskiy · 1 year, 11 months ago
  4. d2964a9 fsm: add unit tests verifying state timeout s/ms accuracy by Vadim Yanitskiy · 1 year, 11 months ago
  5. 01e0d3e Drop use of log_set_print_filename() API inside libosmocore by Pau Espin Pedrol · 3 years, 4 months ago
  6. 690b661 tests: Set print_category values explicitly by Pau Espin Pedrol · 3 years, 4 months ago
  7. eb028fa tests/fsm_test.c: Disable use color in logging output by Pau Espin Pedrol · 3 years, 11 months ago
  8. ae5016f Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 6 months ago
  9. b1bbe24 fsm: refuse state chg and events after term by Neels Hofmeyr · 4 years, 8 months ago
  10. 988f6d7 add osmo_fsm_set_dealloc_ctx(), to help with use-after-free by Neels Hofmeyr · 4 years, 8 months ago
  11. d28aa0c fsm_dealloc_test: no need for ST_DESTROYING by Neels Hofmeyr · 5 years ago
  12. 1f9cc01 fsm: support graceful osmo_fsm_inst_term() cascades by Neels Hofmeyr · 5 years ago
  13. 3b414a4 fsm: add flag to ensure osmo_fsm_inst_term() happens only once by Neels Hofmeyr · 5 years ago
  14. 223d66a add fsm_dealloc_test.c by Neels Hofmeyr · 5 years ago
  15. 050f2d3 log: fsm: allow logging the timeout on state change by Neels Hofmeyr · 6 years ago
  16. bd5a1dc osmo_fsm_inst_state_chg(): set T also for zero timeout by Neels Hofmeyr · 5 years ago
  17. 407df02 add osmo_fsm_inst_state_chg_keep_timer() by Neels Hofmeyr · 6 years ago
  18. a64c45a add osmo_fsm_inst_update_id_f() by Neels Hofmeyr · 6 years ago
  19. 6e8c088 cosmetic: osmo_fsm_inst_update_id(): don't log "allocate" by Neels Hofmeyr · 6 years ago
  20. 71f76a1 fsm: id: properly set name in case of NULL id by Neels Hofmeyr · 6 years ago
  21. 975ee6b fsm_test: more thoroughly test FSM inst ids and names by Neels Hofmeyr · 6 years ago
  22. d8f175c fsm_test: terminate the main loop instead of exit on timeout by Neels Hofmeyr · 6 years ago
  23. 04a2a32 fsm: Update the name as well if the id is updated and accept NULL by Daniel Willmann · 6 years ago
  24. 888dc7d print BIG FAT ERROR message if osmo_fsm lacks event names by Stefan Sperling · 6 years ago
  25. 35b54d1 fsm_test.c: fix unreachable check by Vadim Yanitskiy · 7 years ago
  26. 31c0fef control_if: Add control interface commands for FSMs by Harald Welte · 7 years ago
  27. 4585e67 osmo_fsm: Lookup functions to find FSM Instance by name or ID by Harald Welte · 7 years ago
  28. cba8eb9 fsm_test.c: fix compiler warning: timer cb return type by Neels Hofmeyr · 7 years ago
  29. 6a13e7f fsm: add LOGPFSML to pass explicit logging level by Neels Hofmeyr · 7 years ago
  30. 3de97e1 Add logging and testing for FSM deallocation by Max · 8 years ago
  31. 8b25a3f Add osmo_fsm_unregister() to header by Max · 8 years ago
  32. 136e737 Add Finite State Machine abstraction code by Harald Welte · 8 years ago