Michael Lumish
|
a0756882c8
|
Merge pull request #10503 from murgatroid99/node_memory_leak_2
Node slice leaks
|
8 years ago |
Yang Gao
|
a568088171
|
Merge pull request #10495 from yang-g/missing_tail
Backport #10459 to v1.2.x
|
8 years ago |
murgatroid99
|
77e06b2f86
|
Node: fix leak of sent metadata
|
8 years ago |
yang-g
|
512b6371f4
|
Unref the tail, not the original slice
|
8 years ago |
Eric Gribkoff
|
e7369020a9
|
Merge pull request #10463 from ericgribkoff/cherry_pick_http2_fix
Backport http2 interop test fixes to v1.2.x
|
8 years ago |
Eric Gribkoff
|
358f1024ea
|
backport #10100 and #10377
|
8 years ago |
Jan Tattermusch
|
81ff57f1c3
|
Merge pull request #10446 from jtattermusch/bump_v1.2.2
Bump version to 1.2.2
|
8 years ago |
murgatroid99
|
753b0544fd
|
Properly unref some slices in Node glue code
|
8 years ago |
Jan Tattermusch
|
0be726b34d
|
bump version to 1.2.2
|
8 years ago |
Noah Eisen
|
6e31006871
|
Merge pull request #10409 from ncteisen/v1.2.x-docker-patch
Cherry pick: update go version in Dockerfile to 1.8
|
8 years ago |
Menghan Li
|
846242dd5e
|
update go version in Dockerfile to 1.8
|
8 years ago |
Jan Tattermusch
|
917b6a0606
|
Merge pull request #10270 from jtattermusch/csharp_static_runtime
Link grpc_csharp_ext with static runtime.
|
8 years ago |
Jan Tattermusch
|
561c703afc
|
fix msvc_static_runtime.cmake
|
8 years ago |
kpayson64
|
c25267fd7d
|
Merge pull request #10347 from kpayson64/bump_version
Bump version to 1.2.1
|
8 years ago |
Ken Payson
|
72240e1c1b
|
Update BUILD file
|
8 years ago |
Ken Payson
|
484871bb03
|
Bump version to 1.2.1
|
8 years ago |
kpayson64
|
e417739682
|
Merge pull request #10345 from kpayson64/real_spinlock_fix
Fix Python poll() server spinlock bug
|
8 years ago |
Ken Payson
|
c9a3aaaa54
|
Fix Python poll() server spinlock bug
|
8 years ago |
apolcyn
|
d93e4d3d1c
|
Merge pull request #10019 from twk3/fix-gem-build
Fix for using gem build/install
|
8 years ago |
apolcyn
|
486f8d9ee8
|
Merge pull request #10308 from apolcyn/bump_v12x_version
bump v1.2.x branch version to 1.2.1-pre2
|
8 years ago |
Alexander Polcyn
|
0cb20efaec
|
update to 1.2.1-pre2 in BUILD file too
|
8 years ago |
apolcyn
|
98a723787f
|
Merge pull request #10306 from apolcyn/fix_ruby_killed_thd
Handle dropped ruby threads during active calls - client side
|
8 years ago |
Alexander Polcyn
|
69c2717c80
|
bump v1.2.x branch version to 1.2.1-pre2
|
8 years ago |
Alexander Polcyn
|
4364ded9b1
|
wording fix in comments
|
8 years ago |
Alexander Polcyn
|
8d8dce8db3
|
malloc run_batch_stack after type checks
|
8 years ago |
Alexander Polcyn
|
077f890965
|
conform test to formatter
|
8 years ago |
Alexander Polcyn
|
34bb6df108
|
allocated run batch stack on the heap
|
8 years ago |
Alexander Polcyn
|
27338de445
|
add test in that sends a sigint to client while its making an rpc ona
child thread - segfaults on mac
|
8 years ago |
apolcyn
|
d0432ff5af
|
Merge pull request #10269 from apolcyn/fix_ruby_mingw_build
Fix ruby mingw build, add missing header
|
8 years ago |
Jan Tattermusch
|
e76604fc36
|
link grpc_csharp_ext with static runtime
|
8 years ago |
Alexander Polcyn
|
604abf4fa5
|
add generated imports header to be able to build on mingw
|
8 years ago |
apolcyn
|
1a0cc16dc7
|
Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1
bump v1.2.x branch to 1.2.1-pre1
|
8 years ago |
apolcyn
|
b0f3f55f8f
|
Merge pull request #9986 from apolcyn/fix_connectivity
ruby add background channel state poller to handle disconnected transports
|
8 years ago |
Alexander Polcyn
|
02d131b5ef
|
fix mac crash on abruptly ended server thread
|
8 years ago |
Alexander Polcyn
|
513070cf20
|
get rid of time check increment in watch connectivity state loop
|
8 years ago |
Alexander Polcyn
|
06d4edd283
|
fix setting of time_check_increment in watch conn state loop
|
8 years ago |
Alexander Polcyn
|
5b881460d2
|
make fewer lock/unlock calls and loop on cv_wait in watch conn state
|
8 years ago |
Alexander Polcyn
|
ea282e9c4c
|
add passing test that kills a process while there are active watch chan state calls
|
8 years ago |
Alexander Polcyn
|
3e30832cca
|
bump v1.2.x branch to 1.2.1-pre1
|
8 years ago |
David G. Quintas
|
e2cfe9df79
|
Merge pull request #10224 from dgquintas/v1.2.x
Going for 1.2.0
|
8 years ago |
David Garcia Quintas
|
69e5a28635
|
Going for 1.2.0
|
8 years ago |
Alexander Polcyn
|
4e606751db
|
add end2end tests to formatter and adjust to formatter
|
8 years ago |
Alexander Polcyn
|
b862b6ae20
|
use RTEST with channel watch arg to capture larger set of truthy args
|
8 years ago |
kpayson64
|
252205cef8
|
Merge pull request #10022 from kpayson64/resource_exauhsted
Add max_requests argument to server
|
8 years ago |
Ken Payson
|
39a5932097
|
Add max_requests argument to server
If the server is already serving max requests, return RESOURCE_EXHAUSTED
|
8 years ago |
kpayson64
|
b4121cad15
|
Merge pull request #10188 from kpayson64/another_gil_fix
Initialize GIL at startup
|
8 years ago |
Muxi Yan
|
021fa52582
|
Merge pull request #10157 from muxi/advance-protoc-version
Advance ProtoCompiler version and fix podspecs
|
8 years ago |
Muxi Yan
|
e38b01293b
|
Changes to podspecs
|
8 years ago |
Muxi Yan
|
37d3fba391
|
Relieve ios deployment version to 7.0
|
8 years ago |
Muxi Yan
|
e7aef6c4e4
|
Merge pull request #10183 from muxi/backport-10042
Backport 10042: Use the right encoding overhead number in remote interop test with Cronet
|
8 years ago |