Commit Graph

164 Commits

Author SHA1 Message Date
Jorge Canizales 83f746b4da Upgrade BoringSSL podspec to v2.0 2016-01-25 15:47:26 -08:00
murgatroid99 c3910cadb4 Expose core metadata validation functions in public headers 2016-01-06 13:14:23 -08:00
Craig Tiller d5bd3b6abe Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping 2015-12-10 07:19:54 -08:00
Craig Tiller 95eeed7590 Kill noop_filter.c 2015-12-09 09:45:59 -08:00
Craig Tiller bbb73b66fb Nuke unused files 2015-12-09 06:58:28 -08:00
Craig Tiller 6c1aa8add6 Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping 2015-12-08 08:15:24 -08:00
Craig Tiller 26dab31f6e Start of ping sketch 2015-12-07 14:43:47 -08:00
Jorge Canizales 944c0743cc Merge release-0.12 into master 2015-12-07 11:01:39 -08:00
Sree Kuchibhotla 6fce197b3f Merge pull request #4188 from ctiller/no-transport-metadata
Remove metadata contexts
2015-12-02 09:23:14 -08:00
Jorge Canizales 0d718cd0f4 Point gRPC.podspec to pushed BoringSSL version
(1.0)
2015-12-01 18:01:01 -08:00
Jorge Canizales 2285186216 Point spec to BoringSSL 2015-12-01 17:56:48 -08:00
Nicolas "Pixel" Noble f9c58f3bf7 Merge branch 'release-0_12'
Conflicts:
	src/core/security/credentials.c
	test/core/security/credentials_test.c
2015-12-01 22:40:44 +01:00
Jorge Canizales e3d9db2667 Adjust version requirements through samples and tests. 2015-11-25 22:16:38 -08:00
Jorge Canizales d1908b10dd Move podspec version to 0.12 2015-11-25 18:19:37 -08:00
Craig Tiller de83121308 Merge github.com:grpc/grpc into no-transport-metadata 2015-11-25 15:32:59 -08:00
yang-g d9f6101967 merge with head 2015-11-24 10:39:23 -08:00
Craig Tiller fba79f213f AVL: creation, destroy, add 2015-11-23 11:06:55 -08:00
Craig Tiller ebdef9d674 Remove metadata context from the channel stack 2015-11-19 17:09:49 -08:00
Craig Tiller 2e7687c5ef Static metadata declarations 2015-11-18 14:56:46 -08:00
yang-g 71b962634e merge with head 2015-11-18 11:41:30 -08:00
yang-g a6124120ae first part, secure channel only 2015-11-05 22:36:20 -08:00
Craig Tiller ca1593a955 stream_op cleanup: build system changes 2015-11-02 14:08:33 -08:00
Jorge Canizales 10622a8d9b Prevent XCode 7 from showing spurious warnings
This will hopefully make xctool work on Travis too (cross fingers!)
2015-10-28 07:10:47 -07:00
David Garcia Quintas b5ab8a29f5 Merge branch 'master' of github.com:grpc/grpc into microchannels 2015-10-19 15:41:42 -07:00
Craig Tiller e2a1bf46f9 Merge pull request #3726 from dgquintas/iomgr_executor
Introducing grpc_executor, for all your threading needs
2015-10-19 15:18:24 -07:00
Jorge Canizales 951875ffe0 Refer to https://github.com/CocoaPods/CocoaPods/issues/4386 regarding hack. 2015-10-15 18:30:07 -07:00
Jorge Canizales 0c8a3d804e Undo moving include/ one dir up, to ease testing workflow. 2015-10-15 18:26:18 -07:00
Jorge Canizales aff5664a86 Undo Cocoapods’ bug workaround 2015-10-15 18:02:48 -07:00
David Garcia Quintas b65e4213a3 fixed faulty merge 2015-10-14 12:00:21 -07:00
David Garcia Quintas 0fe72429a0 Merge branch 'master' of github.com:grpc/grpc into microchannels 2015-10-13 16:17:26 -07:00
David Garcia Quintas e945cd8064 Merge branch 'master' of github.com:grpc/grpc into iomgr_executor 2015-10-12 21:18:42 -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
David Garcia Quintas 4bc3463108 Introducing grpc_executor, for all your threading needs 2015-10-07 16:12:35 -07:00
David Garcia Quintas 7b1bd2c271 μChannels implementation. 2015-10-05 18:22:10 -07:00
Craig Tiller 2a548d082b Merge pull request #3006 from soltanmm/sketchbook
Add API tracing, coalesce surface+batch tracing
2015-10-05 08:48:57 -07:00
Nicolas "Pixel" Noble cff6469dfc Making template agree with clang-format. 2015-10-03 02:01:51 +02: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
Tim Emiola 25061413cf Merge pull request #3602 from grpc/release-0_11
Upmerge from beta to master.
2015-10-02 13:43:14 -07:00
Jorge Canizales c825f42347 Update versions in Podspec to 0.11.1 2015-09-28 22:16:34 -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