David Garcia Quintas
|
fb709049b4
|
grpc_args doxygen
|
8 years ago |
yang-g
|
e6c04aa612
|
Add a macro to support protobuf lite
|
8 years ago |
Muxi Yan
|
b6b0932c28
|
Add fixture description and TODO for test name inferral from test case method name
|
8 years ago |
Masood Malekghassemi
|
34c9a73ab9
|
Document the custom grpcio-tools command class
|
8 years ago |
kpayson64
|
c37a5a3878
|
Merge pull request #7431 from thinkerou/fix_spell_error
Python: fix spell error by pyflakes found
|
8 years ago |
kpayson64
|
413d302d4b
|
Merge pull request #7374 from kpayson64/python_health_check_rename
Polish grpcio_health_checking package
|
8 years ago |
kpayson64
|
6aa81d1050
|
Merge pull request #7455 from kpayson64/small_beta_fix
Fixed name syntax error
|
8 years ago |
Craig Tiller
|
e514158ccc
|
Merge pull request #7467 from ctiller/important-profiles
Add latency profiling from 'important' marks
|
8 years ago |
Craig Tiller
|
268a47a2b1
|
Add latency profiling from 'important' marks
Allows seeing directly how long was spent:
- running up to putting bytes on the wire
- between sending and receiving
- between receiving and finishing
|
8 years ago |
Yuchen Zeng
|
77b74258b5
|
Revert unnecessary deletions
|
8 years ago |
Yuchen Zeng
|
dd5b9a8086
|
Fix sanity check
|
8 years ago |
Muxi Yan
|
bff5cbf6b5
|
Collapse fixture into CoreCronetEnd2EndTests.m so that individual test cases can be run, instead of only allow running the entire fixture
|
8 years ago |
Vijay Pai
|
c23d33b29b
|
Revert "Generate html report for perf tests"
|
8 years ago |
murgatroid99
|
91633cb2f2
|
Fix undefined reference in Ruby code, add linker warning
|
8 years ago |
Craig Tiller
|
77c7f9fd62
|
Merge pull request #7407 from ctiller/delayed-write
Benchmark fixes
|
8 years ago |
Craig Tiller
|
5ca7e47493
|
Merge pull request #6737 from ctiller/delayed-write
Delay beginning most writes until we enter poll()
|
8 years ago |
Nicolas Noble
|
91991a234f
|
Merge pull request #7417 from nathanielmanistaatgoogle/multiplex-v1.0.x
Client and server multiplex example
|
8 years ago |
Nicolas Noble
|
865caa6079
|
Merge pull request #7461 from nicolasnoble/rubyyyyyyyyyyyy
Fixing Ruby's Rakefile - high version number was hardcoded.
|
8 years ago |
Robbie Shade
|
749cca45c5
|
Merge branch 'master' into assert_not_expect
|
8 years ago |
Nicolas "Pixel" Noble
|
23f7859a46
|
Fixing Ruby's Rakefile - high version number was hardcoded.
|
8 years ago |
kpayson64
|
e73459554a
|
Merge pull request #7419 from nathanielmanistaatgoogle/examples-v1.0.x
Update examples to GA API
|
8 years ago |
Masood Malekghassemi
|
398b06e843
|
Force the Python host version on Mac OS X
|
9 years ago |
David Garcia Quintas
|
e8355a2cb3
|
grpc_args doxygen
|
9 years ago |
makdharma
|
5e93d3fffa
|
Merge pull request #7413 from jcanizales/p0-advance-versions-to-1
Advance versions from 0.14 -> 1.0.0-pre1
|
9 years ago |
Jorge Canizales
|
886eecf1e0
|
Fixup: Readme to 1.0.0-pre1 too instead of 1.0.0
|
9 years ago |
Jorge Canizales
|
f8c4580939
|
Commit as 1.0.0-pre1 so we can release already.
|
9 years ago |
Nicolas "Pixel" Noble
|
cede7748bb
|
Fixing udp test bitrotting.
|
9 years ago |
yang-g
|
c76e48b8d3
|
Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early
|
9 years ago |
kpayson64
|
0c5673d823
|
Merge pull request #7452 from soltanmm/import-rearrange
Sort Python imports in setup.py
|
9 years ago |
makdharma
|
2eebe29ec8
|
Merge pull request #7245 from muxi/fix-7181
Fix of Issue #7181 documentation and Objective C code
|
9 years ago |
Ken Payson
|
e39edac2c8
|
Fixed name syntax error
|
9 years ago |
Muxi Yan
|
791c4d7b7c
|
Add new line to the end of fixture.h
|
9 years ago |
David Garcia Quintas
|
7c32959390
|
Updated outdated comment about uchannels
|
9 years ago |
Masood Malekghassemi
|
abdff3df89
|
Clean imports in grpcio's `setup.py`
|
9 years ago |
Muxi Yan
|
9afdd01e69
|
Rename h2_ssl_cronet.m to fixture_h2_ssl_cronet.m
|
9 years ago |
Muxi Yan
|
f8f70ebb2b
|
Update cronet test comments and structure
|
9 years ago |
Yuchen Zeng
|
1318479011
|
Separate generated file and protobuf dependency
|
9 years ago |
Ken Payson
|
dd24c1ece4
|
Polish grpcio_health_checking package
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
|
9 years ago |
kpayson64
|
7c467547ba
|
Merge pull request #7416 from soltanmm/3D
Build Python distributions for Python 3
|
9 years ago |
Jorge Canizales
|
854c167069
|
We’re done with the underscore tags for good!
Yay compatibility and predictability!
|
9 years ago |
Jorge Canizales
|
5c421ef8ab
|
BoringSSL 5.0 is now tagged and pushed.
|
9 years ago |
Jorge Canizales
|
0f594e91c6
|
Write 100 times: “gRPC-Core.podspec is a template”
|
9 years ago |
Jorge Canizales
|
fffff2296c
|
Point BoringSSL.podspec to 5.0 commit (pending tag)
|
9 years ago |
Jorge Canizales
|
0af0ae4715
|
Update err_data.c to BoringSSL commit 8d343b44bbab
|
9 years ago |
Yuchen Zeng
|
3046557a02
|
fix typo
|
9 years ago |
Muxi Yan
|
9f6e6dcc30
|
Rename h2_ssl.* to h2_ssl_cronet.* and add static specifier to chttp2_tear_down_secure_fullstack in h2_ssl_cronet.m
|
9 years ago |
kpayson64
|
bad168e4ba
|
Merge pull request #7371 from nicolasnoble/udp_server_errors
Adding UDP server error handling.
|
9 years ago |
kpayson64
|
f3f5c18e5a
|
Merge pull request #7284 from ewr/FixRubyTimeConversion
Fix arguments for calls to Ruby's `Time.at`
|
9 years ago |
Yuchen Zeng
|
24987dbf77
|
fix typo
|
9 years ago |
kpayson64
|
06f64c7a7f
|
Merge pull request #7426 from soltanmm/distribtest
Test Python source distribution installation
|
9 years ago |