Jan Tattermusch
80551afb6c
Merge pull request #5784 from ctiller/help-me-just-a-little-bit
...
Log test names
9 years ago
Jan Tattermusch
26eb86ec9d
Merge pull request #5828 from murgatroid99/node_example_dependencies_fix
...
Updated example package.json with missing dependency
9 years ago
Jan Tattermusch
b41a1acfe3
Merge pull request #5814 from sreecha/grpc_fixit
...
DocFixit: Add more troubleshooting details
9 years ago
Jan Tattermusch
e4b419ebcc
Merge pull request #5805 from stanley-cheung/php-fix-arg-type
...
PHP: return channel arg type
9 years ago
Jan Tattermusch
6b0cb778d0
Merge pull request #5527 from ctiller/xoxo
...
Fix comparison function
9 years ago
Jan Tattermusch
8707d69fd8
Merge pull request #5841 from grpc/revert-5723-backoff_lib
...
Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"
9 years ago
David G. Quintas
108cecb826
Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"
9 years ago
Jan Tattermusch
a643960d45
Merge pull request #5810 from jtattermusch/extension_loading_for_webapps
...
Correct handling for shadowed assemblies when loading native extension
9 years ago
Jan Tattermusch
2b0f9e87db
Merge pull request #5674 from jtattermusch/csharp_log_precision
...
Make timestamp format in C# logs more similar to C core
9 years ago
Jan Tattermusch
ee69f42552
Merge pull request #5706 from deepaklukose/dev
...
Expose pem cert in AuthContext for SSL/TLS channels
9 years ago
Stanley Cheung
7978747198
Merge pull request #5830 from y-zeng/documentation
...
Doc Fixit: src/cpp/README.md
9 years ago
Yuchen Zeng
d85ef06064
Doc Fixit: src/cpp/README.md
...
Replace liquid templates with relative links.
9 years ago
Stanley Cheung
4302be789d
Merge pull request #5798 from y-zeng/documentation
...
Doc Fixit: examples/cpp/helloworld/README.md
9 years ago
Jan Tattermusch
47277bc127
Merge pull request #5574 from nicolasnoble/python2
...
Adding a python_wrapper.sh script to call in an appropriate python2 interpreter
9 years ago
Jan Tattermusch
3924afbf9c
Merge pull request #5752 from vjpai/make_open_loop_again
...
More fixes for performance benchmarking code
9 years ago
Sree Kuchibhotla
8cdf3dd6ef
Merge pull request #5800 from ctiller/contrib
...
Update documentation to refer to yaml, not json
9 years ago
murgatroid99
d506ecbcb0
Add other missing dependencies
9 years ago
Sree Kuchibhotla
3a0be4642f
review comments
9 years ago
Jan Tattermusch
8773076c05
Merge pull request #5801 from murgatroid99/ruby_route_guide_fix
...
Fix minor issues with Ruby route guide client
9 years ago
Jan Tattermusch
220986ea83
Merge pull request #5786 from soltanmm/this-is-not-a-pipe
...
Don't use a pipe for output capturing in Python's test runner
9 years ago
murgatroid99
c3b8c8d859
Updated example package.json with missing dependency
9 years ago
Jan Tattermusch
d848db1c06
Merge pull request #5802 from sreecha/grpc_fixit_csharp
...
DocFixit: Minor corrections to the instructions
9 years ago
Sree Kuchibhotla
ffa38f9671
Add troubleshooting details
9 years ago
Jan Tattermusch
eeb1330245
make timestamp format in C# logs more similar to C core
9 years ago
Jan Tattermusch
ceb6510486
Merge pull request #5682 from yang-g/tls_init_should_be_called
...
Add debug support for checking tls_init is called
9 years ago
Jan Tattermusch
63978d4a8a
Merge pull request #5747 from soltanmm/bleach
...
Clean up a core test
9 years ago
Jan Tattermusch
3560a43956
correct handling for shadowed assemblies when loading native extension
9 years ago
Stanley Cheung
7895da2526
php: return channel arg type
9 years ago
Sree Kuchibhotla
2ba16331ca
DocFixit: Minor corrections to the instructions
9 years ago
murgatroid99
a4629362db
Fix minor issues with Ruby route guide client
9 years ago
Craig Tiller
daad7e17ed
Update documentation to refer to yaml, not json
9 years ago
Yuchen Zeng
c67a8ec111
Doc Fixit: examples/cpp/helloworld/README.md
...
Use 'RegisterService' for registering async services.
9 years ago
Jan Tattermusch
921f4b0a6e
Merge pull request #5791 from sreecha/grpc_fixit
...
DocFixit: Python README
9 years ago
Jan Tattermusch
c2ce51fbeb
Merge pull request #5723 from ctiller/backoff_lib
...
Factor out backoff code into a separate library (to be re-used elsewhere)
9 years ago
yang-g
5a391064ca
Add debug support for checking tls_init is called
9 years ago
Masood Malekghassemi
fd5a3ef9d5
Don't use a pipe for capturing in test runner
...
Apparently Python can call arbitrarily deallocation code whenever its
allocator is invoked, which can cause output from gRPC core to stderr,
which can happen on the thread that is emptying the stderr pipe, thus
causing the stderr pipe to deadlock on itself.
9 years ago
Craig Tiller
36bf4d55e1
Merge github.com:grpc/grpc into backoff_lib
9 years ago
Craig Tiller
e272081049
Fix copyright
9 years ago
Jan Tattermusch
e4ce826e30
Merge pull request #5785 from murgatroid99/sanitize_copyright_fix
...
Update check copyright script precommit hook
9 years ago
Jan Tattermusch
4cead22ee6
Merge pull request #5745 from ahedberg/upstream
...
Add intial plaform support for Native Client (NaCl)
9 years ago
Nicolas Noble
835065a61c
Merge pull request #5270 from dgquintas/codegen_lib
...
Added codegen_lib
9 years ago
Sree Kuchibhotla
2f084ee39e
DocFixit: Python README
9 years ago
Nicolas Noble
ffcf649fa3
Merge pull request #5766 from yang-g/nuke_duplicate_target
...
Remove end2end_certs library.
9 years ago
Nicolas Noble
0e6372f5aa
Merge pull request #5770 from ctiller/win
...
Get callstacks for test failures on Windows
9 years ago
Craig Tiller
2ed1a9e329
Disable warning: system header is broken
9 years ago
Craig Tiller
b195792ed9
Drop the L
9 years ago
Nicolas "Pixel" Noble
6ada8a4ba5
Fixing stupid double free.
9 years ago
Craig Tiller
2befb68e82
Tweaking formatting
9 years ago
Nicolas "Pixel" Noble
f0387374ad
Merge branch 'master' of https://github.com/grpc/grpc into python2
9 years ago
Jan Tattermusch
0b3e515c96
Merge pull request #5767 from soltanmm/gil-not-nimble-gil-not-quick
...
Don't hold the GIL when calling anything in core
9 years ago