Commit Graph

480 Commits

Author SHA1 Message Date
murgatroid99 3466c4b55d Updated copyrights 2016-01-12 10:26:04 -08:00
Ian Coolidge 8e7a4b66e8 Fix R/W template argument order in prototypes
In some cases, the prototype argument order was different
than the declaration order.

Based on a patch from Sam Leffler.
2016-01-11 14:19:58 -08:00
jboeuf bbb94bd6fc Merge pull request #4562 from ctiller/ints
Switch to using C99 types for fixed size integers
2016-01-06 12:50:53 -08:00
Craig Tiller 0ede550acb Update async write documentation 2016-01-06 07:32:10 -08:00
Craig Tiller 6a56221f28 Merge github.com:grpc/grpc into ints 2016-01-04 16:08:47 -08:00
Craig Tiller de3da74866 Add copyright checks to sanity; make them verify copyright year is valid 2016-01-04 14:41:25 -08:00
sammcveety cbf2dfed88 Update link in credentials.h to point to grpc.io 2016-01-03 19:36:23 -07:00
Craig Tiller 7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
Bogdan Drutu 42ab3fa5fa Add a destructor callback as well 2015-12-11 19:48:19 -08:00
Bogdan Drutu 38d2ad6e96 Add a hook for the default constructor of ClientContext. 2015-12-11 19:29:07 -08:00
Hongyu Chen aa28ccc922 Merge remote-tracking branch 'upstream/master' 2015-12-11 11:08:35 -08:00
Hongyu Chen 0504a4443f More reverting 2015-12-10 16:33:56 -08:00
Hongyu Chen 134cac2004 Address comments: revert all changes except adding two new metadata keys
"census" and "census-bin"
2015-12-10 16:19:24 -08:00
Jan Tattermusch 5dc93c363b include climits 2015-12-07 17:59:35 -08:00
Jan Tattermusch 5b155e5674 more win x64 fixes 2015-12-07 17:59:32 -08:00
Craig Tiller 35c1d3c462 Merge pull request #4207 from yang-g/server_builder_options
Server builder options
2015-12-03 11:39:44 -08:00
Hongyu Chen 1f96048187 Census tags propagation. 2015-12-02 22:24:33 -08:00
jboeuf 6f9b171842 Merge pull request #4204 from ctiller/emergency-cheese-and-crackers
Global hook for doing something in response to a synchronous server call
2015-12-02 20:55:37 -08:00
yang-g 92f4a155d8 add doxygen comment 2015-12-02 14:24:45 -08:00
Craig Tiller 8352b9e997 Review feedback 2015-12-02 11:43:40 -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
Julien Boeuf 6489740a7c Improving documentation. 2015-11-25 14:42:55 -08:00
Julien Boeuf 67c2c95788 Fixing typo. 2015-11-25 14:33:19 -08:00
yang-g 52705590e4 Add set pointer api to channel_arguments 2015-11-25 11:45:33 -08:00
yang-g a23f17b123 add server_builder_option 2015-11-25 10:21:05 -08:00
Craig Tiller 7221d999bb Global hook for doing something in response to a synchronous server call 2015-11-24 06:59:33 -08:00
Craig Tiller 52a2ebadcb Two argument variant for grpc::thread 2015-11-20 15:37:54 -08:00
Julien Boeuf 114f39475f Cpp example of how the plugins can be done. 2015-11-19 22:24:05 -08:00
Craig Tiller b113649517 clang-format 2015-11-18 11:30:17 -08:00
David G. Quintas 75b53d6a5d Merge pull request #3993 from ctiller/new_op
Core transport & call cleanup
2015-11-18 08:52:10 -08:00
Julien Boeuf 232d625a84 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 20:55:13 -08:00
Julien Boeuf 675b5ce861 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 15:05:45 -08:00
yang-g b0e5e082b0 include header 2015-11-17 14:26:15 -08:00
yang-g a89bf50cf1 Handle cancel before start case 2015-11-17 14:19:17 -08:00
Craig Tiller 36da1380af Merge github.com:grpc/grpc into new_op 2015-11-16 11:34:24 -08:00
Julien Boeuf 112f4a3035 Fixing the doc to warn of the dangers for overriding the target name when using SSL. 2015-11-11 18:34:28 -08:00
Craig Tiller 9beccc6024 Merge github.com:grpc/grpc into new_op 2015-11-04 09:09:24 -08:00
Craig Tiller 187c4b36d9 Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition
Move static value grpc::string_ref::npos definition to cc file
2015-11-04 08:04:56 -08:00
Craig Tiller 5925603101 stream_op cleanup: miscellany 2015-11-02 14:19:15 -08:00
yang-g bd89dd8381 remove log spam 2015-10-27 16:18:30 -07:00
Nicolas Noble dcd35b8ad6 Merge pull request #3969 from grpc/release-0_11
Release 0 11 -> master
2015-10-26 17:41:17 -07:00
Jorge Canizales 0f5739be43 Mark WaitForInitialMetadata as override, for Clang 2015-10-23 17:58:35 -07:00
Julien Boeuf 3bb61d8917 Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change 2015-10-17 22:14:29 -07:00
Julien Boeuf 54a902ed17 Successfully compile C++ libary (not tests yet). 2015-10-12 14:09:03 -07:00
David Garcia Quintas 7fd0fd5023 C++ Alarm implementation (with tests). 2015-10-07 19:04:58 -07:00
Craig Tiller dd69342218 Merge github.com:grpc/grpc into clang_format 2015-09-25 09:56:52 -07:00
Craig Tiller ddf3a511aa Add clang-format to sanity 2015-09-24 13:03:44 -07:00
Craig Tiller 04456843cd Windows fixes 2015-09-23 10:07:16 -07:00
Julien Boeuf c34b2e744c Do not use string_ref for output params.
It is very much unsafe to do so as the string_ref could point on a stack
variable of the callee.
2015-09-22 13:45:53 -07:00
Julien Boeuf 8b0b6f413d It is a bad idea to have a map with string_refs as output params.
This is very much unsafe as the string_ref could point on a stack
variable of the callee.
2015-09-22 13:31:16 -07:00