Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Merge branch 'master' into v1.3.x" | Alexander Polcyn | 2017-04-26 |
| | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca. | ||
* | Merge pull request #10644 from MakMukhi/master | MakMukhi | 2017-04-24 |
|\ | | | | | Added unit testing support. | ||
* \ | Merge pull request #10505 from muxi/move-parsing-queue | Muxi Yan | 2017-04-21 |
|\ \ | | | | | | | Move response message processing to a user-specified queue | ||
| * | | Revert API to change default queue for a stub | Muxi Yan | 2017-04-19 |
| | | | |||
| | * | Post-review update | Mahak Mukhi | 2017-04-18 |
| | | | |||
* | | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-18 |
|\ \ \ | |||
| * | | | Always generate body for python code elements | Mehrdad Afshari | 2017-04-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since #... class Service: class NextService: #... without a body or `pass` under `Service` is invalid Python, we ensure a `pass` statement is always emitted to make the generated code valid. | ||
| | | * | formatting | Mahak Mukhi | 2017-04-13 |
| | | | | |||
| | | * | update according to new changes in cpp code | Mahak Mukhi | 2017-04-13 |
| | | | | |||
| | | * | fix conflicts | Mahak Mukhi | 2017-04-12 |
| | | |\ | |||
| | | * | | Initial commit: Auto-generate GMOCK code for client stub. | Mahak Mukhi | 2017-04-12 |
| | |/ / | |/| | | |||
| | * | | clang-format | Muxi Yan | 2017-04-09 |
| | | | | |||
| | | * | Initial commit: Auto-generate GMOCK code for client stub. | Mahak Mukhi | 2017-04-08 |
| | | | | |||
| | * | | Support in ProtoRPC | Muxi Yan | 2017-04-06 |
| |/ / | |||
* | | | Convert all async client stream types to not allocate | Craig Tiller | 2017-04-05 |
| | | | |||
* | | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-04 |
|\| | | |||
| * | | Merge pull request #8063 from royalharsh/buffers | kpayson64 | 2017-04-04 |
| |\ \ | | | | | | | | | Refactor python code generator to support other serializers | ||
* | | | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-03-31 |
|\| | | | |||
| | * | | Update | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | Fix merge conflicts | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | remove lang specific streaming methods | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | revert to python specific code | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | remove python specific code | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | Update sources & headers | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | clang-format | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | Update python_generator.cc | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | Fix errors | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | Fix build issues | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | Update Python generator files | Harsh Vardhan | 2017-03-28 |
| | | | | |||
| | * | | Refactor python code generator to support other serializers | Harsh Vardhan | 2017-03-28 |
| | |/ | |||
| * / | fix markdown render error | thinkerou | 2017-03-26 |
| |/ | |||
| * | Merge pull request #10239 from rltvty/fix_php_service_comments | Stanley Cheung | 2017-03-24 |
| |\ | | | | | | | fix the namespacing for php docs on client classes | ||
| * \ | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
| |\ \ | |||
| * \ \ | Merge pull request #10255 from ↵ | Nathaniel Manista | 2017-03-23 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/_pb2_grpc-unnecessary-imports Drop unnecessary framework imports from generated _pb2_grpc.py files. | ||
| | * | | | Drop unnecessary imports from _pb2_grpc.py files | Nathaniel Manista | 2017-03-22 |
| | | | | | |||
| | | | * | fix the namespacing for php docs on clients | Eric Pinzur | 2017-03-21 |
| | |_|/ | |/| | | |||
* / | | | [EXPERIMENTAL] allocate unary response writer against call arena | Craig Tiller | 2017-03-16 |
|/ / / | |||
| | * | prevent name clashes in C# generated code | Jan Tattermusch | 2017-03-14 |
| |/ | |||
* / | Add import prefix to Python generator | Nathaniel Manista | 2017-03-14 |
|/ | | | | This is needed by a customer with a nontraditional codebase. | ||
* | Merge pull request #8407 from jronak/fixtag | Yang Gao | 2017-03-04 |
|\ | | | | | replaced protobuf tag | ||
* | | PHP: make tests runnable on both protobuf 3.1 and 3.2 | Stanley Cheung | 2017-01-30 |
| | | |||
* | | Stop generating method name array when there is no method. | yang-g | 2017-01-19 |
| | | |||
* | | Add `auto-gen`d comment to `_pb2_grpc.py` files | Masood Malekghassemi | 2016-12-28 |
| | | |||
* | | Merge pull request #9100 from bblancha/protobuf_compiler_tweak | Masood Malekghassemi | 2016-12-16 |
|\ \ | | | | | | | don't print multiple imports to protobuf modules | ||
| * | | don't print multiple imports to protobuf modules | Bryan Blanchard | 2016-12-15 |
| | | | |||
* | | | Generate param comments in C# proto plugin | Jan Tattermusch | 2016-12-13 |
| | | | |||
* | | | remove leading space in C# comments | Jan Tattermusch | 2016-12-13 |
|/ / | |||
* | | Switch to command-arg for Python split-codegen | Masood Malekghassemi | 2016-12-02 |
| | | | | | | | | Almost fixes #8753 (which still needs a test). | ||
* | | fix formatting | Jan Tattermusch | 2016-11-24 |
| | | |||
* | | Merge remote-tracking branch 'upstream/v1.0.x' into HEAD | Jan Tattermusch | 2016-11-22 |
|\ \ |