Craig Tiller
544564e7f6
Make initial connect retry backoff configurable
2016-10-17 11:52:40 -07:00
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
2016-08-03 10:48:23 -07:00
Nicolas Noble
5a36325896
Merge pull request #7502 from dgquintas/cpp_compression_level
...
C++ Compression Level set properly
2016-07-28 18:32:25 -07:00
Nicolas Noble
f6aefa3ea6
Merge pull request #7400 from yang-g/ga_branch2
...
Cherrypick #7319 into v1.0.x
2016-07-21 11:28:44 -07:00
Nicolas Noble
21059e23c5
Merge pull request #7470 from dgquintas/v1.0.x
...
grpc_args doxygen docstrings
2016-07-20 17:48:21 -07:00
makdharma
7195a490ac
Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-tests
...
Automatic test that the library builds correctly with frameworks
2016-07-19 17:49:40 -07:00
David Garcia Quintas
fb709049b4
grpc_args doxygen
2016-07-19 14:48:17 -07:00
Ken Payson
dd24c1ece4
Polish grpcio_health_checking package
...
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
2016-07-18 12:50:13 -07:00
Jorge Canizales
93bd780a9c
Solve warnings by adding headers not included by grpc.h
...
The two log.h can’t be listed, though, as they include the nefarious
<inttypes.h> (See discussing at BoringSSL.podspec). Not listing them
seems to be alright, though.
2016-07-15 23:08:42 -07:00
yang-g
807387641f
prevent spurious wake up and unstarted/already shutdown server
2016-07-14 22:59:39 -07:00
yang-g
05573f1692
Make Server::Wait work for async only server.
2016-07-13 22:23:19 -07:00
makdharma
5a412cf891
Merge pull request #7219 from jcanizales/merge-0.14-into-master
...
Merge 0.14 into master
2016-07-08 09:40:22 -07:00
David Garcia Quintas
f2e20c2d8c
Merge branch 'master' of github.com:grpc/grpc into bb_reader_error
2016-07-06 15:34:42 -07:00
Nicolas Noble
2a16a028e0
Merge pull request #7174 from dgquintas/remove_unused_status_code_enum_file
...
removed unused version of status_code_enum.h
2016-07-06 11:19:39 -07:00
Craig Tiller
eda85c6765
Expunge all references to zookeeper
2016-07-01 12:45:19 -07:00
David Garcia Quintas
00d3f2789b
updated copyright
2016-06-30 18:14:40 -07:00
David Garcia Quintas
6721d4f0f1
Return success status of grpc_byte_buffer_reader
2016-06-30 17:30:08 -07:00
Jorge Canizales
c93d6a66a1
Merge master into merge-0.14-into-master
...
Conflicts:
- gRPC.podspec
- Only had non-trivial changes in the core file list, which will need to be
regenerated (in gRPC-Core.podspec).
- src/objective-c/BoringSSL.podspec
- Had trivial conflicts in the version.
- src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
- Trivial conflicts in quoting.
- src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and
src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj
- The master version is used, pending testing. The 0.14 version had emoji and
some unneeded entries.
- src/objective-c/tests/Podfile
- Added CronetFramework pod, and warning silencing from master.
- templates/gRPC.podspec.template
- Deleted.
- third_party/protobuf
- Using master commit, but need to verify if it works for frameworks.
2016-06-30 15:37:11 -07:00
David Garcia Quintas
314d3350d9
removed unused version of status_code_enum.h
2016-06-30 09:51:02 -07:00
Craig Tiller
f467846b1b
Merge github.com:grpc/grpc into reuse_port
2016-06-26 09:54:53 -07:00
Craig Tiller
ffc780d70e
Merge pull request #6803 from sreecha/epoll_changes
...
New epoll based polling implementation
2016-06-25 08:43:50 -07:00
Jan Tattermusch
3901ceed6a
Merge pull request #6947 from vjpai/async_stream_doc
...
Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
2016-06-24 10:16:30 -07:00
Sree Kuchibhotla
13b2b7f5ea
Merge branch 'master' into epoll_changes
2016-06-23 15:54:19 -07:00
Bill Clarke
c072c927a8
Const correctness for ClientContext and ServerContext getters
2016-06-22 17:07:00 -07:00
vjpai
bd28936c86
Properly handle reviewer comment re concurrent Read
2016-06-21 18:03:37 -07:00
vjpai
ef01edf5b7
Fix review comments
2016-06-21 16:42:08 -07:00
vjpai
1d9b1e9640
Merge branch 'master' into async_stream_doc
2016-06-21 16:32:13 -07:00
Sree Kuchibhotla
c3a9fae601
Merge branch 'master' into epoll_changes_merged
2016-06-21 16:31:35 -07:00
Craig Tiller
a4d2d0c798
Merge github.com:grpc/grpc into reuse_port
2016-06-20 08:09:52 -07:00
Jan Tattermusch
b6163dfb4a
Merge pull request #6352 from ctiller/error
...
Unifying error handling within core
2016-06-17 18:50:55 -07:00
vjpai
7b4dc532dd
Stop using global namespace on a template param
2016-06-17 15:55:00 -07:00
vjpai
b9df2760ed
Add proper documentation of ordering and thread-safety for
...
streaming (sync and async) APIs
2016-06-17 00:27:00 -07:00
Craig Tiller
bc4c3e3a79
Merge github.com:grpc/grpc into error
2016-06-16 16:17:56 -07:00
Sree Kuchibhotla
812c66ba1b
Merge branch 'master' into epoll_changes
2016-06-16 10:05:13 -07:00
Vijay Pai
90460fadf6
Digraph
2016-06-16 00:28:57 -07:00
Vijay Pai
b9e927afcc
Merge branch 'master' into wheezy
2016-06-15 22:57:21 -07:00
Vijay Pai
20bf126da6
clang-format
2016-06-15 22:21:48 -07:00
Nicolas Noble
fa9b7c1bc6
Merge pull request #6334 from tberghammer/android-64bit
...
Add 64bit Android support
2016-06-15 15:27:57 -07:00
Vijay Pai
a63271c77f
Deal with to_string, proper usage of nullptr, and lack of map::emplace
2016-06-15 12:56:38 -07:00
Vijay Pai
06ea541ed9
Provide nullptr->std::function cast
2016-06-15 10:57:50 -07:00
Craig Tiller
13c0940f66
Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout
2016-06-15 09:41:33 -07:00
Jan Tattermusch
8fb6c924b5
Merge pull request #6875 from y-zeng/log_check
...
Add format check for gpr_log and gpr_asprintf, add gpr_strpad
2016-06-14 19:31:05 -07:00
David Garcia Quintas
058c9de8b2
Added to server's shutdown docstrings
2016-06-13 19:04:43 -07:00
Sree Kuchibhotla
c0f4fe2dd4
Merge branch 'master' into epoll_changes
2016-06-13 16:44:08 -07:00
Jan Tattermusch
136307756c
Merge pull request #6438 from y-zeng/reflection_separate_lib
...
Proto server reflection
2016-06-13 14:16:06 -07:00
vjpai
97da6473b4
Manual clang-format
2016-06-13 09:56:26 -07:00
Yuchen Zeng
0ba114408e
Fix gpr_log format mismatches in c++ tests
2016-06-10 15:15:44 -07:00
Yuchen Zeng
1f24af879c
Restricted the check to GUNC
2016-06-10 13:15:07 -07:00
Vijay Pai
15855f3e7f
Switch server builder plugin API to something that will work with gcc4.4
2016-06-10 12:25:32 -07:00
Yuchen Zeng
64c0e8d4bc
Add format check for gpr_log and gpr_asprintf
2016-06-10 11:19:51 -07:00