Commit Graph

50 Commits

Author SHA1 Message Date
David Garcia Quintas
2425bbbc55 Further work. Compiles. WIP 2016-01-25 17:32:48 -08:00
David Garcia Quintas
a43aadd7e1 fixed copyrights 2016-01-21 10:01:28 -08:00
David Garcia Quintas
08a0a3306e Made "codedgen" directories closed over #includes 2016-01-21 01:04:36 -08:00
David Garcia Quintas
6190854157 updated copyrights 2016-01-20 11:21:27 -08:00
David Garcia Quintas
1aeabd7194 regenerated projects 2016-01-19 11:23:37 -08:00
David Garcia Quintas
a8b866b0b7 Merge branch 'master' of github.com:grpc/grpc into proto_interfaces 2016-01-19 10:33:21 -08:00
David Garcia Quintas
44f3249018 Introduced ServerInterface 2016-01-15 16:49:16 -08:00
David Garcia Quintas
2bf574f814 Added back trailing newlines 2016-01-14 15:55:03 -08:00
David Garcia Quintas
752c36a588 Merge branch 'master' of github.com:grpc/grpc into proto_interfaces 2016-01-14 13:57:55 -08:00
Craig Tiller
754bd26e28 clang-format code 2016-01-14 06:10:15 -08:00
murgatroid99
eeb02ba77a Update copyrights again 2016-01-13 20:43:33 -08:00
David Garcia Quintas
e50c6c2f5e WIP. Added ChannelInterface 2016-01-13 16:02:00 -08:00
Vijay Pai
947ab265bd Merge branch 'master' into bbuf 2016-01-13 12:25:33 -08:00
murgatroid99
3466c4b55d Updated copyrights 2016-01-12 10:26:04 -08:00
Vijay Pai
b30bc2aad6 Remove dead code and a thus unneeded change to C++ bbuf 2016-01-11 10:11:50 -08:00
Vijay Pai
6045681003 Merge branch 'master' into bbuf 2016-01-11 10:08:26 -08:00
Vijay Pai
93beeb8895 Fix one use of grpc instead of gpr 2016-01-07 12:12:40 -08:00
vjpai
de332dfcac Refactor server side to support generic tests. 2016-01-07 10:20:46 -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
Vijay Pai
18c0477528 Got rid of all compilation problems, now need to test 2016-01-04 09:52:10 -08:00
Craig Tiller
7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
vjpai
be75ffd028 Merge branch 'master' into bbuf 2015-12-22 10:40:16 -08:00
vjpai
594f0c43e0 Merge branch 'master' into bbuf 2015-11-30 15:53:49 -08:00
vjpai
b6df94ad22 WIP 2015-11-30 15:52:50 -08:00
yang-g
52705590e4 Add set pointer api to channel_arguments 2015-11-25 11:45:33 -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
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
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
yang-g
bd89dd8381 remove log spam 2015-10-27 16:18:30 -07:00
Jorge Canizales
0f5739be43 Mark WaitForInitialMetadata as override, for Clang 2015-10-23 17:58:35 -07:00
Julien Boeuf
54a902ed17 Successfully compile C++ libary (not tests yet). 2015-10-12 14:09:03 -07:00
Craig Tiller
d6599a39e4 Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
2015-09-03 09:37:02 -07:00
Konstantin Podsvirov
dc90c13bec Move static value grpc::string_ref::npos definition to cc file 2015-09-01 16:18:57 +03:00
Julien Boeuf
5be92a316d Shuffling headers around. 2015-08-28 16:28:18 -07:00
Julien Boeuf
0c711ad88b Adding C++ metadata processor.
- Had to chnage the core API to add a destroy function pointer in
  grpc_auth_metadata_processor.
- Tested end to end.
- Fixed some issues in the server_auth_filter (we were not checking the
  length which put us at risk of an overflow).
2015-08-28 14:10:58 -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
yang-g
0d9f81f741 minor fixes 2015-08-26 22:04:30 -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
yang-g
5e700f3d1f Merge remote-tracking branch 'upstream/master' into string_ref_auth 2015-08-26 10:16:31 -07:00
Craig Tiller
47ec9a40ad Add ostream support for string_ref 2015-08-26 09:47:51 -07:00
yang-g
d090fe1379 auth context api change for string_ref 2015-08-25 16:53:07 -07:00
yang-g
e21908fcee impl 2015-08-25 13:47:51 -07:00
yang-g
d5539ec6e2 remove constexpr since gcc 4.4 or vs2010 does not support it 2015-08-25 11:05:29 -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
yang-g
3e4bd9598b merge with head 2015-08-24 15:54:07 -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