aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #12209 from mehrdada/unskip-reflection-testGravatar Mehrdad Afshari2017-08-23
|\
* \ Merge pull request #12248 from glerchundi/fix/csharp-native-libraries-visibilityGravatar Jan Tattermusch2017-08-23
|\ \
* \ \ Merge pull request #12128 from jtattermusch/csharp_easierloggingGravatar Jan Tattermusch2017-08-23
|\ \ \
* \ \ \ Merge pull request #12254 from stanley-cheung/php-upmerge-1_4-featuresGravatar Stanley Cheung2017-08-22
|\ \ \ \
* \ \ \ \ Merge pull request #12242 from dgquintas/rr_initial_connGravatar David G. Quintas2017-08-22
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #12251 from ncteisen/fix-ubsanGravatar Noah Eisen2017-08-22
|\ \ \ \ \ \
| | | * | | | PHP: upmerge from 1.4.x branchGravatar Stanley Cheung2017-08-22
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #12225 from muxi/fix-already-finishedGravatar Muxi Yan2017-08-22
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #12180 from grpc/revert-12086-revert-11832-objc-oauth-prot...Gravatar Muxi Yan2017-08-22
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #12246 from yang-g/epoll1Gravatar Yang Gao2017-08-22
|\ \ \ \ \ \ \ \
| | | | * | | | | Fix ubsanGravatar Noah Eisen2017-08-22
| |_|_|/ / / / / |/| | | | | | |
| | | | | * | | address review commentsGravatar Jan Tattermusch2017-08-22
| | | | | | * | csharp: make the native libraries links are not shownGravatar Gorka Lerchundi Osa2017-08-22
| |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add timer annotations in epoll1Gravatar yang-g2017-08-21
| | | | | | * Unskip reflection unit test since proto is fixedGravatar Mehrdad Afshari2017-08-22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #12182 from dgquintas/grpclb_destroy_bbrGravatar David G. Quintas2017-08-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| | | | * | RR: Initialize subchannel connectivity stateGravatar David Garcia Quintas2017-08-21
| |_|_|/ / |/| | | |
* | | | | Merge pull request #12169 from muxi/improve-objc-test-infoGravatar Muxi Yan2017-08-21
|\ \ \ \ \
| | | | | * unify loggers used by Grpc testsGravatar Jan Tattermusch2017-08-20
| | | | | * make C# logging & tracing more intuitiveGravatar Jan Tattermusch2017-08-20
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #11936 from sreecha/fix-end2end-testGravatar Sree Kuchibhotla2017-08-19
|\ \ \ \ \
| | | | | * Replace dispatch_once_t with BOOLGravatar Muxi Yan2017-08-18
| |_|_|_|/ |/| | | |
| * | | | disable epoll1 by default (just enable tests)Gravatar Sree Kuchibhotla2017-08-17
* | | | | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #12188 from michaelbausor/add-async-supportGravatar Stanley Cheung2017-08-17
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #12213 from dgquintas/v1.7.x-version-bumpGravatar David G. Quintas2017-08-17
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-errorGravatar apolcyn2017-08-16
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #12158 from jboeuf/fix_mem_leakGravatar jboeuf2017-08-16
|\ \ \ \ \ \ \ \ \
| | | * | | | | | | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| |_|/ / / / / / / |/| | | | | | | |
| | | | * | | | | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512Gravatar Maxim Dzoba2017-08-16
| | | | | * | | | initialize pollset struct. Ideally not needed since we do zalloc but some cod...Gravatar Sree Kuchibhotla2017-08-16
| | | | | * | | | Enable epoll1 by default (and move epollsig as second choice)Gravatar Sree Kuchibhotla2017-08-16
| | | | |/ / / /
| | | * | | | | Remove assignmentGravatar Michael Bausor2017-08-16
| | | * | | | | Remove metadata setGravatar Michael Bausor2017-08-16
* | | | | | | | give C# continuations 10 secs to finish on shutdownGravatar Jan Tattermusch2017-08-16
* | | | | | | | wait for queued continuation to finishGravatar Jan Tattermusch2017-08-16
* | | | | | | | more correct atomic counterGravatar Jan Tattermusch2017-08-16
| |_|_|/ / / / |/| | | | | |
| | * | | | | Catch NotImplementedError exceptions and forward them to the client.Gravatar John Millikin2017-08-16
| |/ / / / / |/| | | | |
| * | | | | Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
|/ / / / /
* | | | | Merge pull request #12127 from jtattermusch/csharp_warningsaserrorsGravatar Jan Tattermusch2017-08-15
|\ \ \ \ \
| | * | | | Move OP_RECV_INITIAL_METADATA out of start() methodsGravatar Michael Bausor2017-08-15
| |/ / / / |/| | | |
| | | * | Added missing call to grpc_byte_buffer_reader_destroy()Gravatar David Garcia Quintas2017-08-14
| |_|/ / |/| | |
| | | * Revert "Revert "Add OAuth2 protocol in GRPCClient""Gravatar Muxi Yan2017-08-14
| |_|/ |/| |
* | | Merge pull request #11831 from ncteisen/flow-control-part2Gravatar Noah Eisen2017-08-14
|\ \ \
| * | | Pull bdp estimation into flowctl moduleGravatar ncteisen2017-08-13
| | | * Reenable CronetUnitTests as it is no longer a blockerGravatar Muxi Yan2017-08-11
| | | * Make Jenkins debug information more usefulGravatar Muxi Yan2017-08-11
| |_|/ |/| |
| | * fix more warningsGravatar Jan Tattermusch2017-08-11
| | * dont use generic version of Marshal.SizeOfGravatar Jan Tattermusch2017-08-11
| | * dont use generic version of PtrToStructureGravatar Jan Tattermusch2017-08-11