aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Collapse)AuthorAge
* Reset OWNERS stateGravatar Craig Tiller2017-07-17
|
* Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_masterGravatar apolcyn2017-07-17
|\ | | | | Fix ruby memory leaks when composing credentials, noticed with asan
| * fix ruby memory leaks when composing credentialsGravatar Alexander Polcyn2017-07-14
| |
* | Merge pull request #11759 from apolcyn/ruby_cleanupGravatar apolcyn2017-07-13
|\ \ | |/ |/| Remove a stale ruby method
* | Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
| |
| * remove an unused methodGravatar Alexander Polcyn2017-07-11
|/
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* correct channel arg constructor calls in ruby channel creds testGravatar Alexander Polcyn2017-06-15
|
* Merge pull request #9823 from mjkim/fix_unkownGravatar Mehrdad Afshari2017-06-12
|\ | | | | Fix typos
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
| |
* | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
|\ \
| * | bump version to 1.3.6Gravatar Jan Tattermusch2017-05-23
| | |
* | | Fix sanityGravatar Craig Tiller2017-05-23
| | |
| * | Update version to 1.3.5Gravatar Ken Payson2017-05-19
| | |
| * | Merge pull request #11225 from apolcyn/bump_13x_versionGravatar apolcyn2017-05-18
| |\ \ | | | | | | | | Bump to version 1.3.4
| * \ \ Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accumGravatar apolcyn2017-05-18
| |\ \ \ | | | | | | | | | | get rid of connectivity state watchers right after timeout
| | * | | get rid of connectivity state watchers right after timeoutGravatar Alexander Polcyn2017-05-18
| | | | |
| | | * | Bump to version 1.3.4Gravatar Alexander Polcyn2017-05-18
| | | | |
| * | | | tentative fix for global side effect on interrupted constructorGravatar Alexander Polcyn2017-05-18
| | | | |
| * | | | make get conn state always safe to callGravatar Alexander Polcyn2017-05-17
| | | | |
| * | | | api watch unblock func kills only its own channelGravatar Alexander Polcyn2017-05-17
| | |/ / | |/| |
| * | | Merge pull request #11054 from apolcyn/ruby_dont_use_timeoutsGravatar apolcyn2017-05-17
| |\ \ \ | | | | | | | | | | fixes to connectivity state api and add in constant state watches
| | * | | cleanupGravatar Alexander Polcyn2017-05-17
| | | | |
| | * | | clang formatGravatar Alexander Polcyn2017-05-17
| | | | |
| | * | | fix tentative startup bugGravatar Alexander Polcyn2017-05-17
| | | | |
| | * | | fix up the testGravatar Alexander Polcyn2017-05-17
| | | | |
| | * | | cleanup testGravatar Alexander Polcyn2017-05-17
| | | | |
| | * | | fix lack-of-abort bugGravatar Alexander Polcyn2017-05-17
| | | | |
| | * | | remove debug printsGravatar Alexander Polcyn2017-05-16
| | | | |
| * | | | Bump to version 1.3.3Gravatar Ken Payson2017-05-16
| | | | |
* | | | | Remove unnecessary require_relativeGravatar Ernie Miller2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `require-relative` breaks Rubygems' ability to use the arch-specific directory in `extensions`. When building grpc extensions from source, we're left with a lot of intermediate object files and a duplicate shared object file as well. This space can be reclaimed by finding these object files inside the `gems` subdirectory of the installation location, while leaving the shared object file in the `extensions` subdirectory. See the comments at https://github.com/rubygems/rubygems/issues/926 for more on this behavior, which has been present in Rubygems for years. By using `require` instead, those of us who build from source can reclaim space consumed by duplicate and intermediate files, which amounts to a savings of 46MB (in a build of 1.3.2 on Alpine Linux). This is helpful when trying to minimize the size of a Docker image. I'm unclear on whether or not the reclaiming of this space can be automated as part of the build process. If so, it may be worth considering as a separate effort.
| * | | | Bump to version 1.3.2Gravatar Stanley Cheung2017-05-10
| | | | |
| | * | | constant state watch without timeoutsGravatar Alexander Polcyn2017-05-09
| | |/ /
| * | | Bump to 1.3.2-pre1Gravatar Stanley Cheung2017-05-09
| | | |
| * | | Update version to 1.3.1Gravatar murgatroid992017-05-04
| | | |
* | | | Merge pull request #10613 from ctiller/framing_costsGravatar Craig Tiller2017-04-27
|\ \ \ \ | | | | | | | | | | Optimize framing a little
| | * | | 1.3.0 -> 1.3.1-pre1Gravatar David Garcia Quintas2017-04-27
| | | | |
| | * | | s/1.3.0-pre/1.3.0Gravatar David Garcia Quintas2017-04-27
| | |/ /
| | * | Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
| | | | | | | | | | | | | | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
| * | | Regenerate projectsGravatar Craig Tiller2017-04-26
| | | |
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-24
|\ \ \ \ | | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-21
|\ \ \ \
| | | * \ Merge github.com:grpc/grpc into framing_costsGravatar Craig Tiller2017-04-20
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'tsan-c++' into hybridGravatar Craig Tiller2017-04-20
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #10182 from ctiller/cpparenaGravatar Craig Tiller2017-04-20
| |\ \ \ \ | | | | | | | | | | | | [EXPERIMENTAL] allocate unary response writer against call arena
| * \ \ \ \ Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.xGravatar murgatroid992017-04-19
| |\ \ \ \ \
* | | | | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-19
|\| | | | | |
| | | * | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |