Skip to content
Snippets Groups Projects
  1. Sep 24, 2015
  2. Sep 03, 2015
  3. Aug 31, 2015
  4. Aug 26, 2015
  5. Aug 22, 2015
  6. Aug 19, 2015
  7. Aug 18, 2015
  8. Aug 13, 2015
  9. Aug 11, 2015
  10. Jul 08, 2015
  11. Jun 05, 2015
  12. Jun 04, 2015
  13. May 27, 2015
  14. May 06, 2015
  15. May 01, 2015
  16. Apr 28, 2015
    • Nicolas Noble's avatar
      Few VS2010 fixes. · 30862038
      Nicolas Noble authored
      -) = delete isn't supported. Moving destructor out of scope.
      -) variadic templates aren't supported. Replacing emplace_back's construction.
      -) C++11's {} inline construction isn't supported. Adding temporary variables.
      -) std::list<> can't work on a non-declared class. Changing to a raw pointer.
      30862038
  17. Apr 27, 2015
  18. Apr 24, 2015
  19. Apr 04, 2015
  20. Apr 03, 2015
  21. Mar 19, 2015
    • Nicolas Noble's avatar
      Various Windows fixes. · cfd6073a
      Nicolas Noble authored
      -) using dupenv_s instead of getenv_s and calling strdup ourselves.
      -) few impossible-to-obtain if checks.
      -) various signed/unsigned casting.
      -) using time_t instead of time32_t
      -) checking output of FormatMessage for failures.
      -) don't redefine _WIN32_WINNT without undefining it first.
      -) fixed msvc's interlocked casting.
      -) renamed AddPort to AddListeningPort.
      -) added protobuf's third_party includes to search path.
      -) added a missing definition for inet_ntop in mingw32.
      -) removed useless declarations.
      cfd6073a
  22. Mar 16, 2015
  23. Mar 13, 2015
  24. Mar 12, 2015
  25. Mar 11, 2015
  26. Mar 09, 2015
    • Chilledheart's avatar
      Add missing GRPC_OVERRIDE, NFC · 4be94b95
      Chilledheart authored
      Testing asan configuration with the latest clang compiler fails due to
      the warning `-Winconsistent-missing-override`. This patch fixes it.
      4be94b95
  27. Mar 06, 2015
  28. Mar 03, 2015
  29. Mar 01, 2015
  30. Feb 27, 2015
  31. Feb 26, 2015
  32. Feb 25, 2015
Loading