Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | make sure that client-side view of calls is robust | Alexander Polcyn | 2017-07-18 | |
| | | | ||||
| * | | Reset OWNERS state | Craig Tiller | 2017-07-17 | |
| | | | ||||
| * | | Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_master | apolcyn | 2017-07-17 | |
| |\ \ | | | | | | | | | Fix ruby memory leaks when composing credentials, noticed with asan | |||
| | * | | fix ruby memory leaks when composing credentials | Alexander Polcyn | 2017-07-14 | |
| | | | | ||||
| * | | | Merge pull request #11759 from apolcyn/ruby_cleanup | apolcyn | 2017-07-13 | |
| |\ \ \ | | |/ / | |/| | | Remove a stale ruby method | |||
| | | * | dont wait for gc to destroy calls on ruby server | Alexander Polcyn | 2017-07-13 | |
| | | | | ||||
| * | | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 | |
| | |/ | |/| | ||||
* | | | generate project | Muxi Yan | 2017-07-12 | |
| | | | ||||
| | * | remove an unused method | Alexander Polcyn | 2017-07-11 | |
| |/ | ||||
| * | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 | |
|/ | ||||
* | correct channel arg constructor calls in ruby channel creds test | Alexander Polcyn | 2017-06-15 | |
| | ||||
* | Merge pull request #9823 from mjkim/fix_unkown | Mehrdad Afshari | 2017-06-12 | |
|\ | | | | | Fix typos | |||
* | | fix remaining license notices | Jan Tattermusch | 2017-06-08 | |
| | | ||||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 | |
| | | ||||
* | | master bumped to 1.5.x | David Garcia Quintas | 2017-05-30 | |
| | | ||||
* | | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge | murgatroid99 | 2017-05-25 | |
|\ \ | ||||
| * | | bump version to 1.3.6 | Jan Tattermusch | 2017-05-23 | |
| | | | ||||
* | | | Fix sanity | Craig Tiller | 2017-05-23 | |
| | | | ||||
| * | | Update version to 1.3.5 | Ken Payson | 2017-05-19 | |
| | | | ||||
| * | | Merge pull request #11225 from apolcyn/bump_13x_version | apolcyn | 2017-05-18 | |
| |\ \ | | | | | | | | | Bump to version 1.3.4 | |||
| * \ \ | Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accum | apolcyn | 2017-05-18 | |
| |\ \ \ | | | | | | | | | | | get rid of connectivity state watchers right after timeout | |||
| | * | | | get rid of connectivity state watchers right after timeout | Alexander Polcyn | 2017-05-18 | |
| | | | | | ||||
| | | * | | Bump to version 1.3.4 | Alexander Polcyn | 2017-05-18 | |
| | | | | | ||||
| * | | | | tentative fix for global side effect on interrupted constructor | Alexander Polcyn | 2017-05-18 | |
| | | | | | ||||
| * | | | | make get conn state always safe to call | Alexander Polcyn | 2017-05-17 | |
| | | | | | ||||
| * | | | | api watch unblock func kills only its own channel | Alexander Polcyn | 2017-05-17 | |
| | |/ / | |/| | | ||||
| * | | | Merge pull request #11054 from apolcyn/ruby_dont_use_timeouts | apolcyn | 2017-05-17 | |
| |\ \ \ | | | | | | | | | | | fixes to connectivity state api and add in constant state watches | |||
| | * | | | cleanup | Alexander Polcyn | 2017-05-17 | |
| | | | | | ||||
| | * | | | clang format | Alexander Polcyn | 2017-05-17 | |
| | | | | | ||||
| | * | | | fix tentative startup bug | Alexander Polcyn | 2017-05-17 | |
| | | | | | ||||
| | * | | | fix up the test | Alexander Polcyn | 2017-05-17 | |
| | | | | | ||||
| | * | | | cleanup test | Alexander Polcyn | 2017-05-17 | |
| | | | | | ||||
| | * | | | fix lack-of-abort bug | Alexander Polcyn | 2017-05-17 | |
| | | | | | ||||
| | * | | | remove debug prints | Alexander Polcyn | 2017-05-16 | |
| | | | | | ||||
| * | | | | Bump to version 1.3.3 | Ken Payson | 2017-05-16 | |
| | | | | | ||||
* | | | | | Remove unnecessary require_relative | Ernie Miller | 2017-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.2 | Stanley Cheung | 2017-05-10 | |
| | | | | | ||||
| | * | | | constant state watch without timeouts | Alexander Polcyn | 2017-05-09 | |
| | |/ / | ||||
| * | | | Bump to 1.3.2-pre1 | Stanley Cheung | 2017-05-09 | |
| | | | | ||||
| * | | | Update version to 1.3.1 | murgatroid99 | 2017-05-04 | |
| | | | | ||||
* | | | | Merge pull request #10613 from ctiller/framing_costs | Craig Tiller | 2017-04-27 | |
|\ \ \ \ | | | | | | | | | | | Optimize framing a little | |||
| | * | | | 1.3.0 -> 1.3.1-pre1 | David Garcia Quintas | 2017-04-27 | |
| | | | | | ||||
| | * | | | s/1.3.0-pre/1.3.0 | David Garcia Quintas | 2017-04-27 | |
| | |/ / | ||||
| | * | | Revert "Merge branch 'master' into v1.3.x" | Alexander Polcyn | 2017-04-26 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca. | |||
| * | | | Regenerate projects | Craig Tiller | 2017-04-26 | |
| | | | | ||||
* | | | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-24 | |
|\ \ \ \ | | |/ / | |/| | | ||||
* | | | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-21 | |
|\ \ \ \ | ||||
| | | * \ | Merge github.com:grpc/grpc into framing_costs | Craig Tiller | 2017-04-20 | |
| | | |\ \ | | |_|/ / | |/| | | | ||||
| | * | | | Merge branch 'tsan-c++' into hybrid | Craig Tiller | 2017-04-20 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #10182 from ctiller/cpparena | Craig Tiller | 2017-04-20 | |
| |\ \ \ \ | | | | | | | | | | | | | [EXPERIMENTAL] allocate unary response writer against call arena |