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
Makarand Dharmapurikar
179740299f
fixed compiler warning #2
9 years ago
Jan Tattermusch
296340d4f1
Merge pull request #7130 from kpayson64/downgrade_six
...
Lowered six dependency version to 1.5.2
9 years ago
Jan Tattermusch
e4822e2f35
Merge pull request #7081 from y-zeng/build-example-travis
...
Build ObjC examples in travis
9 years ago
Sree Kuchibhotla
18a0e47970
Fix cout error string
9 years ago
Jan Tattermusch
a9208befc6
regenerate
9 years ago
Jan Tattermusch
3f594c117d
using shared option for Version.cs leaks it to nuget file
9 years ago
Jan Tattermusch
103cd6de60
fix files/mappings in Grpc.Core nuget
9 years ago
Jan Tattermusch
1f6faf3725
Merge pull request #7086 from kpayson64/remove_python_beta_test
...
Removed _connectivity_channel tests
9 years ago
Masood Malekghassemi
71448b2898
Use open-source defaults to propagate Python plugin configuration
9 years ago
Jan Tattermusch
2c084ee31e
build experimental nugets with dotnet CLI
9 years ago
Jan Tattermusch
40a3e64aba
Merge pull request #7123 from sreecha/epoll_perf
...
Trace statements in epoll poller (enabled by default to debug the recent perf regression)
9 years ago
Makarand Dharmapurikar
c66ac4f8da
fixed a compiler warning
9 years ago
Sree Kuchibhotla
34217248cf
Reduce the number of kicks
9 years ago
Jorge Canizales
cc074d9647
Divide gRPC-Core in Interface & Impl subspecs
...
This works around the Cocoapods' linter header_mapping_dir restrictions.
Incidentally, it also removes the need to set build settings in the user
target.
9 years ago
Sree Kuchibhotla
9de42abd12
Minor format fix
9 years ago
Ken Payson
2b7fae0432
Lowered six dependency version to 1.5.2
9 years ago
Jorge Canizales
0d3f178d4b
BoringSSL: further documentation nit.
9 years ago
Jorge Canizales
6523370e03
BoringSSL fixup: pqueue.h is removed in v4
9 years ago
Jorge Canizales
714d3fc9e6
BoringSSL: move podspec to v4
9 years ago
Jorge Canizales
ae78c3038c
BoringSSL: Document podspec hacks
9 years ago
Jorge Canizales
28a8486c33
BoringSSL fixup: remove unneeded empty source file
9 years ago
Jorge Canizales
37a7f4517c
BoringSSL: Intf and Impl subspecs. WIP
9 years ago