aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #11647 from jtattermusch/kokoro_python_greenGravatar Jan Tattermusch2017-06-29
|\ | | | | Improvements to kokoro macos build
| * improvements to kokoro macos buildGravatar Jan Tattermusch2017-06-29
|/
* Merge pull request #11615 from jtattermusch/patch_dashboard_schemaGravatar Jan Tattermusch2017-06-29
|\ | | | | Add script for patching perf benchmark schema
* \ Merge pull request #11636 from jtattermusch/kokoro_macos_rcGravatar Jan Tattermusch2017-06-29
|\ \ | | | | | | Update kokoro MacOS rc script
* \ \ Merge pull request #11638 from vjpai/uint64Gravatar Vijay Pai2017-06-28
|\ \ \ | | | | | | | | Properly use uint64_t not unsigned int64_t
| * | | Properly use uint64_t not unsigned int64_tGravatar Vijay Pai2017-06-28
|/ / /
| * / update macos kokoro rc scriptGravatar Jan Tattermusch2017-06-28
|/ /
* | Merge pull request #11624 from muxi/fix-objc-memory-leakGravatar Muxi Yan2017-06-28
|\ \ | | | | | | Fix Objective C memory leak GRPCOpSendMetadata
* \ \ Merge pull request #11621 from vjpai/error_docGravatar Vijay Pai2017-06-28
|\ \ \ | | | | | | | | Document error unref contract for iomgr cb's and transport/stream errors
| * | | Document error unref contract for iomgr cb's and transport/stream errorsGravatar Vijay Pai2017-06-28
|/ / /
* | | Merge pull request #11474 from makdharma/cares_fixGravatar Nicolas Noble2017-06-27
|\ \ \ | | | | | | | | fixes #11473
* \ \ \ Merge pull request #10462 from nicolasnoble/ares-header-pollutionGravatar Nicolas Noble2017-06-27
|\ \ \ \ | | | | | | | | | | Avoid pollution from ares.h into the global space.
| | | * | Fix the memory leak in metadataGravatar Muxi Yan2017-06-27
| |_|/ / |/| | |
| | | * add script for patching perf benchmark schemaGravatar Jan Tattermusch2017-06-27
| | | |
| | | * update scenario result schemaGravatar Jan Tattermusch2017-06-27
| |_|/ |/| |
* | | Merge pull request #11590 from yang-g/zombie_paylodGravatar Yang Gao2017-06-26
|\ \ \ | | | | | | | | Destroy byte buffer to avoid leak in zombied calls
* \ \ \ Merge pull request #11577 from markdroth/compression_filter_fixGravatar Mark D. Roth2017-06-26
|\ \ \ \ | | | | | | | | | | Fix handling of send_message before send_initial_metadata in compress filter.
* \ \ \ \ Merge pull request #11589 from y-zeng/fix_bad_pingGravatar Yuchen Zeng2017-06-26
|\ \ \ \ \ | | | | | | | | | | | | Fix bad_ping
* \ \ \ \ \ Merge pull request #11524 from michaelbausor/php-protoc-pluginGravatar Stanley Cheung2017-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update PHP protoc plugin generation
* \ \ \ \ \ \ Merge pull request #11584 from muxi/fix-cronet-lock-abortGravatar Muxi Yan2017-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Handle cancel correctly
* \ \ \ \ \ \ \ Merge pull request #11595 from nathanielmanistaatgoogle/lintGravatar Nathaniel Manista2017-06-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Lint progress.
| * | | | | | | | Clean up and opinionate .pylintrcGravatar Nathaniel Manista2017-06-24
| | | | | | | | |
| * | | | | | | | Enable wrong-import-order lintGravatar Nathaniel Manista2017-06-24
| | | | | | | | |
| * | | | | | | | Enable redefined-variable-type lintGravatar Nathaniel Manista2017-06-24
| | | | | | | | |
| * | | | | | | | Always use an upgraded pip when running pylintGravatar Nathaniel Manista2017-06-24
| | | | | | | | |
| * | | | | | | | Enable next-method-called lintGravatar Nathaniel Manista2017-06-24
|/ / / / / / / /
| * | | | | | | Fix testGravatar Muxi Yan2017-06-23
| | | | | | | |
| | | | | * | | Destroy byte buffer to avoid leak in zombied callsGravatar yang-g2017-06-23
| | | | | | | |
| * | | | | | | Add comment to explain the added lines and disable debugging logGravatar Muxi Yan2017-06-23
| | | | | | | |
* | | | | | | | Merge pull request #11332 from vjpai/dethriftGravatar Vijay Pai2017-06-23
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Remove remaining thrift-based code from main repo
| | | | * | | | Fix bad_pingGravatar Yuchen Zeng2017-06-23
| |_|_|/ / / / |/| | | | | |
| | * | | | | Another bug fix in the same seriesGravatar Muxi Yan2017-06-23
| | | | | | |
| | * | | | | Handle cancel correctlyGravatar Muxi Yan2017-06-23
| | | | | | |
| * | | | | | Remove remaining thrift content from main repoGravatar Vijay Pai2017-06-23
|/ / / / / /
| | | * | | Fix Windows compiler problem.Gravatar Mark D. Roth2017-06-23
| | | | | |
* | | | | | Merge pull request #11576 from vjpai/deprecated_on_arrivalGravatar Vijay Pai2017-06-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Deprecated-on-arrival: Re-enable public constructor for ClientAsyncResponseReader
| | | * | | | Run formatterGravatar Michael Bausor2017-06-22
| | | | | | |
| * | | | | | Move collection reset before unref (since unref could destroy obj)Gravatar Vijay Pai2017-06-22
| | | | | | |
| * | | | | | Fix use of terminal underscores in field names.Gravatar Vijay Pai2017-06-22
| | | | | | |
* | | | | | | Merge pull request #11499 from markdroth/trailers_onlyGravatar Mark D. Roth2017-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add support for Trailers-Only responses.
| * | | | | | | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send.
| | | | | * | | Fix handling of send_message before send_initial_metadata in compress filter.Gravatar Mark D. Roth2017-06-22
| | |_|_|/ / / | |/| | | | |
| | * | | | | Re-enable public constructor for ClientAsyncResponseReader to avoid busting ↵Gravatar Vijay Pai2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used.
* | | | | | | Merge pull request #11559 from vjpai/longlongGravatar Vijay Pai2017-06-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove long long
| * | | | | | Remove 'long long'Gravatar Vijay Pai2017-06-21
|/ / / / / /
* | | | | | Merge pull request #11542 from yang-g/grpc_cliGravatar Yang Gao2017-06-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Still create channel if remotedb is false. Just do not use it in the …
* \ \ \ \ \ \ Merge pull request #10833 from ncteisen/tracing-overhaulGravatar Noah Eisen2017-06-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Tracing Overhaul
* \ \ \ \ \ \ \ Merge pull request #11521 from muxi/fix-objc-memory-leakGravatar Muxi Yan2017-06-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix ObjC memory leak problem
* \ \ \ \ \ \ \ \ Merge pull request #11527 from jtattermusch/core_fix_licenseGravatar Jan Tattermusch2017-06-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix license file
* \ \ \ \ \ \ \ \ \ Merge pull request #11560 from grpc/vjpai-patch-2-1Gravatar Jan Tattermusch2017-06-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Grammar fix in issue template