David Garcia Quintas
784db97ad2
Swallow content-type at the client. Fixes #3368
10 years ago
Craig Tiller
38adec97e8
Dont log on an empty wq
10 years ago
Craig Tiller
5795da7c96
Update connectivity state code to be completely synchronous
10 years ago
murgatroid99
2b09783f8a
Update to nan 2.0
10 years ago
Craig Tiller
787fb13056
Move in-flight callback check up
...
Fixes #3203
We entered a live lock race between the promotion callback and pollers,
which was only resolved when the background executor got lucky enough to
pick up the async work.
10 years ago
Jorge Canizales
fc6a5dfd16
Fix import that relies on Cocoapods
10 years ago
Craig Tiller
2d2711f9e6
Poke fd workqueues on add - to unblock a potential starvation issue
10 years ago
Craig Tiller
7a514915a3
Move in-flight callback check up
...
Fixes #3203
We entered a live lock race between the promotion callback and pollers,
which was only resolved when the background executor got lucky enough to
pick up the async work.
10 years ago
Craig Tiller
3cd6a5158d
Getting stuff working
10 years ago
Craig Tiller
6728038086
Add server trace line
10 years ago
Craig Tiller
15f8761685
Disable refcount tracing
10 years ago
Craig Tiller
5e53ddb3c5
Add tracing for connect latency
10 years ago
Craig Tiller
8f3addcc4d
Propagate workqueue from resolver --> lb_policy
10 years ago
Craig Tiller
7d57ba138f
Tests compile
10 years ago
Jan Tattermusch
156a7b6e0f
Don't do .Wait() in async context.
...
Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347 .
10 years ago
Craig Tiller
47a708e252
Core compiles with workqueues
10 years ago
Julien Boeuf
1928d496a2
Adding C++ tests and fixing a few things.
10 years ago
murgatroid99
a59ee9a307
Fixed a couple of incorrect "this" references in Node library
10 years ago
Craig Tiller
131f6edafa
Fix memory leak
10 years ago
Craig Tiller
06a43f5d7e
Progress towards workqueue transition
10 years ago
murgatroid99
640325e65e
Fixed memory leak in Buffer construction
10 years ago
murgatroid99
474f53b138
Fixed Op destructors not being called
10 years ago
Craig Tiller
1d3f127245
Fix a race in fd_posix.c
10 years ago
Craig Tiller
d70293c252
Sprinkle casts
10 years ago
David Garcia Quintas
f6a39e96fb
Type sign fix for C#
10 years ago
David Garcia Quintas
f611927f14
Fixed compilation with -Wsign-conversion on mac
10 years ago
David Garcia Quintas
bc203a88d7
Updated zookeper resolver to new LB API
10 years ago
Craig Tiller
b9d3596cb1
Enable -Wshadow
10 years ago
Nathaniel Manista
0c6177674a
Test coverage for callbacks added to Face futures
10 years ago
Craig Tiller
ebc7ef268c
Mac build fixes
10 years ago
Craig Tiller
6b8046375e
Fix typo
10 years ago
Craig Tiller
6a6b36c503
Enable -Wconversion
10 years ago
Nathaniel Manista
a1880228aa
Further maintenance of Python dependencies
...
These changes probably should have been in 3b0fefb246
but
were overlooked.
10 years ago
Craig Tiller
2ed498151d
Fix typo
10 years ago
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
10 years ago
Craig Tiller
841c880c2b
Core compiles with -Wsign-conversion
10 years ago
Craig Tiller
32ca48ce0b
Core compiles with -Wsign-conversion
10 years ago
David Garcia Quintas
fe7a6368fc
Usage of ?lb_policy=xxx in sockaddr_resolver
...
Plus test tweaks and final touches to round robin policy
10 years ago
Craig Tiller
3121fd4d75
Sign conversion fixes
10 years ago
Masood Malekghassemi
38fc0bb3d5
Fix Python docgen
...
The old package directory handling was stale in grpcio's setup.py
command support module and docgen had a typo.
10 years ago
Masood Malekghassemi
6c99ad0b76
Python version set to 0.11.0b0
10 years ago
David Garcia Quintas
1db5a8b30d
Fixed typo from bad merge
10 years ago
David Garcia Quintas
c7705c7c47
Introduced grpc_lb_policy_args
10 years ago
Craig Tiller
8664ca6463
Starting to convert code to work queues
10 years ago
Jan Tattermusch
75290eaad7
remove excess logs
10 years ago
Craig Tiller
73b6606629
Workqueue: interface, test, and posix implementation
10 years ago
Julien Boeuf
675aee6a74
Fixing #3286
...
- We cannot use call_data after the final callback as this one may
trigger the deletion of the call object (hence the call_data).
10 years ago
Julien Boeuf
1fe38ffb74
Fixing #3286
...
- We cannot use call_data after the final callback as this one may
trigger the deletion of the call object (hence the call_data).
10 years ago
Craig Tiller
cb01417349
Explicitly set content-type for servers
10 years ago
David Garcia Quintas
526789159c
Added queries and fragments to uri parser
10 years ago