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
Muxi Yan
6360274841
Make the names of compression algorithms backwards compatible at surface API
2017-10-06 17:25:40 -07:00
Yash Tibrewal
bc460fa3c4
Rebasing on master for easier merging and testing
2017-10-02 19:01:25 -07:00
Yash Tibrewal
547653ebdb
some build changes, some unresolved dependencies
2017-10-02 16:32:27 -07:00
Yash Tibrewal
19f0a909ac
pointer conversion for libuv build. gen_stats_data.py to generate .cc
2017-10-02 16:29:41 -07:00
Yash Tibrewal
90adcf5e98
gen_static_metadata.py would generate .cc now. Also fixed asan build failures
2017-10-02 16:29:41 -07:00
Craig Tiller
2477cf3778
Revert "General executor speedups, introspection"
2017-09-26 12:20:35 -07:00
Muxi Yan
1c285b9812
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
2017-09-25 12:38:17 -07:00
Muxi Yan
e6d888d0a0
Change C core surface API
2017-09-25 11:42:46 -07:00
Yash Tibrewal
81e476e6d6
Merge pull request #12624 from yashykt/ctocc6
...
C to C++ compilation
2017-09-19 16:31:44 -07:00
Craig Tiller
7fcdd7add0
Really spell out code generation
2017-09-19 14:11:21 -07:00
Yash Tibrewal
067611f192
static metadata and clang format
2017-09-18 15:42:40 -07:00
Craig Tiller
70bbb6b117
Fix schema generation
2017-09-13 09:04:30 -07:00
Craig Tiller
bdfa308a1f
Merge github.com:grpc/grpc into stats_json
2017-09-12 15:27:45 -07:00
Craig Tiller
5d6156033e
Review feedback
2017-09-12 13:15:58 -07:00
Craig Tiller
f11a40d23b
Upload core stats to qps_test
2017-09-12 10:54:20 -07:00
Craig Tiller
4b7fe94a97
Automatically generate BigQuery schema details for all counters
2017-09-11 13:30:13 -07:00
Craig Tiller
eda90974b4
Add a documentation field to stats, enforce its usage
2017-09-08 09:52:29 -07:00
Craig Tiller
3749a6d417
Merge github.com:grpc/grpc into stats_histo
2017-09-06 13:28:22 -07:00
Craig Tiller
3e3dd08087
Bounds fixes
2017-09-05 15:08:39 -07:00
Craig Tiller
07530dbbeb
Fixup bounds
2017-09-05 14:55:43 -07:00
Mark D. Roth
4190f39afb
Merge pull request #12298 from markdroth/default_metadata_fix
...
Detect default metadata using the callout list.
2017-09-05 10:20:43 -07:00
Craig Tiller
cd0a91e4e1
Fix some rounding bugs
2017-09-02 17:58:22 -07:00
Flavio Medeiros
89e68acb50
Trying to make the code more readable.
2017-09-02 10:24:01 -07:00
Craig Tiller
e4605634a7
Cleanup intification
2017-09-01 16:45:36 -07:00
Craig Tiller
56a84848c7
Merge branch 'stats_histo_ints' into stats_histo
2017-09-01 16:36:52 -07:00
Craig Tiller
40bca8468e
Fix one rounding bug
2017-09-01 16:35:08 -07:00
Craig Tiller
97ec5eb61e
Add stats test
2017-09-01 12:57:36 -07:00
Craig Tiller
da5cd59ed3
Restrict histograms to integral boundaries
2017-09-01 10:03:40 -07:00
Mark D. Roth
9e3a19ee95
Use a separate table to determine which callouts are default.
2017-09-01 08:50:42 -07:00
Craig Tiller
5489d41c15
Expose histograms via microbenchmarks
2017-08-31 12:20:04 -07:00
Craig Tiller
520d76d698
Compile fix
2017-08-31 11:26:30 -07:00
Craig Tiller
640dfe499e
Histogram support
2017-08-30 13:34:49 -07:00
Craig Tiller
e944c5d490
Merge branch 'stats' into stats_histo
2017-08-29 14:16:14 -07:00
Craig Tiller
03c908fc9e
Merge github.com:grpc/grpc into stats
2017-08-29 12:34:10 -07:00
Muxi Yan
68760439e7
Resolve performance
2017-07-27 15:11:15 -07:00
Muxi Yan
0603895423
Merge remote-tracking branch 'upstream/master' into stream_compression_config
2017-07-26 17:02:31 -07:00
Muxi Yan
68a0fd5416
Separate stream compression from message-wise compression
2017-07-26 14:20:01 -07:00
Craig Tiller
33aeabad66
begin building out histogram support
2017-07-20 16:02:24 -07:00
Craig Tiller
280866817f
Add a simple stats framework to gRPC C core
2017-07-18 14:22:19 -07:00
Craig Tiller
d996379030
Reset OWNERS state
2017-07-17 10:54:07 -07:00
Craig Tiller
e476f7d33f
Strawman OWNERS --> CODEOWNERS script
2017-07-13 08:52:00 -07:00
Muxi Yan
59827dd739
generate project
2017-07-12 14:04:30 -07:00
Noah Eisen
e7ba3e91f8
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846
2017-07-11 07:37:41 -07:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00
David Garcia Quintas
a818f72c0c
Load Reporting back to using metadata
2017-04-15 11:25:48 -07:00
Bogdan Drutu
c2b1f1672d
Change metadata names used by the instrumentation.
2017-04-13 14:10:04 -07:00
Craig Tiller
12d716c88c
add nl
2017-04-12 09:00:41 -07:00
Craig Tiller
bee6a33c5c
Fix include guards
2017-04-05 14:46:56 -07:00
Craig Tiller
dd2f706b8b
Generate slightly more efficient code
2017-04-05 08:11:44 -07:00
Craig Tiller
3d13d7e162
Update copyright, choose a better sort order for our enum
2017-04-05 08:02:42 -07:00
Craig Tiller
ee787caf0e
Merge github.com:grpc/grpc into truebin
2017-04-04 15:54:40 -07:00
Craig Tiller
87c79795e6
Perform option exchange
2017-04-03 17:05:12 -07:00
Craig Tiller
c8f62bcb03
Add new setting for true-binary mode
2017-04-03 16:25:45 -07:00
Craig Tiller
bf289563f6
Start gen script for new settings handling
2017-04-03 15:36:16 -07:00
Craig Tiller
9eb0fdec00
Reorganize ext tree
...
- filters live under filters
- lb_policy, resolver implementations (being part of client_channel) live under client_channel
2017-03-31 16:59:30 -07:00
Craig Tiller
0db30f3dd0
HPACK parsing benchmarks
2017-02-23 08:48:34 -08:00
David G. Quintas
ca452f432e
Merge pull request #9648 from dgquintas/lr_sans_md
...
Use call context to propagare LR costs
2017-02-16 12:46:11 -08:00
David Garcia Quintas
716f953532
Update protobuf version used for nanopb compiler
2017-02-14 10:54:20 -08:00
David Garcia Quintas
f31f096274
Use call context to propagare LR costs
2017-02-13 16:26:00 -08:00
Craig Tiller
0c3fdad486
Fix hpack fuzzer
2017-01-21 15:16:26 -08:00
Craig Tiller
19cc2db3bc
Merge branch 'slice_with_exec_ctx' into metadata_filter
2017-01-04 12:54:34 -08:00
Craig Tiller
de7e8c78f7
Dont add copyright
2017-01-03 14:03:01 -08:00
Craig Tiller
5efdf3ca26
Fix casting error
2016-12-07 17:30:21 -08:00
Craig Tiller
ebc77551e9
Fix memory overrun
2016-12-07 11:25:11 -08:00
Craig Tiller
ddea41e666
Remove code, rely on a pip installable module to codegen
2016-11-30 17:05:54 -08:00
Craig Tiller
28d776e9d2
Make everything compile for clang & gcc
2016-11-23 10:16:53 -08:00
Craig Tiller
6ec8aa1c06
Simplify batch callout index calculation
2016-11-23 09:35:25 -08:00
Craig Tiller
a82d2a36cf
Fix compile, make slice.c respect sub_refcount
2016-11-23 08:13:46 -08:00
Craig Tiller
43a5169292
Declare sub_refcnt field
2016-11-23 08:03:02 -08:00
Craig Tiller
a7d37a371a
Initial conversion work to indexed metadata
2016-11-22 14:37:16 -08:00
Craig Tiller
dcbe70c137
Faster comparison
2016-11-21 14:07:52 -08:00
Craig Tiller
3b05e1da91
Move from cmp --> eq, and provide a good implementation for interning
2016-11-21 13:46:31 -08:00
Craig Tiller
9ecadce1e0
Get identity law testing right
2016-11-18 14:52:25 -08:00
Craig Tiller
0160de9ae5
Begin moving mdelem to be a value type
2016-11-18 08:46:46 -08:00
Craig Tiller
b2348ba1db
Check length as well as start when determining static metadata id
2016-11-18 08:10:46 -08:00
Craig Tiller
1961436b93
Fix static string interning
2016-11-17 16:05:27 -08:00
Craig Tiller
7885d1abe7
Initial fixes
2016-11-17 14:07:45 -08:00
Craig Tiller
0451c3dbfc
Move slice functions to vtable, implement hash
2016-11-17 09:34:14 -08:00
Craig Tiller
d7f15831c6
Tests are starting to compile
2016-11-16 17:12:55 -08:00
Craig Tiller
47718a69a9
Add method config stuff
2016-11-14 14:48:42 -08:00
Craig Tiller
5ef31ab9c9
Progress towards mdstr elimination
2016-11-10 16:27:48 -08:00
Craig Tiller
e52bbb1d01
Initial elimination of grpc_mdstr from metadata.{h,c}
2016-11-10 15:34:06 -08:00
Craig Tiller
515a33d6bd
Perfect hashing code
2016-11-10 15:33:32 -08:00
Craig Tiller
e4222b4cbd
Add incldues, fix function names
2016-10-26 17:15:30 -07:00
David Garcia Quintas
d8fe334d5b
s/lb-cost/lb-cost-bin
2016-10-15 15:25:51 -07:00
David Garcia Quintas
a3654db631
Renamed LB-related metadata keys
2016-10-11 15:55:40 -07:00
David G. Quintas
d53957cf4e
Merge pull request #8099 from dgquintas/census_md_rename_sep_16
...
Renamed grpc-census-bin to grpc-stats-bin
2016-09-21 12:38:27 -07:00
David Garcia Quintas
98d5f5cb3f
Renamed grpc-census-bin to grpc-stats-bin
2016-09-14 14:34:22 -07:00
David Garcia Quintas
ebe7c17613
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
2016-09-12 22:57:29 -07:00
Craig Tiller
e0321637d7
Merge pull request #7774 from ctiller/percent-encoder
...
Percent encoding routines
2016-09-06 22:08:12 -07:00
David Garcia Quintas
b8245bd231
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
2016-09-01 18:29:46 +02:00
Makdharma
178f4bc24d
prep work for enabling caching
...
Added new header grpc-payload-bin
Added new channel arg for setting max payload size
Ability to create a GET request in client filter
Ability to parse the payload from header in server filter.
2016-08-24 15:16:53 -07:00
David Garcia Quintas
88ece58764
Update protobuf version to 3.0.0
2016-08-22 15:03:12 -07:00
Craig Tiller
1c7a84202f
Add a strict and a permissive decoder, allow different reserved alphabets
2016-08-18 11:13:11 -07:00
David Garcia Quintas
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
2016-08-01 17:06:43 -07:00
David Garcia Quintas
01c4d995d3
Added new features to load reporting.
...
- Propagation of (rpc) method name.
- Invocation of the hook at (call, channel) x (creation, destruction)
- Added enum to identify the source of invocation.
- Fixed testing. Went from test fixture to simple test.
2016-07-10 20:57:52 -07:00
David Garcia Quintas
e7518461c2
Merge branch 'master' of github.com:grpc/grpc into lr_hook
2016-06-02 10:24:51 -07:00
Alistair Veitch
44181c02c4
fix options file; fix generated include guards
2016-05-26 10:29:38 -07:00
David Garcia Quintas
772f485334
Merge branch 'master' of github.com:grpc/grpc into lr_hook
2016-05-19 14:56:03 -07:00
Jan Tattermusch
fffd296bc5
Merge pull request #6279 from dgquintas/lb_proto_v1
...
Updated load balancer proto to v1
2016-05-10 10:15:42 -07:00
David Garcia Quintas
1621c4d37c
Added support for trailing metadata
2016-05-04 19:44:37 -07:00
Mark D. Roth
8a1d8052eb
Added bad_client test to check that the server rejects requests with too
...
much metadata and refuses to send responses with too much metadata.
2016-05-03 10:44:56 -07:00
David Garcia Quintas
7f0793ad62
Updated load balancer proto to v1
2016-04-25 16:48:26 -07:00
Jan Tattermusch
de4fcb3a7f
Merge pull request #6050 from dgquintas/nanopb_generation
...
Generalized nanopb generator script
2016-04-20 21:00:59 -07:00
David Garcia Quintas
f7d9cbe658
PR comments
2016-04-19 14:10:18 -07:00
Craig Tiller
942568bc9d
Better dictionary
2016-04-18 22:19:00 -07:00
Craig Tiller
69b6d4ef62
Better dictionary
2016-04-18 15:08:14 -07:00
Craig Tiller
134a6b6ffd
Dictionary support for fuzzers
2016-04-18 08:14:20 -07:00
David Garcia Quintas
d6b4628f42
Further improvements
2016-04-01 19:10:09 -07:00
David Garcia Quintas
4875ce606b
fixed typo
2016-04-01 14:39:35 -07:00
David Garcia Quintas
bba0266a2f
Generalized nanopb generator script
2016-03-31 22:10:01 -07:00
Craig Tiller
31efd7e864
Merge github.com:grpc/grpc into copyright-fix
2016-03-31 11:08:13 -07:00
Nicolas Noble
7894e60306
Merge pull request #6000 from ctiller/optionalize_roundrobin
...
Optionalize load balancing policies
2016-03-31 09:17:54 -07:00
Craig Tiller
64a12c55df
Merge github.com:grpc/grpc into copyright-fix
2016-03-31 07:49:58 -07:00
Craig Tiller
6169d5f7b0
Update copyrights
2016-03-31 07:46:18 -07:00
Craig Tiller
c2011586fa
Merge github.com:grpc/grpc into idempotent
2016-03-28 22:53:34 -07:00
Craig Tiller
14e0d9862f
Begin optionalizing lb policies: initial code movement
2016-03-28 17:11:26 -07:00
Craig Tiller
3bd9695939
Merge github.com:grpc/grpc into idempotent
2016-03-28 12:43:02 -07:00
Craig Tiller
c7762a8c24
Move chttp2 related files under ext/
2016-03-28 10:13:08 -07:00
Craig Tiller
605ad62563
Fix copyright
2016-03-25 20:07:21 -07:00
Craig Tiller
ffae43c98c
Fix paths
2016-03-25 19:34:29 -07:00
Craig Tiller
8424aee4cf
Fix codegen for protos
2016-03-25 19:28:33 -07:00
David Garcia Quintas
07503b6e5c
Add identity to static metadata accept-encodings bitmasks
2016-03-21 11:59:33 -07:00
Craig Tiller
c6549764e8
Change client :method selection based on idempotency
2016-03-09 17:10:43 -08:00
Craig Tiller
023759216c
Add comment
2016-02-22 22:27:28 -08:00
Craig Tiller
16f6826ffd
Merge github.com:grpc/grpc into fix-proto-docker
2016-02-18 07:14:37 -08:00
Craig Tiller
38af6122dd
Fix copyright
2016-02-12 10:14:34 -08:00
Craig Tiller
a7d41147ea
Merge github.com:grpc/grpc into bad_metadata
2016-02-12 10:13:52 -08:00
Craig Tiller
00c4829669
Ignore pb.h, pb.c for clang-fmt
2016-02-11 16:20:28 -08:00
Craig Tiller
eb841e2010
Revert "Revert "Proto API for LB request/responses""
2016-02-11 15:49:16 -08:00
Craig Tiller
c35e2c582f
Revert "Proto API for LB request/responses"
2016-02-11 15:45:03 -08:00
David Garcia Quintas
742a783c0d
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
2016-02-11 01:04:28 -08:00
David Garcia Quintas
9508a42096
trying to fix docker once again...
2016-02-08 18:16:17 -08:00
Bogdan Drutu
079a179991
Change the census metadata keys. Both census keys must be binary keys because of the encoding.
2016-02-08 16:51:17 -08:00
Craig Tiller
6f87164f3c
Properly handle "." in metadata
2016-02-03 16:15:31 -08:00
David Garcia Quintas
a4c9218889
fixed mounting gen dir for docker
2016-01-29 14:51:45 -08:00
David Garcia Quintas
610107cc3d
nth attempt to make clang-format work
2016-01-21 17:54:04 -08:00
David Garcia Quintas
41098d3a83
docker rm true
2016-01-21 11:29:28 -08:00
David Garcia Quintas
e5af172eea
Updated scripts to use docker for clang-formatting
2016-01-20 14:55:32 -08:00
David Garcia Quintas
5220a75912
have lb gen script use docker for clang formatting
2016-01-19 22:07:51 -08:00
David Garcia Quintas
13e294e090
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
2016-01-19 10:37:50 -08:00
David Garcia Quintas
d053ded310
copyriiiights, fuuuuu
2016-01-15 16:51:34 -08:00
David Garcia Quintas
d2565bb169
Fixed formatting and updated gen script to use concrete version of clang-format
2016-01-13 10:07:14 -08:00
David Garcia Quintas
3f8e734535
Added missing copyrights
2016-01-12 19:14:21 -08:00
David Garcia Quintas
0892fa6aa6
Added copyright message to generated nanopb code
2016-01-12 16:22:34 -08:00
David Garcia Quintas
82a0aabb7a
added sanity scripts and checks
2016-01-11 15:51:03 -08:00
David Garcia Quintas
756a36cdac
Srcs and hdrs sanity checks skip third_party
2016-01-11 11:31:19 -08:00
David Garcia Quintas
7052ac25e6
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
2015-12-16 17:36:04 -08:00
David G. Quintas
7a53de18ba
Merge pull request #4467 from ctiller/DotInHeaderName
...
Allow . in header names
2015-12-16 10:48:27 -08:00
Craig Tiller
a7615892f9
Allow . in header names
2015-12-15 10:41:54 -08:00
Craig Tiller
83399c99e5
Add a test that reproduces server partial message read bug
2015-12-14 13:34:44 -08:00
Hongyu Chen
aa28ccc922
Merge remote-tracking branch 'upstream/master'
2015-12-11 11:08:35 -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
Craig Tiller
934e9d72f8
Re-legalize comma
2015-12-09 12:58:29 -08:00
Craig Tiller
2dd081955d
Add copyright
2015-12-09 09:00:35 -08:00
Craig Tiller
2a2bee9c22
Basic server request bad_client template
2015-12-09 08:32:58 -08:00
David Garcia Quintas
886b7d19ba
Added example to gen_load_balancing_proto.sh
2015-12-03 13:19:41 -08:00
David Garcia Quintas
011e79a271
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
...
# Conflicts:
# BUILD
# Makefile
# binding.gyp
# build.yaml
# gRPC.podspec
# tools/doxygen/Doxyfile.core.internal
# tools/run_tests/sources_and_headers.json
# vsprojects/vcxproj/grpc/grpc.vcxproj
# vsprojects/vcxproj/grpc/grpc.vcxproj.filters
# vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj
# vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters
2015-12-03 13:09:54 -08:00
Hongyu Chen
1f96048187
Census tags propagation.
2015-12-02 22:24:33 -08:00
Craig Tiller
b2b4261631
Remove metadata context entirely
2015-11-20 12:02:17 -08:00
Craig Tiller
ebdef9d674
Remove metadata context from the channel stack
2015-11-19 17:09:49 -08:00
Craig Tiller
f6e40fd2aa
Add compression algorithms to static metadata
2015-11-19 08:56:29 -08:00
Craig Tiller
51ae0bea04
Add commentary
2015-11-19 07:51:25 -08:00
Craig Tiller
328d4b18a5
More const
2015-11-18 15:10:41 -08:00
Craig Tiller
2e7687c5ef
Static metadata declarations
2015-11-18 14:56:46 -08:00
Craig Tiller
892c34a067
Remove spurious file
2015-11-17 15:32:34 -08:00
David Garcia Quintas
ff03847182
Moved nanopb to 3rd party
2015-11-12 09:27:13 +00:00
Craig Tiller
ca1593a955
stream_op cleanup: build system changes
2015-11-02 14:08:33 -08:00
David Garcia Quintas
35284f0c84
Simplified comments
2015-10-06 11:05:05 -07:00
David Garcia Quintas
809831eef7
Added comments
2015-10-05 13:40:07 -07:00
David Garcia Quintas
d76cdac17a
Type conversion fixes to make GCC 5.2.0 happy
2015-10-03 15:57:09 -07:00
Craig Tiller
6a6b36c503
Enable -Wconversion
2015-09-10 16:00:22 -07:00
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
2015-09-10 14:43:18 -07:00
Craig Tiller
240b7db1ca
Outlaw comma in non-binary metadata values
2015-08-27 15:35:32 -07:00
Craig Tiller
80aa28013f
Fix character classes to updated spec
2015-08-21 08:50:51 -07:00
Craig Tiller
49772e00eb
Outlaw illegal metadata characters
2015-08-21 08:08:37 -07:00
Craig Tiller
6e8c7e87ef
Merge github.com:grpc/grpc into oops-i-split-it-again
2015-06-25 08:52:40 -07:00
Craig Tiller
31489e3aba
Move some code out of src/ into tools/
...
It shouldn't count towards coverage
2015-06-23 14:27:34 -07:00