Commit Graph

243 Commits

Author SHA1 Message Date
Vishal Powar
f569cc1b36 Add BUILD rul and generated upb code for protos required to do DiscoveryRequest to xDS server
Also,
  - cleanup check scripts to look for file extension to exempt upb
  generated code.
2019-03-15 14:16:08 -07:00
Vishal Powar
319fcdf26e Add a script for generating C code and build rule for protobuf protos.
All these changes need to go together to make sense
  - changes to use new version of upb in bazel
  - allowing includes in build target option
  - script for generating c code (upb) for protos
  - generated code for example protos
  - adding changes for non-bazel builds
  - change sanity tests to ignore the generated files.
2019-03-13 12:53:17 -07:00
Alexander Polcyn
ac6795a57e Revert "Changes add a script for generating C code and build rule for protobuf"
This reverts commit 62027b7e14.
2018-12-12 11:40:25 -08:00
Vishal Powar
62027b7e14 Changes add a script for generating C code and build rule for protobuf
protos

All these changes need to go together to make sense
  - changes to use new version of upb in bazel
  - allowing includes in build target option
  - script for generating c code for protos
  - generated code for example build
  - adding changes for non-bazel builds
  - change sanity tests to ignore the generated files.
2018-12-11 14:59:02 -08:00
Vishal Powar
fafde8ff21 Adding ads (data-plane-api) method name to wellknown names list.
This is the api for getting assignments from xDS server
2018-11-16 15:16:39 -08:00
Mark D. Roth
f85fd026e3 Client-side health checking support. 2018-10-24 12:29:04 -07:00
Hope Casey-Allen
bf4432b67e Add comment to specify hpack elements 2018-10-01 10:08:50 -07:00
Hope Casey-Allen
4772a743e8 Delete hpack lookup table 2018-09-28 13:47:04 -07:00
hcaseyal
0dd651dcea Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checks
Remove unnecessary callout_is_default checks
2018-09-20 11:01:53 -07:00
Hope Casey-Allen
091f8dd51e Remove unnecessary callout_is_default checks 2018-09-19 22:22:06 -07:00
Hope Casey-Allen
2a51d406e8 Minor cleanup to gen_static_metadadta.py 2018-09-19 14:39:33 -07:00
Hope Casey-Allen
327c514fe7 Some reorganizing to respond to code review comments 2018-09-19 13:50:25 -07:00
Hope Casey-Allen
5b27941372 Even cleaner implementation that does not modify the grpc_mdelem struct. 2018-09-12 16:34:38 -07:00
Hope Casey-Allen
fba18108fa Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table 2018-09-11 08:55:43 -07:00
Hope Casey-Allen
0b4e263fdf Small formatting and style changes 2018-09-11 08:52:59 -07:00
Hope Casey-Allen
4a9cd9c38b Fix codegen script to include port_platform 2018-09-10 22:30:26 -07:00
Hope Casey-Allen
b731178a7c Fix codegen script to include port_platform 2018-09-10 22:29:03 -07:00
Hope Casey-Allen
fbe594beeb Much cleaner approach that should address code review comments as well 2018-09-10 22:19:40 -07:00
Hope Casey-Allen
009d828341 WIP. Modifying grpc_mdelem to store the static hpack table idnex 2018-09-10 19:23:05 -07:00
Jan Tattermusch
fcf533d916 try fix nanopb generation 2018-08-07 14:28:41 +02:00
David Garcia Quintas
f3955ba711 Update to use the canonical version of LB proto 2018-06-21 17:46:31 -07:00
David Garcia Quintas
bc9573d7ac back to using quotes for nanopb includes 2018-06-04 13:49:03 -07:00
David Garcia Quintas
99dc56758e more tweaks go output of nanopb gen 2018-06-01 16:19:58 -07:00
David Garcia Quintas
00e045dbb2 Fix the inclusion "third_party/nanopb/..." to simply "..." 2018-06-01 15:44:03 -07:00
Jan Tattermusch
d8f9fe844f get rid of premature return in massage_qps_stats 2018-05-18 15:33:25 +02:00
Yash Tibrewal
31f4eee720 Clang format and yapf 2018-05-14 15:45:17 -07:00
Yash Tibrewal
519d2b1fae Cleanup stats removal for opt build. Stats will only be collected on debug builds or if GRPC_COLLECT_STATS is defined. 2018-05-14 15:17:43 -07:00
Yash Tibrewal
ae3866bf6b Try removing stats 2018-05-04 15:03:08 -07:00
ncteisen
4454af55e1 Update stats generator 2018-05-01 09:45:01 -07:00
Yihua Zhang
04fb58efbd Add ALTS code to grpc/core 2018-03-08 06:49:24 -08:00
Sree Kuchibhotla
ae277dd000 Revert "Add ALTS C stack to gRPC core" 2018-03-07 14:35:36 -08:00
Yihua Zhang
eaf6486677 Add ALTS code to grpc/core 2018-03-06 21:40:45 -08:00
Mark D. Roth
718c8341ca Retry support. 2018-02-28 13:00:04 -08:00
Muxi Yan
3db2caaf2e Replace message/deflate,gzip with deflate,gzip 2018-02-06 18:17:42 -08:00
Muxi Yan
fb061c329a Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2018-01-19 12:20:15 -08:00
Mehrdad Afshari
87cd994b04 Upgrade yapf to 0.20.0
Upgrade yapf version to 0.20.0 and reformat Python files.
2018-01-02 14:40:00 -08:00
Muxi Yan
032e9b32dc Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-13 14:04:45 -08:00
ncteisen
cf1d28b473 Fix windows compile 2017-12-13 11:58:54 -08:00
ncteisen
7a2be20a8a yapf tools/distrib 2017-12-11 16:49:19 -08:00
ncteisen
5898847ddf yapf tools/codegen 2017-12-11 16:43:54 -08:00
Muxi Yan
99024d6436 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-08 14:02:18 -08:00
Muxi Yan
6043006af1 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-06 22:29:12 -08:00
Yash Tibrewal
8cf1470a51 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 2017-12-06 09:47:54 -08:00
Yash Tibrewal
ad4d2dde00 Revert "All instances of exec_ctx being passed around in src/core removed" 2017-12-06 09:05:05 -08:00
Yash Tibrewal
6fbe010851 minor objc test change 2017-11-27 13:46:18 -08:00
Yash Tibrewal
9da7ac217a Merge branch 'master' into execctx 2017-11-27 13:42:21 -08:00
Mehrdad Afshari
28661ea6e1 Bump third_party/protobuf submodule to v3.5.0 2017-11-24 17:56:04 -08:00
Yash Tibrewal
0ee7574732 Removing instances of exec_ctx being passed around in functions in
src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of
grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx
also keeps track of the previous exec_ctx so that nesting of exec_ctx is
allowed. This means that there is only one exec_ctx being used at any
time. Also, grpc_exec_ctx_finish is called in the destructor of the
object, and the previous exec_ctx is restored to avoid breaking current
functionality. The code still explicitly calls grpc_exec_ctx_finish
because removing all such instances causes the code to break.
2017-10-18 17:12:19 -07:00
Muxi Yan
4c7bc85bd8 Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression algorithm names at surface API
This reverts commit 6360274841.
This reverts commit 33d7a7aa5a.
2017-10-11 16:27:51 -07:00
Muxi Yan
03fc857a6f Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-10-06 18:47:09 -07:00