aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
...
| * | | | | | Ensure port server is running on remote hostsGravatar Craig Tiller2017-03-07
| | | | | | |
| | * | | | | Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
| |/ / / / /
| * | | | | fix grpcio_tools build on windowsGravatar Jan Tattermusch2017-03-07
| | | | | |
| * | | | | Updated python scripts to work with protobuf 3.2.0Gravatar Mehrdad Afshari2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the build script of python grpcio-tools package is very much entangled with the build system of protobuf, and protobuf build scripts added a build step that compiles js/embed.cc to create a preprocessor binary that takes some .js files and generates a single well_known_types_embed.cc which then gets linked to the rest of protobuf source tree. The generated code seems to be used only by the JS portion of protoc, so is not expected to affect our python build. Since we did not want to replicate the entire build process of protobuf, we decided to pre-generate the well_known_types_embed.cc and keep it in our repo and then substitute the js/embed.cc compiler file with it.
| * | | | | fix C# nuget restoreGravatar Jan Tattermusch2017-03-07
| | | | | |
| * | | | | regenerate protoc_lib_deps.pyGravatar Jan Tattermusch2017-03-07
| | | | | |
| * | | | | fix bazel_deps.shGravatar Jan Tattermusch2017-03-07
| | | | | |
| * | | | | upgrade third_party/protobuf to 3.2.0Gravatar Jan Tattermusch2017-03-07
| | | | | |
| | | * | | Fix merge errorGravatar Craig Tiller2017-03-06
| | | | | |
| | | * | | Merge github.com:grpc/grpc into nudiffGravatar Craig Tiller2017-03-06
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | Merge branch 'diff_perf' into nudiffGravatar Craig Tiller2017-03-06
| | | |\ \ \
| | | * | | | Factor out benchmark parsing code to enable diffs more easilyGravatar Craig Tiller2017-03-06
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'fssplit' of github.com:ctiller/grpc into fssplitGravatar Craig Tiller2017-03-06
| | |\ \ \ \
| | * | | | | Resolve sanity failuresGravatar Craig Tiller2017-03-06
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| |\ \ \ \ \ \
| | | | * | | | Fix mac buildGravatar Craig Tiller2017-03-03
| | | | | | | |
| * | | | | | | Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-03-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a slice type that shares a refcount with a transport stream
| | | | | * | | | Move trickle to the end: it takes a while, and its less important (in the ↵Gravatar Craig Tiller2017-03-03
| | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | face of failures)
| | | | * | | | Update test listGravatar Craig Tiller2017-03-03
| | | | | | | |
| | | | * | | | Get back trickleGravatar Craig Tiller2017-03-03
| | | | | | | |
| | | | * | | | Further splittingGravatar Craig Tiller2017-03-03
| | | | | | | |
| | | | * | | | Split bm_fullstack unary ping pong outGravatar Craig Tiller2017-03-03
| | | | | | | |
| | | | * | | | Prep for splitting bm_fullstackGravatar Craig Tiller2017-03-03
| | | | | | | |
| | | | * | | | Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #9930 from ctiller/call_create_fixturesGravatar Craig Tiller2017-03-03
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add fixtures for call creation benchmarks
| * \ \ \ \ \ \ Merge pull request #9814 from apolcyn/turn_off_ruby_testsGravatar apolcyn2017-03-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | re-enable ruby tests on mac
| | | | | * | | | Disable node_protobuf_async_unary_qps_unconstrained benchmark testGravatar murgatroid992017-03-02
| | | | | | | | |
| * | | | | | | | regenerate docsGravatar Jan Tattermusch2017-03-02
| | | | | | | | |
| * | | | | | | | Merge pull request #9928 from jtattermusch/kokoro_winGravatar Jan Tattermusch2017-03-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve script for running windows tests on internal_ci
| * | | | | | | | | Enable C++ negative http2 testGravatar Eric Gribkoff2017-03-01
| | | | | | | | | |
| * | | | | | | | | Merge pull request #9894 from apolcyn/update_go_bmGravatar apolcyn2017-03-01
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | update go to 1.8 on benchmarks
| * | | | | | | | | | Revert "Enable lto for performance testing"Gravatar Craig Tiller2017-03-01
| | | | | | | | | | |
| * | | | | | | | | | Merge github.com:grpc/grpc into ltoGravatar Craig Tiller2017-03-01
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | Boost grpc version to v1.1.4Gravatar Muxi Yan2017-03-01
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #9769 from ctiller/always-use-port-serverGravatar Craig Tiller2017-03-01
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | Always use port server
| | * | | | | | | | | | stripGravatar Craig Tiller2017-03-01
| | | | | | | | | | | |
| | * | | | | | | | | | Call the right functionGravatar Craig Tiller2017-03-01
| | | | | | | | | | | |
| | * | | | | | | | | | Make cleanGravatar Craig Tiller2017-03-01
| | | | | | | | | | | |
| | * | | | | | | | | | Fix module name :)Gravatar Craig Tiller2017-03-01
| | | | | | | | | | | |
| | * | | | | | | | | | Experimental versionGravatar Craig Tiller2017-03-01
| | | | | | | | | | | |
| | * | | | | | | | | | Merge github.com:grpc/grpc into diff_perfGravatar Craig Tiller2017-03-01
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add argumentGravatar Craig Tiller2017-03-01
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | Reserve opt for external builds, use lto for profilingGravatar Craig Tiller2017-03-01
| | |/ / / / / / / / / | |/| | | | | | | | |
| | | | | | | * | | | Merge github.com:grpc/grpc into call_create_fixturesGravatar Craig Tiller2017-03-01
| | | | | | | |\ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-01
|\| | | | | | | | | |
| | | | | | | | * | | Merge github.com:grpc/grpc into stream_owned_sliceGravatar Craig Tiller2017-03-01
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| | | | | | | | * | | Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Fix generate projectsGravatar David Garcia Quintas2017-03-01
| | | | | | | | | |
| * | | | | | | | | Merge pull request #9933 from ctiller/better_summaryGravatar Craig Tiller2017-03-01
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Report non-counter cpu times to bigquery to get more accurate dashboards
| | * | | | | | | | | Report non-counter cpu times to bigquery to get more accurate dashboardsGravatar Craig Tiller2017-03-01
| | |/ / / / / / / /