Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into infinity_takes_forever | 2015-06-01 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #1853 from jtattermusch/fix_csharp_buildall | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| * | | | | | | | | fix buildall.bat script | 2015-06-01 | ||
|/ / / / / / / / | ||||
| | | | * | | | | add init checks | 2015-06-01 | ||
| | | | * | | | | address comments | 2015-06-01 | ||
* | | | | | | | | Merge pull request #1724 from ctiller/wonderful-snowflake | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ | Merge pull request #1850 from jcanizales/use-proto-plugin-helpers | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ | Merge pull request #1848 from jcanizales/simplify-sample-app | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #1847 from jcanizales/finish-moving-tests-out | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1845 from jcanizales/move-tests-off-sample | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1839 from jcanizales/fix-certs-bundle | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1823 from jtattermusch/nuget_tools_fix | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readme | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1834 from jcanizales/separate-tests | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1844 from dgquintas/__function__-no-mo | 2015-06-01 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | * | | | | | | | | | Use class names for types as generated by the messages plugin | 2015-06-01 | ||
| |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | | Make sample app easier to understand | 2015-05-31 | ||
| | | | | | | |/ / / / / / / / / | ||||
| | | | | | | * | | | | | | | | | Remove remaining tests and RouteGuide from sample app | 2015-05-31 | ||
| | | | | | | * | | | | | | | | | Add RemoteTests as GRPCClientTests to tests project | 2015-05-31 | ||
| | | | | | | | | * | | | | | | | Added "inf" as a valid option to run_test.py's -n flag. | 2015-05-31 | ||
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | | | Add SampleTests as LocalClearTextTests to tests project | 2015-05-31 | ||
| | | | | | | * | | | | | | | | Add RouteGuideClient to tests’ Podfile | 2015-05-31 | ||
| | | | | | | | | | | | * | | | Added some comments. | 2015-05-31 | ||
| | | | | | | * | | | | | | | | Move RouteGuideClient to generated_libraries/ | 2015-05-31 | ||
| | | | | | |/ / / / / / / / | ||||
| * | | | | / / / / / / / / | Removed non-ISO usage of __FUNCTION__. | 2015-05-31 | ||
|/ / / / / / / / / / / / / | ||||
| | | | | | | | | | * | | | Removed managed closures from iomgr. | 2015-05-31 | ||
| | | | | | | | | | * | | | removed managed closures from server.c | 2015-05-31 | ||
| | | | | | | | | | * | | | fd_posix: free from managed closures! | 2015-05-31 | ||
| | | | | | | | | | * | | | fd_posix: removed redundant on_done | 2015-05-31 | ||
| | | | | | | | | | * | | | assert -> GPR_ASSERT | 2015-05-31 | ||
| | | | | | | | | | * | | | fixed compilation errors on windows code. | 2015-05-31 | ||
| | | | | | | | | | * | | | Comments addressed. | 2015-05-31 | ||
| | | | | | | | | | * | | | Adapted the following to the new iomgr's cb API: | 2015-05-31 | ||
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||
| | | | | * | | | | | | | Delete RemoteProtoTests from sample app | 2015-05-30 | ||
| | | | | * | | | | | | | Add RemoteProtoTests as InteropTests to tests project | 2015-05-30 | ||
| | | | | * | | | | | | | Add RemoteTestClient to tests' Podfile | 2015-05-30 | ||
| | | | | * | | | | | | | Point Podfile of sample app to new RemoteTestsClient location | 2015-05-30 | ||
| | | | | * | | | | | | | Move RemoteTestClient files to /objective-c | 2015-05-30 | ||
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||
| | | | * | | | | | | | Fix problem loading certs for tests of library projects | 2015-05-30 | ||
* | | | | | | | | | | | Merge pull request #1824 from ctiller/but-maybe-i-want-to-poll | 2015-05-30 | ||
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1830 from grpc/doxygen-mako-docstring | 2015-05-30 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into but-maybe-i-want-to-poll | 2015-05-30 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #1672 from jboeuf/server_auth_context | 2015-05-29 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | 2015-05-29 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Fixing build issue. | 2015-05-29 | ||
* | | | | | | | | | | | | | | Merge pull request #1819 from jboeuf/mdctx_free_creds | 2015-05-29 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | fixing doxygen files after merge. | 2015-05-29 | ||
| * | | | | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into mdctx_free_creds | 2015-05-29 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | fixing protobuf (again...) | 2015-05-29 | ||
| | * | | | | | | | | | | | | | Fixing protobuf (again...) | 2015-05-29 |