Skip to content
  1. Dec 04, 2017
  2. Dec 03, 2017
  3. Dec 02, 2017
  4. Dec 01, 2017
  5. Nov 30, 2017
    • Daniel Stenberg's avatar
      travis: add boringssl build · 270494e1
      Daniel Stenberg authored
      Uses a separate build without --enable-debug and no valgrind.
      
      The debug option causes far too many warnings in boringssl's headers
      (C++ comments, trailing commas etc).  Valgrind triggers some false
      positive errors in thread-local data used by boringssl.
      
      Closes #2118
      270494e1
  6. Nov 29, 2017
  7. Nov 27, 2017
  8. Nov 25, 2017
    • Daniel Stenberg's avatar
      ssh: remove check for a NULL pointer (!) · c79b2ca0
      Daniel Stenberg authored
      With this check present, scan-build warns that we might dereference this
      point in other places where it isn't first checked for NULL. Thus, if it
      *can* be NULL we have a problem on a few places. However, this pointer
      should not be possible to be NULL here so I remove the check and thus
      also three different scan-build warnings.
      
      Closes #2111
      c79b2ca0
  9. Nov 24, 2017
  10. Nov 23, 2017