aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Various Windows fixes.
* \ \ \ \ \ \ \ Merge pull request #1092 from nicolasnoble/msvc-c++Gravatar Jan Tattermusch2015-03-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adding MSVC's grpc++ project file.
* \ \ \ \ \ \ \ \ Merge pull request #1091 from dklempner/trim_metadata_testGravatar Vijay Pai2015-03-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make metadata_test test_things_stick_around use fewer strings
* \ \ \ \ \ \ \ \ \ Merge pull request #1066 from yang-g/clangformatGravatar Vijay Pai2015-03-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | clang-format c++ code
| * | | | | | | | | | resolve merge errorGravatar Yang Gao2015-03-19
| | | | | | | | | | |
| * | | | | | | | | | sync to head and run clang-format againGravatar Yang Gao2015-03-19
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1095 from nicolasnoble/no-minmaxGravatar Vijay Pai2015-03-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Dodging VisualStudio's #define of max().
| * | | | | | | | | | | Dodging VisualStudio's #define of max().Gravatar Nicolas "Pixel" Noble2015-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.
| | | | | | * | | | | Better support for msys2.Gravatar Nicolas Noble2015-03-18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1084 from yang-g/addtestcaseGravatar donnadionne2015-03-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add jwt_token_creds test case to interop test for c++
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1067 from yang-g/printGravatar donnadionne2015-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Print out status when it is not ok in interop tests
| | | | | | | | | | * | 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
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1088 from nicolasnoble/windows-atmGravatar David Klempner2015-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes for Windows atomics.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-imageGravatar Jan Tattermusch2015-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Adds a dockerfile and script for building a tar archive containing protoc and the plugins
| * | | | | | | | | | | | Updates the structure and name of the tar.gz archiveGravatar Tim Emiola2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the name includes a version - the top-level directory of the tar has the same name as the archive
| | | | | | | * | | | | | Make metadata_test test_things_stick_around use fewer stringsGravatar David Klempner2015-03-18
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is quadratic in nstr and times out under tsan.
| | | | | | | | | | * | Added Node QPS testGravatar murgatroid992015-03-18
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Corrects some spelling mistakesGravatar Tim Emiola2015-03-18
| | | | | | | | | | |
| * | | | | | | | | | Adds a file containing the versionGravatar Tim Emiola2015-03-18
| | | | | | | | | | |
| | * | | | | | | | | Fixes for Windows atomics.Gravatar Nicolas "Pixel" Noble2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) gpr_atm_no_barrier_load should actually return something. -) If compiling under mingw32, your compiler is gcc and gcc atomics become available.
* | | | | | | | | | | 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 #1069 from donnadionne/add_csharp_serverGravatar Jan Tattermusch2015-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add csharp server
| * | | | | | | | | | | | Add csharp server to interop testsGravatar Donna Dionne2015-03-18
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1072 from yang-g/refreshtokenGravatar jboeuf2015-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | wrap refresh token credentials in c++
| | | | | | | * | | | | | Add jwt_token_creds test case to interop test for c++Gravatar Yang Gao2015-03-18
| | | | | | | | | | | | |
* | | | | | | | | | | | | 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
| | | |/ / / / / / / / /
* | | | | | | | | | | | Merge pull request #1078 from dklempner/run_tests_timeoutGravatar Vijay Pai2015-03-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Unconditionally add a newline if a test times out or fails.
| * | | | | | | | | | | | Unconditionally add a newline if a test times out or fails.Gravatar David Klempner2015-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failure should generally result in output unless something goes wrong, but timeout currently doesn't, but should be printed 100% of the time.
* | | | | | | | | | | | | Merge pull request #1076 from soltanmm/internal-codegen-supportGravatar Nathaniel Manista2015-03-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | Factor out interface-specific early_adopter code
| | | * | | | | | | | | | 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
| | | | | | | | | | |
| | | | | * | | | | | Changed call to only expect and return binary headers when key ends with '-bin'Gravatar murgatroid992015-03-17
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1073 from nathanielmanistaatgoogle/python-refactorGravatar Masood Malekghassemi2015-03-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Python refactor
| * | | | | | | | | | Change remaining "packet" names to "ticket"Gravatar Nathaniel Manista2015-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-availableGravatar David Klempner2015-03-17
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Use "host" header field if ":authority" is not present
| | * | | | | | | | | Correct a package name in a doc stringGravatar Nathaniel Manista2015-03-18
| | | | | | | | | | |
| | * | | | | | | | | Merge the base and base.packets packagesGravatar Nathaniel Manista2015-03-18
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were two halves of the same whole.
| | | * | | | | | | wrap refresh token credentials in c++Gravatar Yang Gao2015-03-17
| | |/ / / / / / /
* | | | | | | | | Merge pull request #1070 from nicolasnoble/pythonGravatar Nathaniel Manista2015-03-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Introduces "make test_python" which runs python tests.
| | | | | | * | | | clang-format new changesGravatar Yang Gao2015-03-17
| | | | | | | | | |
| | | | | | * | | | resolve merge confictGravatar Yang Gao2015-03-17
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1023 from vjpai/asyncGravatar Yang Gao2015-03-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Non-blocking Next method for C++ async completion queue