David G. Quintas
|
c3ddcf28a5
|
Merge pull request #10801 from dgquintas/demote_handshake
Demote handshake logging msg to DEBUG
|
8 years ago |
David Garcia Quintas
|
ae64b01506
|
updated g meaning for 1.4.x
|
8 years ago |
Craig Tiller
|
85bf34a4a8
|
Copy slices for in-process transports: its no longer safe to just ref
|
8 years ago |
Craig Tiller
|
9c92a69342
|
Merge pull request #10163 from ctiller/count_now
Track calls to gpr_now()
|
8 years ago |
Craig Tiller
|
add943869a
|
Diff now too
|
8 years ago |
Craig Tiller
|
ee880fd373
|
Merge github.com:grpc/grpc into count_now
|
8 years ago |
Craig Tiller
|
1a0b4cf5ee
|
Merge pull request #10777 from ctiller/c++compat1
C++ compatibility fix for tmpfile_posix.c
|
8 years ago |
Craig Tiller
|
9c1dd5c9e5
|
Merge pull request #10779 from ctiller/c++compat2
C++ compatibility fix for stack_lockfree.c
|
8 years ago |
Craig Tiller
|
20cb627339
|
Fix HTTP proxy tests
- heap allocate the pollset shutdown closure (this may be called asynchronously)
- ensure a poller remains until all endpoints are closed
|
8 years ago |
David Garcia Quintas
|
c3fc8342b1
|
Demote handshake logging msg to DEBUG
|
8 years ago |
Eric Anderson
|
401aa08915
|
doc/interop: Simplify language to fix missed x-user-ip
|
8 years ago |
Eric Anderson
|
811fcef8ad
|
doc/interop: Fix link for CacheableUnaryCall
|
8 years ago |
Vijay Pai
|
a8749903dd
|
Avoid duplication in build rules by expanding the grpc_cc_libraries rule-creation macro
|
8 years ago |
Muxi Yan
|
42a95a21e3
|
Merge pull request #10505 from muxi/move-parsing-queue
Move response message processing to a user-specified queue
|
8 years ago |
Dan Zhang
|
fefd2f2d8b
|
Add make udp_server shutdown_fd() protected by mutex lock.
|
8 years ago |
Vijay Pai
|
7748faf251
|
Merge pull request #10639 from vjpai/buildfixes
Fix and test Bazel build rules
|
8 years ago |
Mehrdad Afshari
|
566fd3b36e
|
Fix markdown in README.md
|
8 years ago |
Yang Gao
|
305e4eba83
|
Merge pull request #10775 from yang-g/http2_client
Fix http2_interop test for c++ and python
|
8 years ago |
Mark D. Roth
|
b7f1129cf2
|
Merge pull request #10742 from markdroth/hash_table
Change slice_hash_table to use linear probing and add unit test.
|
8 years ago |
Mark D. Roth
|
e5db8412f2
|
Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics
|
8 years ago |
Dan Zhang
|
98c6c9bc16
|
Merge remote-tracking branch 'upstream/master'
|
8 years ago |
Craig Tiller
|
decec09316
|
Merge github.com:grpc/grpc into c++lame
|
8 years ago |
Craig Tiller
|
243a12e87a
|
Reinstate c++-compat
|
8 years ago |
Craig Tiller
|
ab424e8702
|
Back out some bad changes
|
8 years ago |
Craig Tiller
|
fb161b3cc3
|
Merge github.com:grpc/grpc into hybrid
|
8 years ago |
Craig Tiller
|
24c7a18e94
|
Merge github.com:grpc/grpc into framing_costs
|
8 years ago |
Craig Tiller
|
f30db36bb5
|
Merge github.com:grpc/grpc into c++compat1
|
8 years ago |
Craig Tiller
|
f18f30e760
|
Merge github.com:grpc/grpc into c++compat2
|
8 years ago |
Noah Eisen
|
77a4c52cbf
|
Merge pull request #10771 from ncteisen/yet-another-error-refcount-bug
Fix Error Refcount Bug
|
8 years ago |
Craig Tiller
|
676ad5fe23
|
Merge pull request #10787 from ctiller/timecap2
Extend time capping to run_tests_matrix scripts
|
8 years ago |
Craig Tiller
|
ceea969146
|
Extend time capping to run_tests_matrix scripts
|
8 years ago |
Craig Tiller
|
b4f614092d
|
Merge pull request #10785 from ctiller/timecap
Allow specifying a maximum run time to run_tests
|
8 years ago |
Craig Tiller
|
a1ac2a1317
|
Allow specifying a maximum run time to run_tests
|
8 years ago |
Craig Tiller
|
26f6c1b239
|
regen projects
|
8 years ago |
Craig Tiller
|
50f7e1aa84
|
Merge github.com:grpc/grpc into hybrid
|
8 years ago |
Jan Tattermusch
|
393d33c1a9
|
Merge pull request #10756 from jtattermusch/csharp_prevent_reuseport
Eliminate crosstalk between C# tests
|
8 years ago |
Jan Tattermusch
|
7ef27a88b3
|
Merge pull request #10599 from jtattermusch/upgrade_examples
Upgrade C# examples
|
8 years ago |
Muxi Yan
|
fd00263ae9
|
Fix nit
|
8 years ago |
Muxi Yan
|
bcdf9e8d89
|
Merge pull request #10739 from muxi/fix-unpaired-benchmark
Fix pairing of GRPC_TIMER_BEGIN/END in grpc_byte_stream_next
|
8 years ago |
Noah Eisen
|
a8e567574b
|
Merge branch 'master' of https://github.com/grpc/grpc into yet-another-error-refcount-bug
|
8 years ago |
Craig Tiller
|
cdd9e56864
|
C++ compatibility fix for stack_lockfree.c
|
8 years ago |
makdharma
|
16309e396a
|
Merge pull request #10708 from makdharma/interop_bazel
BUILD file for interop client and server
|
8 years ago |
Craig Tiller
|
2757982c63
|
C++ compatibility fix for tmpfile_posix.c
|
8 years ago |
Craig Tiller
|
9847a834ba
|
Merge github.com:grpc/grpc into framing_costs
|
8 years ago |
Vijay Pai
|
576e546019
|
Changes required to make build possible: create separate grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server
|
8 years ago |
Vijay Pai
|
922d117318
|
One more use of incorrect submodule name
|
8 years ago |
Vijay Pai
|
f74eaa6957
|
Fix up protobuf submodule name to match bazel expectation
|
8 years ago |
Vijay Pai
|
a935ae1505
|
Fix build rules for grpc++_unsecure, test that it builds properly
|
8 years ago |
Craig Tiller
|
f5a1b75065
|
Merge pull request #10761 from ctiller/ubsan
Fix ubsan reported failure
|
8 years ago |
yang-g
|
03876f66e1
|
Fix http2_interop test for c++ and python
|
8 years ago |