Skip to content
Snippets Groups Projects
  1. Jul 17, 2015
  2. Jul 10, 2015
  3. Jul 09, 2015
  4. Jul 06, 2015
  5. Jul 02, 2015
  6. Jun 25, 2015
  7. Jun 24, 2015
  8. Jun 15, 2015
  9. Jun 05, 2015
  10. May 29, 2015
  11. May 28, 2015
  12. May 27, 2015
  13. May 26, 2015
  14. May 23, 2015
  15. May 22, 2015
  16. May 21, 2015
  17. May 17, 2015
  18. May 15, 2015
  19. May 12, 2015
  20. May 05, 2015
  21. May 04, 2015
    • Craig Tiller's avatar
      C Core API cleanup. · 64be9f7a
      Craig Tiller authored
      Simplify grpc_event into something that can be non-heap allocated.
      Deprecate grpc_event_finish.
      Remove grpc_op_error - use an int as this is more idiomatic C style.
      64be9f7a
  22. Apr 29, 2015
  23. Apr 28, 2015
  24. Apr 27, 2015
  25. Apr 25, 2015
  26. Apr 08, 2015
    • Craig Tiller's avatar
      clang-format · c02c1d88
      Craig Tiller authored
      c02c1d88
    • Craig Tiller's avatar
      Fix server shutdown · aec96aa2
      Craig Tiller authored
      A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open.
      
      This change:
      - adds a callback to TCP server shutdown to signal that the server is completely shutdown
      - wait for that callback before destroying listeners in the server (and before destroying the server)
      - handles fallout
      aec96aa2
  27. Apr 07, 2015
    • Craig Tiller's avatar
      Fix server shutdown · a99157f4
      Craig Tiller authored
      A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open.
      
      This change:
      - adds a callback to TCP server shutdown to signal that the server is completely shutdown
      - wait for that callback before destroying listeners in the server (and before destroying the server)
      - handles fallout
      a99157f4
  28. Mar 02, 2015
  29. Feb 24, 2015
    • David Klempner's avatar
      Add a shutdown API to pollset · b505661b
      David Klempner authored
      This allows us to safely asynchronously add FDs in the
      possibly-promoting unary add case.
      
      Also fix the unary add async path to properly handle more of the extra
      cases it needs to handle.
      b505661b
  30. Feb 18, 2015
Loading