Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed Compute Engine Auth username check | murgatroid99 | 2015-03-20 |
| | |||
* | Merge pull request #1081 from soltanmm/internal-codegen-support-s2 | Nicolas Noble | 2015-03-19 |
|\ | | | | | Make Python package spec indirect | ||
* \ | Merge pull request #1074 from jcanizales/makes-cpu-posix-portable | Abhishek Kumar | 2015-03-19 |
|\ \ | | | | | | | Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c | ||
* \ \ | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 |
|\ \ \ | | | | | | | | | Various Windows fixes. | ||
* \ \ \ | sync to head and run clang-format again | Yang Gao | 2015-03-19 |
|\ \ \ \ | |||
| | * | | | Various Windows fixes. | Nicolas Noble | 2015-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. | ||
| * | | | Merge pull request #1075 from murgatroid99/node_binary_metadata | Tim Emiola | 2015-03-18 |
| |\ \ \ | | | | | | | | | | | Node differentiate between binary and string headers | ||
| * \ \ \ | Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls | Michael Lumish | 2015-03-18 |
| |\ \ \ \ | | | | | | | | | | | | | Adds back calls to #finish at the end of server calls | ||
| * \ \ \ \ | Merge pull request #1079 from ↵ | Michael Lumish | 2015-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/refreshtoken | jboeuf | 2015-03-18 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | wrap refresh token credentials in c++ | ||
| * \ \ \ \ \ \ | Merge pull request #1077 from tbetbetbe/grpc-ruby-fix-interop-bug | Michael Lumish | 2015-03-18 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixes reference to variable in the auth package | ||
| | | | | | | | * | Make Python package spec indirect | Masood Malekghassemi | 2015-03-18 |
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | This is part of a change to ease internal usage of GRPC. | ||
| | | | | * | | | Adds back calls to #finish at the end of server calls | Tim Emiola | 2015-03-17 |
| | | | | | | | | |||
| | | | * | | | | Exposes the metadata method in server-side ActiveCall view classes | Tim Emiola | 2015-03-17 |
| | | | |/ / / | |||
| | * | / / / | Fixes reference to variable in the auth package | Tim Emiola | 2015-03-17 |
| | | |/ / / | | |/| | | | |||
| * | | | | | Factor out interface-specific early_adopter code | Masood Malekghassemi | 2015-03-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`. | ||
| | | | * | | Bumped version | murgatroid99 | 2015-03-17 |
| | | | | | | |||
| | | | * | | Simplified some tests | murgatroid99 | 2015-03-17 |
| | | | | | | |||
| | | | * | | Changed call to only expect and return binary headers when key ends with '-bin' | murgatroid99 | 2015-03-17 |
| | | | | | | |||
| * | | | | | Merge pull request #1073 from nathanielmanistaatgoogle/python-refactor | Masood Malekghassemi | 2015-03-17 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Python refactor | ||
| | * | | | | | Change remaining "packet" names to "ticket" | Nathaniel Manista | 2015-03-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renaming has been incrementally happening for the last several weeks and this change finishes it. | ||
| * | | | | | | Merge pull request #1025 from tatsuhiro-t/use-host-if-authority-not-available | David Klempner | 2015-03-17 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | Use "host" header field if ":authority" is not present | ||
| | | * | | | | Correct a package name in a doc string | Nathaniel Manista | 2015-03-18 |
| | | | | | | | |||
| | | * | | | | Merge the base and base.packets packages | Nathaniel Manista | 2015-03-18 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | They were two halves of the same whole. | ||
| | | | * | | wrap refresh token credentials in c++ | Yang Gao | 2015-03-17 |
| | | |/ / | |||
* | | | | | resolve merge confict | Yang Gao | 2015-03-17 |
|\| | | | | |||
| * | | | | Merge pull request #1023 from vjpai/async | Yang Gao | 2015-03-17 |
| |\ \ \ \ | | | | | | | | | | | | | Non-blocking Next method for C++ async completion queue | ||
| * \ \ \ \ | Merge pull request #1031 from nathanielmanistaatgoogle/service_name | Masood Malekghassemi | 2015-03-17 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Add service name to Python early_adopter | ||
* / | | | | | clang-format c++ code | Yang Gao | 2015-03-17 |
|/ / / / / | |||
* | | | | | Merge pull request #1053 from jtattermusch/csharp_metadata | Tim Emiola | 2015-03-17 |
|\ \ \ \ \ | | | | | | | | | | | | | Added support for sending metadata from clients. | ||
| | | * | | | Change to std::chrono and add a test. | vjpai | 2015-03-17 |
| | | | | | | |||
* | | | | | | Removing src/core/security/roots.pem | Julien Boeuf | 2015-03-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I believe it was introduced by mistake here: https://github.com/grpc/grpc/commit/3f1e69668642c42372b2e54c502458dc8dbba1bf | ||
* | | | | | | Merge pull request #1061 from nathanielmanistaatgoogle/reenable-test | Masood Malekghassemi | 2015-03-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Reenable a disabled test method | ||
| * | | | | | | Reenable a disabled test method | Nathaniel Manista | 2015-03-17 |
| | | | | | | | |||
* | | | | | | | Add at CANCELLATION back-to-front ticket kind | Nathaniel Manista | 2015-03-17 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | This addresses issue #752. | ||
* | | | | | | Use distinct enums for distinct ticket types | Nathaniel Manista | 2015-03-17 |
| | | | | | | |||
* | | | | | | Merge pull request #1055 from nathanielmanistaatgoogle/python-refactoring | Masood Malekghassemi | 2015-03-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Python refactoring | ||
* \ \ \ \ \ \ | Merge pull request #1054 from murgatroid99/python_setup_lists | Nathaniel Manista | 2015-03-16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed argument types in setup.py | ||
| | * | | | | | | Iterate over an enum since we can | Nathaniel Manista | 2015-03-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since enums are themselves iterable there's no need to maintain a list of the elements of the enum dating from back before the enum when its values were just independent constants that hung out together. | ||
| | * | | | | | | Change managers to pass each other Outcomes | Nathaniel Manista | 2015-03-16 |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactoring greatly reduces the base-internal use of packet kinds and will make much simpler a future change distinguishing front-to-back packet kinds from back-to-front packet kinds. | ||
| | | * | | | | Add service name to Python early_adopter | Nathaniel Manista | 2015-03-16 |
| | | | | | | | |||
| * | | | | | | Fixed argument types in setup.py | murgatroid99 | 2015-03-16 |
| | |/ / / / | |/| | | | | |||
| | * | | | | added support for metadata | Jan Tattermusch | 2015-03-16 |
| | | | | | | |||
* | | | | | | expose the server's cq through the generic service object | Yang Gao | 2015-03-16 |
| | | | | | | |||
* | | | | | | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-16 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #1050 from ctiller/cleanup | David Klempner | 2015-03-16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove dead code | ||
| * \ \ \ \ \ | Merge pull request #1011 from yang-g/jwt | jboeuf | 2015-03-16 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Put back C++ JWTCredentials code and add a test case in interop test. | ||
| | | * | | | | | Remove dead code | Craig Tiller | 2015-03-16 |
| | |/ / / / / | |/| | | | | | |||
| * | | | | | | remove 'else' code, release lock by destructor | Ruyi Wang | 2015-03-14 |
| | | | | | | | |||
| | * | | | | | copy and paste does not work | Yang Gao | 2015-03-13 |
| | | | | | | |