Commit Graph

164 Commits

Author SHA1 Message Date
Craig Tiller a600d58551 Merge github.com:grpc/grpc into propagate 2015-08-05 10:44:45 -07:00
Craig Tiller c5ae3eb8d6 Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port 2015-08-03 10:42:22 -07:00
Craig Tiller e1b0e6ee12 s/inherit/propagate/g 2015-07-31 17:07:31 -07:00
Craig Tiller 99e61645ce Update wrappers, tests to new create_call() 2015-07-31 17:01:47 -07:00
Julien Boeuf 4aee724004 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth 2015-07-27 16:16:29 -07:00
Yang Gao f2b2558cc3 Merge pull request #2593 from ctiller/elliptic-orange-chamelion
Rename grpc_channel_create to grpc_insecure_channel_create
2015-07-27 14:15:48 -07:00
Stanley Cheung c0034dd10b review feedback: unit test of uri value too strict 2015-07-27 12:26:15 -07:00
Stanley Cheung db98e08570 Exposed channel target and call peer in PHP 2015-07-27 10:22:33 -07:00
Craig Tiller d9aed1d010 Merge github.com:grpc/grpc into elliptic-orange-chamelion
Conflicts:
	src/csharp/ext/grpc_csharp_ext.c
2015-07-26 12:55:47 -07:00
jboeuf 5749a3f467 Merge pull request #2605 from yang-g/fake_transport_security_to_private
Fake transport security to private
2015-07-24 21:30:35 -07:00
Stanley Cheung a75098d0af add user-agent for php 2015-07-24 09:04:08 -07:00
yang-g 52e4de1ea1 Fix node test. Remove all the server fake credentials references 2015-07-22 10:33:18 -07:00
yang-g 70a1337045 merge head and resolve conflict 2015-07-22 00:08:06 -07:00
yang-g 8b25f2aaeb move fake_transport_security_credentials to private API 2015-07-21 23:54:36 -07:00
Julien Boeuf 5029b30d1c Adding option to force client auth on the server SSL creds. 2015-07-21 23:02:16 -07:00
Craig Tiller 4a4f1496c1 Rename grpc_channel_create to grpc_insecure_channel_create 2015-07-21 16:32:29 -07:00
Craig Tiller 352f38c112 Remove metadata checks - these are testing things that arent true 2015-07-18 20:39:34 -07:00
Craig Tiller c9fef6f521 Merge github.com:grpc/grpc into no-worries-i-can-wait 2015-07-17 14:41:12 -07:00
Stanley Cheung e726a53a6c php script minor fix 2015-07-15 08:36:52 -07:00
Stanley Cheung 316eedd4e1 regex 2015-07-14 14:20:12 -07:00
Stanley Cheung 4a5c65464e update homebrew php ext location 2015-07-14 13:10:14 -07:00
Craig Tiller 58bbc864ba Updating wrapped languages to new time functions 2015-07-13 09:51:17 -07:00
Craig Tiller 143e7bf0cf Introduce a clock type field onto gpr_timespec.
Use it to validate that arithmetic on time types makes even some vague
kind of sense.
2015-07-13 08:41:49 -07:00
Vijay Pai d1c9254029 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time
Introduce multiple clocks to GPR
2015-07-10 16:43:58 -07:00
Craig Tiller f0fb537da9 Merge branch 'footprints-on-the-sands-of-time' into no-worries-i-can-wait 2015-07-10 16:04:08 -07:00
Stanley Cheung 7e4a9bd556 update php pecl extension to 0.5.1 because header change 2015-07-09 21:49:16 -07:00
Craig Tiller f3756c1e0d Introduce multiple clocks to GPR 2015-07-01 17:21:01 -07:00
Stanley Cheung 85b5d76c2b php minor script fix 2015-06-29 10:15:04 -07:00
Stanley Cheung f8bfd9a76d revert wording of optional in php doc 2015-06-25 16:11:20 -07:00
Stanley Cheung 76ed0cc26a php: update README 2015-06-25 15:38:59 -07:00
Stanley Cheung f4a99a1471 php extension: do not link rt in osx 2015-06-25 15:12:41 -07:00
Stanley Cheung 229e8553a6 replace backticks with $() 2015-06-24 11:15:26 -07:00
Stanley Cheung c865c318e4 php: refactor and cleanup some scripts 2015-06-24 10:57:27 -07:00
Stanley Cheung cb14eab395 Add package.xml and necessary files for pecl extension 2015-06-18 09:50:22 -07:00
Craig Tiller 48dd6bfb53 Merge github.com:grpc/grpc into you-complete-me 2015-06-16 17:18:34 -07:00
Craig Tiller 7d7e640b23 Merge pull request #2054 from dgquintas/flags-abi
Added flags support to grpc_op.
2015-06-16 12:58:23 -07:00
Stanley Cheung cc019af9cc add PHP timeout interop test 2015-06-15 17:22:39 -07:00
David Garcia Quintas ba710e5579 Added changes to node and php wrappers 2015-06-15 13:31:15 -07:00
Masood Malekghassemi a3697b451b Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me 2015-06-15 10:29:20 -07:00
Stanley Cheung 3fa51a3592 update PHP README installation instructions, and dockerfile 2015-06-10 14:21:06 -07:00
Jan Tattermusch 9bfedd67e0 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp 2015-06-09 17:47:56 -07:00
David Garcia Quintas 59f905d79a Changes to byte_buffer based on comments. 2015-06-08 20:06:17 -07:00
Craig Tiller 7b6e979f46 Merge github.com:grpc/grpc into you-complete-me 2015-06-04 08:43:47 -07:00
David Garcia Quintas 30bd4eb5cc Removed grpc_byte_buffer_reader_{create,destroy}.
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
2015-06-01 21:20:47 -07:00
Stanley Cheung bba0052414 PHP: Updated server to use new shutdown semantics 2015-05-29 09:34:51 -07:00
Stanley Cheung a4ad39176f fix php generated code test server port 2015-05-27 17:45:53 -07:00
murgatroid99 268acd54ed Made PHP library use only a single completion queue 2015-05-14 15:05:00 -07:00
Stanley Cheung f98cf2d2e2 fix php5.6 ext location 2015-05-13 17:25:26 -07:00
Stanley Cheung 700dfd9b23 php test math proto: add default value 2015-05-13 13:40:57 -07:00
Yang Gao 0fff02c3ba Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie
C Core API cleanup.
2015-05-13 13:30:34 -07:00