Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support use of high_res clock in timepoints | vjpai | 2015-06-02 |
| | |||
* | Merge pull request #1850 from jcanizales/use-proto-plugin-helpers | Michael Lumish | 2015-06-01 |
|\ | | | | | Use class names for types as generated by the messages plugin | ||
* \ | Merge pull request #1848 from jcanizales/simplify-sample-app | Michael Lumish | 2015-06-01 |
|\ \ | | | | | | | Make sample app easier to understand | ||
* \ \ | Merge pull request #1847 from jcanizales/finish-moving-tests-out | Michael Lumish | 2015-06-01 |
|\ \ \ | | | | | | | | | Finish moving tests out of the sample app, into the tests project | ||
* \ \ \ | Merge pull request #1845 from jcanizales/move-tests-off-sample | Michael Lumish | 2015-06-01 |
|\ \ \ \ | | | | | | | | | | | Move interop tests to new tests project | ||
* \ \ \ \ | Merge pull request #1839 from jcanizales/fix-certs-bundle | Michael Lumish | 2015-06-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix problem loading certs for tests of library projects | ||
* \ \ \ \ \ | Merge pull request #1823 from jtattermusch/nuget_tools_fix | Michael Lumish | 2015-06-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | gRPC C# nuget package fixes | ||
* \ \ \ \ \ \ | Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readme | Michael Lumish | 2015-06-01 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix podspec example in README to work with dir hierarchies | ||
* \ \ \ \ \ \ \ | Merge pull request #1834 from jcanizales/separate-tests | Michael Lumish | 2015-06-01 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a project for tests, separate from the example project | ||
| | | | | | | | * | Use class names for types as generated by the messages plugin | Jorge Canizales | 2015-06-01 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | | | | | | * | Make sample app easier to understand | Jorge Canizales | 2015-05-31 |
| | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the launch screen. - Add a label explaining where to look for the code and results. - Delete unnecessary boilerplate code. | ||
| | | | | | * | Remove remaining tests and RouteGuide from sample app | Jorge Canizales | 2015-05-31 |
| | | | | | | | |||
| | | | | | * | Add RemoteTests as GRPCClientTests to tests project | Jorge Canizales | 2015-05-31 |
| | | | | | | | |||
| | | | | | * | Add SampleTests as LocalClearTextTests to tests project | Jorge Canizales | 2015-05-31 |
| | | | | | | | |||
| | | | | | * | Add RouteGuideClient to tests’ Podfile | Jorge Canizales | 2015-05-31 |
| | | | | | | | |||
| | | | | | * | Move RouteGuideClient to generated_libraries/ | Jorge Canizales | 2015-05-31 |
| | | | | |/ | |||
| | | | | * | Delete RemoteProtoTests from sample app | Jorge Canizales | 2015-05-30 |
| | | | | | | |||
| | | | | * | Add RemoteProtoTests as InteropTests to tests project | Jorge Canizales | 2015-05-30 |
| | | | | | | |||
| | | | | * | Add RemoteTestClient to tests' Podfile | Jorge Canizales | 2015-05-30 |
| | | | | | | |||
| | | | | * | Point Podfile of sample app to new RemoteTestsClient location | Jorge Canizales | 2015-05-30 |
| | | | | | | |||
| | | | | * | Move RemoteTestClient files to /objective-c | Jorge Canizales | 2015-05-30 |
| | |_|_|/ | |/| | | | | | | | | | | | | | The tests are going to use it too | ||
| | | | * | Fix problem loading certs for tests of library projects | Jorge Canizales | 2015-05-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | In library projects (cf. app projects) the main bundle is nil. `NSBundle+bundleForClass:` works in both types of projects. Also makes the library load the certificates only once. | ||
* | | | | | Merge github.com:grpc/grpc into but-maybe-i-want-to-poll | Craig Tiller | 2015-05-30 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| * \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
| |\ \ \ \ \ | |||
| | * \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into mdctx_free_creds | Julien Boeuf | 2015-05-29 |
| | |\ \ \ \ \ | |||
| | | | | * | | | Fix podspec example in README to work with dir hierarchies | Jorge Canizales | 2015-05-29 |
| | | | |/ / / | | | |/| | | | | | | | | | | Because the sample protos were all in a flat directory, I hadn't noticed the issue. | ||
| | | | * | | | Remove empty class AllTests | Jorge Canizales | 2015-05-29 |
| | | | | | | | |||
| | | | * | | | Add a few unit tests for GRX | Jorge Canizales | 2015-05-29 |
| | | | | | | | |||
| | | | * | | | Install GRX into RxLibraryUnitTests.m | Jorge Canizales | 2015-05-29 |
| | | | | | | | |||
| | | | * | | | Podfile to link RxLibrary to its unit tests | Jorge Canizales | 2015-05-29 |
| | | | | | | | |||
| | | | * | | | Minimal "test library" project | Jorge Canizales | 2015-05-29 |
| | | | | |/ | | | | |/| | |||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
* | | | | | | clang-format | Craig Tiller | 2015-05-29 |
| | | | | | | |||
* | | | | | | Make it possible to run with poll() instead of epoll() | Craig Tiller | 2015-05-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support? | ||
| | * | | | | Merge pull request #1668 from soltanmm/cancel-interop | Nathaniel Manista | 2015-05-29 |
| |/| | | | |/| | | | | | | | | | | | Add cancellation interop tests for Python. | ||
| | | | | * | fixes to Grpc nuget package | Jan Tattermusch | 2015-05-29 |
| | | | | | | |||
| | | * | | | Removing mdctx from the credentials. | Julien Boeuf | 2015-05-29 |
| | | | | | | |||
* | | | | | | Merge pull request #1814 from ctiller/demon-on-wheels | David Klempner | 2015-05-29 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Add missing lock | ||
* | | | | | | Merge pull request #1800 from tbetbetbe/grpc-ruby-fix-bidi-server-fails | Jan Tattermusch | 2015-05-29 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add's logging, removes an unnecessary thread join | ||
* \ \ \ \ \ \ | Merge pull request #1784 from jtattermusch/update_nuspec | Michael Lumish | 2015-05-29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | update nuspec files | ||
| | | * | | | | | Rename function for clarity | Craig Tiller | 2015-05-29 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #1803 from soltanmm/verbosity | Nathaniel Manista | 2015-05-29 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Set verbosity to 2 for Python tests. | ||
| | | | * | | | | | Add missing lock | Craig Tiller | 2015-05-29 |
| |_|_|/ / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #1801 from yang-g/test | Craig Tiller | 2015-05-29 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Leak fix, the metadata array should be destroyed on the server SyncRe… | ||
* \ \ \ \ \ \ \ \ | Merge pull request #1781 from ctiller/test-we-can-tell-people-things | David G. Quintas | 2015-05-28 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a test of cmdline usage strings - and make them saner | ||
* | | | | | | | | | | Minor improvements to C# readme | Jan Tattermusch | 2015-05-28 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
| | | * | | | | | | Set verbosity to 2 for Python tests | Masood Malekghassemi | 2015-05-28 |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1762. | ||
| | | | * | | | | Add's logging tweaks thread interaction for bidi_server | Tim Emiola | 2015-05-28 |
| | | | | | | | | |||
| | * | | | | | | Leak fix, the metadata array should be destroyed on the server SyncRequest | Yang Gao | 2015-05-28 |
| |/ / / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #1777 from stanley-cheung/use_consistent_port_numbers | Tim Emiola | 2015-05-28 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | fix php generated code test server port |