Skip to content
Snippets Groups Projects
  1. Dec 29, 2016
  2. Dec 15, 2016
  3. Dec 08, 2016
  4. Dec 07, 2016
  5. Dec 01, 2016
    • Ken Payson's avatar
      Add configurable exit grace periods and shutdown handlers · 3045a379
      Ken Payson authored
      The server cleanup method is untested.
      
      The join() function that exposes it is only called by the internals of threading.py, and we don't hold a reference to the server thread to explicitly join() it, and I'm not sure we should add a reference just for this purpose.
      
      Moreover, the threading.py only calls join(None), the code path in question isn't even exercised by the internals of threading.py. Its just there to make sure we properly follow the join(timeout) semantics.
      3045a379
  6. Oct 28, 2016
    • Masood Malekghassemi's avatar
      Enable split code generation · d953959e
      Masood Malekghassemi authored
      To support magical internal build processes, the pb2 files need to be
      split into pure-proto and gRPC parts. This performs that split and
      further fixes bad module names in the test harness that interfered with
      the intended test implementation.
      
      An unfortunate side effect, due to limitations of protoc and holdover
      behavior we must support in major version 1.x, is that trash files are
      generated in split generation. This shouldn't be a problem in normal
      protoc plugin use.
      d953959e
  7. Oct 20, 2016
  8. Sep 19, 2016
  9. Jul 07, 2016
  10. Jul 01, 2016
  11. Jun 28, 2016
  12. Jun 26, 2016
  13. Jun 25, 2016
  14. Jun 22, 2016
  15. Jun 18, 2016
  16. Jun 17, 2016
  17. Jun 16, 2016
  18. Jun 14, 2016
    • Ken Payson's avatar
      Added cleanup to the server thread's join method. · ed742852
      Ken Payson authored
      When the Python Interpreter exits, it first attempts to join any
      outstanding threads.  This is problematic if a server is created
      as a top-level variable or referenced by a reference cycle, as join()
      will hang.  This adds cleanup behavior to the server thread's join().
      ed742852
  19. Jun 13, 2016
  20. Jun 11, 2016
  21. Jun 03, 2016
  22. Jun 02, 2016
  23. May 23, 2016
  24. May 18, 2016
  25. May 05, 2016
  26. Mar 12, 2016
  27. Mar 03, 2016
Loading