aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Added missing compression.h file.Gravatar David Garcia Quintas2015-06-08
|\
* | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| * Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
|/
* Revert "Open loop sync/async multithreaded testing"Gravatar Craig Tiller2015-06-08
* Merge pull request #1948 from vjpai/poissonGravatar Craig Tiller2015-06-08
|\
| * Add a new test for qps openloop to make sure this code gets exercisedGravatar vjpai2015-06-08
* | Merge pull request #1961 from ctiller/moar-defenseGravatar Nicolas Noble2015-06-05
|\ \
| * | Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05
* | | Add working tests for httpcliGravatar Craig Tiller2015-06-05
|/ /
| * Merge branch 'master' into poissonGravatar vjpai2015-06-04
| |\ | |/ |/|
* | Merge pull request #1894 from yang-g/create-thread-poolGravatar Nicolas Noble2015-06-03
|\ \
* | | Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| * | Add ability to override default thread poolGravatar Yang Gao2015-06-03
|/ /
| * Merge branch 'master' into poissonGravatar vjpai2015-06-03
| |\ | |/ |/|
* | Merge pull request #1859 from nicolasnoble/no-pollution-from-global-grpcGravatar Masood Malekghassemi2015-06-02
|\ \
| * | Avoid polluting our compilation with previously installed grpc.Gravatar Nicolas "Pixel" Noble2015-06-02
* | | Swapping the library order so that anything that openssl requires is properly...Gravatar Nicolas "Pixel" Noble2015-06-02
* | | merge with masterGravatar Alistair Veitch2015-06-01
|\| |
| | * Merge branch 'master' into poissonGravatar vjpai2015-06-01
| | |\ | | |/ | |/|
| * | Merge github.com:grpc/grpc into but-maybe-i-want-to-pollGravatar Craig Tiller2015-05-30
| |\ \
| | * \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \
| | | * \ Merge branch 'master' of github.com:grpc/grpc into mdctx_free_credsGravatar Julien Boeuf2015-05-29
| | | |\ \
| | * | \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Tagging 0.9.1 on master.Gravatar Nicolas "Pixel" Noble2015-05-30
| | * | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\| | |
| * | | | | Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
| | |/ / / | |/| | |
| | | * | Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| * | | | Merge pull request #1774 from ctiller/maybe-we-should-run-some-more-testsGravatar Nicolas Noble2015-05-28
| |\ \ \ \ | | |_|/ / | |/| | |
| | | | * Merge branch 'master' into poissonGravatar vjpai2015-05-28
| | | | |\ | | |_|_|/ | |/| | |
| | * | | Re-enable some testsGravatar Craig Tiller2015-05-27
| * | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-27
| |\| | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-26
| |\ \ \ \
* | | | | | Initial refactoring and context API changesGravatar Alistair Veitch2015-05-26
| | | | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | * | | Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
| | |/ / /
| | * | | Don't run flaky tests on make test.Gravatar Nicolas "Pixel" Noble2015-05-22
| * | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-22
| |\| | |
| | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | |\ \ \
| | | | | * Merge branch 'master' into poissonGravatar vjpai2015-05-21
| | | | | |\ | | | | |_|/ | | | |/| |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-21
| | | | |\ \ | | | | |/ / | | | |/| |
| * | | | | Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
| * | | | | Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
| * | | | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} i...Gravatar David Garcia Quintas2015-05-20
| | |/ / / | |/| | |
| * | | | Removing old hack for C++11 and protobuf - it's no longer relevant.Gravatar Nicolas "Pixel" Noble2015-05-21
| * | | | Merge pull request #1641 from ctiller/check-some-more-thingsGravatar Vijay Pai2015-05-20
| |\ \ \ \
| | | * \ \ Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-20
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | * | API for auth context and server-side secure transport only impl.Gravatar Julien Boeuf2015-05-20
| | | | * | Starting on low level changes to support server side authentication.Gravatar Julien Boeuf2015-05-20
| * | | | | Send RST_STREAM when closing from the server without getting a client half-cl...Gravatar Craig Tiller2015-05-19
| | |_|/ / | |/| | |
| | | * | Add crashing client testGravatar Craig Tiller2015-05-19