Esun Kim
|
460898f11c
|
Migrated from grpc_error_string to grpc_error_std_string (#26068)
* Added grpc_error_std_string
* Migrated to grpc_error_std_string
|
2021-04-23 16:31:54 -07:00 |
Esun Kim
|
ca945a58e9
|
Introduced grpc_error_handle (#25902)
- Define grpc_error_handle
- Replace grpc_error* with grpc_error_handle
|
2021-04-22 12:00:28 -07:00 |
Mark D. Roth
|
fc6f26c89b
|
Remove grpc_core::StringView.
|
2020-04-27 07:46:13 -07:00 |
Mark D. Roth
|
01e87e2d93
|
Remove old JSON API
|
2020-02-04 15:21:27 -08:00 |
Mark D. Roth
|
380eb750ec
|
New JSON API
|
2020-01-29 14:52:19 -08:00 |
Mark D. Roth
|
68df397aa2
|
Remove vtables from JSON library
|
2019-12-04 13:03:55 -08:00 |
Lidi Zheng
|
c34bef4ca4
|
Format all Bazel files with buildifier
|
2019-11-05 14:03:52 -08:00 |
Esun Kim
|
81df105ac8
|
Deprecate gpr_get/set_allocation_functions
|
2019-11-04 19:47:33 -08:00 |
Vijay Pai
|
2477b966e2
|
Remove unused-parameter warnings, round 2 (17 of 19)
|
2019-10-24 13:08:35 -07:00 |
Jan Tattermusch
|
8e79705d29
|
disable fuzzers on windows
|
2019-09-30 13:28:01 +02:00 |
Jan Tattermusch
|
6ebc1c616f
|
set uses_polling=False for some bazel tests
|
2019-09-24 09:50:00 +02:00 |
yang-g
|
456f748b2f
|
Revert "Merge pull request #18146 from grpc/revert-17308-shutdown"
This reverts commit 9079e98dfc, reversing
changes made to 76a38bfcc2.
|
2019-02-25 10:11:06 -08:00 |
Yang Gao
|
4bc2ca4de6
|
Revert "Move grpc_shutdown internals to a detached thread"
|
2019-02-22 16:34:24 -08:00 |
yang-g
|
cedc76bf38
|
Resolve comments
|
2019-02-20 08:45:31 -08:00 |
yang-g
|
86b23adc7f
|
Other comments
|
2019-02-15 16:26:31 -08:00 |
yang-g
|
67742ef63f
|
Fix BUILD files. Manually edit bzl files
|
2018-12-06 14:37:52 -08:00 |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
2018-11-30 08:57:38 -08:00 |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
2018-02-09 09:16:55 -08:00 |
Vijay Pai
|
18b9133f31
|
Merge branch 'master' into gpr_review
|
2018-02-08 12:18:09 -08:00 |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
2018-02-02 09:16:44 -08:00 |
Vijay Pai
|
8a99fdb57e
|
Move cmdline and subprocess from public gpr to test/core/util
|
2018-01-25 20:11:38 -08:00 |
Mark D. Roth
|
dbdf495f61
|
Split lib/support into lib/gpr and lib/gpr++.
|
2018-01-18 11:21:12 -08:00 |
Craig Tiller
|
be98d24841
|
clang-format after nullptr changes
|
2017-11-10 15:26:57 -08:00 |
Craig Tiller
|
4ac2b8e585
|
Enable clang-tidy as a sanity check, fix up all known failures
|
2017-11-10 14:14:17 -08:00 |
Yash Tibrewal
|
40422d5fa6
|
Merge master
|
2017-11-06 14:43:31 -08:00 |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
2017-11-03 09:09:36 -07:00 |
Yash Tibrewal
|
11a518995e
|
LLVMfuzzer extern C
|
2017-10-31 15:15:41 -07:00 |
Yash Tibrewal
|
77532036b6
|
BUILD changes. test languauge to C++
|
2017-10-31 11:11:18 -07:00 |
Yash Tibrewal
|
e586324627
|
BUILD files changes for bazel
|
2017-10-30 17:52:07 -07:00 |
Yash Tibrewal
|
34a57d0346
|
rename all test core files to cc and a lot of C++ style conversions
|
2017-10-25 16:23:01 -07:00 |
Nicolas "Pixel" Noble
|
2bc5e3ac40
|
Moving visibility and package creation to the build system.
|
2017-08-30 19:18:37 +02:00 |
Nicolas "Pixel" Noble
|
5d80dc4985
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
2017-06-26 22:01:11 +02:00 |
Jan Tattermusch
|
4d5c3102a1
|
fix remaining license notices
|
2017-06-08 11:22:41 +02:00 |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
2017-06-08 11:22:41 +02:00 |
Nicolas "Pixel" Noble
|
af6c83f9e1
|
Adding dummy layering check option.
|
2017-05-19 01:53:56 +02:00 |
Nicolas "Pixel" Noble
|
15cd5ce2ed
|
Rewriting core tests BUILD files to use the build system.
|
2017-04-18 19:53:10 +02:00 |
Nicolas "Pixel" Noble
|
7c26eed838
|
Buildifier and wrapping test/cpp/* rules with our build system.
|
2017-04-13 02:03:22 +02:00 |
Craig Tiller
|
05fbe3c518
|
Get gtest building with Bazel, add first test in test/cpp/common/BUILD
|
2017-02-17 13:27:21 -08:00 |
Craig Tiller
|
c547c0d992
|
Add test/core/json/BUILD
|
2017-02-17 12:43:08 -08:00 |
yang-g
|
43dc9ed3b7
|
Add licenses to all BUILD files and missing copyright
|
2017-01-11 16:05:25 -08:00 |
Craig Tiller
|
f4f2eac66d
|
All fuzzers
|
2016-10-20 12:26:53 -07:00 |
Nicolas "Pixel" Noble
|
18c71117b0
|
Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz
|
2016-08-02 23:15:44 +02:00 |
Craig Tiller
|
8da8511762
|
Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance)
|
2016-06-10 09:13:10 -07:00 |
Nicolas "Pixel" Noble
|
acbd8675a2
|
Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz
|
2016-04-28 00:01:16 +02:00 |
Nicolas "Pixel" Noble
|
85a46dd780
|
Moving memory allocation tracking to its own file.
|
2016-04-12 01:50:51 +02:00 |
Nicolas Noble
|
7661da5b41
|
Merge pull request #6012 from nicolasnoble/memleak_detector
Adding memory leak detections for the json fuzzer.
|
2016-03-31 20:51:30 -07:00 |
Nicolas "Pixel" Noble
|
959b6f52cd
|
Fixing another memory leak.
|
2016-04-01 00:53:57 +02:00 |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
Nicolas "Pixel" Noble
|
5d28d9f63b
|
Added a few more corpora.
|
2016-03-30 21:51:28 +02:00 |
Nicolas "Pixel" Noble
|
82a91c91d0
|
Fixing json memory leak.
|
2016-03-30 07:03:09 +02:00 |