Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7576 from apolcyn/fix_sanity_test_diff | kpayson64 | 2016-07-29 |
|\ | | | | | compare test config as objects instead of strings | ||
| * | compare test config as objects instead of strings | Alex Polcyn | 2016-07-28 |
| | | |||
* | | Merge pull request #7502 from dgquintas/cpp_compression_level | Nicolas Noble | 2016-07-28 |
|\ \ | | | | | | | C++ Compression Level set properly | ||
* \ \ | Merge pull request #7561 from stanley-cheung/php-cleanup-ga | Stanley Cheung | 2016-07-28 |
|\ \ \ | | | | | | | | | PHP: cleanup for GA | ||
| * | | | php: cleanup for GA | Stanley Cheung | 2016-07-28 |
|/ / / | |||
* | | | Merge pull request #7552 from thinkerou/wrap_php7_third | Stanley Cheung | 2016-07-28 |
|\ \ \ | |_|/ |/| | | PHP: use php7_wrapper to reduce duplicated codes(final part) | ||
| * | | add macro PHP_GRPC_INIT_HANDLER | thinkerou | 2016-07-28 |
| | | | |||
| * | | delete commented-code for missing | thinkerou | 2016-07-28 |
| | | | |||
| * | | add PHP_GRPC_FREE_CLASS_OBJECT macro | thinkerou | 2016-07-28 |
| | | | |||
| * | | fix unused var | thinkerou | 2016-07-28 |
| | | | |||
| * | | add some macro to reduce duplicate code | thinkerou | 2016-07-28 |
| | | | |||
* | | | Merge pull request #7535 from muxi/fix-no-as-needed | Nicolas Noble | 2016-07-27 |
|\ \ \ | | | | | | | | | Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide | ||
* \ \ \ | Merge pull request #7546 from tberghammer/proto-lite | Nicolas Noble | 2016-07-27 |
|\ \ \ \ | | | | | | | | | | | Add cmake option to compile using protobuf-lite | ||
* \ \ \ \ | Merge pull request #7459 from nicolasnoble/udp_test_bitrot | Vijay Pai | 2016-07-27 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixing udp test bitrotting. | ||
| | * | | | | Add cmake option to compile using protobuf-lite | Tamas Berghammer | 2016-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 klass | thinkerou | 2016-07-27 |
| | | | | | |||
* | | | | | Merge pull request #7539 from stanley-cheung/php-minor-cleanup-ga | Stanley Cheung | 2016-07-26 |
|\ \ \ \ \ | | | | | | | | | | | | | PHP: minor cleanup for GA | ||
| | | | * | | add macro to php7_wrapper for reduce duplicate code | thinkerou | 2016-07-27 |
| |_|_|/ / |/| | | | | |||
| * | | | | update README | Stanley Cheung | 2016-07-26 |
| | | | | | |||
| * | | | | php: fix composer.json | Stanley Cheung | 2016-07-26 |
|/ / / / | |||
* | | | | Merge pull request #7532 from thinkerou/wrap_php7_second | Stanley Cheung | 2016-07-26 |
|\ \ \ \ | | | | | | | | | | | PHP: use php7_wrapper to reduce duplicated codes(second part) | ||
| | | * | | Identify system and remove --no-as-need if it is Mac OS | Muxi Yan | 2016-07-26 |
| | | | | | |||
| | | * | | Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide | Muxi Yan | 2016-07-26 |
| |_|/ / |/| | | | |||
| * | | | fix indent use two spaces | thinkerou | 2016-07-27 |
| | | | | |||
| * | | | add macro to php7_wrapper for reduce duplicate code | thinkerou | 2016-07-27 |
|/ / / | |||
* | | | Merge pull request #7525 from muxi/add-interop-cronet-test | makdharma | 2016-07-26 |
|\ \ \ | | | | | | | | | Add InteropTestsRemoteWithCronet to the tests | ||
* \ \ \ | Merge pull request #7517 from markdroth/handshake_api | kpayson64 | 2016-07-26 |
|\ \ \ \ | | | | | | | | | | | Improve error handling in handshake API | ||
* \ \ \ \ | Merge pull request #7527 from jskeet/nulllogger | kpayson64 | 2016-07-26 |
|\ \ \ \ \ | | | | | | | | | | | | | Change the default logger to the NullLogger. | ||
* \ \ \ \ \ | Merge pull request #7498 from thinkerou/wrap_php7 | kpayson64 | 2016-07-26 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | PHP: use php7_wrapper to reduce duplicated codes(first part) | ||
* \ \ \ \ \ \ | Merge pull request #7477 from yang-g/monotonic | kpayson64 | 2016-07-26 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Convert deadline clock type in security handshake timer | ||
| | | * | | | | | Change the default logger to the NullLogger. | Jon Skeet | 2016-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 tests | Muxi Yan | 2016-07-25 |
| | | | | | | | |||
* | | | | | | | Merge pull request #7511 from nicolasnoble/doc-typo | kpayson64 | 2016-07-25 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixing documentation typo. | ||
* \ \ \ \ \ \ \ | Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfile | kpayson64 | 2016-07-25 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | PHP: add PHP7 to various Jenkins tests and update dockerfile | ||
* \ \ \ \ \ \ \ \ | Merge pull request #7497 from soltanmm/be-nicer | kpayson64 | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Be more intelligent about Cython in grpcio | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #7518 from nicolasnoble/plugins-should-compile | Nicolas Noble | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | We should always try to compile the protoc plugins when building tests. | ||
| | | | | | * \ \ \ \ | Merge pull request #4 from stanley-cheung/wrap_php7 | 田欧 | 2016-07-26 |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | update copyright | ||
| | | | | | | * | | | | | update copyright | Stanley Cheung | 2016-07-25 |
| | | | | | |/ / / / / | |||
| | | | | | * | | | | | Merge pull request #3 from stanley-cheung/wrap_php7 | 田欧 | 2016-07-26 |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add file to build.yaml (master) | ||
* | | | | | | \ \ \ \ \ | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master | Nicolas Noble | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | V1.0.x merge into master | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7020 from rjshade/assert_not_expect | kpayson64 | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ASSERT vector size before directly accessing first element | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7451 from y-zeng/seperate_generated_files | kpayson64 | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf | ||
| | | | | | | | | | | * | | | clang-format | Mark D. Roth | 2016-07-25 |
| | | | | | | | | | | | | | | |||
| | | | | | * | | | | | | | | fix copyright | Stanley Cheung | 2016-07-25 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | * | | | | add file to build.yaml | Stanley Cheung | 2016-07-25 |
| | | | | | | | | |/ / / / | |||
| | | | * | | | | / / / / | We should always try to compile the protoc plugins when building tests. | Nicolas "Pixel" Noble | 2016-07-25 |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | |||
| | | | | | | | | * | | | Fix API of handshake_manager_add(). | Mark D. Roth | 2016-07-25 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into handshake_api2 | Mark D. Roth | 2016-07-25 |
| | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |||
| | | * | | | | | | | | | Rerun generate_projects.sh | murgatroid99 | 2016-07-25 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #7395 from markdroth/handshake_api | kpayson64 | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | General-purpose handshaker API. |