aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update block_annotate.hGravatar yang-g2017-08-24
|
* Add sync_custom.hGravatar yang-g2017-08-24
|
* Remove stale fileGravatar yang-g2017-08-24
|
* Merge pull request #12240 from yang-g/endoGravatar Yang Gao2017-08-23
|\ | | | | Add a new macro for custom profiler
* \ Merge pull request #12209 from mehrdada/unskip-reflection-testGravatar Mehrdad Afshari2017-08-23
|\ \ | | | | | | Unskip reflection unit test since proto is fixed
* \ \ Merge pull request #12248 from glerchundi/fix/csharp-native-libraries-visibilityGravatar Jan Tattermusch2017-08-23
|\ \ \ | | | | | | | | csharp: hide the native libraries in Visual Studio project explorer
* \ \ \ Merge pull request #11598 from jtattermusch/remove_vsprojectsGravatar Jan Tattermusch2017-08-23
|\ \ \ \ | | | | | | | | | | Remove /vsprojects pre-generated projects in favor of cmake
* \ \ \ \ Merge pull request #12128 from jtattermusch/csharp_easierloggingGravatar Jan Tattermusch2017-08-23
|\ \ \ \ \ | | | | | | | | | | | | Make C# logging & tracing more intuitive
| | * | | | fix windows protoc artifact buildGravatar Jan Tattermusch2017-08-23
| | | | | |
| | * | | | remove check_vsprojects sanity testGravatar Jan Tattermusch2017-08-23
| | | | | |
| | * | | | remove contents of /vsprojects directoryGravatar Jan Tattermusch2017-08-23
| | | | | |
| | * | | | update readmesGravatar Jan Tattermusch2017-08-23
| | | | | |
| | * | | | adjust run tests matrixGravatar Jan Tattermusch2017-08-23
| | | | | |
| | * | | | build C tests and protoc artifacts on windows with cmakeGravatar Jan Tattermusch2017-08-23
| |/ / / / |/| | | |
* | | | | Merge pull request #12254 from stanley-cheung/php-upmerge-1_4-featuresGravatar Stanley Cheung2017-08-22
|\ \ \ \ \ | | | | | | | | | | | | PHP: upmerge from 1.4.x branch
* \ \ \ \ \ Merge pull request #12242 from dgquintas/rr_initial_connGravatar David G. Quintas2017-08-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | RR: Initialize subchannel connectivity state
* \ \ \ \ \ \ Merge pull request #12251 from ncteisen/fix-ubsanGravatar Noah Eisen2017-08-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix ubsan
* \ \ \ \ \ \ \ Merge pull request #12236 from matt-kwong/kokoro_filGravatar Matt Kwong2017-08-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add test filtering to Kokoro Linux PR jobs
| | | | * | | | | PHP: upmerge from 1.4.x branchGravatar Stanley Cheung2017-08-22
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #12225 from muxi/fix-already-finishedGravatar Muxi Yan2017-08-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix undefined behavior of using dispatch_once_t as instance variable
* \ \ \ \ \ \ \ \ Merge pull request #12180 from ↵Gravatar Muxi Yan2017-08-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-12086-revert-11832-objc-oauth-protocol Revert "Revert "Add OAuth2 protocol in GRPCClient""
| | | * | | | | | | Add test filtering to Kokoro PR jobsGravatar Matt Kwong2017-08-22
| | | | | | | | | |
| | | | | * | | | | PR commentsGravatar David Garcia Quintas2017-08-22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #12246 from yang-g/epoll1Gravatar Yang Gao2017-08-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add timer annotations in epoll1
| | | | | * | | | | | 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
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12247
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added missing call to grpc_byte_buffer_reader_destroy()
* \ \ \ \ \ \ \ \ Merge pull request #12243 from matt-kwong/kokoro_flags2Gravatar Matt Kwong2017-08-21
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Add max_time flag to Kokoro PR jobs
| | | | | | | | * fix C++ wrapperGravatar yang-g2017-08-21
| | | | | | | | |
| | | | | | | | * Fix mismatched BEGIN/ENDGravatar yang-g2017-08-21
| | | | | | | | |
| * | | | | | | | Add max_time flag to Kokoro PR jobsGravatar Matt Kwong2017-08-21
| | |_|_|/ / / / | |/| | | | | |
| | | | | * | | RR: Initialize subchannel connectivity stateGravatar David Garcia Quintas2017-08-21
| | | | | | | |
| | | | | | | * Add a new macro for custom profilerGravatar yang-g2017-08-21
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #12224 from matt-kwong/kokoro_flagsGravatar Matt Kwong2017-08-21
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Allow Kokoro Mac worker to find correct six Python module
* | | | | | | Merge pull request #12169 from muxi/improve-objc-test-infoGravatar Muxi Yan2017-08-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Improve objc test info
| | | | | | * 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix streaming_response_error end2end test in epoll1
| | | * | | | Allow Kokoro Mac worker to find correct six Python moduleGravatar Matt Kwong2017-08-18
| |_|/ / / / |/| | | | |
| | | | | * Replace dispatch_once_t with BOOLGravatar Muxi Yan2017-08-18
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #12152 from matt-kwong/kokoro_flagsGravatar Matt Kwong2017-08-17
|\ \ \ \ \ | | | | | | | | | | | | Don't rerun flakes when uploading results to BQ
| | * | | | disable epoll1 by default (just enable tests)Gravatar Sree Kuchibhotla2017-08-17
| | | | | |
* | | | | | Merge pull request #12206 from mdzoba/mdzoba-add-gyp-buildGravatar Nicolas Noble2017-08-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding a build template for generic GYP build.
* \ \ \ \ \ \ Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix assert in grpc_timer_init().
* \ \ \ \ \ \ \ Merge pull request #12188 from michaelbausor/add-async-supportGravatar Stanley Cheung2017-08-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: Move OP_RECV_INITIAL_METADATA out of start() methods
* \ \ \ \ \ \ \ \ Merge pull request #12218 from dgquintas/v1.6.x-first-upmergeGravatar David G. Quintas2017-08-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | V1.6.x first upmerge
| * | | | | | | | | First upmerge after v1.6.x branch cutGravatar David Garcia Quintas2017-08-17
|/| | | | | | | | |