Craig Tiller
20caeb182c
Merge pull request #7176 from ctiller/deflake
...
Fix memory leak, fix error.c refcount reporting
9 years ago
Yuchen Zeng
753b45dcf8
Merge remote-tracking branch 'upstream/master' into handler_http_response
9 years ago
Jorge Canizales
3bdaa5e726
Regenerate list of gRPC-Core files
9 years ago
David Garcia Quintas
89d8f1697c
Added comment for obj-c
9 years ago
David Garcia Quintas
9a2320e40e
regenerated projects
9 years ago
David Garcia Quintas
00d3f2789b
updated copyright
9 years ago
David Garcia Quintas
9ac997acf2
Added TODO for php.
9 years ago
David Garcia Quintas
6721d4f0f1
Return success status of grpc_byte_buffer_reader
9 years ago
makdharma
0d12151d29
Merge pull request #6992 from y-zeng/auto-build-example
...
Build objective-c examples as part of automatic tests
9 years ago
Jorge Canizales
c93d6a66a1
Merge master into merge-0.14-into-master
...
Conflicts:
- gRPC.podspec
- Only had non-trivial changes in the core file list, which will need to be
regenerated (in gRPC-Core.podspec).
- src/objective-c/BoringSSL.podspec
- Had trivial conflicts in the version.
- src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
- Trivial conflicts in quoting.
- src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and
src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj
- The master version is used, pending testing. The 0.14 version had emoji and
some unneeded entries.
- src/objective-c/tests/Podfile
- Added CronetFramework pod, and warning silencing from master.
- templates/gRPC.podspec.template
- Deleted.
- third_party/protobuf
- Using master commit, but need to verify if it works for frameworks.
9 years ago
Sree Kuchibhotla
d2a4fd4385
Merge branch 'master' into stress_test_metrics_fix
9 years ago
murgatroid99
5756c6862b
Added a comment about Ruby queue destruction
9 years ago
murgatroid99
9acc40f9b6
Simplified Ruby completion queue destruction code
9 years ago
Jan Tattermusch
a5596db1a5
Merge pull request #6378 from jcanizales/let-invalidate-channels
...
Add a maybe-temporary way for apps to clear the channel cache
9 years ago
Jan Tattermusch
8ecf5f5a21
Merge pull request #7120 from makdharma/issue6746
...
fix for working with compressed data. Fixes #6746 .
9 years ago
Jan Tattermusch
3b9419eda8
Merge pull request #7109 from soltanmm/toolism
...
Use open-source defaults to propagate Python plugin configuration
9 years ago
Jan Tattermusch
a4039ffb21
Merge pull request #7093 from murgatroid99/run_interop_override_server_fix
...
Fix bug with override_server flag in run_interop_tests.py
9 years ago
Jan Tattermusch
bcd825da0d
Merge pull request #7092 from ctiller/dont_create_redundant_errors
...
Dont create errors redundently in chttp2_transport.c
9 years ago
Jan Tattermusch
ace2489312
Merge pull request #7151 from dgquintas/eventfd
...
implemented eventfd_check_availability
9 years ago
Jan Tattermusch
dc733d69d8
Merge pull request #7152 from nathanielmanistaatgoogle/interop
...
Fix Python server interop spec noncompliance
9 years ago
Jan Tattermusch
0a5d60cfd3
Merge pull request #7155 from stanley-cheung/php-fix-call-destroy
...
PHP: fix shutdown hang issue
9 years ago
Jan Tattermusch
27e4979ee5
Merge pull request #7161 from dgquintas/use_release
...
Updated git clone URL
9 years ago
Jan Tattermusch
2add6959d0
Merge pull request #7164 from dgquintas/fix_import_zu
...
fixed size_t format string
9 years ago
Nicolas Noble
a027820b7b
Merge pull request #7091 from kpayson64/python_str_stuff
...
Changed default string type to be str
9 years ago
Ken Payson
5c88bc660c
Updated example codegen to use grpcio-tools
9 years ago
Stanley Cheung
2cb69ad203
php: update package.xml
9 years ago
Craig Tiller
97d1cd8767
Fix memory leak, fix error.c refcount reporting
9 years ago
Yuchen Zeng
f329395514
Add comments in build_example_test.sh
9 years ago
David Garcia Quintas
1ff168ac81
Initialize variables
9 years ago
Jan Tattermusch
ae51a39fed
Merge pull request #7144 from jtattermusch/coreclr_packages
...
Build experimental nugets with dotnet CLI
9 years ago
David Garcia Quintas
314d3350d9
removed unused version of status_code_enum.h
9 years ago
makdharma
095172c3a5
Merge pull request #7132 from jcanizales/pander-to-pod-lint-core
...
Fix Cocoapods linter issues with gRPC-Core.podspec
9 years ago
Craig Tiller
cdac58bb03
Merge pull request #7025 from ctiller/%s
...
Make transport-level errors be reflected in status messages on calls
9 years ago
David Garcia Quintas
1e1a816c3f
fixed size_t format string
9 years ago
Jan Tattermusch
b0c246e27c
Merge pull request #7125 from murgatroid99/node_unskip_creds_tests
...
Re-enable two Node credentials tests
9 years ago
Yuchen Zeng
0287be8e60
Use protoc and objc plugins built by run_test
9 years ago
David Garcia Quintas
a45e24eb3e
Removed invalid sentence
9 years ago
Ken Payson
6a654dd400
Changed default string type to be str
...
This impacts the following APIs:
Metadata: Key is always a str, Value is bytes for binary metadata,
str otherwise
Call Details: str type
gRPC method: str type
hostname/target: str type
9 years ago
David Garcia Quintas
4281272389
Updated git clone URL
9 years ago
Jorge Canizales
28820575ff
Add README.md explaining use of the app
9 years ago
Jorge Canizales
10cc76cbe7
Make RPCs on a loop
9 years ago
Jorge Canizales
3325c0b2a2
Add Podfile and pod install
9 years ago
makdharma
dfc3266401
Merge pull request #7129 from jcanizales/pander-to-pod-lint-boringssl
...
Fix Cocoapods linter issues with BoringSSL.podspec
9 years ago
Jorge Canizales
df23bf4aca
Minimal iOS app
9 years ago
Stanley Cheung
51b3691e08
php: fix shutdown hang, call was never destroyed
9 years ago
David Garcia Quintas
84d2e479b6
implemented eventfd_check_availability
9 years ago
Nathaniel Manista
458b35af34
Fix Python server interop spec noncompliance
...
Also fix spelling mistakes in the spec itself.
9 years ago
murgatroid99
d9d9ba9302
Updated compression tests with batch API changes
9 years ago
murgatroid99
2b1f9922be
Merge branch 'master' into ruby_garbage_collection_fixes
9 years ago
Jan Tattermusch
01d7dbac1f
Merge pull request #7116 from kpayson64/python_windows_fix
...
Convert windows dll filename to bytes
9 years ago