Craig Tiller
c9bf9ba7a7
Merge pull request #9930 from ctiller/call_create_fixtures
...
Add fixtures for call creation benchmarks
8 years ago
Yuchen Zeng
b19e30430d
Merge pull request #9953 from y-zeng/build_license
...
Add licenses() in BUILD files
8 years ago
Nathaniel Manista
0ee3e3ec2d
Merge pull request #9866 from nathanielmanistaatgoogle/lint-fixes
...
Lint fixes.
8 years ago
Nathaniel Manista
f4aca31d21
Merge pull request #9961 from nathanielmanistaatgoogle/_connectivity_channel
...
Remove grpc.beta._connectivity_channel.
8 years ago
Nathaniel Manista
e151a21ee4
Fix and enable unused-variable lint
...
In _server.py start_server_batch_result is removed because
start_server_batch can only ever fail as a result of a programming
defect in gRPC Python and not the application. This differs from some
analogous-appearing points in _channel.py where the result of
start_client_batch is checked because at those points it is possible
for a failure to indicate a programming defect on the part of the
application.
8 years ago
Nathaniel Manista
7983213fd2
Fix and enable unused-import lint
8 years ago
Nathaniel Manista
017365d072
Fix and enable no-self-use lint
8 years ago
Noah Eisen
0093d6684f
Merge pull request #9931 from ncteisen/to-time-dot-sleep-perchance-to-dream
...
Add sleep(1) to Python negative http2 client
8 years ago
apolcyn
a35d0e3864
Merge pull request #9814 from apolcyn/turn_off_ruby_tests
...
re-enable ruby tests on mac
8 years ago
Nathaniel Manista
98a4c6f33f
Remove grpc.beta._connectivity_channel
...
This should have been removed in, and has done anything but fail on
import since, 4d425522bffc9c616872d672bb58c993c3ac4c6a.
8 years ago
Jan Tattermusch
f2ac4bd488
Merge pull request #9809 from jtattermusch/csharp_server_side_auth_docs
...
Add high-level docs for server-side auth
8 years ago
Jan Tattermusch
885dac010f
regenerate docs
8 years ago
Jan Tattermusch
4ead637236
Add high-level server-side auth docs
8 years ago
Jan Tattermusch
138e1bee85
Merge pull request #9928 from jtattermusch/kokoro_win
...
Improve script for running windows tests on internal_ci
8 years ago
Yuchen Zeng
39514ccb29
Add licenses() in BUILD files
8 years ago
Eric Gribkoff
11a4ed80d6
refactor client
8 years ago
Eric Gribkoff
caf7ea53be
Enable C++ negative http2 test
8 years ago
apolcyn
aa5e7600ec
Merge pull request #9894 from apolcyn/update_go_bm
...
update go to 1.8 on benchmarks
8 years ago
Craig Tiller
7d729b134e
Merge pull request #9950 from grpc/revert-9932-lto
...
Revert "Enable lto for performance testing"
8 years ago
Craig Tiller
0a3d5f90a9
Revert "Enable lto for performance testing"
8 years ago
Craig Tiller
6f249772d1
Merge pull request #9932 from ctiller/lto
...
Enable lto for performance testing
8 years ago
Craig Tiller
36281f950a
Merge github.com:grpc/grpc into lto
8 years ago
Craig Tiller
fbedd676f7
Merge pull request #9769 from ctiller/always-use-port-server
...
Always use port server
8 years ago
Yang Gao
58bbbe999b
Merge pull request #9940 from yang-g/http_parser
...
Return an error when the HTTP first line or header is longer than 4K
8 years ago
Yang Gao
d27da0d61e
Merge pull request #9908 from yang-g/on_timeout
...
Check and act on Dump failure
8 years ago
Craig Tiller
6bdbffeef6
Merge pull request #9943 from ctiller/diff_perf
...
Add ability to diff microbenchmark results between git revs
8 years ago
Craig Tiller
6d91f2d27b
strip
8 years ago
Craig Tiller
aa296fec74
Call the right function
8 years ago
Craig Tiller
dce26f422c
Make clean
8 years ago
Craig Tiller
5ef448d218
Fix module name :)
8 years ago
Craig Tiller
ff84b3650f
Experimental version
8 years ago
Stanley Cheung
e9a64dfc37
Merge pull request #9942 from stanley-cheung/php-prepare-for-1_2
...
PHP: prepare for 1.2 release
8 years ago
Craig Tiller
18a948ad2f
Merge github.com:grpc/grpc into diff_perf
8 years ago
Craig Tiller
d753f45cf3
Add argument
8 years ago
Craig Tiller
f9abb2921b
Reserve opt for external builds, use lto for profiling
8 years ago
Craig Tiller
1747ed5255
Merge github.com:grpc/grpc into lto
8 years ago
Craig Tiller
4883fd8a20
Merge github.com:grpc/grpc into call_create_fixtures
8 years ago
Stanley Cheung
82c6d8d4fd
PHP: prepare for 1.2 release
8 years ago
kpayson64
07ad1b9c7c
Merge pull request #9938 from kpayson64/increase_epsilon
...
Increase epsilon in thread cleanup test
8 years ago
yang-g
5838dbffeb
Return an error when the HTTP first line or header is longer than 4K
8 years ago
Mark D. Roth
f1666d4824
Merge pull request #9869 from markdroth/client_channel_method_params_cleanup
...
Clean up method parameters in client channel code.
8 years ago
kpayson64
47d7a08e1e
Increase epsilon in thread cleanup test
8 years ago
David G. Quintas
e0c72bb8ed
Merge pull request #9936 from dgquintas/gen_projs
...
Fix generate projects
8 years ago
David Garcia Quintas
b1e545f417
Fix generate projects
8 years ago
Feng Li
47aa9844c3
Merge pull request #9897 from grpc/wenbozhu-patch-4
...
Update PROTOCOL-WEB.md
8 years ago
Nathaniel Manista
4b290e9ee3
Merge pull request #9917 from nathanielmanistaatgoogle/missing-main
...
Add missing unittest.main call.
8 years ago
Craig Tiller
823e87b1d9
Merge pull request #9933 from ctiller/better_summary
...
Report non-counter cpu times to bigquery to get more accurate dashboards
8 years ago
Michael Lumish
25c38e7617
Merge pull request #9888 from murgatroid99/electron_uv_fix
...
Fix missing wakeups when using the libuv iomgr under Electron
8 years ago
Craig Tiller
541b87e015
Report non-counter cpu times to bigquery to get more accurate dashboards
8 years ago
Craig Tiller
5e9bdb784d
Enable lto
8 years ago