aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #10801 from dgquintas/demote_handshakeGravatar David G. Quintas2017-04-21
|\ | | | | Demote handshake logging msg to DEBUG
* \ Merge pull request #10163 from ctiller/count_nowGravatar Craig Tiller2017-04-21
|\ \ | | | | | | Track calls to gpr_now()
| * | Diff now tooGravatar Craig Tiller2017-04-21
| | |
| * | Merge github.com:grpc/grpc into count_nowGravatar Craig Tiller2017-04-21
| |\ \ | |/ / |/| |
* | | Merge pull request #10777 from ctiller/c++compat1Gravatar Craig Tiller2017-04-21
|\ \ \ | | | | | | | | C++ compatibility fix for tmpfile_posix.c
* \ \ \ Merge pull request #10779 from ctiller/c++compat2Gravatar Craig Tiller2017-04-21
|\ \ \ \ | | | | | | | | | | C++ compatibility fix for stack_lockfree.c
| | | | * Demote handshake logging msg to DEBUGGravatar David Garcia Quintas2017-04-21
| |_|_|/ |/| | |
* | | | doc/interop: Simplify language to fix missed x-user-ipGravatar Eric Anderson2017-04-21
| | | |
* | | | doc/interop: Fix link for CacheableUnaryCallGravatar Eric Anderson2017-04-21
| | | |
* | | | Merge pull request #10505 from muxi/move-parsing-queueGravatar Muxi Yan2017-04-21
|\ \ \ \ | | | | | | | | | | Move response message processing to a user-specified queue
* \ \ \ \ Merge pull request #10639 from vjpai/buildfixesGravatar Vijay Pai2017-04-21
|\ \ \ \ \ | | | | | | | | | | | | Fix and test Bazel build rules
* | | | | | Fix markdown in README.mdGravatar Mehrdad Afshari2017-04-21
| | | | | |
* | | | | | Merge pull request #10775 from yang-g/http2_clientGravatar Yang Gao2017-04-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix http2_interop test for c++ and python
* \ \ \ \ \ \ Merge pull request #10742 from markdroth/hash_tableGravatar Mark D. Roth2017-04-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change slice_hash_table to use linear probing and add unit test.
| | | | | | * \ Merge github.com:grpc/grpc into c++compat1Gravatar Craig Tiller2017-04-21
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | | * | | Merge github.com:grpc/grpc into c++compat2Gravatar Craig Tiller2017-04-21
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #10771 from ncteisen/yet-another-error-refcount-bugGravatar Noah Eisen2017-04-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix Error Refcount Bug
* \ \ \ \ \ \ \ \ Merge pull request #10787 from ctiller/timecap2Gravatar Craig Tiller2017-04-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Extend time capping to run_tests_matrix scripts
| * | | | | | | | | Extend time capping to run_tests_matrix scriptsGravatar Craig Tiller2017-04-21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #10785 from ctiller/timecapGravatar Craig Tiller2017-04-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow specifying a maximum run time to run_tests
| * | | | | | | | | Allow specifying a maximum run time to run_testsGravatar Craig Tiller2017-04-21
|/ / / / / / / / /
* | | | | | | | | Merge pull request #10756 from jtattermusch/csharp_prevent_reuseportGravatar Jan Tattermusch2017-04-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Eliminate crosstalk between C# tests
* \ \ \ \ \ \ \ \ \ Merge pull request #10599 from jtattermusch/upgrade_examplesGravatar Jan Tattermusch2017-04-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Upgrade C# examples
| | | | | | | * | | | Fix nitGravatar Muxi Yan2017-04-20
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #10739 from muxi/fix-unpaired-benchmarkGravatar Muxi Yan2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix pairing of GRPC_TIMER_BEGIN/END in grpc_byte_stream_next
| | | | * \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-04-20
| | | | |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | yet-another-error-refcount-bug
| | | | | | | | | * | | C++ compatibility fix for stack_lockfree.cGravatar Craig Tiller2017-04-20
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #10708 from makdharma/interop_bazelGravatar makdharma2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | BUILD file for interop client and server
| | | | | | | | | | * | C++ compatibility fix for tmpfile_posix.cGravatar Craig Tiller2017-04-20
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | | | | | * | | Changes required to make build possible: create separate ↵Gravatar Vijay Pai2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server
| | | | | | | | * | | One more use of incorrect submodule nameGravatar Vijay Pai2017-04-20
| | | | | | | | | | |
| | | | | | | | * | | Fix up protobuf submodule name to match bazel expectationGravatar Vijay Pai2017-04-20
| | | | | | | | | | |
| | | | | | | | * | | Fix build rules for grpc++_unsecure, test that it builds properlyGravatar Vijay Pai2017-04-20
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #10761 from ctiller/ubsanGravatar Craig Tiller2017-04-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix ubsan reported failure
| | | | | | | | * | | Fix http2_interop test for c++ and pythonGravatar yang-g2017-04-20
| | | | | | | | | | |
* | | | | | | | | | | Increase portability of CMakeLists.txtGravatar Mehrdad Afshari2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update CMakeLists.txt (original template and generated code) to prevent forcefully linking `dl` on all UNIX platforms, and rely on `${CMAKE_DL_LIBS}` portable variable instead. - Do not try linking against `librt` on macOS. - Add a `config_freebsd` directory containing the header file generated by the `configure` script for the `ares` library.
* | | | | | | | | | | Merge pull request #10773 from ctiller/holyfGravatar Craig Tiller2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Build fix
| * | | | | | | | | | | Build fixGravatar Craig Tiller2017-04-20
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #9118 from defstream/masterGravatar David G. Quintas2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Link to log.proto
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10762 from ctiller/c++compatGravatar Craig Tiller2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a C++ compatibility check config
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10622 from lyuxuan/cpp_overheadGravatar lyuxuan2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | profile cpp overhead for call create
| | | | | | | | | * | | | | Add fuzz testGravatar Noah Eisen2017-04-20
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Fix error refcount bugGravatar Noah Eisen2017-04-20
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #10751 from ctiller/speedup-buildGravatar Craig Tiller2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up tests
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10768 from ctiller/be_surerGravatar Craig Tiller2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | Increase threshold probability for reporting differences
| | * | | | | | | | | | | | | Disable compression+resource_quota_server testsGravatar Craig Tiller2017-04-20
| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | added missing dependencyGravatar Makarand Dharmapurikar2017-04-20
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Increase threshold probability for reporting differencesGravatar Craig Tiller2017-04-20
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #10182 from ctiller/cpparenaGravatar Craig Tiller2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [EXPERIMENTAL] allocate unary response writer against call arena
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10748 from murgatroid99/upmerge_v1.3.xGravatar Michael Lumish2017-04-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually upmerge v1.3.x into master