Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename FATAL_FAILURE SHUTDOWN | Nathaniel Manista | 2016-06-16 |
| | |||
* | grpc.__all__ definition | Nathaniel Manista | 2016-06-16 |
| | |||
* | Merge pull request #6875 from y-zeng/log_check | Jan Tattermusch | 2016-06-14 |
|\ | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad | ||
* \ | Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division | Jan Tattermusch | 2016-06-14 |
|\ \ | | | | | | | Drop unnecessary future division import | ||
* \ \ | Merge pull request #6904 from ↵ | Jan Tattermusch | 2016-06-14 |
|\ \ \ | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/unimplemented-for-cardinality-violation UNIMPLEMENTED status for cardinality violation | ||
* \ \ \ | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ | | | | | | | | | | | Add base64 decoder | ||
* \ \ \ \ | Merge pull request #6857 from kpayson64/python_cleanup | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Added cleanup to server thread join method | ||
* \ \ \ \ \ | Merge pull request #6873 from kpayson64/python_signal_handling | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added check for signals in poll() | ||
* \ \ \ \ \ \ | Merge pull request #6874 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Python GA code generation | ||
* \ \ \ \ \ \ \ | Merge pull request #6881 from kpayson64/python_create_channel_bug | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix create_[secure/insecure]_channel argument order | ||
| | | | | | * | | | UNIMPLEMENTED status for cardinality violation | Nathaniel Manista | 2016-06-14 |
| |_|_|_|_|/ / / |/| | | | | | | | |||
| | | | | | * | | Drop unnecessary future division import | Nathaniel Manista | 2016-06-14 |
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | We only ever use floor division (//) in the module. | ||
| | | | * | | | Added cleanup to the server thread's join method. | Ken Payson | 2016-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(). | ||
| * | | | | | | Fix create_[secure/insecure]_channel argument order | Ken Payson | 2016-06-13 |
| | |_|/ / / | |/| | | | | |||
* | | | | | | Merge pull request #6879 from kpayson64/server_metadata_fix | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed bug with server initial metadata type translation | ||
| | | * | | | | Python GA code generation | Nathaniel Manista | 2016-06-13 |
| |_|/ / / / |/| | | | | | |||
| | | * | | | Added check for signals in poll() | Ken Payson | 2016-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also removed the unused pluck() function | ||
| * | | | | | Fixed bug with server initial metadata type translation | Ken Payson | 2016-06-13 |
| |/ / / / | |||
* | | | | | Merge pull request #6547 from kpayson64/py_generic_stream_test | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ | |/ / / / |/| | | | | Added unit test for generic empty stream | ||
| * | | | | Added unit test for empty request/responses | Ken Payson | 2016-06-11 |
| |/ / / | |||
* | | | | Merge pull request #6503 from kpayson64/python_3_support | Jan Tattermusch | 2016-06-11 |
|\ \ \ \ | | | | | | | | | | | Initial Python3 support | ||
| | | | * | Regenerate build files | Yuchen Zeng | 2016-06-10 |
| |_|_|/ |/| | | | |||
* | | | | Merge pull request #6853 from ↵ | Jan Tattermusch | 2016-06-10 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | nathanielmanistaatgoogle/operationtyple-equals-equals Use == instead of is for cygrpc.OperationType values | ||
| | * | | Initial Python3 support | Ken Payson | 2016-06-10 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7 | ||
* | | | Merge pull request #6751 from soltanmm/6522 | Jan Tattermusch | 2016-06-09 |
|\ \ \ | | | | | | | | | Add a test for grpc/grpc#6522 | ||
| | * | | Use == instead of is for cygrpc.OperationTypes | Nathaniel Manista | 2016-06-09 |
| |/ / |/| | | |||
| | * | Merge remote-tracking branch 'upstream/master' into base64_decode | Yuchen Zeng | 2016-06-09 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
|\ \ \ | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup | ||
* \ \ \ | Merge pull request #6610 from xyzzyz/external_fd_fresh | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ | | | | | | | | | | | Add support for communication using existing FD (for client and server) | ||
| | | | * | Merge remote-tracking branch 'upstream/master' into base64_decode | Yuchen Zeng | 2016-06-08 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #6815 from kpayson64/python_perf_fixes | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove AsyncStreaming client from python qps tests | ||
* \ \ \ \ \ | Merge pull request #6831 from kpayson64/python_jwt_creds | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added python jwt_token_creds interop test | ||
| | | | * \ \ | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| * | | | | | | Added python jwt_token_creds interop test | Ken Payson | 2016-06-07 |
| | | | | | | | |||
| | * | | | | | Changed Python Sync streaming qps to follow spec | Ken Payson | 2016-06-07 |
| | | | | | | | |||
| | | * | | | | Add C++ support for using external FD | Adam Michalik | 2016-06-07 |
| | | | | | | | |||
| | | * | | | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 |
| | | | | | | | |||
| | | * | | | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 |
| | | | | | | | |||
| | | * | | | | add tests | Adam Michalik | 2016-06-07 |
| |_|/ / / / |/| | | | | | |||
| | * | | | | Remove AsyncStreaming client from python qps tests | Ken Payson | 2016-06-06 |
| |/ / / / | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
|\| | | | | |||
| * | | | | Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-ga | Jan Tattermusch | 2016-06-06 |
| |\ \ \ \ | | | | | | | | | | | | | Implement Python Beta API through GA API | ||
| | * | | | | Route Python Beta API through Python GA API | Nathaniel Manista | 2016-06-06 |
| | | | | | | |||
| * | | | | | Merge pull request #6750 from makdharma/cronet | Jan Tattermusch | 2016-06-06 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code. | ||
| | | | * \ \ | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | | | |\ \ \ | | | | |/ / / | | | |/| | | | |||
| * | / | | | | A Cython-layer read-not-all-responses test | Nathaniel Manista | 2016-06-03 |
| | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #6254 from grpc/python_per_rpc_interop | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Added google call creds/per_rpc interop tests | ||
| * \ \ \ \ \ | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Change win32 file suffix | ||
| * \ \ \ \ \ \ | Merge pull request #6711 from thought-machine/fix_read_leak | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix memory leak reading from python ByteBuffer. | ||
| * \ \ \ \ \ \ \ | Merge pull request #6762 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Python GA security API |