Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Jorge Canizales
91e67a2ddf
Regenerate BUILD file (merge didn’t add whitespace)
10 years ago
Jorge Canizales
8c1fd042e4
Add libz dependency to grpc_unsecure_objc
10 years ago
Jorge Canizales
140bca8c5c
Generate objc_library for grpc_unsecure & gpr
10 years ago
Jorge Canizales
44dc423f99
Add BUILD target for Objective-C's RxLibrary
...
Part of https://github.com/grpc/grpc/issues/2120
Depends on https://github.com/grpc/grpc/pull/2193
10 years ago
yang-g
adfed03146
Add missing headers to build.json
10 years ago
murgatroid99
f680af055e
Regenerated files
10 years ago
Jorge Canizales
fe8ad73ab7
Add pollset_set.h to build.json
10 years ago
murgatroid99
7da8b1a651
Added missing but included headers to build.json
10 years ago
Yang Gao
9e640c8064
Remove non-existing file from build.json
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
Craig Tiller
6ef7f31b98
Add missing file to build.json
10 years ago
Craig Tiller
50a7a68ca2
Progress commit on fixing up C++
10 years ago
Masood Malekghassemi
701af6031f
Expose gpr_asprintf and gpr_strdup
10 years ago
Yang Gao
6f4fb3b133
Add ability to override default thread pool
10 years ago
Julien Boeuf
75c9b6f495
Removing mdctx from the credentials.
10 years ago
Craig Tiller
0c1d27833e
Refactor pollset_kick
...
Allow multiple threads to be polling
Remove unnecessary windows stubs
10 years ago
Alistair Veitch
9686dabd04
Initial refactoring and context API changes
10 years ago
Julien Boeuf
c6f8d0a4c6
Starting on low level changes to support server side authentication.
10 years ago
Nicolas "Pixel" Noble
946e1a52c9
Actually removing grpc_http.h from build.json.
10 years ago
Craig Tiller
685f1e6255
Add header to build.json
10 years ago
Craig Tiller
ee210abe65
GPR_ASSERT is not an expression
10 years ago
Craig Tiller
c21a80957a
Add subprocess GPR API
...
Port fling_test to it.
This will be used to:
- port remaining tests to Windows
- enable testing what happens when servers or clients mysteriously disappear
10 years ago
Julien Boeuf
d7f768b2b2
Addressing comments.
10 years ago
Jan Tattermusch
2d92495776
added csharp generator plugin
10 years ago
Julien Boeuf
9f218ddd9d
Adding support for per call credentials in core.
10 years ago
Craig Tiller
b7cf08ff73
Initial pollset_set design sketch
10 years ago
David Garcia Quintas
8954e90b72
Integration of Systemtap (STAP) for profiling.
...
This commit includes a faulty Makefile to be fixed in a follow commit.
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Yang Gao
96de48449c
Add the new header to build.json and regenerate projects
10 years ago
Craig Tiller
83f88d90b9
stuff
10 years ago
Nicolas "Pixel" Noble
d49893db82
Adding a helpful warning message on top of the Makefile and BUILD file.
10 years ago
Julien Boeuf
7d1d9ca7fa
Refactoring of core security to remove the factories.
...
- Renamed security_context -> security_connector.
- Credentials are now responsible for creating their own connectors.
10 years ago
Yang Gao
736bd6515c
Avoid generating libs for unknown types.
10 years ago
Craig Tiller
6902ad2e9c
Switching to batch oriented metadata passing
10 years ago
Yang Gao
084ef52672
Remove outdated protos
10 years ago
Yang Gao
b0b518e367
Further refactor interop_client and server to libraries
10 years ago
Vijay Pai
9cccb08311
Stub out precise clock structure from the overall flow of timers.c so that
...
there are no ifdefs in the middle of structures of the main code path
10 years ago
Vijay Pai
6dfa7e6ea3
Move files to a new "profiling" directory to better distinguish from census
...
statistics
10 years ago
Craig Tiller
d180e03d20
Update build files
10 years ago
Vijay Pai
c914c4a71a
Infrastructure for timer insertion, logging, and testing.
10 years ago
Ming Zhao
3c0ba0c2d6
Extend bazel BUILD file to build all the C/C++ libraries as well as
...
protobuf plugins. This requires WORKSPACE to define these external
dependencies for openssl and protobuf, for examples:
bind(
name = "libssl",
actual = "//third_party/boringssl:boringssl",
)
# Library needed to build protobuf codegen plugin.
bind(
name = "protobuf_compiler",
actual = "//third_party/protobuf:protoc_lib",
)
# Library that C++ code generated by protobuf C compiler should depend
# on.
bind(
name = "protobuf_clib",
actual = "//third_party/protobuf:proto_lib",
)
10 years ago
Craig Tiller
b25c90dbf4
Add endpoint_pair_windows.c
10 years ago
Nicolas Noble
91647cc815
Adding joinable threads, and gpr_thd_join.
10 years ago
Nicolas "Pixel" Noble
f6edf686ea
Early support for Bazel.
10 years ago