Craig Tiller
15f8761685
Disable refcount tracing
9 years ago
Craig Tiller
5e53ddb3c5
Add tracing for connect latency
9 years ago
Craig Tiller
8f3addcc4d
Propagate workqueue from resolver --> lb_policy
9 years ago
Craig Tiller
36c86e2a83
Merge github.com:grpc/grpc into shindig
9 years ago
Craig Tiller
7d57ba138f
Tests compile
9 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 .
9 years ago
Julien Boeuf
5600a6aaac
Changing build.yaml: s/secure_tranport_setup/handshake
9 years ago
Julien Boeuf
e9961d29f1
Merge branch 'master' of github.com:grpc/grpc into security_connector_refactoring
9 years ago
Julien Boeuf
97f80faeb4
Adding documentation.
9 years ago
Craig Tiller
47a708e252
Core compiles with workqueues
9 years ago
Julien Boeuf
34da96654d
Regenerating project after merge with master.
9 years ago
Julien Boeuf
fd2f7331fa
Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin
9 years ago
Julien Boeuf
1928d496a2
Adding C++ tests and fixing a few things.
9 years ago
Yang Gao
9ed4be4895
Merge pull request #3123 from rjshade/SOCK_NONBLOCK
...
Add SOCK_NONBLOCK option to UDP sockets.
9 years ago
Yang Gao
3d29666b9d
Merge pull request #3135 from rjshade/remove_udp_new_transport_cb
...
Remove on_connect callback from udp_server
9 years ago
David G. Quintas
6f3680160a
Merge pull request #3338 from ctiller/bettererer-ports
...
Better port selection
9 years ago
Craig Tiller
76cda1f2d2
Merge pull request #3344 from grpc/jtattermusch-patch-3
...
Remove traces of running zookeeper on jenkins master
9 years ago
Jan Tattermusch
901b0f1a53
Remove traces of running zookeeper on jenkins master
9 years ago
Craig Tiller
97419e4e7d
Merge github.com:grpc/grpc into shindig
9 years ago
murgatroid99
a59ee9a307
Fixed a couple of incorrect "this" references in Node library
9 years ago
Craig Tiller
131f6edafa
Fix memory leak
9 years ago
Craig Tiller
7dc34ac7a0
Fix memory leak
9 years ago
Craig Tiller
06a43f5d7e
Progress towards workqueue transition
9 years ago
Julien Boeuf
4ffbf0d22c
Adding tests for credentials plugin.
9 years ago
murgatroid99
640325e65e
Fixed memory leak in Buffer construction
9 years ago
murgatroid99
474f53b138
Fixed Op destructors not being called
9 years ago
Eric Anderson
c7fa5f26a5
Merge pull request #3340 from grpc/release-0_11
...
Release 0.11 branch to master.
9 years ago
Nicolas Noble
e8659971a9
Merge pull request #3329 from ctiller/oooooops
...
grpc++.h was not installed
9 years ago
Craig Tiller
1d3f127245
Fix a race in fd_posix.c
9 years ago
Craig Tiller
f52884cc5b
Merge branch 'bettererer-ports' of github.com:ctiller/grpc into bettererer-ports
9 years ago
Craig Tiller
404044acc2
Retry failed port get attempts a few times
9 years ago
Craig Tiller
58c62879f5
Merge branch 'bettererer-ports' of github.com:ctiller/grpc into bettererer-ports
9 years ago
Craig Tiller
d70293c252
Sprinkle casts
9 years ago
Robbie Shade
e388ed3a45
Remove arguments from on_read in test
9 years ago
Robbie Shade
78856d79f0
Merge remote-tracking branch 'upstream/master' into SOCK_NONBLOCK
9 years ago
Robbie Shade
bb84dc0004
Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb
9 years ago
Robbie Shade
f798b779fc
Merge remote-tracking branch 'upstream/master' into rename_callback
9 years ago
Craig Tiller
d8374ef194
No need for the assert here
9 years ago
Craig Tiller
ae322afe60
Better port selection
...
- avoid IANA and Linux ephemeral port ranges
- support dropping allocated ports
- aggressively try to reclaim ports if we reach exhaustion
- set SO_REUSEADDR on test port binds
9 years ago
Craig Tiller
2616666964
Merge pull request #3337 from dgquintas/sign_macosx
...
Fixes for -Wsign-conversion compilation errors (mac & C#)
9 years ago
David Garcia Quintas
f6a39e96fb
Type sign fix for C#
9 years ago
David Garcia Quintas
f611927f14
Fixed compilation with -Wsign-conversion on mac
9 years ago
David G. Quintas
0a232d8379
Merge pull request #3335 from dgquintas/fix_zookeeper_registry
...
Updated zookeper resolver to new LB API
9 years ago
David Garcia Quintas
0cf27f7e18
Fixed leak introduced in #3293
9 years ago
David Garcia Quintas
bc203a88d7
Updated zookeper resolver to new LB API
9 years ago
David Garcia Quintas
8d45f7bb7b
Fixed leak introduced in #3293
9 years ago
David Garcia Quintas
56d66c207b
Fixed wrong usage of varargs
9 years ago
David Garcia Quintas
a4c43a6cbb
Merge branch 'master' of github.com:grpc/grpc into rr_with_registry
9 years ago
Craig Tiller
7496d01ab8
Merge pull request #3331 from carl-mastrangelo/header
...
Update Header Field name rules
9 years ago
Eric Anderson
9ed26703f4
Merge pull request #3333 from nmittler/apr
...
Adding apr to grpc-java Dockerfile
9 years ago