aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #7576 from apolcyn/fix_sanity_test_diffGravatar kpayson642016-07-29
|\ | | | | compare test config as objects instead of strings
| * compare test config as objects instead of stringsGravatar Alex Polcyn2016-07-28
| |
* | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
|\ \ | | | | | | C++ Compression Level set properly
* \ \ Merge pull request #7561 from stanley-cheung/php-cleanup-gaGravatar Stanley Cheung2016-07-28
|\ \ \ | | | | | | | | PHP: cleanup for GA
| * | | php: cleanup for GAGravatar Stanley Cheung2016-07-28
|/ / /
* | | Merge pull request #7552 from thinkerou/wrap_php7_thirdGravatar Stanley Cheung2016-07-28
|\ \ \ | |_|/ |/| | PHP: use php7_wrapper to reduce duplicated codes(final part)
| * | 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
| | |
* | | Merge pull request #7535 from muxi/fix-no-as-neededGravatar Nicolas Noble2016-07-27
|\ \ \ | | | | | | | | Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
* \ \ \ Merge pull request #7546 from tberghammer/proto-liteGravatar Nicolas Noble2016-07-27
|\ \ \ \ | | | | | | | | | | Add cmake option to compile using protobuf-lite
* \ \ \ \ Merge pull request #7459 from nicolasnoble/udp_test_bitrotGravatar Vijay Pai2016-07-27
|\ \ \ \ \ | | | | | | | | | | | | Fixing udp test bitrotting.
| | * | | | Add cmake option to compile using protobuf-liteGravatar Tamas Berghammer2016-07-27
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | After this change specifying -DGRPC_USE_PROTO_LITE=On at the cmake command line will cause gRPC to use the protobuf-lite runtime what can result in a major size improvement.
| | | * | add php_grpc_zend_object macro and rename klassGravatar thinkerou2016-07-27
| | | | |
* | | | | Merge pull request #7539 from stanley-cheung/php-minor-cleanup-gaGravatar Stanley Cheung2016-07-26
|\ \ \ \ \ | | | | | | | | | | | | PHP: minor cleanup for GA
| | | | * | 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
|/ / / /
* | | | Merge pull request #7532 from thinkerou/wrap_php7_secondGravatar Stanley Cheung2016-07-26
|\ \ \ \ | | | | | | | | | | PHP: use php7_wrapper to reduce duplicated codes(second part)
| | | * | Identify system and remove --no-as-need if it is Mac OSGravatar Muxi Yan2016-07-26
| | | | |
| | | * | Removed --no-as-needed options from Makefile of HelloWorld and RouteGuideGravatar Muxi Yan2016-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
|\ \ \ | | | | | | | | Add InteropTestsRemoteWithCronet to the tests
* \ \ \ Merge pull request #7517 from markdroth/handshake_apiGravatar kpayson642016-07-26
|\ \ \ \ | | | | | | | | | | Improve error handling in handshake API
* \ \ \ \ Merge pull request #7527 from jskeet/nullloggerGravatar kpayson642016-07-26
|\ \ \ \ \ | | | | | | | | | | | | Change the default logger to the NullLogger.
* \ \ \ \ \ Merge pull request #7498 from thinkerou/wrap_php7Gravatar kpayson642016-07-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | PHP: use php7_wrapper to reduce duplicated codes(first part)
* \ \ \ \ \ \ Merge pull request #7477 from yang-g/monotonicGravatar kpayson642016-07-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert deadline clock type in security handshake timer
| | | * | | | | Change the default logger to the NullLogger.Gravatar Jon Skeet2016-07-26
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's unconventional for code to log to the console in .NET. Even now the logging is reduced, it's still present - especially in shutdown. This would fix #7361.
| | | | * | | Add InteropTestsRemoteWithCronet to the testsGravatar Muxi Yan2016-07-25
| | | | | | |
* | | | | | | Merge pull request #7511 from nicolasnoble/doc-typoGravatar kpayson642016-07-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixing documentation typo.
* \ \ \ \ \ \ \ Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfileGravatar kpayson642016-07-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: add PHP7 to various Jenkins tests and update dockerfile
* \ \ \ \ \ \ \ \ Merge pull request #7497 from soltanmm/be-nicerGravatar kpayson642016-07-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Be more intelligent about Cython in grpcio
* \ \ \ \ \ \ \ \ \ Merge pull request #7518 from nicolasnoble/plugins-should-compileGravatar Nicolas Noble2016-07-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | We should always try to compile the protoc plugins when building tests.
| | | | | | * \ \ \ \ Merge pull request #4 from stanley-cheung/wrap_php7Gravatar 田欧2016-07-26
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | update copyright
| | | | | | | * | | | | update copyrightGravatar Stanley Cheung2016-07-25
| | | | | | |/ / / / /
| | | | | | * | | | | Merge pull request #3 from stanley-cheung/wrap_php7Gravatar 田欧2016-07-26
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add file to build.yaml (master)
* | | | | | | \ \ \ \ \ Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | V1.0.x merge into master
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7020 from rjshade/assert_not_expectGravatar kpayson642016-07-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ASSERT vector size before directly accessing first element
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7451 from y-zeng/seperate_generated_filesGravatar kpayson642016-07-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
| | | | | | | | | | | * | | clang-formatGravatar Mark D. Roth2016-07-25
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | fix copyrightGravatar Stanley Cheung2016-07-25
| | | | | | | | | | | | | |
| | | | | | | | | | * | | | add file to build.yamlGravatar Stanley Cheung2016-07-25
| | | | | | | | | |/ / / /
| | | | * | | | | / / / / We should always try to compile the protoc plugins when building tests.Gravatar Nicolas "Pixel" Noble2016-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
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | General-purpose handshaker API.