Mark D. Roth
|
4d5f30d9db
|
Merge pull request #11352 from markdroth/client_channel_avoid_allocations
Eliminate some allocations in client_channel code.
|
8 years ago |
Mark D. Roth
|
0ca0be8b56
|
Clean up client_channel code and eliminate unnecessary allocations.
|
8 years ago |
kpayson64
|
f62f9dc6f0
|
Merge pull request #11548 from kpayson64/bump_version_1_4_0
Bump to version 1.4.0
|
8 years ago |
Ken Payson
|
e9c17873af
|
Bump to version 1.4.0
|
8 years ago |
ncteisen
|
24ce2b711d
|
Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul
|
8 years ago |
ncteisen
|
3ac64f826c
|
Fix windows segfault
|
8 years ago |
Craig Tiller
|
f95873e676
|
Update build
|
8 years ago |
yang-g
|
32e1678327
|
Still create channel if remotedb is false. Just do not use it in the file parsing
|
8 years ago |
Yuchen Zeng
|
2768866320
|
Fix max_message_length
|
8 years ago |
Vijay Pai
|
3d04e025bc
|
Remove lockfree-stack implementation that is no longer used
|
8 years ago |
ncteisen
|
61a75993f5
|
Enable jenkins testing
|
8 years ago |
ncteisen
|
390668999f
|
relax QPS diff threshold
|
8 years ago |
ncteisen
|
63aa9c8446
|
Add QPS Diff
|
8 years ago |
Noah Eisen
|
6beba3c50e
|
Merge pull request #11510 from ncteisen/testing-trickle-diff
Test PR for the New Trickle Diff
|
8 years ago |
Michael Lumish
|
d12e7a03ff
|
Merge pull request #11536 from murgatroid99/node_fix_racy_test
Fix racy Node reconnect test
|
8 years ago |
ncteisen
|
65fe1abed2
|
Address github comments
|
8 years ago |
yang-g
|
0aeede35a5
|
Unref existing error before setting a new one.
|
8 years ago |
kpayson64
|
01853da851
|
Merge pull request #11534 from kpayson64/fix_protoc_build
Fix protoc artifact
|
8 years ago |
Michael Lumish
|
45b89d2821
|
Merge pull request #11515 from murgatroid99/node_fix_write_control_flow
Fix missing return after callback in a function
|
8 years ago |
Matt Kwong
|
ebc12e56f2
|
Update Mono to Jessie for C# Dockerfiles
|
8 years ago |
murgatroid99
|
1a0e8073a1
|
Fix racy Node reconnect test
|
8 years ago |
Michael Lumish
|
42d31cb4bf
|
Merge pull request #11501 from murgatroid99/node_protobufjs_6.8_support
Upgrade Protobuf.js 6 code to work with 6.8
|
8 years ago |
Ken Payson
|
33215f0dba
|
Fix protoc artifact
|
8 years ago |
Michael Lumish
|
8399f92fd6
|
Merge pull request #11516 from murgatroid99/upmerge_1.4.x
Upmerge 1.4.x into Master
|
8 years ago |
murgatroid99
|
8e7a95d67c
|
Add another missing return after a callback
|
8 years ago |
Muxi Yan
|
070a8eeb28
|
Merge pull request #11341 from muxi/fix-objc-plugin-output
Fixes gRPC ObjC plugin's upper camel conversion
|
8 years ago |
Matt Kwong
|
f0b4c9c787
|
Merge pull request #11497 from matt-kwong/kokoro_config
Delete unnecessary Kokoro shell scripts
|
8 years ago |
Craig Tiller
|
f1633a9bec
|
Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now)
|
8 years ago |
ncteisen
|
3345e1ccf7
|
Actually enable trickle diff
|
8 years ago |
ncteisen
|
45e161b1c9
|
Make threshold toggleable
|
8 years ago |
Noah Eisen
|
716f7afa21
|
Merge pull request #11505 from ncteisen/qps-driver-json-out
Add JSON Outfile Flag to QPS Driver
|
8 years ago |
ncteisen
|
dc1b51e6b3
|
clang fmt
|
8 years ago |
Jan Tattermusch
|
6f51aa3657
|
Merge pull request #10075 from emmenlau/emmenlau_add_dependency_to_libgrpc_where_missing
Add grpc dependency where grpc++ is used
|
8 years ago |
Jan Tattermusch
|
04d299534d
|
Merge pull request #11140 from randomguy3/cmake-install
Fix CMake installation issues
|
8 years ago |
ncteisen
|
24e820762a
|
Add json out flag to qps driver
|
8 years ago |
Jan Tattermusch
|
b77a20b64b
|
regenerate projects
|
8 years ago |
Jan Tattermusch
|
f7c90fd521
|
Add grpc dependency where grpc++ is used
|
8 years ago |
Jan Tattermusch
|
b82bfa4e95
|
Merge pull request #11469 from jtattermusch/cmake_explicit_protoc
Explicitly use built protoc for CMake build
|
8 years ago |
Jan Tattermusch
|
c39e8ddd0a
|
Merge pull request #11468 from jtattermusch/cmake_zlib_dep
cmake: add zlib and cares dep
|
8 years ago |
Jan Tattermusch
|
635029f5e1
|
Merge pull request #11485 from jtattermusch/reveal_build_only
Make use of --build_only apparent in the reports
|
8 years ago |
Jan Tattermusch
|
d2da5aa8a2
|
fix sanity
|
8 years ago |
Jan Tattermusch
|
fbb61ed25d
|
fix license file
|
8 years ago |
Jan Tattermusch
|
25569cbde3
|
Merge pull request #11462 from jtattermusch/improve_windows_build_docs
Mark pre-generated Visual Studio projects as deprecated, recommend cmake
|
8 years ago |
apolcyn
|
59c232c904
|
Merge pull request #11404 from apolcyn/fix_ruby_glibc_upgrade
Redefine fd_set macros for compatibilty with older glibc
|
8 years ago |
apolcyn
|
b6c44d4251
|
Merge pull request #11403 from apolcyn/remove_clock_gettime_calls
Avoid clock_gettime in cares, when grpc avoids it
|
8 years ago |
Matt Kwong
|
aef21c288a
|
Merge pull request #11520 from matt-kwong/remove_warning
Clear alarms in jobset.py when finished running jobs
|
8 years ago |
Michael Bausor
|
0d8b988fbb
|
Update PHP protoc plugin generation
- Use docblocks instead of single line comments
- Escape '*/'
- Indent 4 spaces to match protobuf
- Use single line namespace to match protobuf
|
8 years ago |
Muxi Yan
|
f1ce470b30
|
Release slice no longer owned
|
8 years ago |
Matt Kwong
|
60a672b87f
|
Clear alarms in jobset.py when finished running jobs
|
8 years ago |
Matt Kwong
|
5678ac0c8e
|
Merge pull request #11518 from matt-kwong/remove_warning
Silence noisy cache_discovery warning
|
8 years ago |