Julien Boeuf
|
8f0fd82a96
|
Removing credentials assert in server_auth_filter.
This will allow other transports with built-in security to use this
filter.
|
8 years ago |
Craig Tiller
|
eeb3b24f7e
|
Merge pull request #10238 from ctiller/bm_chttp2_top
Add benchmark suite for chttp2
|
8 years ago |
Noah Eisen
|
02ee91b7bb
|
Merge pull request #10203 from ncteisen/error-ownership-semantics
Add Error Ownership Doc
|
8 years ago |
Mark D. Roth
|
5c42af696d
|
Merge pull request #9655 from markdroth/remove_initial_connect_string
Remove initial_connect_string hack.
|
8 years ago |
Sree Kuchibhotla
|
995ed1c3c6
|
Fix bug
|
8 years ago |
Muxi Yan
|
1855710c71
|
Merge pull request #10210 from muxi/enable-cronet-compression
Enable cronet compression
|
8 years ago |
Alexander Polcyn
|
06d4edd283
|
fix setting of time_check_increment in watch conn state loop
|
8 years ago |
ncteisen
|
4c2e57df9a
|
Regen project
|
8 years ago |
ncteisen
|
031cfeb954
|
Line breaks and doc reffing
|
8 years ago |
Sree Kuchibhotla
|
f6c202670c
|
Add the new file to bazel BUILD file
|
8 years ago |
Alexander Polcyn
|
5b881460d2
|
make fewer lock/unlock calls and loop on cv_wait in watch conn state
|
8 years ago |
kpayson64
|
8e2713ec31
|
Merge pull request #10228 from kpayson64/gpr_assert_thd
Assert on thread creation
|
8 years ago |
Nicolas "Pixel" Noble
|
0a6d30bc4c
|
Buildifier.
|
8 years ago |
Sree Kuchibhotla
|
48ed124138
|
minor enum change
|
8 years ago |
Sree Kuchibhotla
|
098110d882
|
Merge branch 'master' into cq_factory_api
|
8 years ago |
Sree Kuchibhotla
|
add6962d7a
|
Add version macro
|
8 years ago |
Yuchen Zeng
|
c88fd35f97
|
Add reproduction
|
8 years ago |
Yuchen Zeng
|
3431996485
|
Fix subchannel creation in pick_first and round_robin
|
8 years ago |
Muxi Yan
|
b05fc32f84
|
xcpretty for examples too
|
8 years ago |
Sree Kuchibhotla
|
bf18428740
|
Introduce grpc_completion_queue_factory API
Just the API and a bare-bone implementation
|
8 years ago |
Craig Tiller
|
31041c9e12
|
Merge github.com:grpc/grpc into call_cases
|
8 years ago |
David G. Quintas
|
9f615de5ed
|
Merge pull request #10242 from dgquintas/fix_sanity
Fix sanity, generated projects
|
8 years ago |
Muxi Yan
|
b18d54f191
|
Use xcpretty to provide better test information
|
8 years ago |
David Garcia Quintas
|
e63cde9f7d
|
Fix sanity, generated projects
|
8 years ago |
Ken Payson
|
ac433cf640
|
Assert on thread creation
|
8 years ago |
Muxi Yan
|
d4143f2821
|
Merge pull request #10208 from muxi/fix-trailer-only
Add :status header in the case of trailer-only failure reply
|
8 years ago |
Muxi Yan
|
12b44ae5ec
|
Merge remote-tracking branch 'upstream/master' into enable-cronet-compression
|
8 years ago |
Mark D. Roth
|
62d1dd920e
|
Merge pull request #9850 from markdroth/retry_throttle
Retry throttling implementation.
|
8 years ago |
Yuchen Zeng
|
c9ff208cc9
|
Merge pull request #10151 from y-zeng/fix_set_socket_mutator
Fix SetSocketMutator
|
8 years ago |
Mark D. Roth
|
f7c2cd274e
|
Ran generate_projects.sh.
|
8 years ago |
Mark D. Roth
|
14ef5d83e2
|
Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string
|
8 years ago |
Yuchen Zeng
|
eb799b78b3
|
Fix shutdown process on macos
|
8 years ago |
Muxi Yan
|
94f3dddfdc
|
clang-format
|
8 years ago |
kpayson64
|
e50c7bdcc8
|
Merge pull request #10227 from kpayson64/optional_enum34
Make enum34 only required for Python 2.7
|
8 years ago |
Eric Pinzur
|
e718647ed0
|
fix the namespacing for php docs on clients
|
8 years ago |
Craig Tiller
|
3e9e2fd5d1
|
Merge pull request #10200 from ctiller/bad_tracking
Fix tracking of writes: we dont need TrackCounters for bm_fullstack since the fixture does it
|
8 years ago |
Craig Tiller
|
18f09a01f6
|
Add benchmark suite for chttp2
|
8 years ago |
Mark D. Roth
|
d86d7424a0
|
Remove BUILD rule for removed test.
|
8 years ago |
Yuchen Zeng
|
7496218b9e
|
Add CARES_BUILD_INCLUDE_DIR
|
8 years ago |
Alexander Polcyn
|
ea282e9c4c
|
add passing test that kills a process while there are active watch chan state calls
|
8 years ago |
Vijay Pai
|
d5fa26eecd
|
Merge pull request #10201 from vjpai/combiner_explainer
Document explaining combiner structures used in gRPC core
|
8 years ago |
Muxi Yan
|
b4478ff264
|
Comment
|
8 years ago |
Craig Tiller
|
25909c4660
|
Merge pull request #10220 from ctiller/fuzzingmac
Make fuzzers run on mac (but not on mac on jenkins)
|
8 years ago |
Craig Tiller
|
7c050ea8c6
|
Merge pull request #10102 from ctiller/fuzzing-long
Fix fuzzing detected error: stack overflow in hpack parser
|
8 years ago |
Alexander Polcyn
|
3e30832cca
|
bump v1.2.x branch to 1.2.1-pre1
|
8 years ago |
Makarand Dharmapurikar
|
2c19723e66
|
updated monitoring.proto
Also changed the name of stats attr to 'data-stats' to be more html5
compliant.
|
8 years ago |
Ken Payson
|
34e9194452
|
Make enum34 only required for Python 2.7
|
8 years ago |
David G. Quintas
|
e2cfe9df79
|
Merge pull request #10224 from dgquintas/v1.2.x
Going for 1.2.0
|
8 years ago |
Yuchen Zeng
|
513aa6cbfd
|
Use _locked functions in dns_ares_resolver_vtable
|
8 years ago |
Muxi Yan
|
eb6f20128a
|
Improvement on reading compression byt
|
8 years ago |