Andre Medeiros
b0eae8a08e
Mark error code details as global
7 years ago
Matt Kwong
d6cf6dea36
Merge pull request #12224 from matt-kwong/kokoro_flags
...
Allow Kokoro Mac worker to find correct six Python module
7 years ago
Muxi Yan
183a9cf523
Merge pull request #12169 from muxi/improve-objc-test-info
...
Improve objc test info
7 years ago
Muxi Yan
219d9f52de
generate_project
7 years ago
Matt Kwong
2457a04bff
Add Performance profiling job to Kokoro
7 years ago
Jan Tattermusch
ff6c03638d
unify loggers used by Grpc tests
7 years ago
Jan Tattermusch
1ca3bef6b6
make C# logging & tracing more intuitive
7 years ago
Sree Kuchibhotla
71c468b566
Merge pull request #11936 from sreecha/fix-end2end-test
...
Fix streaming_response_error end2end test in epoll1
7 years ago
Muxi Yan
f42587cbc3
Do not add accept-encoding field when it exists
7 years ago
Muxi Yan
da4f087ebe
Fix minor build issue
7 years ago
Matt Kwong
8766015465
Allow Kokoro Mac worker to find correct six Python module
7 years ago
Muxi Yan
4e1b26ec1b
Replace dispatch_once_t with BOOL
7 years ago
Matt Kwong
db4843c140
Merge pull request #12152 from matt-kwong/kokoro_flags
...
Don't rerun flakes when uploading results to BQ
7 years ago
Muxi Yan
d37411e71d
Some missing parts
7 years ago
Sree Kuchibhotla
5efc913193
Epoll1 Work Distribution: Parallelize processing epoll events across multiple threads
7 years ago
Sree Kuchibhotla
87ffcb6ab4
disable epoll1 by default (just enable tests)
7 years ago
Nicolas Noble
641eeccfdc
Merge pull request #12206 from mdzoba/mdzoba-add-gyp-build
...
Adding a build template for generic GYP build.
7 years ago
Nicolas Noble
4558762a3b
Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512
...
Fix assert in grpc_timer_init().
7 years ago
Stanley Cheung
106d175c8c
Merge pull request #12188 from michaelbausor/add-async-support
...
PHP: Move OP_RECV_INITIAL_METADATA out of start() methods
7 years ago
David G. Quintas
b697f27b34
Merge pull request #12218 from dgquintas/v1.6.x-first-upmerge
...
V1.6.x first upmerge
7 years ago
David Garcia Quintas
3889fa6258
First upmerge after v1.6.x branch cut
7 years ago
David G. Quintas
0f924b7d55
Merge pull request #12213 from dgquintas/v1.7.x-version-bump
...
Master version bump to 1.7.x
7 years ago
David G. Quintas
d6e0df42c5
Merge pull request #12212 from dgquintas/v1.6.x-version-bump
...
1.6.x release branch version changes
7 years ago
Michael Darakananda
f570fb2743
give run_performance_tests a main method
...
In this way, external users can add perf tests for other languages
by adding to scenario_config.LANGUAGES then calling
run_performance_tests.main.
7 years ago
apolcyn
f4af6eb2f4
Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-error
...
Catch NotImplementedError exceptions and forward them to the client.
7 years ago
jboeuf
7b8b4bea72
Merge pull request #12158 from jboeuf/fix_mem_leak
...
Fixing memory leak and removing unneeded NULL checks.
7 years ago
David Garcia Quintas
1775ef91d2
Version bump to 1.6
7 years ago
David Garcia Quintas
713597f1cd
Master version bump to 1.7.x
7 years ago
Maxim Dzoba
22c4ae62ea
Regenerated grpc.gyp with grrpc/third_party dependencies.
7 years ago
Maxim Dzoba
0e20b8bd1f
Merge branch 'master' into mdzoba-add-gyp-build
7 years ago
apolcyn
f1ab1130c8
Merge pull request #12176 from jtattermusch/csharp_wait_for_queued_continuations
...
Wait for queued continuations when shutting down GrpcThreadPool
7 years ago
Maxim Dzoba
dd962616f2
Adding a build template for generic GYP build.
7 years ago
Maxim Dzoba
22cc56f0c7
Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512
7 years ago
Sree Kuchibhotla
3088230328
initialize pollset struct. Ideally not needed since we do zalloc but some code may directly call gpr_malloc to create pollset
7 years ago
Sree Kuchibhotla
54749da91b
Enable epoll1 by default (and move epollsig as second choice)
7 years ago
Michael Bausor
ff1e926421
Remove assignment
7 years ago
Michael Bausor
8a61db3c37
Remove metadata set
7 years ago
Sree Kuchibhotla
a7cfb12d91
Merge branch 'master' into fix-end2end-test
7 years ago
David G. Quintas
fe4c921667
Merge pull request #12197 from dgquintas/detect_flakes_3
...
Fix handling of no new flakes
7 years ago
David Garcia Quintas
bfd9d805a1
Fix handling of no new flakes
7 years ago
Jan Tattermusch
6bfe44daba
give C# continuations 10 secs to finish on shutdown
7 years ago
Jan Tattermusch
98ed73c389
wait for queued continuation to finish
7 years ago
Jan Tattermusch
7a3bd5b7d6
more correct atomic counter
7 years ago
John Millikin
e387852303
Catch NotImplementedError exceptions and forward them to the client.
...
The old code only caught `StandardError`, which doesn't include
`NotImplementedError`. Despite the name, this error indicates a failure
of low-level OS interaction rather than unimplemented user code.
Any errors not caught by this section will cause the server to
terminate, which is generally undesirable because it might be happily
handling other requests.
7 years ago
Matt Kwong
c5fd890b13
Don't rerun flakes when uploading results to BQ
7 years ago
Stanley Cheung
27bb4d99e2
Merge pull request #12195 from stanley-cheung/bump-protobuf-3_4
...
Bump Protobuf to v3.4.0
7 years ago
Julien Boeuf
7a9d17f74c
Fixing memory leak and removing unneeded NULL checks.
7 years ago
Stanley Cheung
568fd3e292
Bump Protobuf to v3.4.0
7 years ago
Yuchen Zeng
e40e259dd1
Add more comments for the atomic operations
7 years ago
Yuchen Zeng
0ce19a21e7
Use atm load instead of atm cas
...
This reverts commit 370051b520
.
7 years ago