Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | merge with head | Yang Gao | 2015-05-04 |
|\ | |||
* | | Add a c test for max message length | Yang Gao | 2015-05-04 |
| | | |||
| * | Add test for >16777215 sequence numbered streams | Craig Tiller | 2015-05-04 |
|/ | |||
* | Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_lib | Nicolas Noble | 2015-05-01 |
|\ | | | | | Fix parallel make + MINGW32 dependencies. | ||
| * | Compile protobuf before compiling shared C++ libraries. | Michael Berlin | 2015-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. | Michael Berlin | 2015-05-01 |
| | | |||
* | | Add rdtsc profiling support, implement begin/end and tag hiding | Craig Tiller | 2015-05-01 |
|/ | |||
* | Bump version | Craig Tiller | 2015-04-30 |
| | |||
* | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-04-30 |
|\ | |||
| * | Merge pull request #1408 from dgquintas/stap | Craig Tiller | 2015-04-30 |
| |\ | | | | | | | Integration of Systemtap as a profiling mechanism. | ||
| * | | Make gcov compile flags reflect dbg | Craig Tiller | 2015-04-30 |
| | | | |||
* | | | Kill thread stress test - to be replaced with something new | Craig Tiller | 2015-04-29 |
| | | | |||
* | | | Kill echo test | Craig Tiller | 2015-04-29 |
| | | | |||
* | | | Remove test for an old API corner case | Craig Tiller | 2015-04-29 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into stap | David Garcia Quintas | 2015-04-29 |
| | |\ | | |/ | |/| | |||
| | * | Merge comments. See below. | David Garcia Quintas | 2015-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-api | Craig Tiller | 2015-04-29 |
|\| | | |||
| * | | Merge pull request #1369 from ctiller/one-pass | Abhishek Kumar | 2015-04-29 |
| |\ \ | | | | | | | | | Unify transport & channel op interfaces | ||
| | | * | Fixed repetitions in Makefile.template. | David Garcia Quintas | 2015-04-29 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into stap | David Garcia Quintas | 2015-04-29 |
| | | |\ | | |_|/ | |/| | | |||
| | | * | Integration of Systemtap (STAP) for profiling. | David Garcia Quintas | 2015-04-29 |
| | | | | | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | ||
| * | | | Trimming down useless variables in the Makefile. | Nicolas "Pixel" Noble | 2015-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 tests | Craig Tiller | 2015-04-28 |
| |/ / |/| | | |||
| | * | STAP annotation working. | David Garcia Quintas | 2015-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-pass | Craig Tiller | 2015-04-25 |
|\| | | | | | | | | | Conflicts: Makefile | ||
| * | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 |
| |\ | | | | | | | Refactoring std::chrono out. | ||
| * \ | Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix | Nicolas Noble | 2015-04-24 |
| |\ \ | | | | | | | | | Renamed make variables for protoc presence and version checking. | ||
| * \ \ | Merge pull request #1366 from ctiller/mwha | Nicolas Noble | 2015-04-24 |
| |\ \ \ | | | | | | | | | | | A little Makefile spring cleaning | ||
| | | * | | Renamed make variables for protoc presence and version checking. | David Garcia Quintas | 2015-04-24 |
| | |/ / | |/| | | |||
| | * | | Cleanup | Craig Tiller | 2015-04-24 |
| | | | | |||
| | * | | Actually remove them | Craig Tiller | 2015-04-24 |
| | | | | |||
| | * | | Remove some useless lines in the Makefile | Craig Tiller | 2015-04-24 |
| | | | | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| | | |\ | | |_|/ | |/| | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | | | Add the new header to build.json and regenerate projects | Yang Gao | 2015-04-24 |
| |/ / | |||
* | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-23 |
|\| | | | | | | | | | | | | | | Conflicts: Makefile | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| | |\ | | |/ | |/| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| * | | More work in not having to compile OpenSSL. | Nicolas "Pixel" Noble | 2015-04-23 |
| | | | |||
* | | | Merge github.com:google/grpc into one-pass | Craig Tiller | 2015-04-22 |
|\| | | |||
| * | | Making sure we don't require OpenSSL for tests that, in fact, don't need it. | Nicolas "Pixel" Noble | 2015-04-23 |
| | | | |||
* | | | Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass | Craig Tiller | 2015-04-22 |
|\| | | | | | | | | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/channel/http_server_filter.c | ||
* | | | stuff | Craig Tiller | 2015-04-21 |
| | | | |||
| * | | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
| * | | Adding a helpful warning message on top of the Makefile and BUILD file. | Nicolas "Pixel" Noble | 2015-04-21 |
| | | | |||
| * | | Run capable test suites against grpc_unsecure | Craig Tiller | 2015-04-20 |
| | | | |||
* | | | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 |
|\| | | |||
| * | | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 |
| | | | | | | | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors. | ||
| * | | Move .proto files up for reuse | Abhishek Kumar | 2015-04-16 |
| | | | |||
| * | | Moving test.proto to an outer directory so others can depend on it. | Abhishek Kumar | 2015-04-16 |
| | | | |||
| * | | Merge pull request #1291 from yang-g/headers | Nicolas Noble | 2015-04-16 |
| |\ \ | | | | | | | | | Wrap ParseCommandLineFlags in InitTest | ||
* | | | | Kill transport end2end tests: not useful | Craig Tiller | 2015-04-16 |
| | | | |