Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1860 from jtattermusch/csharp_runtest_windows | Nicolas Noble | 2015-06-01 |
|\ | | | | | run_tests.py support for C# on windows | ||
* \ | Merge pull request #1865 from ctiller/sometimes-we-want-to-be-finite | David G. Quintas | 2015-06-01 |
|\ \ | | | | | | | Fix bug with finite runs per test | ||
| * | | Fix bug with finite runs per test | Craig Tiller | 2015-06-01 |
|/ / | |||
* | | Merge pull request #1857 from yang-g/test | Craig Tiller | 2015-06-01 |
|\ \ | | | | | | | Various minor fixes | ||
* \ \ | Merge pull request #1862 from nicolasnoble/fixing-tools | Craig Tiller | 2015-06-01 |
|\ \ \ | | | | | | | | | Fixing tools compilation. | ||
* \ \ \ | Merge pull request #1758 from dgquintas/iomgr_managed_cbs | Craig Tiller | 2015-06-01 |
|\ \ \ \ | | | | | | | | | | | Revamped iomgr's callback mechanism | ||
* \ \ \ \ | Merge pull request #1818 from a-veitch/internal_api | Hongyu Chen | 2015-06-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Initial Census refactoring and context integration | ||
* \ \ \ \ \ | Merge pull request #1861 from donnadionne/window | Jan Tattermusch | 2015-06-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Adding csharp_dotnet into interop tests | ||
| | | | * | | | Fixing tools compilation. | Nicolas "Pixel" Noble | 2015-06-02 |
| | | | | | | | |||
| * | | | | | | Adding csharp_dotnet into interop tests | Donna Dionne | 2015-06-01 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Currently the binaries are built manually which will be automatd in the future. | ||
* | | | | | | Merge pull request #1858 from donnadionne/window | Jan Tattermusch | 2015-06-01 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Adding csharp_dotnet into cloud suite of tests | ||
| | | | | * | run_tests.py support for C# on windows | Jan Tattermusch | 2015-06-01 |
| | | | | | | |||
* | | | | | | Merge pull request #1828 from ↵ | Yang Gao | 2015-06-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance Fix the display of total slowdown | ||
| | * | | | | | Adding csharp_dotnet into cloud suite of tests | Donna Dionne | 2015-06-01 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | Currently the build is manual but will be automated over time | ||
| | * | | | | change census_context_deserialize signature | Alistair Veitch | 2015-06-01 |
| | | | | | | |||
* | | | | | | Merge pull request #1558 from soltanmm/extension | Nathaniel Manista | 2015-06-01 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Overhaul Python C layer. | ||
| | | | | * | Various minor fixes | Yang Gao | 2015-06-01 |
| | | | | | | |||
| | | * | | | merge with master | Alistair Veitch | 2015-06-01 |
| | | |\ \ \ | |||
| | | | | * | | Implemented cb handling without the need for "managed closures". | David Garcia Quintas | 2015-06-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The concept of managed closure is officially extinct. | ||
* | | | | | | | Merge pull request #1846 from dgquintas/infinity_takes_forever | Craig Tiller | 2015-06-01 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added "inf" as a valid option to run_test.py's -n flag. | ||
| * | | | | | | | Addressed comments: fixed memory leak introduced by changes. | David Garcia Quintas | 2015-06-01 |
| | | | | | | | | |||
| * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into infinity_takes_forever | David Garcia Quintas | 2015-06-01 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #1853 from jtattermusch/fix_csharp_buildall | donnadionne | 2015-06-01 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | fix buildall.bat script | ||
| * | | | | | | | fix buildall.bat script | Jan Tattermusch | 2015-06-01 |
|/ / / / / / / | |||
| | | | * | | | add init checks | Alistair Veitch | 2015-06-01 |
| | | | | | | | |||
| | | | * | | | address comments | Alistair Veitch | 2015-06-01 |
| | | | | | | | |||
* | | | | | | | Merge pull request #1724 from ctiller/wonderful-snowflake | Michael Lumish | 2015-06-01 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make shared languages build shared libraries too | ||
* \ \ \ \ \ \ \ | 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 | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1844 from dgquintas/__function__-no-mo | Craig Tiller | 2015-06-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed non-ISO usage of __FUNCTION__. | ||
| | | | | | | | | * | | | | | | | | 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 |
| | | | | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | | Added "inf" as a valid option to run_test.py's -n flag. | David Garcia Quintas | 2015-05-31 |
| |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Especially useful in combination with -f. | ||
| | | | | | | * | | | | | | | Add SampleTests as LocalClearTextTests to tests project | Jorge Canizales | 2015-05-31 |
| | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | Add RouteGuideClient to tests’ Podfile | Jorge Canizales | 2015-05-31 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | Added some comments. | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | Move RouteGuideClient to generated_libraries/ | Jorge Canizales | 2015-05-31 |
| | | | | | |/ / / / / / / | |||
| * | | | | / / / / / / / | Removed non-ISO usage of __FUNCTION__. | David Garcia Quintas | 2015-05-31 |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1843 | ||
| | | | | | | | | | * | | Removed managed closures from iomgr. | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only remaining need for those (whereby the closure frees itself upon completion) remains in security/credentials.c, where the code has been inlined (to be removed at a later time). | ||
| | | | | | | | | | * | | removed managed closures from server.c | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | | | |||
| | | | | | | | | | * | | fd_posix: free from managed closures! | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | | | |||
| | | | | | | | | | * | | fd_posix: removed redundant on_done | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | | |