Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Corrects bad return values in C error-handling block | Tim Emiola | 2015-04-24 |
| | |||
* | Move Notifier into its own file | Tim Emiola | 2015-04-24 |
| | |||
* | Simplify debugging, avoid inspecting C-backed objects. | Tim Emiola | 2015-04-24 |
| | |||
* | Fix logging version mismatchj | Tim Emiola | 2015-04-24 |
| | |||
* | Fix failing interop servers | Tim Emiola | 2015-04-24 |
| | |||
* | Merge pull request #1358 from jtattermusch/csharp_server_improvements | Tim Emiola | 2015-04-24 |
|\ | | | | | Improving C# server | ||
* \ | Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts | donnadionne | 2015-04-23 |
|\ \ | | | | | | | Corrects command/flags used in ruby interop tests | ||
| * | | Corrects command/flags used in ruby interop tests | Tim Emiola | 2015-04-23 |
| | | | |||
| | * | Removing some ugly hacks from C# server and improving the comments a bit | Jan Tattermusch | 2015-04-23 |
| | | | |||
* | | | Fixed typo in README change | murgatroid99 | 2015-04-23 |
| | | | |||
* | | | Added information about custom gRPC install locations in README, bumped version | murgatroid99 | 2015-04-23 |
| | | | |||
* | | | Merge pull request #1353 from murgatroid99/node_limit_thread_usage | Tim Emiola | 2015-04-23 |
|\ \ \ | |/ / |/| | | Node limit thread usage | ||
* | | | Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstream | Michael Lumish | 2015-04-23 |
|\ \ \ | | | | | | | | | Adds proto service runtime and an example of generated stub | ||
* \ \ \ | Merge pull request #1328 from vjpai/clamp | Craig Tiller | 2015-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.podspec | Jorge Canizales | 2015-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 RxLibrary | Jorge Canizales | 2015-04-22 |
| | | | | | |||
* | | | | | Merge pull request #1312 from ctiller/batch-metadata | Yang Gao | 2015-04-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Batch metadata | ||
| | | * | | | Adds unit test of stub to the XCode project | Jorge Canizales | 2015-04-22 |
| | | | | | | |||
| | | * | | | Creates unit test for the stub | Jorge Canizales | 2015-04-22 |
| | | | | | | |||
| | | * | | | Fixes initializer of the generated stub | Jorge Canizales | 2015-04-22 |
| | | | | | | |||
| | | * | | | Fixes syntax errors. | Jorge Canizales | 2015-04-22 |
| | | | | | | |||
| | | * | | | Makes the runtime serialize alright. | Jorge Canizales | 2015-04-22 |
| | | | | | | |||
| | | * | | | Adds basic runtime library and generated stub | Jorge Canizales | 2015-04-22 |
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points. | ||
* | | | | | mathserver listens on fixed port | Jan Tattermusch | 2015-04-22 |
| |_|_|/ |/| | | | |||
* | | | | Merge pull request #1341 from jcanizales/merge-https-upstream | Michael Lumish | 2015-04-22 |
|\ \ \ \ | | | | | | | | | | | Adds TLS support to the ObjC library, and tests against the remote gRPC server | ||
* \ \ \ \ | Merge pull request #1330 from yang-g/bugfix | Craig Tiller | 2015-04-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove an extra unref | ||
* \ \ \ \ \ | Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback | Tim Emiola | 2015-04-22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove opts param from signature | ||
| | | | * \ \ | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-22 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | | * | | | | Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
* | | | | | | | partial fix for #546 | Jan Tattermusch | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Small cleanup of the sample app | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Small logging formatting fix | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Adds proto support to the main app too. | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Fixes proto remote test to use the actual protos of the service. | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Adds podspec for the generated files | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Generates ObjC code for the test protos | Jorge Canizales | 2015-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 RMT | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Brings in proto files for the remote test server. | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Move Route_guide protos to their own folder to make room for remote test protos | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Fixes local test after ensuring using https:// doesn't work with it. | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Fixes host transformation when user supplies a port. | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Add remote HTTPS tests. Local HTTP ones fail to connect. | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
* | | | | | | | removed chatty log messages on windows | Jan Tattermusch | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Cleanup | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Loads certificates from file. SSL works ^^ | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Removes scheme before passing to C layer | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Fixes scheme detection logic and NPE | Jorge Canizales | 2015-04-21 |
| | | | | | | | |||
| | | * | | | | Makes GRPCChannel a cluster class of secure and unsecured. | Jorge Canizales | 2015-04-21 |
| |_|/ / / / |/| | | | | | |||
* | | | | | | Merge pull request #1333 from jtattermusch/windows_fix_empty_message | Nicolas Noble | 2015-04-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | allow empty messages in gRPC on windows | ||
| | * | | | | | remove opts param from signature | Stanley Cheung | 2015-04-21 |
| |/ / / / / |/| | | | | |