1. 19 Oct, 2018 1 commit
  2. 16 Oct, 2018 1 commit
  3. 30 Nov, 2016 1 commit
  4. 01 Oct, 2013 1 commit
  5. 28 Aug, 2013 1 commit
  6. 14 Feb, 2012 1 commit
  7. 31 Aug, 2010 1 commit
  8. 19 Jan, 2010 1 commit
  9. 14 Dec, 2009 4 commits
  10. 12 Nov, 2009 1 commit
  11. 11 Nov, 2009 1 commit
  12. 18 Aug, 2009 1 commit
  13. 03 Jul, 2009 1 commit
  14. 13 May, 2009 1 commit
  15. 25 Mar, 2009 1 commit
    • Rob Shearman's avatar
      rpcrt4: Implement RPC over HTTP support. · 5f6ae94a
      Rob Shearman authored
      CodeWeavers did this work for supporting the optional HTTP connection
      method of Outlook 2003/2007 (must be running with Windows versions set
      to XP or higher to see this option).
      
      This was written before Microsoft publicly released a specification
      for the RPC over HTTP protocol and so was developed by examining
      traffic flowing between a Windows client and an IIS server.
      5f6ae94a
  16. 16 Feb, 2009 1 commit
  17. 19 Jan, 2009 1 commit
  18. 06 Jan, 2009 1 commit
  19. 04 Jan, 2009 1 commit
  20. 18 Oct, 2008 1 commit
  21. 12 Sep, 2008 1 commit
  22. 19 Jun, 2008 3 commits
  23. 01 Apr, 2008 1 commit
    • Rob Shearman's avatar
      rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax… · 8aeb2858
      Rob Shearman authored
      rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer.
      
      This is needed because a context binding handle could be released on 
      unmarshall, but it still needs to stay valid until the binding handle is 
      no longer being used.
      
      Re-use the previously unused RPCRT4_ExportBinding function as 
      RPCRT4_AddRefBinding and rename RPCRT4_DestroyBinding to 
      RPCRT4_ReleaseBinding to show that it's purpose is to release a 
      reference count and destroy if necessary, not always destroy.
      8aeb2858
  24. 14 Mar, 2008 1 commit
  25. 15 Feb, 2008 1 commit
  26. 05 Feb, 2008 1 commit
  27. 04 Feb, 2008 1 commit
  28. 23 Jan, 2008 3 commits
  29. 21 Jan, 2008 2 commits
  30. 17 Jan, 2008 1 commit
  31. 08 Jan, 2008 1 commit
  32. 07 Jan, 2008 1 commit