aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2015-04-10Split protobuf into its own projectEric Anderson
2015-04-09Fix warnings (JavaDoc and [deprecated])Eric Anderson
2015-04-08Add simple HelloWord example handling custom headerzhaohaifeng
2015-04-07checkstyle change:Xudong Ma
2015-04-02Change the package option of example protos to be same as grpc-commonXudong Ma
2015-03-23Allow checkstyle failures fatal, and fix last issuesEric Anderson
2015-03-16Add missing copyright headersEric Anderson
2015-03-16Add checkstyle checkingEric Anderson
2015-03-12Fix IntelliJ project generation by including generated protobuf srcsLouis Ryan
2015-03-03Correct small grammar error in comment.Ade Oshineye
2015-03-02Support building on WindowsEric Anderson
2015-02-27More example changes to match style guide.nmittler
2015-02-27Updating examples to be consistent with proto3 styleguide.nmittler
2015-02-26Update README.mdJayant Kolhe
2015-02-25Adding HelloWorld example to grpc-java repo.nmittler
2015-02-24Adding RouteGuide example and deleting others.nmittler
2015-02-23Udate TODOs to use Github user namesLouis Ryan
2015-02-23Add java_package proto option for portabilityEric Anderson
2015-02-18Add build file and instructions to examples directory. Fixes #43Jakob Buchgraber
2015-01-29Updating examples based on recent changes.nmittler
2015-01-27Removing all references to "stubby"nmittler
2015-01-16Fix TODO attributionejona
2015-01-15Remove Service API from ChannelImplejona
2015-01-08Add BSD license header to all source fileslryan
2015-01-08Remove client-streaming and bi-di streaming methods from blocking client inte...zhangkun
2015-01-08Make all transport factories package-private in favor of channel builders.zhangkun
2015-01-08Move examples to third_party.simonma