Vijay Pai
|
b357f2f548
|
Merge branch 'master' into 2phase_thd
|
2018-03-01 11:48:29 -08:00 |
Mark D. Roth
|
a84f818653
|
Merge pull request #10684 from markdroth/retry
Retry support
|
2018-03-01 09:32:55 -08:00 |
David Garcia Quintas
|
396d49d958
|
Introduce a 'weak' and mutable version of slice hash table
|
2018-02-28 16:06:30 -08:00 |
Mark D. Roth
|
718c8341ca
|
Retry support.
|
2018-02-28 13:00:04 -08:00 |
Mark D. Roth
|
3e7f2df047
|
Convert slice hash table and service config code to C++.
|
2018-02-26 14:39:26 -08:00 |
Vijay Pai
|
8b05d0284f
|
Merge branch 'master' into 2phase_thd
|
2018-02-24 10:37:13 -06:00 |
Mehrdad Afshari
|
9073ea03ef
|
Regenerate projects
|
2018-02-22 22:21:33 -08:00 |
Vijay Pai
|
a8453a20d8
|
Merge branch 'master' into 2phase_thd
|
2018-02-21 10:24:15 -08:00 |
Mark D. Roth
|
9b32d9c4f3
|
Merge pull request #14437 from yihuazhang/security_connector_replacement
Security connector replacement
|
2018-02-21 07:59:04 -08:00 |
Yihua Zhang
|
75f0a9fbd2
|
place security_connector in its own subdirectory
|
2018-02-20 10:09:47 -08:00 |
Mark D. Roth
|
c887549f92
|
Convert LB policy API to C++.
|
2018-02-20 08:33:48 -08:00 |
Vijay Pai
|
da69355f30
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
2018-02-19 22:39:58 -08:00 |
Vijay Pai
|
58a62755fc
|
Remove support for detached threads. All threads must be joined.
|
2018-02-15 21:30:13 -08:00 |
Vijay Pai
|
c745690caf
|
Internalize gpr_thd except for id and currentid
|
2018-02-12 11:44:52 -08:00 |
Vijay Pai
|
0693b72b7f
|
Merge branch 'master' into gpr_review
|
2018-02-08 15:18:13 -08:00 |
Vijay Pai
|
0024ebc852
|
Merge pull request #14196 from vjpai/gpr_review_tls
GPR review: Privatize thread-local storage headers
|
2018-02-08 13:24:39 -08:00 |
Mark D. Roth
|
2a073981f3
|
Merge pull request #13684 from markdroth/c++_resolver
C++ Resolver API
|
2018-02-08 12:18:55 -08:00 |
Vijay Pai
|
18b9133f31
|
Merge branch 'master' into gpr_review
|
2018-02-08 12:18:09 -08:00 |
Vijay Pai
|
239b7d4b0b
|
Merge branch 'master' into gpr_review
|
2018-02-08 11:08:41 -08:00 |
Mark D. Roth
|
209f644f04
|
Convert resolver API to C++.
|
2018-02-08 10:26:46 -08:00 |
Vijay Pai
|
25b61fd60e
|
Merge branch 'master' into gpr_review_tls
|
2018-02-08 10:26:25 -08:00 |
Vijay Pai
|
573717bc8d
|
Merge branch 'master' into gpr_review3
|
2018-02-08 10:21:11 -08:00 |
Vijay Pai
|
32748c1b2a
|
Merge branch 'master' into gpr_review3
|
2018-02-08 10:06:23 -08:00 |
Vijay Pai
|
8f4fbb1c55
|
Move avl to its own directory and rename it to grpc_avl
|
2018-02-08 10:04:08 -08:00 |
Vijay Pai
|
b1ef84a7fd
|
Merge branch 'master' into gpr_review_host_port
|
2018-02-07 11:12:35 -08:00 |
Muxi Yan
|
cda058de8e
|
build projects
|
2018-02-06 18:17:42 -08:00 |
Vijay Pai
|
1acfaca3e6
|
Merge branch 'master' into gpr_review_host_port
|
2018-02-02 11:21:07 -08:00 |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
2018-02-02 09:16:44 -08:00 |
Vijay Pai
|
4c0640ebd6
|
Merge branch 'master' into gpr_review3
|
2018-02-02 09:12:11 -08:00 |
Vijay Pai
|
e5b0a50416
|
Merge pull request #14015 from vjpai/alarm
Remove alarm from core, implement in C++ layer only
|
2018-02-02 08:44:20 -08:00 |
Matt Kwong
|
74958c59e2
|
Update Podspec version for ObjC
|
2018-01-30 11:52:02 -08:00 |
Mark D. Roth
|
77474d46ad
|
Merge pull request #13820 from yihuazhang/rename-gts
Rename GTS to ALTS for TSI plugin
|
2018-01-26 08:30:44 -08:00 |
Vijay Pai
|
ae376bf9d9
|
Privatize host_port.h; was not used in any wrapped language implementation
|
2018-01-25 23:06:24 -08:00 |
Vijay Pai
|
b6cf123717
|
Privatize thread-local storage headers
|
2018-01-25 22:12:28 -08:00 |
Vijay Pai
|
80e23d19df
|
Separate out cmdline so that it can be used in tool and test builds
|
2018-01-25 21:50:18 -08:00 |
Vijay Pai
|
8a99fdb57e
|
Move cmdline and subprocess from public gpr to test/core/util
|
2018-01-25 20:11:38 -08:00 |
Muxi Yan
|
fd900e09fb
|
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
|
2018-01-24 16:16:23 -08:00 |
Yihua Zhang
|
d36fe0708b
|
rename gts to alts
|
2018-01-23 10:40:45 -08:00 |
Vijay Pai
|
2b226adf60
|
Remove alarm from core, implement in C++ layer only
|
2018-01-21 21:03:56 -08:00 |
Mehrdad Afshari
|
fb309a966b
|
Merge pull request #14092 from mehrdada/bump1-10
Bump version to 1.10
|
2018-01-19 15:11:31 -08:00 |
Mehrdad Afshari
|
43884047c9
|
Regenerate projects
|
2018-01-19 14:25:15 -08:00 |
Mark D. Roth
|
4f2b0fdadf
|
Rename 'gpr++' directories to 'gprpp'.
|
2018-01-19 13:04:59 -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 |
Mark D. Roth
|
dbdf495f61
|
Split lib/support into lib/gpr and lib/gpr++.
|
2018-01-18 11:21:12 -08:00 |
Muxi Yan
|
47fe8507a1
|
Merge pull request #14031 from muxi/fix-boringssl-sed
Fix sed error in podspecs on sed 4.4
|
2018-01-17 14:18:17 -08:00 |
Muxi Yan
|
f3c83bfe3d
|
Fix sed error in podspecs on sed 4.4
|
2018-01-16 12:05:17 -08:00 |
Ken Payson
|
b353297b43
|
Revert "Revert "Set error status correctly on server side""
This reverts commit 951f84aea0.
|
2018-01-11 20:25:30 -08:00 |
David G. Quintas
|
951f84aea0
|
Revert "Set error status correctly on server side"
|
2018-01-11 15:32:34 -08:00 |
Mark D. Roth
|
324703db51
|
Fix existing ref counting classes and add new ones.
|
2018-01-11 07:41:31 -08:00 |
Mark D. Roth
|
53430532ce
|
Merge pull request #13676 from markdroth/inlined_vector
Implement InlinedVector independently of absl.
|
2018-01-11 07:01:02 -08:00 |