aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | * | | | | | Fix a defect in RPC Framework CoreGravatar Nathaniel Manista2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the service-side, an operation isn't successfully completed with just the conclusion of transmission to the other side; local ingestion of the status and code must be completed as well before termination callbacks are called.
| | | | | | | | | * | Fix sanityGravatar Craig Tiller2016-01-21
| | | | | | | | | | |
| | | | | | | | | * | Fix copyrightsGravatar Craig Tiller2016-01-21
| | | | | | | | | | |
| | * | | | | | | | | Add some time dilation for ASAN buildsGravatar Craig Tiller2016-01-21
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4816 from ctiller/jenkersGravatar Jan Tattermusch2016-01-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Propagate BUILD_ID env var to jenkins children
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4815 from ctiller/respectGravatar Jan Tattermusch2016-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | Make run_tests.py respect job count for compilation
* | | | | | | | | | | | Merge pull request #4817 from earhart/masterGravatar Craig Tiller2016-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add -std=gnu99 when building libgrpc
| * | | | | | | | | | | | Add -std=gnu99 when building libgrpcGravatar Rob Earhart2016-01-21
|/ / / / / / / / / / / /
| | | | | | | | | | | * address tag_set commentsGravatar Alistair Veitch2016-01-21
| | | | | | | | | | | |
| | | | | | | | | | * | Clean up WindowsGravatar Craig Tiller2016-01-21
| | | | | | | | | | | |
| | * | | | | | | | | | Propagate BUILD_ID env var to jenkins childrenGravatar Craig Tiller2016-01-21
| |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Make run_tests.py respect job count for compilationGravatar Craig Tiller2016-01-21
|/ / / / / / / / / /
| * / / / / / / / / Limit Jenkins builder concurrency to 3Gravatar Craig Tiller2016-01-21
|/ / / / / / / / /
| | | | | | | * | Make zlib a first class build citizenGravatar Craig Tiller2016-01-21
| | | | | | | | |
| | | | | | * | | increase protobuf dependency versionGravatar Jan Tattermusch2016-01-21
| | | | | | | | |
| | | | | | * | | include assembly signing key in the repoGravatar Jan Tattermusch2016-01-21
| | | | | | | | |
* | | | | | | | | Merge pull request #4782 from jtattermusch/csharp_runtests_macGravatar Michael Lumish2016-01-21
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Enable running C# tests on mac in run_tests.py
| | | | * | | | | fix copyrightGravatar Jan Tattermusch2016-01-20
| | | | | | | | |
| | | * | | | | | Fixed proto method without package naming in ObjC.Gravatar Kristopher Wuollett2016-01-20
| | | | | | | | |
| | | | * | | | | Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changesGravatar Jan Tattermusch2016-01-20
| |_|_|/| | | | | |/| | | | | | | |
* | | | | | | | | Merge pull request #4787 from jtattermusch/upgrade_protobuf_beta2Gravatar Michael Lumish2016-01-20
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Upgrade to Protobuf 3.0.0-beta2
| | | * | | | | | Fix importsGravatar Craig Tiller2016-01-20
| | | | | | | | |
| | | * | | | | | Use ast.literal_eval instead of json.loads to avoid unicode problems on windowsGravatar Craig Tiller2016-01-20
| | | | | | | | |
* | | | | | | | | Merge pull request #4777 from jtattermusch/fix_32bit_mac_artifactGravatar Jan Tattermusch2016-01-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix 32bit artifact building on mac
| | | | * | | | | | Fix C++Gravatar Craig Tiller2016-01-20
| | | | | | | | | |
| | | | * | | | | | Move build configs into build.yamlGravatar Craig Tiller2016-01-20
| | | | | |_|_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time.
| | | * / | | | | enable running c# tests on macGravatar Jan Tattermusch2016-01-20
| | |/ / / / / / | |/| | | | | |
| * | | | | | | fix 32bit compilation on macGravatar Jan Tattermusch2016-01-20
|/ / / / / / /
* | | | | | | Merge pull request #4776 from jtattermusch/fix_32bit_artifactsGravatar Jan Tattermusch2016-01-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve grpc_chttp2_decode_timeout implementation
* \ \ \ \ \ \ \ Merge pull request #4766 from jtattermusch/artifact_builder_win_fixGravatar Jan Tattermusch2016-01-20
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Fix C# artifact building on windows.
| | | * | | | | regenerate C# protosGravatar Jan Tattermusch2016-01-20
| | | | | | | |
| | | * | | | | fix C# generate_protos.sh scriptGravatar Jan Tattermusch2016-01-20
| | | | | | | |
| | | * | | | | upgrade Grpc.sln to newest Google.Protobuf nugetGravatar Jan Tattermusch2016-01-20
| | | | | | | |
| | | * | | | | Remove leftovers from packages.configGravatar Jan Tattermusch2016-01-20
| | | | | | | |
| | | * | | | | update C# generator to the new APIGravatar Jan Tattermusch2016-01-20
| | | | | | | |
| | | * | | | | update third_party/protobuf to 3.0.0beta2Gravatar Jan Tattermusch2016-01-20
| |_|/ / / / / |/| | | | | |
| | | | | * | Update interop test service url to grpc-test.sandbox.googleapis.com.Gravatar Adele Zhou2016-01-20
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #4789 from ctiller/alphabetsoupGravatar Yang Gao2016-01-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix formatting
* \ \ \ \ \ \ Merge pull request #4785 from ctiller/more-sanenessGravatar Jan Tattermusch2016-01-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | List Sanity tests in a config file, not a shell script
| | * | | | | | Fix formattingGravatar Craig Tiller2016-01-20
| |/ / / / / / |/| | | | | |
| | | | | * | Fix missing libz and libm linker symbolsGravatar Masood Malekghassemi2016-01-20
| | | | | | |
* | | | | | | Merge pull request #4783 from ctiller/cpu-costGravatar Jan Tattermusch2016-01-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use CPU cost modelling to better utilize test resources
* \ \ \ \ \ \ \ Merge pull request #4772 from nathanielmanistaatgoogle/cython-channel-testGravatar Masood Malekghassemi2016-01-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cython channel test isolating a connectivity-state-watching bug
* \ \ \ \ \ \ \ \ Merge pull request #4781 from ctiller/flingcapGravatar Vijay Pai2016-01-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Cap fling tests by time not rpcs processed
| | | | * \ \ \ \ \ Merge branch 'cpu-cost' into more-sanenessGravatar Craig Tiller2016-01-20
| | | | |\ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | List Sanity tests in a config file, not a shell scriptGravatar Craig Tiller2016-01-20
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Allows parallelization of sanity tests, and better error reporting
| | | * | | | | | Fix copyrightsGravatar Craig Tiller2016-01-20
| | | | | | | | |
| * | | | | | | | Fix copyrightsGravatar Craig Tiller2016-01-20
| | | | | | | | |
| | | * | | | | | Add C++ CPU costsGravatar Craig Tiller2016-01-20
| | | | | | | | |
| | | * | | | | | Tweak cpu costsGravatar Craig Tiller2016-01-20
| | | | | | | | |