1. 11 Feb, 2016 3 commits
  2. 10 Feb, 2016 2 commits
    • coverity: use https URL for posting build · 50174ab4
      When posting our instrumented build results to Coverity we have
      to include sensitive information, in particular our authorization
      token. Currently we use an unencrypted channel to post this
      information, leading to the token being transferred in plain.
      
      Fix this by using a secured connection instead.
      Patrick Steinhardt committed
    • 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
  3. 09 Feb, 2016 15 commits
  4. 08 Feb, 2016 2 commits
  5. 07 Feb, 2016 1 commit
  6. 05 Feb, 2016 3 commits
  7. 04 Feb, 2016 3 commits
  8. 03 Feb, 2016 1 commit
  9. 02 Feb, 2016 1 commit
  10. 24 Jan, 2016 1 commit
  11. 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
  12. 17 Jan, 2016 1 commit
  13. 16 Jan, 2016 1 commit
  14. 13 Jan, 2016 2 commits
  15. 09 Jan, 2016 2 commits
  16. 29 Dec, 2015 1 commit