aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Corrects bad return values in C error-handling blockGravatar Tim Emiola2015-04-24
|
* Move Notifier into its own fileGravatar Tim Emiola2015-04-24
|
* Simplify debugging, avoid inspecting C-backed objects.Gravatar Tim Emiola2015-04-24
|
* Fix logging version mismatchjGravatar Tim Emiola2015-04-24
|
* Fix failing interop serversGravatar Tim Emiola2015-04-24
|
* Merge pull request #1358 from jtattermusch/csharp_server_improvementsGravatar Tim Emiola2015-04-24
|\ | | | | Improving C# server
* \ Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scriptsGravatar donnadionne2015-04-23
|\ \ | | | | | | Corrects command/flags used in ruby interop tests
| * | Corrects command/flags used in ruby interop testsGravatar Tim Emiola2015-04-23
| | |
| | * Removing some ugly hacks from C# server and improving the comments a bitGravatar Jan Tattermusch2015-04-23
| | |
* | | Fixed typo in README changeGravatar murgatroid992015-04-23
| | |
* | | Added information about custom gRPC install locations in README, bumped versionGravatar murgatroid992015-04-23
| | |
* | | Merge pull request #1353 from murgatroid99/node_limit_thread_usageGravatar Tim Emiola2015-04-23
|\ \ \ | |/ / |/| | Node limit thread usage
* | | Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstreamGravatar Michael Lumish2015-04-23
|\ \ \ | | | | | | | | Adds proto service runtime and an example of generated stub
* \ \ \ Merge pull request #1328 from vjpai/clampGravatar Craig Tiller2015-04-23
|\ \ \ \ | | | | | | | | | | Clamp histogram at 1.0 on low end to handle rare possibility of sub-1 entry (likely only for testing)
| | * | | Moves ProtoRPC.podspec into gRPC.podspecGravatar Jorge Canizales2015-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So the root of the repository doesn’t have 2 podspecs. All four libraries are subspecs now. Adjusts the generated code to account for that.
| | * | | Adjusts #imports of RxLibraryGravatar Jorge Canizales2015-04-22
| | | | |
* | | | | Merge pull request #1312 from ctiller/batch-metadataGravatar Yang Gao2015-04-22
|\ \ \ \ \ | | | | | | | | | | | | Batch metadata
| | | * | | Adds unit test of stub to the XCode projectGravatar Jorge Canizales2015-04-22
| | | | | |
| | | * | | Creates unit test for the stubGravatar Jorge Canizales2015-04-22
| | | | | |
| | | * | | Fixes initializer of the generated stubGravatar Jorge Canizales2015-04-22
| | | | | |
| | | * | | Fixes syntax errors.Gravatar Jorge Canizales2015-04-22
| | | | | |
| | | * | | Makes the runtime serialize alright.Gravatar Jorge Canizales2015-04-22
| | | | | |
| | | * | | Adds basic runtime library and generated stubGravatar Jorge Canizales2015-04-22
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points.
* | | | | mathserver listens on fixed portGravatar Jan Tattermusch2015-04-22
| |_|_|/ |/| | |
* | | | Merge pull request #1341 from jcanizales/merge-https-upstreamGravatar Michael Lumish2015-04-22
|\ \ \ \ | | | | | | | | | | Adds TLS support to the ObjC library, and tests against the remote gRPC server
* \ \ \ \ Merge pull request #1330 from yang-g/bugfixGravatar Craig Tiller2015-04-22
|\ \ \ \ \ | | | | | | | | | | | | Remove an extra unref
* \ \ \ \ \ Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callbackGravatar Tim Emiola2015-04-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove opts param from signature
| | | | * \ \ Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-04-22
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | * | | | Adds RemoteTests to the Xcode project, and fixes RxLibrary #importsGravatar Jorge Canizales2015-04-21
| | | | | | |
* | | | | | | partial fix for #546Gravatar Jan Tattermusch2015-04-21
| | | | | | |
| | | * | | | Small cleanup of the sample appGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Small logging formatting fixGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Adds proto support to the main app too.Gravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Fixes proto remote test to use the actual protos of the service.Gravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Adds podspec for the generated filesGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Generates ObjC code for the test protosGravatar Jorge Canizales2015-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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="./"
| | | * | | | Adds Class prefix RMTGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Brings in proto files for the remote test server.Gravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Move Route_guide protos to their own folder to make room for remote test protosGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Fixes local test after ensuring using https:// doesn't work with it.Gravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Fixes host transformation when user supplies a port.Gravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Add remote HTTPS tests. Local HTTP ones fail to connect.Gravatar Jorge Canizales2015-04-21
| | | | | | |
* | | | | | | removed chatty log messages on windowsGravatar Jan Tattermusch2015-04-21
| | | | | | |
| | | * | | | CleanupGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Loads certificates from file. SSL works ^^Gravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Removes scheme before passing to C layerGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Fixes scheme detection logic and NPEGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | * | | | Makes GRPCChannel a cluster class of secure and unsecured.Gravatar Jorge Canizales2015-04-21
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #1333 from jtattermusch/windows_fix_empty_messageGravatar Nicolas Noble2015-04-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | allow empty messages in gRPC on windows
| | * | | | | remove opts param from signatureGravatar Stanley Cheung2015-04-21
| |/ / / / / |/| | | | |