Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update debian unstable to testing | Stanley Cheung | 2015-08-28 |
| | |||
* | php: update readme; | Stanley Cheung | 2015-08-28 |
| | |||
* | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 |
|\ | | | | | | | credentials_naming_and_cleanup | ||
* \ | Merge pull request #3026 from stanley-cheung/php_update_gen_code_test | Michael Lumish | 2015-08-27 |
|\ \ | | | | | | | PHP: fix interop stub construction after codegen change | ||
| * | | php: add comment for why cancel_after_begin cannot be done | Stanley Cheung | 2015-08-27 |
| | | | |||
| * | | php: fix interop stub construction after codegen fix | Stanley Cheung | 2015-08-27 |
| | | | |||
| | * | Merge branch 'grpc_security_abi' into credentials_naming_and_cleanup | Julien Boeuf | 2015-08-25 |
| | |\ | |_|/ |/| | | |||
* | | | Fixing PHP. | Julien Boeuf | 2015-08-25 |
| | | | |||
| | * | Credentials cleanup: | Julien Boeuf | 2015-08-25 |
| |/ |/| | | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | ||
* | | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | | |||
* | | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 |
|/ | | | | stable ABI. | ||
* | php: add tests for waitForReady | Stanley Cheung | 2015-08-20 |
| | |||
* | php: update codegen, client now extends basestub | Stanley Cheung | 2015-08-20 |
| | |||
* | Merge pull request #2998 from stanley-cheung/php_null_call_host | Michael Lumish | 2015-08-20 |
|\ | | | | | PHP: expose per-call host override option | ||
* \ | Merge pull request #2990 from stanley-cheung/update_debian_instructions | Tim Emiola | 2015-08-19 |
|\ \ | | | | | | | Update debian install instructions | ||
| * | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 |
| | | | |||
| * | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 |
| | | | |||
| | * | php: expose per-call host override option, review feedback | Stanley Cheung | 2015-08-19 |
| | | | |||
| * | | update debian install instructions | Stanley Cheung | 2015-08-19 |
| | | | |||
| | * | php: expose per-call host override option | Stanley Cheung | 2015-08-19 |
| |/ | |||
* / | php: fix timeout interop test, use 1ms as timeout | Stanley Cheung | 2015-08-19 |
|/ | |||
* | Sprinkle reserved = NULL around | Craig Tiller | 2015-08-18 |
| | |||
* | php: fixed constant typo | Stanley Cheung | 2015-08-17 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 |
|\ | |||
| * | php: connectivity state review feedback | Stanley Cheung | 2015-08-13 |
| | | |||
| * | php: add watchForReady method | Stanley Cheung | 2015-08-13 |
| | | |||
| * | php: add more tests | Stanley Cheung | 2015-08-13 |
| | | |||
| * | php: wrap watchConnectivityState api | Stanley Cheung | 2015-08-13 |
| | | |||
| * | php: wrap getConnectivityState API | Stanley Cheung | 2015-08-13 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-08 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/grpc.h src/core/surface/channel.c src/core/surface/channel_create.c src/core/surface/completion_queue.c src/cpp/client/channel.cc src/cpp/client/insecure_credentials.cc src/csharp/ext/grpc_csharp_ext.c src/node/ext/call.cc src/node/ext/channel.cc src/php/ext/grpc/call.c src/php/ext/grpc/channel.c src/python/grpcio/grpc/_adapter/_c/types/channel.c src/ruby/ext/grpc/rb_channel.c test/core/end2end/dualstack_socket_test.c test/core/end2end/fixtures/chttp2_fullstack.c test/core/end2end/fixtures/chttp2_fullstack_compression.c test/core/end2end/fixtures/chttp2_fullstack_uds_posix.c test/core/end2end/fixtures/chttp2_fullstack_with_poll.c test/core/end2end/multiple_server_queues_test.c test/core/end2end/no_server_test.c test/core/end2end/tests/bad_hostname.c test/core/end2end/tests/cancel_after_accept.c test/core/end2end/tests/cancel_after_accept_and_writes_closed.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_before_invoke.c test/core/end2end/tests/cancel_in_a_vacuum.c test/core/end2end/tests/census_simple_request.c test/core/end2end/tests/disappearing_server.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/empty_batch.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/ping_pong_streaming.c test/core/end2end/tests/registered_call.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_compressed_payload.c test/core/end2end/tests/request_with_flags.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/end2end/tests/server_finishes_request.c test/core/end2end/tests/simple_delayed_request.c test/core/end2end/tests/simple_request.c test/core/end2end/tests/simple_request_with_high_initial_sequence_number.c test/core/fling/client.c test/core/fling/server.c test/core/surface/lame_client_test.c | ||
| * | Merge github.com:grpc/grpc into propagate | Craig Tiller | 2015-08-05 |
| |\ | |||
| | * | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port | Craig Tiller | 2015-08-03 |
| | | | |||
| * | | s/inherit/propagate/g | Craig Tiller | 2015-07-31 |
| | | | |||
| * | | Update wrappers, tests to new create_call() | Craig Tiller | 2015-07-31 |
| |/ | |||
* | | Adapting PHP. | Nicolas "Pixel" Noble | 2015-08-01 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth | Julien Boeuf | 2015-07-27 |
| |\ | |||
| | * | Merge pull request #2593 from ctiller/elliptic-orange-chamelion | Yang Gao | 2015-07-27 |
| | |\ | | | | | | | | | Rename grpc_channel_create to grpc_insecure_channel_create | ||
| | * | | review feedback: unit test of uri value too strict | Stanley Cheung | 2015-07-27 |
| | | | | |||
| | * | | Exposed channel target and call peer in PHP | Stanley Cheung | 2015-07-27 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into elliptic-orange-chamelion | Craig Tiller | 2015-07-26 |
| | | |\ | | | |/ | | |/| | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c | ||
| | * | | Merge pull request #2605 from yang-g/fake_transport_security_to_private | jboeuf | 2015-07-24 |
| | |\ \ | | | | | | | | | | | Fake transport security to private | ||
| | * | | | add user-agent for php | Stanley Cheung | 2015-07-24 |
| |/ / / |/| | | | |||
| | * | | Fix node test. Remove all the server fake credentials references | yang-g | 2015-07-22 |
| | | | | |||
| | * | | merge head and resolve conflict | yang-g | 2015-07-22 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | move fake_transport_security_credentials to private API | yang-g | 2015-07-21 |
| | | | | |||
| * | | | Adding option to force client auth on the server SSL creds. | Julien Boeuf | 2015-07-21 |
|/ / / | |||
| | * | Rename grpc_channel_create to grpc_insecure_channel_create | Craig Tiller | 2015-07-21 |
| |/ |/| | |||
* | | Remove metadata checks - these are testing things that arent true | Craig Tiller | 2015-07-18 |
|/ | |||
* | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
|\ | |||
| * | php script minor fix | Stanley Cheung | 2015-07-15 |
| | |