Muxi Yan
0d2d72f76e
Merge pull request #9596 from muxi/cronet-tests-in-jenkins
...
Add Cronet core tests to Jenkins
2017-02-07 09:53:44 -08:00
David G. Quintas
b4726ff0a6
Merge pull request #9598 from kpayson64/pin_yapf
...
Re-run yapf code, and pin version
2017-02-06 22:29:13 -08:00
Muxi Yan
938f099100
Add Cronet core tests to Jenkins
2017-02-06 15:55:02 -08:00
Muxi Yan
ed20a69939
Resolve generate_project failure
2017-02-06 13:42:58 -08:00
Muxi Yan
7a008c9311
Merge remote-tracking branch 'upstream/master' into automate-objc-version-advancement
2017-02-06 13:40:43 -08:00
Stanley Cheung
d6d2677637
Merge pull request #9574 from stanley-cheung/php-update-gen-code-examples
...
PHP: update README and apache/nginx examples
2017-02-06 11:14:16 -08:00
Ken Payson
2fa5f2f978
Re-run yapf code, and pin version
2017-02-06 10:27:09 -08:00
Muxi Yan
c4fc1da989
Merge pull request #9534 from muxi/port-9505
...
Port #9505 : Fixes for gRPC ObjC v1.1.0 release
2017-02-06 10:27:05 -08:00
Craig Tiller
7ed3c932c9
Merge pull request #9511 from ctiller/assert_writes
...
Add a test verifying number of writes per RPC is reasonable
2017-02-04 19:46:06 -08:00
Muxi Yan
1783bd3c99
Correct commet style of version.h
2017-02-04 16:52:57 -08:00
Craig Tiller
9429250e47
Flow control corrections
2017-02-03 22:24:57 -08:00
Craig Tiller
472acff7ab
Merge pull request #9582 from ctiller/debug_helpers
...
Add some debug utilities
2017-02-03 20:14:01 -08:00
Craig Tiller
61eb40ce56
Put files in a better place
2017-02-03 13:46:33 -08:00
Muxi Yan
ae6290d144
Add regeneration info to version.h
2017-02-03 13:34:32 -08:00
Robbie Shade
1d0eb4c89a
Merge pull request #9558 from rjshade/add_on_write_to_udp_server
...
Add an on_write callback to the UDP server.
2017-02-03 16:25:48 -05:00
Stanley Cheung
aaf2bbaa58
PHP: update README and apache/nginx examples
2017-02-03 12:43:39 -08:00
Craig Tiller
8b1d59cafa
Add some debug utilities
...
This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing.
I expect to grow this library significantly over time to aid debugging tricky problems.
2017-02-03 11:50:04 -08:00
Craig Tiller
4fd2bf6ec9
Dont credit flow control after stream has closed reading
2017-02-03 10:47:59 -08:00
Craig Tiller
5395aba78b
Merge github.com:grpc/grpc into bwest
2017-02-02 10:29:04 -08:00
Craig Tiller
81bcff7bce
Flip conditional
2017-02-02 10:27:20 -08:00
Craig Tiller
3ceabdee9f
Fix potential flow control deadlock
2017-02-02 10:17:42 -08:00
Jan Tattermusch
26623b3d77
Merge pull request #9456 from jtattermusch/cmake_convenience_targets
...
Big improvements to CMake build
2017-02-02 09:26:17 -08:00
Robbie Shade
c23feddd2c
Add an on_write callback to the UDP server.
2017-02-02 11:32:30 -05:00
Jan Tattermusch
b70c06dd3b
Merge pull request #9519 from jtattermusch/csharp_test_doubles
...
Add a way to create testing doubles for C# calls.
2017-02-02 06:30:29 -08:00
Stanley Cheung
82c406cc08
Merge pull request #9535 from stanley-cheung/php-update-examples
...
PHP: update examples
2017-02-01 19:42:16 -08:00
Jan Tattermusch
2b2723bbce
add C# testing APIs
2017-02-01 18:07:49 -08:00
Craig Tiller
7ec4748502
Improve sync streaming benchmark, fix deadlock that can occur sometimes
2017-02-01 16:54:51 -08:00
Jim King
e042801b1c
Merge pull request #9429 from Vizerai/trace_context_proto
...
Updated trace_context.proto and associated files.
2017-02-01 16:09:04 -08:00
Vizerai
864db53e48
Updated trace_context.proto and associated files.
2017-02-01 16:05:12 -08:00
Craig Tiller
3a63d4c005
Merge github.com:grpc/grpc into bwest
2017-02-01 15:27:24 -08:00
Craig Tiller
d505b53e4c
Merge pull request #9529 from ctiller/racey
...
Fix race detected by TSAN
2017-02-01 15:22:39 -08:00
Jan Tattermusch
bd0b0546a6
windows compilation fixes
2017-02-02 00:01:09 +01:00
Craig Tiller
f20d3075e0
Fix conditional
2017-02-01 10:39:26 -08:00
Craig Tiller
239af8b9fc
Fix fuzzing detected crash
2017-02-01 10:21:42 -08:00
Craig Tiller
a3310f8e1d
Merge pull request #9513 from ctiller/version3
...
Bump master version numbers
2017-02-01 09:31:18 -08:00
Craig Tiller
27ffc9b551
Merge github.com:grpc/grpc into bwest
2017-02-01 09:29:56 -08:00
Craig Tiller
f4484cdbab
Dont crash on API errors
2017-02-01 08:28:40 -08:00
Muxi Yan
459e10d80e
Merge pull request #9532 from muxi/revert-cronet-header-dir-change
...
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
2017-02-01 02:03:54 -08:00
Yang Gao
c9f9c1e95b
Merge pull request #9364 from rjshade/sanitizer_slowdown
...
Replaces macros with methods for test timeout scaling
2017-01-31 21:19:26 -08:00
Stanley Cheung
c290c115fa
PHP: update examples
2017-01-31 20:29:17 -08:00
Craig Tiller
58b30cd4a1
Refine error selection rules
2017-01-31 17:07:36 -08:00
Muxi Yan
e2de92fa6c
port #9505 to master
2017-01-31 16:34:31 -08:00
Muxi Yan
bb2e8af0b0
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
2017-01-31 16:02:04 -08:00
Craig Tiller
a5b1a89779
Merge github.com:grpc/grpc into bwest
2017-01-31 15:56:57 -08:00
Craig Tiller
6e0a4760c4
Merge github.com:grpc/grpc into version3
2017-01-31 15:54:32 -08:00
Craig Tiller
2dc32eabcb
Fix race detected by TSAN
2017-01-31 15:32:34 -08:00
Stanley Cheung
7b005f7fdd
Merge pull request #9492 from stanley-cheung/php-update-codegen-psr4
...
PHP: make tests runnable on both protobuf 3.1 and 3.2
2017-01-31 14:44:37 -08:00
Jan Tattermusch
ca9d959f15
Merge pull request #9390 from jtattermusch/csharp_utf8_message
...
Make C# status messages truly UTF8
2017-01-31 13:17:00 -08:00
Stanley Cheung
6481d04ae6
Add comments
2017-01-31 13:03:48 -08:00
Robbie Shade
ca7effcdff
Replace timeout/scaling macros with functions.
2017-01-31 15:40:20 -05:00