Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 | |
|\| | | | ||||
| * | | | 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 github.com:grpc/grpc into error | Craig Tiller | 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 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 | |
|\| | | | | | | ||||
* | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 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 github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 | |
|\| | | | | | | | ||||
| | | | | * | | | 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 | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #5901 from dgquintas/lr_hook | Jan Tattermusch | 2016-06-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Load Reporting hook | |||
| | | | * | | | | | | | | | Python GA security API | Nathaniel Manista | 2016-06-02 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||
| | | * | | | | | | | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 | |
| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 | |
| | |\| | | | | | | | | | ||||
| | | | * | | | | | | | | Fix memory leak reading from python ByteBuffer. | alex | 2016-06-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5913. `grpc_byte_buffer_reader_next` is documented as 'Caller is responsible for calling gpr_slice_unref on the result', but that wasn't happening. This commit adds the missing call to `gpr_slice_unref`. | |||
| * | | | | | | | | | | | Python GA channel and server | Nathaniel Manista | 2016-06-01 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
| | | | | | | | | * | | Add a test for grpc/grpc#6522 | Masood Malekghassemi | 2016-06-01 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
| | | | | | * | | | | incremental fix - removed cronet dependency from grpc_secure | Makarand Dharmapurikar | 2016-06-01 | |
| | | | | | | | | | | ||||
| | | | | | * | | | | cronet build related changes | Makarand Dharmapurikar | 2016-06-01 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-01 | |
|\| | | | | | | | | ||||
| * | | | | | | | | Merge pull request #6702 from a-veitch/add_proto | Jan Tattermusch | 2016-06-01 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add census protos. | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #6724 from nathanielmanistaatgoogle/paused | Jan Tattermusch | 2016-06-01 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add paused method to PauseFailControl | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6327 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-01 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Interfaces of Python GA API | |||
* | | | | | | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-01 | |
|\| | | | | | | | | | | | ||||
| | | | | | | * | | | | | Change _win32 suffixes in src/python/grpcio/ | Yuchen Zeng | 2016-05-31 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | * | | | s/grpc_pops/grpc_polling_entity | David Garcia Quintas | 2016-05-31 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 | |
| | | | | | | |\ \ \ \ \ | ||||
| | * | | | | | | | | | | | Interfaces of Python GA API | Nathaniel Manista | 2016-05-31 | |
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | |