Muxi Yan
411b63b92f
Advance dependency version
8 years ago
kpayson64
7655748917
Merge pull request #10186 from kpayson64/bump_pre_version
...
Bump 1.2.x version to pre-2
8 years ago
Ken Payson
867e35a458
Initialize GIL at startup
8 years ago
Ken Payson
12ca7d319c
Bump 1.2.x version to pre-2
8 years ago
kpayson64
5b0c45781c
Merge pull request #10177 from kpayson64/no_gil
...
Change GIL aquire functions to make it c-core thread safe
8 years ago
Muxi Yan
10112e50de
Use k-contant and add comment for encoding overhead
8 years ago
Muxi Yan
f69a885f17
Add comment to encodingOverhead
8 years ago
Muxi Yan
3f2413d15e
Use the right encoding overhead number in remote interop test with Cronet
8 years ago
kpayson64
c5302a0fdf
Merge pull request #10175 from kpayson64/wget_workaround
...
Workaround new wget SSL failure
8 years ago
Alexander Polcyn
071f74f6f1
add copyright header to fix failing sanity tests
8 years ago
Ken Payson
42053039ff
Changes
8 years ago
Alexander Polcyn
af3213f38b
remove now-unused channel completion queues
8 years ago
Ken Payson
38901585d4
Workaround new wget SSL failure
8 years ago
Ken Payson
8b371e23c0
Change GIL aquire functions to make it c-core thread safe
8 years ago
Alexander Polcyn
4109c23734
add a README for new test directory
8 years ago
Alexander Polcyn
563ec5324f
stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock
8 years ago
Alexander Polcyn
70bc4921e1
add another currently failing test related to channels and deadlock
8 years ago
Alexander Polcyn
f3147b3a7c
watch channel state without the gil to fix deadlock on abrupt SIGTERM
8 years ago
Yuchen Zeng
8d69254cef
Merge pull request #10159 from y-zeng/fix_set_socket_mutatar_1_2_x
...
Fix SetSocketMutator in 1.2.x
8 years ago
Alexander Polcyn
16d97edf56
add failing test revealing bug in channel state api
8 years ago
Michael Lumish
fb68f4724a
Merge pull request #10154 from murgatroid99/node_artifact_fix
...
Drop support for io.js, fix minor issue with node extension
8 years ago
Alexander Polcyn
f8dc32e9e2
make end2end test ports dynamic and slight refactor
8 years ago
Alexander Polcyn
7a32e8a499
Revert changes to example greeter client
8 years ago
Alexander Polcyn
c44c16e330
add initial framework for full end2end tests outside of rspec
8 years ago
Alexander Polcyn
be30114a3b
fix up tests and remove two unlocks in a row bug
8 years ago
Yuchen Zeng
c6f3a00b13
Fix SetSocketMutator
8 years ago
Jan Tattermusch
04a1fd51ed
Merge pull request #10147 from jtattermusch/csharp_codegen_prevent_nameclash
...
C# prevent name clashes with generated classes/enums in *Grpc.cs
8 years ago
David G. Quintas
b2d2e4ae4b
Merge pull request #10153 from dgquintas/version_bump_build
...
Updated version number in BUILD
8 years ago
Muxi Yan
62e9596c61
Advance ProtoCompiler version
8 years ago
Alexander Polcyn
fcad5799b4
in the middle of fixing watch and get connectivity state to work with new changes
8 years ago
murgatroid99
aaef11aa29
Drop support for io.js, fix minor issue with node extension
8 years ago
David Garcia Quintas
d8cbead37b
Updated version number in BUILD
8 years ago
Jan Tattermusch
ff4fc13bd2
regenerate code
8 years ago
Jan Tattermusch
482e2d2010
prevent name clashes in C# generated code
8 years ago
Alexander Polcyn
427ec5e433
change if to while to avoid unsafe wakeup
8 years ago
Stanley Cheung
20a06a05e8
Merge pull request #10134 from stanley-cheung/php-proto3-api-change
...
PHP: proto3 api change
8 years ago
Yang Gao
767adee10f
Merge pull request #10028 from yang-g/orphan
...
Only cleanup the listeners when shutdown is set
8 years ago
Michael Lumish
be9f8ae8c1
Merge pull request #10072 from murgatroid99/node_uv_default
...
Switch Node back to using libuv iomgr by default
8 years ago
Stanley Cheung
55bff48335
PHP: proto3 API change
8 years ago
Alexander Polcyn
69719089da
remove a TODO
8 years ago
Jan Tattermusch
38ea603770
Merge pull request #10124 from jtattermusch/csharp_max_message_size
...
Fix ChannelOptions.MaxMessageSize value
8 years ago
Michael Lumish
8f134272f5
Merge pull request #10093 from murgatroid99/node_server_method_name_flexibility
...
Node add service: allow exact match to name in proto file, improve error reporting
8 years ago
Jan Tattermusch
181085694d
deprecate ChannelOptions.MaxMessageSize
8 years ago
DJ Mountney
37268d0526
Fix for using gem build/install
...
When pre-compiled assets are missing for the current platform, and you run gem install, the compiled native extensions are placed in the first require paths folder. This differs from rake-compiler task, where they are always placed in lib.
Setting the lib path as the first require path will ensure the compiled library is placed in the correct folder.
8 years ago
kpayson64
32f32ea0b2
Merge pull request #9990 from kpayson64/fill_in_fields
...
Add package details to grpcio/grpcio-tools
8 years ago
Alexander Polcyn
b7e1f535f3
revert changes to rake-compiler-dock dockerfile
8 years ago
Alexander Polcyn
89d62d3061
debug print in docker file
8 years ago
Alexander Polcyn
9f4986603c
add in background connectivity state poller
8 years ago
Alexander Polcyn
e57cd90c11
fix channel connectivity state function
8 years ago
Yuchen Zeng
4a8694fb31
Merge pull request #10087 from y-zeng/fix_ping_1_2_x
...
Fix chttp2 ping parser
8 years ago