aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Improved some docstrings for grpc_call creationGravatar David Garcia Quintas2016-08-09
|
* Merge pull request #7600 from dgquintas/fix_includesGravatar Nicolas Noble2016-08-02
|\ | | | | fixed include guard script and faulty .h
* \ Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ | | | | | | Add Census resource API and implementation.
| | * fixed include guard script and faulty .hGravatar David Garcia Quintas2016-08-01
| |/ |/|
* | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
|\ \ | | | | | | C++ Compression Level set properly
* \ \ Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
|\ \ \ | | | | | | | | V1.0.x merge into master
* \ \ \ Merge pull request #7451 from y-zeng/seperate_generated_filesGravatar kpayson642016-07-25
|\ \ \ \ | | | | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
| | | * \ Merge branch 'master' of github.com:grpc/grpc into cpp_compression_levelGravatar David Garcia Quintas2016-07-22
| | | |\ \
| | * | \ \ Merge v1.0.x into masterGravatar murgatroid992016-07-22
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
| | | | | |
* | | | | | Removed unused version of async_stream.hGravatar David Garcia Quintas2016-07-21
| |/ / / / |/| | | |
* | | | | Merge pull request #7488 from ghemawat/slice_user_dataGravatar kpayson642016-07-21
|\ \ \ \ \ | |_|_|/ / |/| | | | Add gpr_slice_new_with_user_data.
| | | | * merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Merge remote-tracking branch 'upstream/master' into seperate_generated_filesGravatar Yuchen Zeng2016-07-21
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #7486 from dgquintas/alive_typoGravatar kpayson642016-07-21
|\ \ \ \ \ | | | | | | | | | | | | fixed typo
| | | | * \ Merge pull request #7400 from yang-g/ga_branch2Gravatar Nicolas Noble2016-07-21
| | | | |\ \ | | | | | | | | | | | | | | Cherrypick #7319 into v1.0.x
* | | | | \ \ Merge pull request #7469 from yang-g/proto_liteGravatar Nicolas Noble2016-07-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a macro to support protobuf lite
| | | * | | | | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-07-21
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed.
| | | | * | | Merge pull request #7470 from dgquintas/v1.0.xGravatar Nicolas Noble2016-07-20
| | | | |\ \ \ | | | | | | | | | | | | | | | | grpc_args doxygen docstrings
| | * | | | | | fixed typoGravatar David Garcia Quintas2016-07-20
| |/ / / / / / |/| | | | | |
| | * | | | | Merge remote-tracking branch 'upstream/master' into seperate_generated_filesGravatar Yuchen Zeng2016-07-19
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | * | | | Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-testsGravatar makdharma2016-07-19
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Automatic test that the library builds correctly with frameworks
* | | | \ \ \ \ Merge pull request #7444 from y-zeng/fix_typoGravatar kpayson642016-07-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix typos in config_protobuf.h
* \ \ \ \ \ \ \ \ Merge pull request #7399 from sreecha/poll_alloc_fixGravatar Craig Tiller2016-07-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reduce the number of unnecessary allocations
| | | | | | | * | | grpc_args doxygenGravatar David Garcia Quintas2016-07-19
| | | | | | |/ / / | | | | | |/| | |
| | | * | | | | | Add a macro to support protobuf liteGravatar yang-g2016-07-19
| | | | | | | | |
* | | | | | | | | grpc_args doxygenGravatar David Garcia Quintas2016-07-18
| |_|/ / / / / / |/| | | | | | |
| | | * | | | | Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| | | | | | | |
| | | | * | | | Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
| | | * | | | | fix typoGravatar Yuchen Zeng2016-07-18
| |_|/ / / / / |/| | | | | |
| | * | | | | fix typoGravatar Yuchen Zeng2016-07-18
| |/ / / / / |/| | | | |
| | | * | | Solve warnings by adding headers not included by grpc.hGravatar Jorge Canizales2016-07-15
| | |/ / / | | | | | | | | | | | | | | | | | | | | 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.
| | | * | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | | | |
| * | | | Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
|/ / / /
* | | | Merge pull request #7319 from yang-g/wait_asyncGravatar kpayson642016-07-14
|\ \ \ \ | | | | | | | | | | Make Server::Wait work for async only server.
| * | | | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | | | |
| | | * | Make Server::Wait work for async only server.Gravatar yang-g2016-07-13
| | |/ /
* | | | Merge remote-tracking branch 'upstream/master' into sliceGravatar yang-g2016-07-12
|\ \ \ \ | | |/ / | |/| |
| | * | Make Server::Wait work for async only server.Gravatar yang-g2016-07-11
| |/ /
| * | Merge pull request #7219 from jcanizales/merge-0.14-into-masterGravatar makdharma2016-07-08
| |\ \ | | | | | | | | Merge 0.14 into master
| * \ \ Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
| |\ \ \
| | * \ \ Merge pull request #7174 from dgquintas/remove_unused_status_code_enum_fileGravatar Nicolas Noble2016-07-06
| | |\ \ \ | | | | | | | | | | | | removed unused version of status_code_enum.h
| | * | | | Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
| | | | | |
| * | | | | updated copyrightGravatar David Garcia Quintas2016-06-30
| | | | | |
| * | | | | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |/ / / /
| | | * | Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-06-30
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | removed unused version of status_code_enum.hGravatar David Garcia Quintas2016-06-30
| |/ / /
| * | | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
| |\ \ \
| | * \ \ Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
| | |\ \ \ | | | | | | | | | | | | New epoll based polling implementation
* | | | | | Add API to get c slice from c++ Slice.Gravatar yang-g2016-06-24
| | | | | |