aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | * | | | 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
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
* | / | | | | | Set cq_ on servercontextGravatar Yang Gao2015-03-22
| |/ / / / / / |/| | | | | |
* | | | | | | 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
|/ / / / / /
| * | | | | covert test to use generic stubGravatar Yang Gao2015-03-19
| | | | | |
* | | | | | Merge pull request #1081 from soltanmm/internal-codegen-support-s2Gravatar Nicolas Noble2015-03-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make Python package spec indirect
| | | | * | | Added a test for generic client and server constructorsGravatar murgatroid992015-03-19
| | | | | | |
* | | | | | | Merge pull request #1074 from jcanizales/makes-cpu-posix-portableGravatar Abhishek Kumar2015-03-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c
* \ \ \ \ \ \ \ Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Various Windows fixes.
| | | | * \ \ \ \ Merge branch 'master' into genericstubGravatar Yang Gao2015-03-19
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | sync to head and run clang-format againGravatar Yang Gao2015-03-19
|\ \ \ \ \ \ \ \ \
| | | | | * | | | | Implementation of generic stubGravatar Yang Gao2015-03-19
| | | | | | | | | |
| | * | | | | | | | Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
| | | | | | * / / Added functions to create generic servers and clientsGravatar murgatroid992015-03-18
| | | | | |/ / / | | | | |/| | |
| * | | | | | | Merge pull request #1075 from murgatroid99/node_binary_metadataGravatar Tim Emiola2015-03-18
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Node differentiate between binary and string headers
| | | | | * | | Added Node QPS testGravatar murgatroid992015-03-18
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_callsGravatar Michael Lumish2015-03-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Adds back calls to #finish at the end of server calls
| * \ \ \ \ \ \ Merge pull request #1079 from ↵Gravatar Michael Lumish2015-03-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_adds_metadata_server_active_call_view Exposes the metadata method in server-side ActiveCall view classes
| * \ \ \ \ \ \ \ Merge pull request #1072 from yang-g/refreshtokenGravatar jboeuf2015-03-18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | wrap refresh token credentials in c++
| * \ \ \ \ \ \ \ \ Merge pull request #1077 from tbetbetbe/grpc-ruby-fix-interop-bugGravatar Michael Lumish2015-03-18
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixes reference to variable in the auth package
| | | | | | | | * | | Make Python package spec indirectGravatar Masood Malekghassemi2015-03-18
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part of a change to ease internal usage of GRPC.
| | | | | * | | | | Adds back calls to #finish at the end of server callsGravatar Tim Emiola2015-03-17
| | | | | | | | | |
| | | | * | | | | | Exposes the metadata method in server-side ActiveCall view classesGravatar Tim Emiola2015-03-17
| | | | |/ / / / /
| | * | / / / / / Fixes reference to variable in the auth packageGravatar Tim Emiola2015-03-17
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Factor out interface-specific early_adopter codeGravatar Masood Malekghassemi2015-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`.
| | | | * | | | Bumped versionGravatar murgatroid992015-03-17
| | | | | | | |
| | | | * | | | Simplified some testsGravatar murgatroid992015-03-17
| | | | | | | |