1. 15 Jul, 2019 3 commits
  2. 14 Jul, 2019 3 commits
  3. 08 Jul, 2019 2 commits
  4. 20 Mar, 2019 9 commits
  5. 11 Feb, 2019 1 commit
  6. 25 Jan, 2019 2 commits
  7. 16 Jan, 2019 1 commit
  8. 15 Dec, 2018 3 commits
  9. 14 Dec, 2018 11 commits
  10. 13 Dec, 2018 2 commits
  11. 14 Nov, 2018 2 commits
    • NIIBE Yutaka's avatar
      libassuan.vers: Remove duplicates. · eac43aad
      NIIBE Yutaka authored
      
      
      Signed-off-by: NIIBE Yutaka's avatarNIIBE Yutaka <gniibe@fsij.org>
      eac43aad
    • NIIBE Yutaka's avatar
      server: Don't call _assuan_waitpid on server side. · 81536080
      NIIBE Yutaka authored
      * src/server.c (_assuan_server_finish): Never call waitpid here.
      * src/assuan-socket-server.c (accept_connection_bottom): Indentation.
      
      --
      
      The waitpid/wait only makes sense by parent catching its child
      process.
      
      Since the commit 93595de1 (for version
      0.6.5, in 2004-04-21), CTX->PID on server side has client PID.
      
      In the commit cb53f862
      
       (2009-11-19),
      call of _assuan_waitpid was introduced in assuan_server_finish, but
      this call always fails because the process is not a child process of
      server.
      
      (If we could catch exit of non-child process, it might cause a dead
      lock, since client does call waitpid too.)
      
      The indentation fix is to show the place where PID is assigned.
      
      Signed-off-by: NIIBE Yutaka's avatarNIIBE Yutaka <gniibe@fsij.org>
      81536080
  12. 13 Nov, 2018 1 commit