Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump python protobuf dependency to 3.0.0 | Ken Payson | 2016-08-03 |
| | |||
* | Bumping to 1.0.0-pre2. | Nicolas "Pixel" Noble | 2016-07-29 |
| | |||
* | Fix cygrpc test | Ken Payson | 2016-07-21 |
| | |||
* | Merge pull request #7374 from kpayson64/python_health_check_rename | kpayson64 | 2016-07-19 |
|\ | | | | | Polish grpcio_health_checking package | ||
* | | Fixed name syntax error | Ken Payson | 2016-07-18 |
| | | |||
| * | Polish grpcio_health_checking package | Ken Payson | 2016-07-18 |
|/ | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build | ||
* | Handle distutils command idiosyncracies | Masood Malekghassemi | 2016-07-16 |
| | |||
* | Patch `spawn` for Python 'unix' compilers instead | Masood Malekghassemi | 2016-07-16 |
| | | | | | | Before we patched the link command, now we just patch `spawn` as an updatable catch-all solution to ARG_MAX limitations on bash for MSYS and MinGW and friends. | ||
* | Merge pull request #7384 from soltanmm/import-stallion | kpayson64 | 2016-07-14 |
|\ | | | | | Move Python.h include out of loader code | ||
| * | Remove Python 'loader' hack | Masood Malekghassemi | 2016-07-13 |
| | | |||
| * | Move Python.h include out of loader code | Masood Malekghassemi | 2016-07-13 |
| | | | | | | | | | | To make a certain private code base work in a certain way nicer than the current way. | ||
* | | Document rpc details as string type | Ken Payson | 2016-07-13 |
|/ | |||
* | Merge pull request #7355 from soltanmm/count-bleck | kpayson64 | 2016-07-13 |
|\ | | | | | Add special methods to generated Python docs | ||
* \ | Merge pull request #7338 from kpayson64/remove_py_cruft | kpayson64 | 2016-07-12 |
|\ \ | | | | | | | Removed early adopter code | ||
| | * | Add special methods to generated Python docs | Masood Malekghassemi | 2016-07-12 |
| |/ |/| | | | | | | | Also removes an old-now-spurious `make` invocation from the docgen.py helper script. | ||
| * | Remove early adopter code | Ken Payson | 2016-07-12 |
| | | |||
* | | Added Glossary to docs with metadata definition | Ken Payson | 2016-07-12 |
|/ | |||
* | Flagging master as 1.0.0-pre1. | Nicolas "Pixel" Noble | 2016-07-12 |
| | |||
* | Merge pull request #7322 from kpayson64/py_status_code_message | kpayson64 | 2016-07-11 |
|\ | | | | | Implemented python status_code_and_message interop test | ||
* \ | Merge pull request #7315 from kpayson64/fix_exit_test | kpayson64 | 2016-07-11 |
|\ \ | | | | | | | Updated exit_test for new grpc.Server API | ||
* \ \ | Merge pull request #7323 from kpayson64/fix_py_qps | kpayson64 | 2016-07-11 |
|\ \ \ | | | | | | | | | Updated python qps tests to use GA server API | ||
| * | | | Updated python qps tests to use GA server API | Ken Payson | 2016-07-11 |
| | | | | | | | | | | | | | | | | | | | | This should have been included as part of 45c0f2b3051bf1642337e109df57e8031cb654c8 | ||
* | | | | Addressing comments. | Nicolas "Pixel" Noble | 2016-07-12 |
| | | | | |||
* | | | | Merge branch 'release-0_15' into upmerge-master | Nicolas "Pixel" Noble | 2016-07-12 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml gRPC-Core.podspec gRPC.podspec package.json package.xml src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc/__init__.py src/python/grpcio/grpc_version.py src/python/grpcio_tests/tests/unit/_rpc_test.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb templates/gRPC.podspec.template tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal tools/run_tests/port_server.py | ||
| | | * | | Updated exit_test for new grpc.Server API | Ken Payson | 2016-07-11 |
| | |/ / | | | | | | | | | | | | | This should have been part of a6b2a5a090ff057f77976b22d854ff375883c1b9 | ||
| | | * | Implemented python status_code_and_message interop test | Ken Payson | 2016-07-11 |
| | |/ | |||
* | / | Hold onto the GIL in __dealloc__ functions | Ken Payson | 2016-07-11 |
| |/ |/| | | | | | | | | | | | When a child thread triggers __dealloc__ as part of a thread being joined, the thread is already considered to be "joined", and so releasing the GIL can allow the main thread to proceed to exit, which introduces shutdown race conditions/memory leaks. | ||
* | | Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional | kpayson64 | 2016-07-08 |
|\ \ | | | | | | | Make handlers optional at server construction | ||
* \ \ | Merge pull request #7195 from soltanmm/winfix | kpayson64 | 2016-07-08 |
|\ \ \ | | | | | | | | | Fix Python interop unit-tests on Windows | ||
* \ \ \ | Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception | kpayson64 | 2016-07-08 |
|\ \ \ \ | | | | | | | | | | | Fix _Rendezvous.exception for successful calls | ||
* \ \ \ \ | Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials | kpayson64 | 2016-07-08 |
|\ \ \ \ \ | | | | | | | | | | | | | Support composition of arbitrarily many CallCredentials objects | ||
| | | * | | | Fix interop tests on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | |||
| | | * | | | Make Python tests run on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | |||
| | | * | | | Build Python distributions standalone for Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | |||
| | | * | | | Patch monkeypatch link function to work in Python3 | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | The modified link command was originally taken from a Python 2.x distutils. | ||
| | | * | | | Make Python build standalone on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | |||
* | | | | | | Merge pull request #7260 from kpayson64/ga_performance_tests | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Migrated python performance tests to use GA API | ||
| | | | * | | | Remove unnecessary fcntl module import | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | |||
| | | | * | | | Remove misleading diagnostics message | Masood Malekghassemi | 2016-07-08 |
| |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge pull request #7275 from kpayson64/python_min_memory_cleanup | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Removed cython client-side call tracking | ||
| * | | | | | | Removed cython client-side call tracking | Ken Payson | 2016-07-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures sync calls get cancelled after a keyboard interrupt, as well as all calls getting destroyed before grpc_shutdown() | ||
| | | | * | | | Fix _Rendezvous.exception for successful calls | Nathaniel Manista | 2016-07-07 |
| |_|_|/ / / |/| | | | | | |||
| | | * | | | Composition of arbitrarily many CallCredentials | Nathaniel Manista | 2016-07-07 |
| | |/ / / | |/| | | | |||
| | | * | | Make handlers optional at server construction | Nathaniel Manista | 2016-07-07 |
| | |/ / | |/| | | |||
| | * | | Migrated python performance tests to use GA API | Ken Payson | 2016-07-06 |
| |/ / | |||
| | * | Merge pull request #7224 from nathanielmanistaatgoogle/rendezvous-exception | kpayson64 | 2016-07-06 |
| | |\ | | | | | | | | | Fix _Rendezvous.exception for successful calls | ||
* | | | | Merge branch 'master' of github.com:grpc/grpc into bb_reader_error | David Garcia Quintas | 2016-07-06 |
|\| | | | |||
* | | | | Merge branch 'complicated-syndrome-of-the-alien-kind' of ↵ | David Garcia Quintas | 2016-07-02 |
|\ \ \ \ | | | | | | | | | | | | | | | | https://github.com/soltanmm/grpc into bb_reader_error | ||
| | | | * | Fix _Rendezvous.exception for successful calls | Nathaniel Manista | 2016-07-02 |
| | | | | | |||
| | | * | | Updated release version to 0.15.1 | Ken Payson | 2016-07-01 |
| | | | | |