Jan Tattermusch
|
8cad507126
|
mathserver listens on fixed port
|
10 years ago |
Michael Lumish
|
ea67c96a99
|
Merge pull request #1341 from jcanizales/merge-https-upstream
Adds TLS support to the ObjC library, and tests against the remote gRPC server
|
10 years ago |
Craig Tiller
|
43f18f3b47
|
Merge pull request #1330 from yang-g/bugfix
Remove an extra unref
|
10 years ago |
Tim Emiola
|
a2f63bb615
|
Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback
remove opts param from signature
|
10 years ago |
Craig Tiller
|
dfd0a48b6d
|
Merge pull request #1343 from wkubiak/master
minor fix in TLS error message
|
10 years ago |
Wojtek Kubiak
|
6e91ffebd8
|
minor fix in TLS error message
|
10 years ago |
Nicolas Noble
|
2c15a0ea21
|
Merge pull request #1340 from zeliard/master
add missing defines on windows (WIN64)
|
10 years ago |
zeliard
|
91e97b84cc
|
fix missing pointers on gpr_atm_acq_cas on x64
|
10 years ago |
zeliard
|
00b658530d
|
add missing defines on windows (WIN64)
|
10 years ago |
Nicolas Noble
|
5d4992346a
|
Merge pull request #1337 from jtattermusch/windows_fixes
partial fix for #546
|
10 years ago |
Jorge Canizales
|
3dbb9c5879
|
Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports
|
10 years ago |
Jan Tattermusch
|
638c1ee161
|
partial fix for #546
|
10 years ago |
Jorge Canizales
|
48e07dfa10
|
Small cleanup of the sample app
|
10 years ago |
Jorge Canizales
|
914d74ee37
|
Small logging formatting fix
|
10 years ago |
Jorge Canizales
|
5cff49dfca
|
Adds proto support to the main app too.
|
10 years ago |
Jorge Canizales
|
25e28e801f
|
Fixes proto remote test to use the actual protos of the service.
|
10 years ago |
Jorge Canizales
|
d168f50e4e
|
Adds podspec for the generated files
|
10 years ago |
Nicolas Noble
|
0c23f48894
|
Merge pull request #1338 from jtattermusch/windows_less_verbose
Less verbose logs on windows
|
10 years ago |
Jorge Canizales
|
7205cda0f0
|
Generates ObjC code for the test protos
Command:
protoc --plugin=/usr/local/bin/protoc-gen-objc test.proto
messages.proto empty.proto
--proto_path=/Users/jcanizales/git/protobuf-objc/src/compiler
--proto_path=. --objc_out="./"
|
10 years ago |
Jorge Canizales
|
41a53741d8
|
Adds Class prefix RMT
|
10 years ago |
Jorge Canizales
|
1380ac8941
|
Brings in proto files for the remote test server.
|
10 years ago |
Jorge Canizales
|
23cb957f69
|
Move Route_guide protos to their own folder to make room for remote test protos
|
10 years ago |
Jorge Canizales
|
e72114cc9c
|
Fixes local test after ensuring using https:// doesn't work with it.
|
10 years ago |
Jorge Canizales
|
eddb0065c1
|
Fixes host transformation when user supplies a port.
|
10 years ago |
Jorge Canizales
|
f1bda85ad9
|
Add remote HTTPS tests. Local HTTP ones fail to connect.
|
10 years ago |
Jan Tattermusch
|
5618a9d67a
|
removed chatty log messages on windows
|
10 years ago |
Jorge Canizales
|
aa4fb1404f
|
Cleanup
|
10 years ago |
Jorge Canizales
|
6465c34045
|
Loads certificates from file. SSL works ^^
|
10 years ago |
Jorge Canizales
|
bb58d224e7
|
Removes scheme before passing to C layer
|
10 years ago |
Jorge Canizales
|
ba37a3e525
|
Fixes scheme detection logic and NPE
|
10 years ago |
Jorge Canizales
|
ccf39971ef
|
Makes GRPCChannel a cluster class of secure and unsecured.
|
10 years ago |
Craig Tiller
|
3ac966b623
|
Merge pull request #1336 from nicolasnoble/no-squash-on-test
Avoid writing build.json during a test.
|
10 years ago |
Nicolas Noble
|
7217b3aa28
|
Merge pull request #1333 from jtattermusch/windows_fix_empty_message
allow empty messages in gRPC on windows
|
10 years ago |
Stanley Cheung
|
097a59b2a8
|
Merge branch 'php_basestub_metadata_callback' of github.com:stanley-cheung/grpc into php_basestub_metadata_callback
|
10 years ago |
Stanley Cheung
|
77c45eb042
|
remove opts param from signature
|
10 years ago |
Nicolas "Pixel" Noble
|
7ad18e6437
|
Avoid writing build.json during a test.
The test environment might be read only, so let's not modify a file just for running a test.
|
10 years ago |
Jan Tattermusch
|
2710786240
|
remove nslices assertion on windows
|
10 years ago |
Stanley Cheung
|
e569804ade
|
remove opts param from signature
|
10 years ago |
Jan Tattermusch
|
a836705b78
|
allow empty messages in gRPC on windows
|
10 years ago |
Michael Lumish
|
e00bd9c8e0
|
Merge pull request #1331 from jcanizales/use-protos-main-repo
Updates the sample ObjC app to use protocol buffer messages
|
10 years ago |
Tim Emiola
|
1895b4a9ee
|
Merge pull request #1325 from jtattermusch/grpc_nuget
Creating nuget package for gRPC C#
|
10 years ago |
Tim Emiola
|
45fd72ecf5
|
Merge pull request #1332 from stanley-cheung/php_basestub_metadata_callback
Support update metadata callback function in php BaseStub
|
10 years ago |
Stanley Cheung
|
9bd0c64d66
|
forgot to update class name
|
10 years ago |
Stanley Cheung
|
2c9c76310e
|
Support update metadata callback function in php BaseStub
|
10 years ago |
Jorge Canizales
|
3d86bca23f
|
Centers the sample location in Gran Canaria :P
|
10 years ago |
Jorge Canizales
|
6ad8c2008e
|
Adds more assertions to the test
|
10 years ago |
Jorge Canizales
|
6a84b3d269
|
Adds test that sends proto and expects one
|
10 years ago |
Jorge Canizales
|
aa5611bed7
|
Adds Objective-C prefixes to the protos
Generated with:
protoc --plugin=/usr/local/bin/protoc-gen-objc route_guide.proto
--proto_path=/Users/jcanizales/git/protobuf-objc/src/compiler
--proto_path=. --objc_out="./"
|
10 years ago |
Jorge Canizales
|
0ae1f4d0ca
|
Fix Route_guide to declare public headers
|
10 years ago |
Jorge Canizales
|
b7f970bc92
|
Point the Podfile to a "generated" local podspec
|
10 years ago |