aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #7552 from thinkerou/wrap_php7_thirdGravatar Stanley Cheung2016-07-28
|\
| * add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
| * delete commented-code for missingGravatar thinkerou2016-07-28
| * add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
| * fix unused varGravatar thinkerou2016-07-28
| * add some macro to reduce duplicate codeGravatar thinkerou2016-07-28
| * add php_grpc_zend_object macro and rename klassGravatar thinkerou2016-07-27
| * add macro to php7_wrapper for reduce duplicate codeGravatar thinkerou2016-07-27
* | update READMEGravatar Stanley Cheung2016-07-26
* | php: fix composer.jsonGravatar Stanley Cheung2016-07-26
|/
* fix indent use two spacesGravatar thinkerou2016-07-27
* add macro to php7_wrapper for reduce duplicate codeGravatar thinkerou2016-07-27
* Merge pull request #7525 from muxi/add-interop-cronet-testGravatar makdharma2016-07-26
|\
* \ Merge pull request #7517 from markdroth/handshake_apiGravatar kpayson642016-07-26
|\ \
* \ \ Merge pull request #7527 from jskeet/nullloggerGravatar kpayson642016-07-26
|\ \ \
* \ \ \ Merge pull request #7498 from thinkerou/wrap_php7Gravatar kpayson642016-07-26
|\ \ \ \
* \ \ \ \ Merge pull request #7477 from yang-g/monotonicGravatar kpayson642016-07-26
|\ \ \ \ \
| | | * | | Change the default logger to the NullLogger.Gravatar Jon Skeet2016-07-26
| |_|/ / / |/| | | |
| | | | * Add InteropTestsRemoteWithCronet to the testsGravatar Muxi Yan2016-07-25
* | | | | Merge pull request #7511 from nicolasnoble/doc-typoGravatar kpayson642016-07-25
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfileGravatar kpayson642016-07-25
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #7497 from soltanmm/be-nicerGravatar kpayson642016-07-25
|\ \ \ \ \ \ \
| | | | | * | | update copyrightGravatar Stanley Cheung2016-07-25
* | | | | | | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #7451 from y-zeng/seperate_generated_filesGravatar kpayson642016-07-25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | | | * clang-formatGravatar Mark D. Roth2016-07-25
| | | | | | | | * Fix API of handshake_manager_add().Gravatar Mark D. Roth2016-07-25
| | | | | | | | * Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | * | | | | | | Rerun generate_projects.shGravatar murgatroid992016-07-25
* | | | | | | | | Merge pull request #7395 from markdroth/handshake_apiGravatar kpayson642016-07-25
|\ \ \ \ \ \ \ \ \
| | | | | * | | | | remove outdated php dockerfile dependencyGravatar Stanley Cheung2016-07-22
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #7320 from yang-g/shut_down_acceptor_earlyGravatar Nicolas Noble2016-07-22
|\ \ \ \ \ \ \ \ \
| | | | | | * | | | Fixing documentation typo.Gravatar Nicolas "Pixel" Noble2016-07-23
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | * | | | Be more intelligent about Cython in grpcioGravatar Masood Malekghassemi2016-07-22
| | | | * | | | | Fixed incorrect mergesGravatar murgatroid992016-07-22
* | | | | | | | | regenerate template filesGravatar Stanley Cheung2016-07-22
| | | | * | | | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
| |_|_|/| | | | | |/| | | | | | | |
| | | | | | | | * Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | php: update composer.jsonGravatar Stanley Cheung2016-07-21
| | | | * | | | php: update composer.jsonGravatar Stanley Cheung2016-07-21
| | | | | | | * use php7_wrapper to reduce dup-codesGravatar thinkerou2016-07-22
* | | | | | | | Merge pull request #7488 from ghemawat/slice_user_dataGravatar kpayson642016-07-21
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | | | * | | | Merge remote-tracking branch 'upstream/master' into seperate_generated_filesGravatar Yuchen Zeng2016-07-21
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | * | | Merge pull request #7495 from kpayson64/fix_cygrpc_testGravatar Nicolas Noble2016-07-21
| | | | | |\ \ \
| | | | | | * | | Fix cygrpc testGravatar Ken Payson2016-07-21
| | | | | * | | | Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fixGravatar Nicolas "Pixel" Noble2016-07-21
| | | | | |\ \ \ \
| | | | | | | | | * use php7_wrapper to reduce dup-codesGravatar thinkerou2016-07-22
| | | | | | * | | | Merge pull request #7400 from yang-g/ga_branch2Gravatar Nicolas Noble2016-07-21
| | | | | | |\ \ \ \
* | | | | | | \ \ \ \ Merge pull request #7489 from stanley-cheung/php-fix-minor-styleGravatar Stanley Cheung2016-07-21
|\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | clang-formatGravatar Mark D. Roth2016-07-21