aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
...
| | | * | | | | view and aggregation APIGravatar Alistair Veitch2015-08-27
| | | | | | | |
| | | | * | | | Add a portable test of endpoint pairsGravatar Craig Tiller2015-08-27
| | |_|/ / / / | |/| | | | |
| | | | * | | Update projectsGravatar Craig Tiller2015-08-26
| | | | | | |
| | | | * | | Repro case for flow control bug.Gravatar Rakesh Iyer2015-08-26
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a repro case for a bug where if the client is sending full throttle and the receiver is not able to keep up, the client reaches a case where it doesn't make forward progress anymore. Signed-off-by: Craig Tiller <craig.tiller@gmail.com>
* | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-26
|\ \ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/master' into string_ref_authGravatar yang-g2015-08-26
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Merge pull request #3065 from yang-g/string_refGravatar Craig Tiller2015-08-26
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Use string_ref for incoming metadata
| | | * \ \ \ \ Merge pull request #3054 from ctiller/openssl-just-needs-to-buildGravatar David G. Quintas2015-08-25
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Dont try to parallelize OpenSSL build
| | * | | | | | | auth context api change for string_refGravatar yang-g2015-08-25
| | | |_|/ / / / | | |/| | | | |
| | | * | | | | Merge pull request #3021 from ctiller/reject-the-stuffsGravatar Yang Gao2015-08-25
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | Outlaw illegal metadata characters
| | | | | | * | merge to headGravatar Alistair Veitch2015-08-25
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | |
| | | | | * | | Merge github.com:grpc/grpc into openssl-just-needs-to-buildGravatar Craig Tiller2015-08-25
| | | | | |\ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into string_refGravatar yang-g2015-08-25
| | |\| | | | |
| | * | | | | | implGravatar yang-g2015-08-25
| |/ / / / / /
| | * | | | | Merge pull request #2945 from maxwell-demon/masterGravatar Alistair Veitch2015-08-25
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Re-install census_filters
| | | | | * | | Its not enough to just serialize the clean step...Gravatar Craig Tiller2015-08-25
| | | | | | | |
| | | | | * | | Merge github.com:grpc/grpc into openssl-just-needs-to-buildGravatar Craig Tiller2015-08-25
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge pull request #3050 from ctiller/googly-testGravatar Jan Tattermusch2015-08-25
| |/| | | | | | | | | | | | | | | | | | | | | | Make googletest a submodule
| | | | | * | | Dont try to parallelize OpenSSL buildGravatar Craig Tiller2015-08-25
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_string_refGravatar Julien Boeuf2015-08-24
| |\ \ \ \ \ \
| * | | | | | | Adding grpc::string_ref class.Gravatar Julien Boeuf2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies.
| | | * | | | | Make googletest a submoduleGravatar Craig Tiller2015-08-24
| | |/ / / / /
| | * | | | | merge with headGravatar yang-g2015-08-24
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' into frayGravatar Vijay Pai2015-08-24
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge pull request #3019 from dgquintas/channel_args_compressionGravatar Yang Gao2015-08-24
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added C API functions for compression args handling (w/ tests)
| | | | * | | | | | Remove accidental dependency on zookeeper in shutdown_testGravatar Craig Tiller2015-08-24
| | | | | | | | | |
| | | * | | | | | | Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| | | |/ / / / / /
| | | | | | * | | Update projectsGravatar Craig Tiller2015-08-24
| | | | | | | | |
| | * | | | | | | split stream.h into sync_stream.h and async_stream.hGravatar yang-g2015-08-21
| | | | | | | | |
| | * | | | | | | headers reorgGravatar yang-g2015-08-21
| | | | | | | | |
| | | | | | | | * Security connector is now responsible for the handshake.Gravatar Julien Boeuf2015-08-21
| | | | |_|_|_|/ | | | |/| | | |
| | | | | * | | rename census_filter.{c,h} to grpc_filter.{c,h}Gravatar Hongyu Chen2015-08-21
| | | | | | | |
| | | | | | * | Outlaw illegal metadata charactersGravatar Craig Tiller2015-08-21
| | | | |_|/ / | | | |/| | |
| | | | * | | Added C API functions for compression args handling (w/ tests)Gravatar David Garcia Quintas2015-08-21
| | | |/ / /
| | * | | | Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
| | |\| | |
| | * | | | Make Channel ctor privateGravatar yang-g2015-08-20
| | | | | |
| | * | | | remove internal_stubGravatar yang-g2015-08-20
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master'Gravatar Hongyu Chen2015-08-20
| | | | |\ \ | | | | |/ / | | | |/| |
| | | | * | Move census_filters from .../channel to .../censusGravatar Hongyu Chen2015-08-19
| | | | | |
| | * | | | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
| | | | | |
| | | * | | Add a timeout to shutdown to forcefully end callsGravatar Craig Tiller2015-08-18
| | |/ / /
| | * | | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-17
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Adding new header in build.json.Gravatar Julien Boeuf2015-08-15
| | | | |
| * | | | Fixing zookeeper's installation.Gravatar Nicolas "Pixel" Noble2015-08-14
| | | | |
| * | | | Merge pull request #2549 from hongweiwang/zookeeperGravatar David G. Quintas2015-08-14
| |\ \ \ \ | | | | | | | | | | | | Zookeeper name resolver
| * | | | | Regenerated project filesGravatar Robbie Shade2015-08-13
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into add_udp_server_2Gravatar Robbie Shade2015-08-13
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Conflicts: Makefile
| | | * | | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
| | | |\ \ \ | |_|_|/ / / |/| | | | |