aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #4946 from soltanmm/doctor-calling-doctorGravatar Masood Malekghassemi2016-01-30
|\ | | | | Fix Python diagnostics dying on bad diagnosis
* \ Merge pull request #4973 from jtattermusch/zip_nugetsGravatar Jan Tattermusch2016-01-29
|\ \ | | | | | | Create .zip file with C# nuget packages
| * | Actually fix sanity testsGravatar Jan Tattermusch2016-01-29
| | |
| * | Fix sanity testGravatar Jan Tattermusch2016-01-29
| | |
| * | create a .zip file with nuget packagesGravatar Jan Tattermusch2016-01-29
|/ /
* | Merge pull request #4954 from jtattermusch/generalize_artifact_builderGravatar Michael Lumish2016-01-29
|\ \ | | | | | | Generalize artifact builder
* \ \ Merge pull request #4952 from murgatroid99/node_windows_compileGravatar Nicolas Noble2016-01-29
|\ \ \ | | | | | | | | Compile Node library on Windows
* \ \ \ Merge pull request #4965 from ctiller/apiGravatar Nicolas Noble2016-01-29
|\ \ \ \ | | | | | | | | | | Add {GPR,GRPC,CENSUS}_API tags to public functions
* \ \ \ \ Merge pull request #4960 from vjpai/kill_hostGravatar Jan Tattermusch2016-01-29
|\ \ \ \ \ | | | | | | | | | | | | Remove host option from ServerConfig proto
| * | | | | Fix a typoGravatar Vijay Pai2016-01-29
| | | | | |
* | | | | | Merge pull request #4874 from rjshade/add_comments_to_transportGravatar David G. Quintas2016-01-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add comments to grpc_transport_stream_op structure
* \ \ \ \ \ \ Merge pull request #4959 from grpc/release-0_12Gravatar Michael Lumish2016-01-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Release 0.12 -> master
| | | | * | | | Add includesGravatar Craig Tiller2016-01-29
| | | | | | | |
* | | | | | | | Merge pull request #4963 from soltanmm/kill-it-with-rmGravatar Nathaniel Manista2016-01-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove dead src/python/README.md.
| | | | | * | | | copyrightsGravatar Craig Tiller2016-01-29
| | | | | | | | |
| | | | | * | | | clang-formatGravatar Craig Tiller2016-01-29
| | | | | | | | |
| | | | | * | | | Add {GPR,GRPC,CENSUS}_API tags to public functionsGravatar Craig Tiller2016-01-29
| | | | | | | | |
* | | | | | | | | Merge pull request #4957 from soltanmm/bobGravatar Masood Malekghassemi2016-01-29
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Mitigate Python build directory naming conflict
| | * | | | | | | Remove dead Python README.mdGravatar Masood Malekghassemi2016-01-29
| | | | | | | | |
| | | | * | | | | Update copyright, clang-format for line wrapping of comment.Gravatar Robbie Shade2016-01-29
| | | | | | | | |
| | | | | * | | | Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | may cause inter-language confusion.
* | | | | | | | Merge pull request #4942 from ctiller/measure_some_thingsGravatar Jan Tattermusch2016-01-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Measure CPU costs on Jenkins Linux
* \ \ \ \ \ \ \ \ Merge pull request #4950 from ctiller/offload-racingGravatar David G. Quintas2016-01-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Preparatory changes for work shedding
* \ \ \ \ \ \ \ \ \ Merge pull request #4948 from ejona86/fix-java-dockerGravatar Jan Tattermusch2016-01-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Don't bother with full build in java docker
| | | | * | | | | | | Mitigate Python build directory naming conflictGravatar Masood Malekghassemi2016-01-28
| | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Mac and Windows, the default directory name conflicts with the BUILD file we have.
* | | | | | | | | | Merge pull request #4775 from dgquintas/sync-async-plus-interfacesGravatar Craig Tiller2016-01-28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | Support mixing sync and async method in the same service + Separation of core from proto compiler output
| | | | | | | | * | generalize build_artifacts.pyGravatar Jan Tattermusch2016-01-28
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #4947 from jtattermusch/win64_correct_test_pathGravatar Michael Lumish2016-01-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use correct path for C tests on Win 64
| | | | | | | | | * Fix Python diagnostics dying on bad diagnosisGravatar Masood Malekghassemi2016-01-28
| | | | | | | | | |
| | | | | | | | * | Fixed windows build warningGravatar murgatroid992016-01-28
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4949 from vjpai/qps_scenarios2Gravatar Vijay Pai2016-01-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Testing scenarios for various performance characteristics
| | | | | * | | | | | Fix copyrightsGravatar Craig Tiller2016-01-28
| | | | | | | | | | |
| | | | | * | | | | | Fix windowsGravatar Craig Tiller2016-01-28
| | | | | | | | | | |
| | | | | * | | | | | Fix zookeeperGravatar Craig Tiller2016-01-28
| | | | | | | | | | |
| | | | | * | | | | | Update copyrightsGravatar Craig Tiller2016-01-28
| | | | | | | | | | |
| | | | | * | | | | | Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
| | | | | | | | * | Update template, add comment and message about Windows buildGravatar murgatroid992016-01-28
| | | | | | | | | |
| * | | | | | | | | Testing scenarios for various performance characteristicsGravatar Vijay Pai2016-01-28
|/ / / / / / / / /
| | | * / / / / / Don't bother with full build in java dockerGravatar Eric Anderson2016-01-28
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command in the docker image is just to prepare a cache to reduce download for later builds. We only run installDist in build_interop.sh, so don't bother with full build. Fixes grpc/grpc-java#1370
| * | | | | | | use correct path for C tests on win64Gravatar Jan Tattermusch2016-01-28
|/ / / / / / /
| | * | | | | Install "time" so that we can profile thingsGravatar Craig Tiller2016-01-28
| | | | | | |
| | * | | | | Merge github.com:grpc/grpc into measure_some_thingsGravatar Craig Tiller2016-01-28
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-28
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge pull request #4941 from jtattermusch/runtests_buildonly_reportsGravatar Craig Tiller2016-01-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Generate report.xml report with --build_only too
* | | | | | | Merge pull request #4940 from jtattermusch/polish_run_portabilityGravatar Craig Tiller2016-01-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Toggle --build_only flag for portability tests via scenario name
| | | | * | | | Measure CPU costs on Jenkins LinuxGravatar Craig Tiller2016-01-28
| |_|_|/ / / / |/| | | | | |
| | * | | | | Generate report.xml report with --build_only tooGravatar Jan Tattermusch2016-01-28
| | | | | | |
* | | | | | | Merge pull request #4868 from bogdandrutu/bugGravatar Alistair Veitch2016-01-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix the census initialization on the server. Remove duplicate initialization logic and also enable census per channel if census is initialized.
| | * | | | | | toggle --build_only flag via scenarioGravatar Jan Tattermusch2016-01-28
| | |/ / / / /
* | | | | | | Merge pull request #4939 from rjshade/remove_unused_methodGravatar Craig Tiller2016-01-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove unused grpc_udp_server_write method