Moiz Haidry
226e63dd0c
Move server context implementation to grpc_impl namespace and typedef the ref to it
6 years ago
Karthik Ravi Shankar
f570c5ce7e
Make changes for making opencensus API visible from gRPC namespace
6 years ago
Karthik Ravi Shankar
f66b654795
Revert "Revert "Fold opencensus into grpc_impl namespace""
6 years ago
Karthik Ravi Shankar
2bf934f97d
Revert "Fold opencensus into grpc_impl namespace"
6 years ago
Karthik Ravi Shankar
b606cad6cc
Fold opencensus into grpc_impl namespace
...
Moving opencensus into grpc_impl namespace..
6 years ago
yang-g
3f89327fd3
Enable building opencensus for bazel build
6 years ago
yang-g
a078aa6b68
Enable building opencensus for bazel build
6 years ago
easy
eaa51cbc9d
Add explicit check that we're building with bazel.
6 years ago
easy
1b6e8514a9
Move GetSpanFromServerContext() to public header.
6 years ago
Vizerai
f9f0b54d38
update
7 years ago
Vizerai
e1d7deeb53
update
7 years ago
Vizerai
cb2767143c
update
7 years ago
Vizerai
60086793e0
update
7 years ago
Vizerai
41e4cedb70
Adding opencensus grpc plugin.
...
Rebasing to merge commits.
7 years ago
kpayson64
539f5068bd
Abstract libuv implementation
...
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Alexander Polcyn
db3e898a98
Add a sanity check for inclusion of port_platform.h
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
7 years ago
Yash Tibrewal
83062842c3
Changes for C to C++. Adding extern C to header files for compatibility.
...
Also converting to .cc
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
murgatroid99
7871f736ce
Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests
8 years ago
murgatroid99
9030c81f20
Add a libuv endpoint to the C core, for use in the Node library
8 years ago
murgatroid99
7e924a0dd4
Clang format
8 years ago
murgatroid99
31963632dc
Make usage of grpc_inet_ntop consistent
8 years ago
murgatroid99
0b110dd28d
Changed grpc_inet_ntop signature to match Windows function
8 years ago
murgatroid99
cb6ce70b5a
Fixed copyright year in new file
8 years ago
murgatroid99
3c2c6c15d9
Fixed InetNtop function call
8 years ago
murgatroid99
623dd4f556
Renamed GPR_ constants to GRPC_ in iomgr/port.h
8 years ago
murgatroid99
5407089b37
Separate out iomgr-specific constants into a separate header
8 years ago
murgatroid99
79b322751f
refactor inet_ntop into a portability header
8 years ago
Yuchen Zeng
12dfdc3c27
Change win32 file suffix
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
8a9fd52b71
Fix copyright
9 years ago
Craig Tiller
f23078cbd3
Stage #1 of core breakup: move everything under lib
9 years ago
Craig Tiller
a82950e683
clang-format all core files
9 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
9 years ago
Craig Tiller
ae65f1a212
Remove random includes of windows.h
...
Instead, include a stanza in port_platform.h that:
- gets windows.h included
- defines things that we needs to define
- tries to respect applications configurations by leaving things as
untouched as possible
10 years ago
Yang Gao
c71a9d2b56
clang-format
10 years ago
Simon Koo
81b67112b8
make Windows.h lowercase for cross compiling from Linux
10 years ago
zeliard
06d64cda3c
implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows
10 years ago
Nicolas "Pixel" Noble
94964fd0b2
Fixing Windows port.
10 years ago
Craig Tiller
1a61b17afd
Copyright checker
...
Update LICENSE text to 2015, implement a checker that validates
whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file.
Fix the ones that are missing it.
10 years ago
Jan Tattermusch
2cdacb8d2e
added log messages for cpu_windows.c
10 years ago
Jan Tattermusch
6943fb3aed
added cpu_windows.c
10 years ago