Skip to content
Snippets Groups Projects
  1. Jun 26, 2023
    • Rob Swindell's avatar
      Thread-safe wrappers for std/socket errno description getters for sbbs_t · ad6c078c
      Rob Swindell authored
      These should only be used in the sbbs_t methods called by node_thread or
      event_thread. Any other thread-shared sbbs_t instances should not use these
      methods since they share a single error description string buffer.
      ad6c078c
    • Rob Swindell's avatar
      Fix type 2.2 packet header generation · 30f7d76f
      Rob Swindell authored
      As reported by Deon on DOVE-Net: type 2.2 packet generation was not (since
      SBBSecho v3.0) setting the origin and destination point values correctly:
      was leaving the packet type 2.0 date values in these fields.
      
      Also, zero-out the reserved bytes in the type 2.2 packet header (don't leave
      the type 2.0 date values in there).
      
      Thanks for the report Deon!
      30f7d76f
  2. Jun 24, 2023
  3. Jun 18, 2023
  4. Jun 17, 2023
  5. Jun 16, 2023
  6. Jun 15, 2023
  7. Jun 13, 2023
  8. Jun 12, 2023
  9. Jun 11, 2023
  10. Jun 10, 2023
  11. Jun 09, 2023
Loading