Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
da69355f30ca6863cc07c0aebffc5a14900de265
/
CMakeLists.txt
da69355
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
by Vijay Pai
· 7 years ago
58a6275
Remove support for detached threads. All threads must be joined.
by Vijay Pai
· 7 years ago
b0d7182
Merge pull request #14444 from dgquintas/kill_grpclb_test
by David G. Quintas
· 7 years ago
249a1d7
Removed outdated grpclb_test
by David Garcia Quintas
· 7 years ago
0e00c43
Move headers from grpc++ to grpcpp
by Muxi Yan
· 7 years ago
c745690
Internalize gpr_thd except for id and currentid
by Vijay Pai
· 7 years ago
132efa0
Add non-blocking test
by Vijay Pai
· 7 years ago
0693b72
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
0024ebc
Merge pull request #14196 from vjpai/gpr_review_tls
by Vijay Pai
· 7 years ago
2a07398
Merge pull request #13684 from markdroth/c++_resolver
by Mark D. Roth
· 7 years ago
18b9133
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
239b7d4
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
209f644
Convert resolver API to C++.
by Mark D. Roth
· 7 years ago
25b61fd
Merge branch 'master' into gpr_review_tls
by Vijay Pai
· 7 years ago
573717b
Merge branch 'master' into gpr_review3
by Vijay Pai
· 7 years ago
32748c1
Merge branch 'master' into gpr_review3
by Vijay Pai
· 7 years ago
8f4fbb1
Move avl to its own directory and rename it to grpc_avl
by Vijay Pai
· 7 years ago
b1ef84a
Merge branch 'master' into gpr_review_host_port
by Vijay Pai
· 7 years ago
890e386
Merge pull request #14348 from mehrdada/upmerge
by Mehrdad Afshari
· 7 years ago
cda058d
build projects
by Muxi Yan
· 7 years ago
4493cea
Merge pull request #14019 from hacst/cmake-export-fix
by Jan Tattermusch
· 7 years ago
b9335eb
Upmerge branch 'v1.9.x' into 'master'
by Mehrdad Afshari
· 7 years ago
1a8565d
Bump version to 1.9.1
by Ken Payson
· 7 years ago
08ce35d
Merge branch 'master' into gpr_review3
by Vijay Pai
· 7 years ago
1acfaca
Merge branch 'master' into gpr_review_host_port
by Vijay Pai
· 7 years ago
45ba983
Merge pull request #14284 from dgquintas/kill_lb_policies_test
by David G. Quintas
· 7 years ago
d4d0a30
Privatize useful.h and avl.h
by Vijay Pai
· 7 years ago
4c0640e
Merge branch 'master' into gpr_review3
by Vijay Pai
· 7 years ago
e5b0a50
Merge pull request #14015 from vjpai/alarm
by Vijay Pai
· 7 years ago
4eca959
Merge pull request #14228 from dgquintas/dns_cooldown
by David G. Quintas
· 7 years ago
8d8214a
Removed obsolete lb_policies_test
by David Garcia Quintas
· 7 years ago
64d02ba
Merge branch 'master' of github.com:grpc/grpc into dns_cooldown
by David Garcia Quintas
· 7 years ago
d2a575a
Merge branch 'master' into HEAD
by Vijay Pai
· 7 years ago
e05ca22
Regenerate projects
by Mehrdad Afshari
· 7 years ago
a984e45
Merge pull request #14112 from yashykt/badclient
by Yash Tibrewal
· 7 years ago
956fe5e
Added tests, supporting c-ares as well as std resolver.
by David Garcia Quintas
· 7 years ago
812e5da
Regenerate projects
by Mehrdad Afshari
· 7 years ago
1dc0833
Don't segfault on header replay
by Ken Payson
· 7 years ago
77474d4
Merge pull request #13820 from yihuazhang/rename-gts
by Mark D. Roth
· 7 years ago
ae376bf
Privatize host_port.h; was not used in any wrapped language implementation
by Vijay Pai
· 7 years ago
b6cf123
Privatize thread-local storage headers
by Vijay Pai
· 7 years ago
80e23d1
Separate out cmdline so that it can be used in tool and test builds
by Vijay Pai
· 7 years ago
8a99fdb
Move cmdline and subprocess from public gpr to test/core/util
by Vijay Pai
· 7 years ago
16efe6c
Generate projects properly
by Vijay Pai
· 7 years ago
fd900e0
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
ea318b6
Build projects after merge
by Yash Tibrewal
· 7 years ago
ea8027a
Merge branch 'master' into badclient
by Yash Tibrewal
· 7 years ago
98cd36e
Add a test
by yang-g
· 7 years ago
d36fe07
rename gts to alts
by Yihua Zhang
· 7 years ago
2dc3b1e
regenerate projects
by Jan Tattermusch
· 7 years ago
1791df0
Bad client changes to make large metadata test to work again
by Yash Tibrewal
· 7 years ago
2b226ad
Remove alarm from core, implement in C++ layer only
by Vijay Pai
· 7 years ago
fb309a9
Merge pull request #14092 from mehrdada/bump1-10
by Mehrdad Afshari
· 7 years ago
4388404
Regenerate projects
by Mehrdad Afshari
· 7 years ago
28d5cf3
Regenerate projects
by Mehrdad Afshari
· 7 years ago
4f2b0fd
Rename 'gpr++' directories to 'gprpp'.
by Mark D. Roth
· 7 years ago
fb061c3
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
461cf30
Merge branch 'master' into cmake-export-fix
by Jan Tattermusch
· 7 years ago
dbdf495
Split lib/support into lib/gpr and lib/gpr++.
by Mark D. Roth
· 7 years ago
d9c288b
generate_projects
by Mark D. Roth
· 7 years ago
8afe8d3
Merge pull request #13984 from markdroth/ref_counting
by Mark D. Roth
· 7 years ago
41e58b4
regenerate
by Jan Tattermusch
· 7 years ago
f512c0d
Merge remote-tracking branch 'upstream/master' into ref_counting
by Mark D. Roth
· 7 years ago
69d3e09
Merge pull request #13815 from vjpai/catcher
by Vijay Pai
· 7 years ago
471a5dc
Fix cmake export for grpc
by Stefan Hacker
· 7 years ago
b353297
Revert "Revert "Set error status correctly on server side""
by Ken Payson
· 7 years ago
951f84a
Revert "Set error status correctly on server side"
by David G. Quintas
· 7 years ago
324703d
Fix existing ref counting classes and add new ones.
by Mark D. Roth
· 7 years ago
5343053
Merge pull request #13676 from markdroth/inlined_vector
by Mark D. Roth
· 7 years ago
1d91362
exec_ctx_fwd.h should never have been in public headers
by Vijay Pai
· 7 years ago
c6406f3
Implement InlinedVector independently of absl.
by Mark D. Roth
· 7 years ago
8fc3715
Catch exceptions from sync method handlers without crashing server
by Vijay Pai
· 7 years ago
6535cfd
Set error status correctly on server side
by Ken Payson
· 7 years ago
fb2eb52
Merge pull request #13830 from jtattermusch/cmake_cleanup
by Jan Tattermusch
· 7 years ago
f38b152
simplify top level CMakeLists.txt
by Jan Tattermusch
· 7 years ago
9c8ea03
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
by David Garcia Quintas
· 7 years ago
86ef925
dont hardcode using boringssl headers when ssl provider is package
by Jan Tattermusch
· 7 years ago
3fc14dc
exclude artificial ares target when building with cmake
by Jan Tattermusch
· 7 years ago
54d699d
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
by David Garcia Quintas
· 7 years ago
032e9b3
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
cf1d28b
Fix windows compile
by ncteisen
· 7 years ago
6043006
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
fc38142
Merge commit 'b0bad8f^' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
4a117f0
Merge e759d2a^
by Muxi Yan
· 7 years ago
6667f15
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
by David Garcia Quintas
· 7 years ago
460b5e0
Backoff test is now a C++ file
by David Garcia Quintas
· 7 years ago
6fa206d
Merge pull request #13336 from markdroth/server_connection_timeout
by Mark D. Roth
· 7 years ago
2c619be
generate_projects.sh
by Mark D. Roth
· 7 years ago
6ce01dd
Merge pull request #13401 from jtattermusch/windows_cmake_distrib_tests
by Jan Tattermusch
· 7 years ago
f0b9528
Merge pull request #13442 from adelez/foundry_integration
by adelez
· 7 years ago
e109ddf
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
by Mark D. Roth
· 7 years ago
3c93a19
working cmake install on windows
by Jan Tattermusch
· 7 years ago
5b7cdef
Rename port_hermetic to port_isolated_runtime_environment
by Adele Zhou
· 7 years ago
c8bf2da
Enabling hermetic testing for running tests on Foundry.
by Adele Zhou
· 7 years ago
195cf1e
Move histogram to test/core/util
by Vijay Pai
· 7 years ago
5f66253
Merge pull request #13357 from markdroth/reference_counted
by Mark D. Roth
· 7 years ago
c5d0df9
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
by Mark D. Roth
· 7 years ago
b337de9
Merge remote-tracking branch 'upstream/master' into reference_counted
by Mark D. Roth
· 7 years ago
bf816d3
Shorted "reference" to "ref".
by Mark D. Roth
· 7 years ago
361f810
Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7
by Nicolas "Pixel" Noble
· 7 years ago
Next »