Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #1148 from nathanielmanistaatgoogle/construction-functions | Masood Malekghassemi | 2015-03-30 |
|\ | |||
| * | Unify early_adopter construction functions | Nathaniel Manista | 2015-03-30 |
* | | Merge branch 'master' into cancel | Yang Gao | 2015-03-30 |
|\| | |||
| * | Merge pull request #1147 from murgatroid99/php_composer | Tim Emiola | 2015-03-30 |
| |\ | |||
| | * | Removed redundant autoload require lines | murgatroid99 | 2015-03-27 |
| | * | Replaced existing autoloader with one generated by composer | murgatroid99 | 2015-03-27 |
| | * | Added composer file to PHP library | murgatroid99 | 2015-03-27 |
| * | | merge upstream and resolve conflict | Yang Gao | 2015-03-26 |
| |\| | |||
| | * | Merge pull request #1143 from nicolasnoble/compiler-opt | Vijay Pai | 2015-03-26 |
| | |\ | |||
| | * \ | Merge pull request #1120 from tatsuhiro-t/fix-crash-with-host-header-field | David Klempner | 2015-03-27 |
| | |\ \ | |||
| | | | * | Small compiler optimization. | Nicolas "Pixel" Noble | 2015-03-27 |
| | | |/ | | |/| | |||
| | * | | Merge pull request #1137 from murgatroid99/php_better_batches | Tim Emiola | 2015-03-26 |
| | |\ \ | |||
| | * \ \ | Merge pull request #989 from murgatroid99/core_start_batch_trace | Nicolas Noble | 2015-03-26 |
| | |\ \ \ | |||
| | | | * | | Replaced existing PHP files with more batch-based implementation | murgatroid99 | 2015-03-26 |
| | | |/ / | | |/| | | |||
| | * | | | Merge pull request #1134 from murgatroid99/php_interop_ssl_fix | Tim Emiola | 2015-03-26 |
| | |\ \ \ | |||
| | * \ \ \ | Merge pull request #1115 from nicolasnoble/rpc-collision | Yang Gao | 2015-03-26 |
| | |\ \ \ \ | |||
| | | * | | | | Removing range-based for loop. | Nicolas "Pixel" Noble | 2015-03-25 |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4 | vjpai | 2015-03-25 |
| | |\ \ \ \ \ | |||
| | * | | | | | | Remove lambda expression being used in grpc C++ library | vjpai | 2015-03-25 |
| | * | | | | | | Revert "Remove lambda expression to support older compilers" | Vijay Pai | 2015-03-25 |
| | * | | | | | | Remove lambda expression to support older compilers | vjpai | 2015-03-25 |
| | | * | | | | | Merge pull request #1133 from yang-g/cleanup | Nicolas Noble | 2015-03-25 |
| | | |\ \ \ \ \ | |||
| | | | | | * \ \ | Merge branch 'master' into php_interop_ssl_fix | murgatroid99 | 2015-03-25 |
| | | | | | |\ \ \ | | | | |_|_|/ / / | | | |/| | | | | | |||
| | | | | | * | | | Made necessary changes to get interop tests working | murgatroid99 | 2015-03-25 |
| | | * | | | | | | Merge pull request #1123 from vjpai/range_based_for_removal | Nicolas Noble | 2015-03-25 |
| | | |\ \ \ \ \ \ | |||
| | | | | * | | | | | Clean up unneeded includes and remove shutdown protobuf library | Yang Gao | 2015-03-25 |
| | | |_|/ / / / / | | |/| | | | | | | |||
| | | * | | | | | | Merge pull request #1114 from nicolasnoble/windows-fixes | Jan Tattermusch | 2015-03-25 |
| | |/| | | | | | | |||
| | * | | | | | | | Fixing errors found by clang static analysis. | Julien Boeuf | 2015-03-24 |
| | | | | | * | | | Fixed errors in ActiveCall | murgatroid99 | 2015-03-24 |
| | | |_|_|/ / / | | |/| | | | | | |||
| | * | | | | | | Merge pull request #1014 from murgatroid99/php_new_core_api | Tim Emiola | 2015-03-24 |
| | |\ \ \ \ \ \ | |||
| | | | | * | | | | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 |
| | | | | * | | | | Elminate range-based fors and work around some other limitations in older com... | Vijay Pai | 2015-03-24 |
| | | | | * | | | | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-24 |
| | | | | |\ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||
| | | * | | | | | | Added comments to new functions in call.c | murgatroid99 | 2015-03-24 |
| | * | | | | | | | Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefile | Michael Lumish | 2015-03-24 |
| | |\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ \ | Merge pull request #1117 from yang-g/ruby | Tim Emiola | 2015-03-24 |
| | |\ \ \ \ \ \ \ \ | |||
| | | | | | | | | | * | Fix server crash if host header field is translated to :authority | Tatsuhiro Tsujikawa | 2015-03-25 |
| | | | * | | | | | | | Updates the Rakefile | Tim Emiola | 2015-03-24 |
| | | | | |_|_|_|_|/ | | | | |/| | | | | | |||
| | | | | | | * | | | Merge remote-tracking branch 'upstream/master' | vjpai | 2015-03-24 |
| | | | | | | |\ \ \ | | | | | |_|_|/ / / | | | | |/| | | | | | |||
| | | * / | | | | | | Use grpc:: counterparts in ruby code generator | Yang Gao | 2015-03-23 |
| | | |/ / / / / / | |||
| | * / / / / / / | Renables the test checking the server can send the initial bidi message | Tim Emiola | 2015-03-23 |
| | |/ / / / / / | |||
| | * | | | | | | Merge pull request #1097 from murgatroid99/node_general_interface | Tim Emiola | 2015-03-23 |
| | |\ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ | Merge pull request #1090 from murgatroid99/node_qps_test | Tim Emiola | 2015-03-23 |
| | |\ \ \ \ \ \ \ | |||
| | | | | | | | * | | Adding the ability to specify a service namespace on protoc's command line. | Nicolas "Pixel" Noble | 2015-03-24 |
| | | |_|_|_|_|/ / | | |/| | | | | | | |||
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' | vjpai | 2015-03-23 |
| | | | | | | |\ \ | | | |_|_|_|_|/ / | | |/| | | | | | | |||
| | | | | | * | | | Various Windows fixes. | Nicolas Noble | 2015-03-24 |
| | * | | | | | | | Enables some incorrectly disabled tests | Tim Emiola | 2015-03-23 |
| | * | | | | | | | Corrects the handling of metadata when the optional deadline is specified | Tim Emiola | 2015-03-23 |
| | | |_|_|/ / / | | |/| | | | | | |||
| | | * | | | | | Added requested comments | murgatroid99 | 2015-03-23 |
| | | | * | | | | Added a comment to server.js | murgatroid99 | 2015-03-23 |