aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Merge pull request #6463 from dgquintas/fix_compression_interopGravatar Jan Tattermusch2016-05-18
|\
* \ Merge pull request #6499 from dgquintas/compression_accept_encodingGravatar Jan Tattermusch2016-05-18
|\ \
* \ \ Merge pull request #6542 from ctiller/ectermGravatar Jan Tattermusch2016-05-17
|\ \ \
* \ \ \ Merge pull request #6603 from ctiller/better_wakeupsGravatar Jan Tattermusch2016-05-16
|\ \ \ \
* \ \ \ \ Merge pull request #6556 from goldenbull/masterGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \
| | * | | | Fix accelerated wakeupsGravatar Craig Tiller2016-05-16
| |/ / / / |/| | | |
* | | | | Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
|\ \ \ \ \
* | | | | | Renamed some definesGravatar David Garcia Quintas2016-05-12
* | | | | | Merge pull request #6552 from jboeuf/add_curliesGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #6553 from grpc/revert-6488-revert-6214-masterGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \
* | | | | | | | Add callback when gRPC FD is about to be orphaned.Gravatar Robbie Shade2016-05-12
| | | * | | | | Remove redundant declarationGravatar Craig Tiller2016-05-12
| | | | * | | | use LANG_ENGLISH for windows api FormatMessageGravatar goldenbull2016-05-12
| |_|_|/ / / / |/| | | | | |
| | * | | | | Add curlies for multiline if statements.Gravatar Julien Boeuf2016-05-11
| |/ / / / / |/| | | | |
| * | | | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
|/ / / / /
| | * / / Let execution contexts signal that they are doneGravatar Craig Tiller2016-05-11
| |/ / / |/| | |
| * | | Force wakeup after fd additionGravatar Craig Tiller2016-05-11
| * | | clang-formatGravatar Craig Tiller2016-05-11
| * | | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-05-11
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #6449 from sreecha/stress_client_reconnectsGravatar Jan Tattermusch2016-05-10
|\ \ \ \
* \ \ \ \ Merge pull request #6279 from dgquintas/lb_proto_v1Gravatar Jan Tattermusch2016-05-10
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #6320 from markdroth/limit_metadata_sizeGravatar Jan Tattermusch2016-05-10
|\ \ \ \ \ \
| | | | | | * fixed wrong changeGravatar David Garcia Quintas2016-05-09
| | | | | * | grpc-accept-encoding checksGravatar David Garcia Quintas2016-05-09
| |_|_|_|/ / |/| | | | |
* | | | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | | | | * Fixed compression interop and re-enable for C++.Gravatar David Garcia Quintas2016-05-05
* | | | | | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #6379 from y-zeng/debug-logging-fixGravatar Yuchen Zeng2016-05-05
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #6447 from ctiller/import-madnessGravatar Jan Tattermusch2016-05-05
|\ \ \ \ \ \
| | | | | * | Interop client that is resilient to server restartsGravatar Sree Kuchibhotla2016-05-05
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
|\ \ \ \ \ \
| | | | * | | More clang-format fixes.Gravatar Mark D. Roth2016-05-05
| | * | | | | Temporary fix for plugin initialization problemGravatar Craig Tiller2016-05-05
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #6383 from dgquintas/remove-outdated-census-chargGravatar Jan Tattermusch2016-05-04
|\ \ \ \ \ \
| | | | * | | Apply clang-format diffs.Gravatar Mark D. Roth2016-05-04
| | | | * | | Use unlimited default for max header size until receiving new settingsGravatar Mark D. Roth2016-05-04
| | * | | | | Fixed a compiler warning that only shows up on linuxGravatar Makarand Dharmapurikar2016-05-03
| | * | | | | clang-format fixesGravatar Makarand Dharmapurikar2016-05-03
| | * | | | | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | | | * | | Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-03
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | * | | Added bad_client test to check that the server rejects requests with tooGravatar Mark D. Roth2016-05-03
* | | | | | | Merge pull request #6394 from y-zeng/fix-5557Gravatar Yuchen Zeng2016-05-02
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #6380 from ctiller/stress_failGravatar Nicolas Noble2016-05-02
|\ \ \ \ \ \ \ \
| | | | | | * \ \ Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-02
| | | | | | |\ \ \
| | | | | | * | | | Changed writing code to honor the peer's header size limit setting.Gravatar Mark D. Roth2016-05-02
| | | | | | * | | | Add grpc_metadata_batch_size() function.Gravatar Mark D. Roth2016-05-02
| | | | * | | | | | Clang formatting fixesGravatar Makarand Dharmapurikar2016-05-01
| | | | * | | | | | created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@Gravatar Makarand Dharmapurikar2016-05-01
| | | | * | | | | | fixed clang formatingGravatar Makarand Dharmapurikar2016-05-01
| | | | * | | | | | moved cronet_c_for_grpc.h in third_partyGravatar Makarand Dharmapurikar2016-05-01