aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Bump version to 1.2.1Gravatar Ken Payson2017-03-28
|
* Merge pull request #10345 from kpayson64/real_spinlock_fixGravatar kpayson642017-03-28
|\ | | | | Fix Python poll() server spinlock bug
| * Fix Python poll() server spinlock bugGravatar Ken Payson2017-03-28
| |
* | Merge pull request #10019 from twk3/fix-gem-buildGravatar apolcyn2017-03-27
|\ \ | | | | | | Fix for using gem build/install
* \ \ Merge pull request #10308 from apolcyn/bump_v12x_versionGravatar apolcyn2017-03-27
|\ \ \ | |_|/ |/| | bump v1.2.x branch version to 1.2.1-pre2
| * | update to 1.2.1-pre2 in BUILD file tooGravatar Alexander Polcyn2017-03-24
| | |
* | | Merge pull request #10306 from apolcyn/fix_ruby_killed_thdGravatar apolcyn2017-03-24
|\ \ \ | | | | | | | | Handle dropped ruby threads during active calls - client side
| | * | bump v1.2.x branch version to 1.2.1-pre2Gravatar Alexander Polcyn2017-03-24
| |/ / |/| |
| * | wording fix in commentsGravatar Alexander Polcyn2017-03-24
| | |
| * | malloc run_batch_stack after type checksGravatar Alexander Polcyn2017-03-24
| | |
| * | conform test to formatterGravatar Alexander Polcyn2017-03-24
| | |
| * | allocated run batch stack on the heapGravatar Alexander Polcyn2017-03-23
| | |
| * | add test in that sends a sigint to client while its making an rpc onaGravatar Alexander Polcyn2017-03-23
|/ / | | | | | | child thread - segfaults on mac
* | Merge pull request #10269 from apolcyn/fix_ruby_mingw_buildGravatar apolcyn2017-03-23
|\ \ | | | | | | Fix ruby mingw build, add missing header
| * | add generated imports header to be able to build on mingwGravatar Alexander Polcyn2017-03-23
|/ /
* | Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1Gravatar apolcyn2017-03-23
|\ \ | | | | | | bump v1.2.x branch to 1.2.1-pre1
* \ \ Merge pull request #9986 from apolcyn/fix_connectivityGravatar apolcyn2017-03-23
|\ \ \ | | | | | | | | ruby add background channel state poller to handle disconnected transports
| * | | fix mac crash on abruptly ended server threadGravatar Alexander Polcyn2017-03-22
| | | |
| * | | get rid of time check increment in watch connectivity state loopGravatar Alexander Polcyn2017-03-22
| | | |
| * | | fix setting of time_check_increment in watch conn state loopGravatar Alexander Polcyn2017-03-21
| | | |
| * | | make fewer lock/unlock calls and loop on cv_wait in watch conn stateGravatar Alexander Polcyn2017-03-21
| | | |
| * | | add passing test that kills a process while there are active watch chan ↵Gravatar Alexander Polcyn2017-03-20
| | | | | | | | | | | | | | | | state calls
| | * | bump v1.2.x branch to 1.2.1-pre1Gravatar Alexander Polcyn2017-03-20
| |/ / |/| |
* | | Merge pull request #10224 from dgquintas/v1.2.xGravatar David G. Quintas2017-03-20
|\ \ \ | | | | | | | | Going for 1.2.0
| * | | Going for 1.2.0Gravatar David Garcia Quintas2017-03-20
|/ / /
| * | add end2end tests to formatter and adjust to formatterGravatar Alexander Polcyn2017-03-20
| | |
| * | use RTEST with channel watch arg to capture larger set of truthy argsGravatar Alexander Polcyn2017-03-19
| | |
* | | Merge pull request #10022 from kpayson64/resource_exauhstedGravatar kpayson642017-03-17
|\ \ \ | | | | | | | | Add max_requests argument to server
| * | | Add max_requests argument to serverGravatar Ken Payson2017-03-17
| | | | | | | | | | | | | | | | If the server is already serving max requests, return RESOURCE_EXHAUSTED
* | | | Merge pull request #10188 from kpayson64/another_gil_fixGravatar kpayson642017-03-17
|\ \ \ \ | | | | | | | | | | Initialize GIL at startup
* \ \ \ \ Merge pull request #10157 from muxi/advance-protoc-versionGravatar Muxi Yan2017-03-17
|\ \ \ \ \ | | | | | | | | | | | | Advance ProtoCompiler version and fix podspecs
| * | | | | Changes to podspecsGravatar Muxi Yan2017-03-16
| | | | | |
| * | | | | Relieve ios deployment version to 7.0Gravatar Muxi Yan2017-03-16
| | | | | |
* | | | | | Merge pull request #10183 from muxi/backport-10042Gravatar Muxi Yan2017-03-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Backport 10042: Use the right encoding overhead number in remote interop test with Cronet
| | * | | | | Advance dependency versionGravatar Muxi Yan2017-03-16
| | | | | | |
* | | | | | | Merge pull request #10186 from kpayson64/bump_pre_versionGravatar kpayson642017-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump 1.2.x version to pre-2
| | | | * | | | Initialize GIL at startupGravatar Ken Payson2017-03-16
| | | | | | | |
| * | | | | | | Bump 1.2.x version to pre-2Gravatar Ken Payson2017-03-16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #10177 from kpayson64/no_gilGravatar kpayson642017-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change GIL aquire functions to make it c-core thread safe
| | | * | | | | Use k-contant and add comment for encoding overheadGravatar Muxi Yan2017-03-16
| | | | | | | |
| | | * | | | | Add comment to encodingOverheadGravatar Muxi Yan2017-03-16
| | | | | | | |
| | | * | | | | Use the right encoding overhead number in remote interop test with CronetGravatar Muxi Yan2017-03-16
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #10175 from kpayson64/wget_workaroundGravatar kpayson642017-03-16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Workaround new wget SSL failure
| | | | | * | add copyright header to fix failing sanity testsGravatar Alexander Polcyn2017-03-15
| | | | | | |
| | * | | | | ChangesGravatar Ken Payson2017-03-15
| | | | | | |
| | | | | * | remove now-unused channel completion queuesGravatar Alexander Polcyn2017-03-15
| | | | | | |
| * | | | | | Workaround new wget SSL failureGravatar Ken Payson2017-03-15
|/ / / / / /
| * / / / / Change GIL aquire functions to make it c-core thread safeGravatar Ken Payson2017-03-15
|/ / / / /
| | | * | add a README for new test directoryGravatar Alexander Polcyn2017-03-15
| | | | |
| | | * | stop mixing gpr mutexes and the ruby gil to fix channel closing deadlockGravatar Alexander Polcyn2017-03-15
| | | | |