aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' into ↵Gravatar Craig Tiller2015-05-11
|\ | | | | | | | | | | | | | | | | | | | | we-dont-need-no-backup Conflicts: test/core/end2end/fixtures/chttp2_fullstack.c test/core/end2end/fixtures/chttp2_fullstack_uds_posix.c test/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c test/core/end2end/fixtures/chttp2_socket_pair.c test/core/end2end/tests/cancel_after_accept.c
* \ Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-11
|\ \
| * | Msys2 fixes, and compilation instructions.Gravatar Nicolas "Pixel" Noble2015-05-10
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into generate-test-projectsGravatar Nicolas "Pixel" Noble2015-05-09
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/core/end2end/gen_build_json.py tools/run_tests/tests.json vsprojects/Grpc.mak
| * | | Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
| | | |
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | | | |/ | | |/|
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| | * | Addressing comments.Gravatar Julien Boeuf2015-05-08
| | | |
| | * | Merging with master.Gravatar Julien Boeuf2015-05-08
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1519 from jtattermusch/csharp_protoc_pluginGravatar Michael Lumish2015-05-08
| |\ \ \ | | | | | | | | | | C# gRPC protoc plugin
* | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-08
|\| | | |
| | | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc ↵Gravatar Craig Tiller2015-05-08
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into dgquintas-standalone_benchmarks
| * \ \ \ \ Merge branch 'yang-g-mock'Gravatar Craig Tiller2015-05-08
| |\ \ \ \ \
| | | | | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into standalone_benchmarksGravatar David Garcia Quintas2015-05-07
| | | |\ \ \ \
| * | | | | | | Flagging the QPS binaries as tools, instead of non-runnable tests.Gravatar Nicolas Noble2015-05-07
| | |_|/ / / / | |/| | | | |
| | | | * | | added csharp generator pluginGravatar Jan Tattermusch2015-05-07
| | | | | | |
| | | | | * | Adding support for per call credentials in core.Gravatar Julien Boeuf2015-05-07
| | | | |/ /
* | | | / / Initial pollset_set design sketchGravatar Craig Tiller2015-05-07
| |_|_|/ / |/| | | |
| | | | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| |_|_|/ |/| | | | | | | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
| | | * Split C++'s smoke_test into 4 stand alone ones.Gravatar David Garcia Quintas2015-05-05
| |_|/ |/| |
| | * Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-05
| | |\ | |_|/ |/| |
| | * add a test using the mock interfacesGravatar Yang Gao2015-05-05
| | |
| * | Enable test that got forgottenGravatar Craig Tiller2015-05-05
|/ /
* | merge with headGravatar Yang Gao2015-05-04
|\ \
* | | Add a c test for max message lengthGravatar Yang Gao2015-05-04
| | |
| * | Add test for >16777215 sequence numbered streamsGravatar Craig Tiller2015-05-04
|/ /
* | Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_libGravatar Nicolas Noble2015-05-01
|\ \ | | | | | | Fix parallel make + MINGW32 dependencies.
| * | Compile protobuf before compiling shared C++ libraries.Gravatar Michael Berlin2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | This change fixes a parallel make which always failed with "cannot find -lprotobuf". For C++ static libraries, protobuf was already added as dependency, see commit 5383062df6182a62bb4df99aa06fe797fbb09a91.
| * | Makefile: Fix missing space in shared library dependencies for MINGW32.Gravatar Michael Berlin2015-05-01
| |/
* / Add rdtsc profiling support, implement begin/end and tag hidingGravatar Craig Tiller2015-05-01
|/
* Bump versionGravatar Craig Tiller2015-04-30
|
* Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
|\
| * Merge pull request #1408 from dgquintas/stapGravatar Craig Tiller2015-04-30
| |\ | | | | | | Integration of Systemtap as a profiling mechanism.
| * | Make gcov compile flags reflect dbgGravatar Craig Tiller2015-04-30
| | |
* | | Kill thread stress test - to be replaced with something newGravatar Craig Tiller2015-04-29
| | |
* | | Kill echo testGravatar Craig Tiller2015-04-29
| | |
* | | Remove test for an old API corner caseGravatar Craig Tiller2015-04-29
| | |
| | * Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| | |\ | | |/ | |/|
| | * Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition.
* | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-29
|\| |
| * | Merge pull request #1369 from ctiller/one-passGravatar Abhishek Kumar2015-04-29
| |\ \ | | | | | | | | Unify transport & channel op interfaces
| | | * Fixed repetitions in Makefile.template.Gravatar David Garcia Quintas2015-04-29
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| | | |\ | | |_|/ | |/| |
| | | * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
| * | | Trimming down useless variables in the Makefile.Gravatar Nicolas "Pixel" Noble2015-04-29
| | | | | | | | | | | | | | | | A bunch of autogenerated variables are currently useless, because of tests actually having no source code attached to them. Let's avoid emitting useless code in that case.
* | | | Remove legacy testsGravatar Craig Tiller2015-04-28
| |/ / |/| |
| | * STAP annotation working.Gravatar David Garcia Quintas2015-04-27
| |/ | | | | | | | | Test annotations made to client_channel.c (start_rpc) and channel_create.c (grpc_channel_create).
* | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-25
|\| | | | | | | | | Conflicts: Makefile