aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #1147 from murgatroid99/php_composerGravatar Tim Emiola2015-03-30
|\
| * Removed redundant autoload require linesGravatar murgatroid992015-03-27
| * Replaced existing autoloader with one generated by composerGravatar murgatroid992015-03-27
| * Added composer file to PHP libraryGravatar murgatroid992015-03-27
* | merge upstream and resolve conflictGravatar Yang Gao2015-03-26
|\|
| * Merge pull request #1143 from nicolasnoble/compiler-optGravatar Vijay Pai2015-03-26
| |\
| * \ Merge pull request #1120 from tatsuhiro-t/fix-crash-with-host-header-fieldGravatar David Klempner2015-03-27
| |\ \
| | | * Small compiler optimization.Gravatar Nicolas "Pixel" Noble2015-03-27
| | |/ | |/|
| * | Merge pull request #1137 from murgatroid99/php_better_batchesGravatar Tim Emiola2015-03-26
| |\ \
| * \ \ Merge pull request #989 from murgatroid99/core_start_batch_traceGravatar Nicolas Noble2015-03-26
| |\ \ \
| | | * | Replaced existing PHP files with more batch-based implementationGravatar murgatroid992015-03-26
| | |/ / | |/| |
| * | | Merge pull request #1134 from murgatroid99/php_interop_ssl_fixGravatar Tim Emiola2015-03-26
| |\ \ \
| * \ \ \ Merge pull request #1115 from nicolasnoble/rpc-collisionGravatar Yang Gao2015-03-26
| |\ \ \ \
| | * | | | Removing range-based for loop.Gravatar Nicolas "Pixel" Noble2015-03-25
| * | | | | Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4Gravatar vjpai2015-03-25
| |\ \ \ \ \
| * | | | | | Remove lambda expression being used in grpc C++ libraryGravatar vjpai2015-03-25
| * | | | | | Revert "Remove lambda expression to support older compilers"Gravatar Vijay Pai2015-03-25
| * | | | | | Remove lambda expression to support older compilersGravatar vjpai2015-03-25
| | * | | | | Merge pull request #1133 from yang-g/cleanupGravatar Nicolas Noble2015-03-25
| | |\ \ \ \ \
| | | | | * \ \ Merge branch 'master' into php_interop_ssl_fixGravatar murgatroid992015-03-25
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | | * | | Made necessary changes to get interop tests workingGravatar murgatroid992015-03-25
| | * | | | | | Merge pull request #1123 from vjpai/range_based_for_removalGravatar Nicolas Noble2015-03-25
| | |\ \ \ \ \ \
| | | | * | | | | Clean up unneeded includes and remove shutdown protobuf libraryGravatar Yang Gao2015-03-25
| | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge pull request #1114 from nicolasnoble/windows-fixesGravatar Jan Tattermusch2015-03-25
| |/| | | | | |
| * | | | | | | Fixing errors found by clang static analysis.Gravatar Julien Boeuf2015-03-24
| | | | | * | | Fixed errors in ActiveCallGravatar murgatroid992015-03-24
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #1014 from murgatroid99/php_new_core_apiGravatar Tim Emiola2015-03-24
| |\ \ \ \ \ \
| | | | * | | | Revert "Remove dead members of server context"Gravatar Vijay Pai2015-03-24
| | | | * | | | Elminate range-based fors and work around some other limitations in older com...Gravatar Vijay Pai2015-03-24
| | | | * | | | Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-03-24
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Added comments to new functions in call.cGravatar murgatroid992015-03-24
| * | | | | | | Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefileGravatar Michael Lumish2015-03-24
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #1117 from yang-g/rubyGravatar Tim Emiola2015-03-24
| |\ \ \ \ \ \ \ \
| | | | | | | | | * Fix server crash if host header field is translated to :authorityGravatar Tatsuhiro Tsujikawa2015-03-25
| | | * | | | | | | Updates the RakefileGravatar Tim Emiola2015-03-24
| | | | |_|_|_|_|/ | | | |/| | | | |
| | | | | | * | | Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-03-24
| | | | | | |\ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * / | | | | | Use grpc:: counterparts in ruby code generatorGravatar Yang Gao2015-03-23
| | |/ / / / / /
| * / / / / / / Renables the test checking the server can send the initial bidi messageGravatar Tim Emiola2015-03-23
| |/ / / / / /
| * | | | | | Merge pull request #1097 from murgatroid99/node_general_interfaceGravatar Tim Emiola2015-03-23
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #1090 from murgatroid99/node_qps_testGravatar Tim Emiola2015-03-23
| |\ \ \ \ \ \ \
| | | | | | | * | Adding the ability to specify a service namespace on protoc's command line.Gravatar Nicolas "Pixel" Noble2015-03-24
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-03-23
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | * | | Various Windows fixes.Gravatar Nicolas Noble2015-03-24
| * | | | | | | Enables some incorrectly disabled testsGravatar Tim Emiola2015-03-23
| * | | | | | | Corrects the handling of metadata when the optional deadline is specifiedGravatar Tim Emiola2015-03-23
| | |_|_|/ / / | |/| | | | |
| | * | | | | Added requested commentsGravatar murgatroid992015-03-23
| | | * | | | Added a comment to server.jsGravatar murgatroid992015-03-23
| | | | | * | Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-03-23
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #1108 from yang-g/overflowfixGravatar Vijay Pai2015-03-22
| |\ \ \ \ \ \
| | | | | | * | Remove dead members of server contextGravatar Vijay Pai2015-03-22
| | |_|_|_|/ / | |/| | | | |