Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1143 from nicolasnoble/compiler-opt | Vijay Pai | 2015-03-26 |
|\ | | | | | Small compiler optimization. | ||
* \ | Merge pull request #1120 from tatsuhiro-t/fix-crash-with-host-header-field | David Klempner | 2015-03-27 |
|\ \ | | | | | | | Fix server crash if host header field is translated to :authority | ||
| | * | Small compiler optimization. | Nicolas "Pixel" Noble | 2015-03-27 |
| |/ |/| | |||
* | | Merge pull request #1137 from murgatroid99/php_better_batches | Tim Emiola | 2015-03-26 |
|\ \ | | | | | | | Replaced existing PHP files with more batch-based implementation | ||
* \ \ | Merge pull request #989 from murgatroid99/core_start_batch_trace | Nicolas Noble | 2015-03-26 |
|\ \ \ | | | | | | | | | Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch | ||
| | * | | 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 |
|\ \ \ | | | | | | | | | Fix PHP interop test failures | ||
* \ \ \ | Merge pull request #1115 from nicolasnoble/rpc-collision | Yang Gao | 2015-03-26 |
|\ \ \ \ | | | | | | | | | | | Adding the ability to specify a service namespace on protoc's command line. | ||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5d5b1d8c8ec4c578f72a12f5b81f705764cdf804. | ||
* | | | | | | Remove lambda expression to support older compilers | vjpai | 2015-03-25 |
| | | | | | | |||
| * | | | | | Merge pull request #1133 from yang-g/cleanup | Nicolas Noble | 2015-03-25 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | clean up | ||
| | | | * \ \ | 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 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Eliminate range-based for loops | ||
| | | * | | | | | 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 |
|/| | | | | | | | | | | | | | | | | | | | | Various Windows fixes. | ||
* | | | | | | | 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 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update PHP to the new batch API | ||
| | | * | | | | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | ||
| | | * | | | | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilers | ||
| | | * | | | | 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 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Updates the Rakefile | ||
* \ \ \ \ \ \ \ | Merge pull request #1117 from yang-g/ruby | Tim Emiola | 2015-03-24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use grpc:: counterparts in ruby code generator | ||
| | | | | | | | * | Fix server crash if host header field is translated to :authority | Tatsuhiro Tsujikawa | 2015-03-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we missed the fact that we have to increment reference count when passing grpc_mdstr to grpc_mdelem_from_metadata_strings, which leads to crash. This commit fixes this issue. | ||
| | * | | | | | | | Updates the Rakefile | Tim Emiola | 2015-03-24 |
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - simplify the test suite namespace - fix bug in test suite setup where wrappper tests were run twice - removes unnecessary descs - add bunder's gem tasks for release and installation | ||
| | | | | * | | | 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 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Node general interface | ||
* \ \ \ \ \ \ | Merge pull request #1090 from murgatroid99/node_qps_test | Tim Emiola | 2015-03-23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added Node QPS test | ||
| | | | | | * | | Adding the ability to specify a service namespace on protoc's command line. | Nicolas "Pixel" Noble | 2015-03-24 |
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ... This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally. | ||
| | | | | * | | Merge remote-tracking branch 'upstream/master' | vjpai | 2015-03-23 |
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | |||
| | | | * | | | Various Windows fixes. | Nicolas Noble | 2015-03-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Introduce a wait-loop with a 100ms delay on iomgr shutdown, so that background threads have the chance to place last minute callbacks without having to stall for the whole 10 seconds deadline. -) io completion ports will get notifications on socket shutdowns, so we need to delay their deletions for after we get a notification for them. -) we need to keep some sense of how many orphan sockets are in, so we can properly collect them - let's not shutdown the iocp loop until after all orphans have been collected. | ||
* | | | | | | | 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 |
| | | | | | | |||
| | | | * | | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-23 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | |||
* | | | | | | Merge pull request #1108 from yang-g/overflowfix | Vijay Pai | 2015-03-22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Time point conversion fix | ||
| | | | | * | | Remove dead members of server context | Vijay Pai | 2015-03-22 |
| |_|_|_|/ / |/| | | | | | |||
| * | | | | | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 |
| | | | | | | |||
* | | | | | | Merge pull request #1101 from soltanmm/sanitize | Nicolas Noble | 2015-03-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Sanitize Python protoc plugin | ||
| * | | | | | | Sanitize Python plugin | Masood Malekghassemi | 2015-03-20 |
| | | | | | | | |||
| | * | | | | | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 |
| |/ / / / / | |||
* / / / / / | Fixed Compute Engine Auth username check | murgatroid99 | 2015-03-20 |
|/ / / / / |