Commit Graph

184 Commits

Author SHA1 Message Date
David Garcia Quintas b65e4213a3 fixed faulty merge 2015-10-14 12:00:21 -07:00
Craig Tiller 2b15f1e25a Merge github.com:grpc/grpc into latent-see 2015-10-09 17:07:56 -07:00
Craig Tiller 0ba432d445 Move profiling system to gpr 2015-10-09 16:57:11 -07:00
David Garcia Quintas 0c331880d0 Hid test-only functions from surface/call.h 2015-10-08 14:57:11 -07:00
Craig Tiller 504ed5997a Get basic profiler working again 2015-10-08 07:38:43 -07:00
Masood Malekghassemi 9229810752 Update build files 2015-10-02 16:37:33 -07:00
Masood Malekghassemi fe1093c3a8 Update build tools 2015-10-02 16:37:33 -07:00
Yang Gao b09a875917 Merge pull request #3476 from vjpai/block_annotate
Annotate blocking points
2015-09-25 13:54:51 -07:00
vjpai 9839d285cd Move block_annotate from iomgr to support since it's used in other
core places besides iomgr
2015-09-24 17:55:18 -07:00
Vijay Pai 3dd3ba1efa Rebuild all project files with new header included 2015-09-24 15:04:07 -07:00
Craig Tiller 8af4c33718 Final patches for rename 2015-09-22 12:32:31 -07:00
Craig Tiller 298751c119 Split closures from iomgr.h 2015-09-22 09:41:05 -07:00
Craig Tiller 10ee2747a9 Merge github.com:grpc/grpc into we-are-one 2015-09-22 09:25:57 -07:00
Craig Tiller 786522166e Merge pull request #3027 from jboeuf/security_connector_refactoring
Security connector refactoring
2015-09-22 08:25:57 -07:00
David Garcia Quintas 61d003a15a Merge branch 'master' of github.com:grpc/grpc into rr_with_registry 2015-09-16 17:31:09 -07:00
Julien Boeuf e9961d29f1 Merge branch 'master' of github.com:grpc/grpc into security_connector_refactoring 2015-09-15 22:51:02 -07:00
Craig Tiller 97419e4e7d Merge github.com:grpc/grpc into shindig 2015-09-15 09:37:47 -07:00
Eric Anderson c7fa5f26a5 Merge pull request #3340 from grpc/release-0_11
Release 0.11 branch to master.
2015-09-14 16:40:20 -07:00
Craig Tiller 1701b09333 Merge github.com:grpc/grpc into shindig 2015-09-11 13:33:26 -07:00
Craig Tiller d136a5c44c grpc++.h was not installed 2015-09-11 12:23:32 -07:00
Craig Tiller 73b6606629 Workqueue: interface, test, and posix implementation 2015-09-09 09:34:46 -07:00
David Garcia Quintas 4fb049b647 Added round robin LB policy. 2015-09-08 10:47:37 -07:00
David Garcia Quintas 5c4543d9f5 Introduced a registry for LB policies. 2015-09-03 16:04:19 -07:00
Nicolas "Pixel" Noble 0d728c1e9e Bumping revision to 0.11 for beta. 2015-09-01 20:23:09 +02:00
Hongyu Chen 106e15432e Merge pull request #3107 from a-veitch/view_api
API for: defining view and aggregations, associating them with metrics, and retrieving data
2015-08-31 18:15:40 -07:00
Alistair Veitch 1c09accaad change aggregation_ops to internal type 2015-08-31 16:57:32 -07:00
Alistair Veitch c47621fbef merge 2015-08-31 08:39:47 -07:00
Julien Boeuf 0d47192afa Fixing headers and paths after merge with upstream. 2015-08-30 22:18:50 -07:00
Julien Boeuf d1b6152f88 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor 2015-08-30 22:01:33 -07:00
Alistair Veitch bff9cf52ed Merge branch 'master' into tracing_api 2015-08-28 14:35:49 -07:00
Alistair Veitch ae7bbfcb92 merge to head 2015-08-28 11:00:02 -07:00
Julien Boeuf 459faf3821 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor 2015-08-27 16:07:46 -07:00
Alistair Veitch 9a09982e2d view and aggregation API 2015-08-27 13:16:00 -07:00
Julien Boeuf 5b3516e2c5 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor 2015-08-26 11:19:10 -07:00
Hongyu Chen beb580b941 More merge conflict fix 2015-08-25 16:19:33 -07:00
Alistair Veitch a4e884721d merge to head 2015-08-25 15:36:20 -07:00
Hongyu Chen 011ea49592 Merge remote-tracking branch 'upstream/master' into timespec 2015-08-25 14:44:15 -07:00
yang-g 31ff8bcc15 add missing headers from 2495 2015-08-25 14:09:06 -07:00
Alistair Veitch 4087ea6f9c Merge pull request #2945 from maxwell-demon/master
Re-install census_filters
2015-08-25 13:47:38 -07:00
Julien Boeuf 0382bfae38 Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref 2015-08-24 23:55:43 -07:00
Julien Boeuf 8fd915ab8d Adding grpc::string_ref class.
- Strict subset of
  http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html
- Useful to avoid unnecessary string copies.
2015-08-24 23:41:54 -07:00
Hongyu Chen a0f149e873 Move core/profiling/timers_preciseclock.h to core/support/ such that we
have a gpr public function which returns cycle clock.
2015-08-24 16:27:19 -07:00
yang-g 3e4bd9598b merge with head 2015-08-24 15:54:07 -07:00
Vijay Pai e8a7e30a75 Eliminate public thread-pool interface 2015-08-24 10:52:33 -07:00
yang-g 9fb35a5332 split stream.h into sync_stream.h and async_stream.h 2015-08-21 15:49:35 -07:00
yang-g 9e2f90cd06 headers reorg 2015-08-21 15:35:03 -07:00
Julien Boeuf 87047d7e93 Security connector is now responsible for the handshake. 2015-08-21 14:30:33 -07:00
Hongyu Chen e09dc78e74 rename census_filter.{c,h} to grpc_filter.{c,h} 2015-08-21 11:28:33 -07:00
yang-g c317f07b56 Make Channel ctor private 2015-08-20 12:18:08 -07:00
yang-g ef00308e39 remove internal_stub 2015-08-20 11:40:51 -07:00