1. 19 Jan, 2021 1 commit
  2. 18 Sep, 2020 1 commit
  3. 06 Apr, 2020 4 commits
  4. 27 Sep, 2019 1 commit
  5. 19 Sep, 2019 1 commit
  6. 17 Sep, 2019 2 commits
  7. 02 Sep, 2019 1 commit
  8. 28 Aug, 2019 1 commit
    • Dmitry Timoshkov's avatar
      rpcrt4: Add an exception handler to NdrAsyncClientCall. · 1df0091d
      Dmitry Timoshkov authored
      NdrClientCall already uses TRY/EXCEPT block if the procedure has
      Oi_HAS_COMM_OR_FAULT in its Oi_flags, I've added similar block
      to NdrAsyncClientCall but without mapping the fault code using
      CommFaultOffsets because NdrAsyncClientCall doesn't have this
      implemented.
      
      An installer that I have here calls NdrAsyncClientCall in order
      to query status of a not yet installed service, and that leads
      to a crash due to RaiseException from inside of NdrAsyncClientCall.
      With this patch it no longer crashes on an unhandled exception,
      and then installs the service.
      Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      1df0091d
  9. 21 Aug, 2019 1 commit
  10. 19 Jun, 2019 1 commit
  11. 21 May, 2019 3 commits
  12. 14 May, 2019 1 commit
  13. 07 May, 2019 1 commit
  14. 25 Jan, 2019 1 commit
  15. 15 Oct, 2018 1 commit
  16. 12 Oct, 2018 3 commits
  17. 13 Jun, 2018 1 commit
  18. 08 Nov, 2017 1 commit
  19. 25 Jul, 2017 1 commit
  20. 29 Jul, 2016 1 commit
  21. 08 Sep, 2015 1 commit
  22. 17 Aug, 2015 1 commit
  23. 13 Jul, 2015 2 commits
  24. 06 May, 2015 1 commit
  25. 06 Mar, 2015 2 commits
  26. 03 Mar, 2015 1 commit
  27. 24 Oct, 2012 1 commit
  28. 24 Sep, 2012 1 commit
  29. 30 Apr, 2012 1 commit
  30. 16 Nov, 2011 1 commit