aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #1143 from nicolasnoble/compiler-optGravatar Vijay Pai2015-03-26
|\ | | | | Small compiler optimization.
* \ Merge pull request #1120 from tatsuhiro-t/fix-crash-with-host-header-fieldGravatar David Klempner2015-03-27
|\ \ | | | | | | Fix server crash if host header field is translated to :authority
| | * Small compiler optimization.Gravatar Nicolas "Pixel" Noble2015-03-27
| |/ |/|
* | Merge pull request #1137 from murgatroid99/php_better_batchesGravatar Tim Emiola2015-03-26
|\ \ | | | | | | Replaced existing PHP files with more batch-based implementation
* \ \ Merge pull request #989 from murgatroid99/core_start_batch_traceGravatar Nicolas Noble2015-03-26
|\ \ \ | | | | | | | | Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch
| | * | 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
|\ \ \ | | | | | | | | Fix PHP interop test failures
* \ \ \ Merge pull request #1115 from nicolasnoble/rpc-collisionGravatar Yang Gao2015-03-26
|\ \ \ \ | | | | | | | | | | Adding the ability to specify a service namespace on protoc's command line.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5d5b1d8c8ec4c578f72a12f5b81f705764cdf804.
* | | | | | Remove lambda expression to support older compilersGravatar vjpai2015-03-25
| | | | | |
| * | | | | Merge pull request #1133 from yang-g/cleanupGravatar Nicolas Noble2015-03-25
| |\ \ \ \ \ | | | | | | | | | | | | | | clean up
| | | | * \ \ 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Eliminate range-based for loops
| | | * | | | | 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
|/| | | | | | | | | | | | | | | | | | | | Various Windows fixes.
* | | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update PHP to the new batch API
| | | * | | | Revert "Remove dead members of server context"Gravatar Vijay Pai2015-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1.
| | | * | | | Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | compilers
| | | * | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updates the Rakefile
* \ \ \ \ \ \ \ Merge pull request #1117 from yang-g/rubyGravatar Tim Emiola2015-03-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use grpc:: counterparts in ruby code generator
| | | | | | | | * Fix server crash if host header field is translated to :authorityGravatar Tatsuhiro Tsujikawa2015-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 RakefileGravatar Tim Emiola2015-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'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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Node general interface
* \ \ \ \ \ \ Merge pull request #1090 from murgatroid99/node_qps_testGravatar Tim Emiola2015-03-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added Node QPS test
| | | | | | * | Adding the ability to specify a service namespace on protoc's command line.Gravatar Nicolas "Pixel" Noble2015-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'Gravatar vjpai2015-03-23
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | | | * | | Various Windows fixes.Gravatar Nicolas Noble2015-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 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Time point conversion fix
| | | | | * | Remove dead members of server contextGravatar Vijay Pai2015-03-22
| |_|_|_|/ / |/| | | | |
| * | | | | Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
| | | | | |
* | | | | | Merge pull request #1101 from soltanmm/sanitizeGravatar Nicolas Noble2015-03-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Sanitize Python protoc plugin
| * | | | | | Sanitize Python pluginGravatar Masood Malekghassemi2015-03-20
| | | | | | |
| | * | | | | Make Next free of time_point to timespec conversionGravatar Yang Gao2015-03-20
| |/ / / / /
* / / / / / Fixed Compute Engine Auth username checkGravatar murgatroid992015-03-20
|/ / / / /