Skip to content
Snippets Groups Projects
  1. May 22, 2020
    • Sergei Rashitov's avatar
      Server Loop logic · f12d65d8
      Sergei Rashitov authored
      [*] Fix error message
      [*] Fix goto statement
      [*] Fix server pointer check
      f12d65d8
    • Sergei Rashitov's avatar
      Server Loop logic · 24572035
      Sergei Rashitov authored
      [*] Moved code that have nothing to do with dap_server_t to init/deinit
      functions.
      [+] Add error codes
      [+] Add timeout to epoll_wait, so loop can be stopped
      [-] Removed infinite loop when there is no server. It is responsibility of
      an application that uses sdk to create such loops
      24572035
    • Sergei Rashitov's avatar
      [*] loop stop != deinitialization · 2bb04a89
      Sergei Rashitov authored
      2bb04a89
  2. May 11, 2020
  3. May 04, 2020
    • Aleksei Voronin's avatar
      [*] Fixed an error. · ea1efd3f
      Aleksei Voronin authored and dmitriy.gerasimov's avatar dmitriy.gerasimov committed
      From documentation: The addrlen argument should be initialized to indicate the amount of space pointed to by addr.
      Valgrind: "Syscall param socketcall.getpeername(namelen_in) points to uninitialised byte(s)".
      ea1efd3f
  4. May 03, 2020
Loading