1. 10 Feb, 2016 1 commit
    • coverity: provide nodef for GITERR_CHECK_ALLOC · 8dddea42
      Coverity currently lists a lot of errors with regard to
      GITERR_CHECK_ALLOC causing resource leaks. We know this macro is
      only invoked when we want to abort because we are out of memory.
      
      Coverity allows for overriding the default model where we know
      that certain functions guarantee a desired behavior. The
      user_nodefs.h is used to override the behavior of macros.
      Re-define GITERR_CHECK_ALLOC inside of it to specify its abort
      nature.
      Patrick Steinhardt committed
  2. 09 Feb, 2016 15 commits
  3. 08 Feb, 2016 2 commits
  4. 07 Feb, 2016 1 commit
  5. 05 Feb, 2016 3 commits
  6. 04 Feb, 2016 3 commits
  7. 03 Feb, 2016 1 commit
  8. 02 Feb, 2016 1 commit
  9. 24 Jan, 2016 1 commit
  10. 19 Jan, 2016 1 commit
    • winhttp: name mangle class / iid on mingw · 5c7f2f01
      Standard Windows type systems define CLSID_InternetSecurityManager
      and IID_IInternetSecurityManager, but MinGW lacks these definitions.
      As a result, we must hardcode these definitions ourselves.  However,
      we should not use a public struct with those names, lest another
      library do the same thing and consumers cannot link to both.
      Edward Thomson committed
  11. 17 Jan, 2016 1 commit
  12. 16 Jan, 2016 1 commit
  13. 13 Jan, 2016 2 commits
  14. 09 Jan, 2016 2 commits
  15. 29 Dec, 2015 1 commit
  16. 28 Dec, 2015 3 commits
  17. 27 Dec, 2015 1 commit