Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 | |
| | | | ||||
* | | | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 | |
| |/ |/| | ||||
| * | covert test to use generic stub | Yang Gao | 2015-03-19 | |
| | | ||||
* | | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 | |
|\ \ | | | | | | | Various Windows fixes. | |||
| | * | Merge branch 'master' into genericstub | Yang Gao | 2015-03-19 | |
| | |\ | |_|/ |/| | | ||||
* | | | sync to head and run clang-format again | Yang Gao | 2015-03-19 | |
|\ \ \ | ||||
| | | * | Implementation of generic stub | Yang Gao | 2015-03-19 | |
| | |/ | |/| | ||||
| | * | Various Windows fixes. | Nicolas Noble | 2015-03-19 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | |||
| * | Merge pull request #1072 from yang-g/refreshtoken | jboeuf | 2015-03-18 | |
| |\ | | | | | | | wrap refresh token credentials in c++ | |||
| | * | wrap refresh token credentials in c++ | Yang Gao | 2015-03-17 | |
| | | | ||||
* | | | resolve merge confict | Yang Gao | 2015-03-17 | |
|\| | | ||||
| * | | Merge pull request #1023 from vjpai/async | Yang Gao | 2015-03-17 | |
| |\ \ | | |/ | |/| | Non-blocking Next method for C++ async completion queue | |||
* / | | clang-format c++ code | Yang Gao | 2015-03-17 | |
|/ / | ||||
| * | Change to std::chrono and add a test. | vjpai | 2015-03-17 | |
| | | ||||
* | | expose the server's cq through the generic service object | Yang Gao | 2015-03-16 | |
| | | ||||
* | | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-16 | |
|\ \ | ||||
| * \ | Merge pull request #1011 from yang-g/jwt | jboeuf | 2015-03-16 | |
| |\ \ | | | | | | | | | Put back C++ JWTCredentials code and add a test case in interop test. | |||
| * | | | remove 'else' code, release lock by destructor | Ruyi Wang | 2015-03-14 | |
| | | | | ||||
| | * | | copy and paste does not work | Yang Gao | 2015-03-13 | |
| | | | | ||||
| | * | | Add error logs when credentials are created with non-positive lifetimes | Yang Gao | 2015-03-13 | |
| | | | | ||||
| * | | | Allowing us to import google::protobuf::int64. | Nicolas "Pixel" Noble | 2015-03-13 | |
| | | | | | | | | | | | | | | | | | | | | If for any reason, our definition of gpr_int64 is different from the definition of google::protobuf::int64, the virtual override would fail, as this needs to be of the precisely exactly the same type. That change allows us to use protobuf's int64 definition. | |||
| * | | | Merge pull request #1032 from nicolasnoble/protobuf-alternate | Yang Gao | 2015-03-13 | |
| |\ \ \ | | | | | | | | | | | Adding support for alternative protobuf libraries. | |||
* | | | | | wording change | Yang Gao | 2015-03-13 | |
| | | | | | ||||
| | * | | | Moving ZeroCopyOutputStream to grpc++/config.h. | Nicolas "Pixel" Noble | 2015-03-13 | |
| | | | | | ||||
| | | * | | Early return when duration is non-positive | Yang Gao | 2015-03-12 | |
| | | | | | ||||
* | | | | | Rename to AsyncGeneric* | Yang Gao | 2015-03-12 | |
| | | | | | ||||
| | | | * | Change behavior to properly account for possibility of NULL | Vijay Pai | 2015-03-12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tag. This can happen if the tag is actually an integer being typecast to void* To avoid breaking the API of existing Next calls, I've made a new AsyncNext method with a tri-state return that indicates whether there is a shutdown, an actual event, or a timeout. Still needs proper testing for the AsyncNext method specifically. | |||
| * | | | | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-03-12 | |
| |/ / / | ||||
* | | | | resolve leak, now asan clean | Yang Gao | 2015-03-11 | |
| | | | | ||||
* | | | | Rename anonymous to generic globally | Yang Gao | 2015-03-11 | |
| | | | | ||||
| | | * | Add support for deadline on CompletionQueue::Next | Vijay Pai | 2015-03-11 | |
| | |/ | |/| | | | | | | | If the deadline elapses, return true but have a null tag. | |||
| | * | The Jwt code was dropped somewhere in a merge. Put it back | Yang Gao | 2015-03-11 | |
| |/ | ||||
* | | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-11 | |
|\| | ||||
| * | Merge pull request #998 from yang-g/nameoverride | Vijay Pai | 2015-03-11 | |
| |\ | | | | | | | Use ssl name override if it's in the channel argument | |||
* | | | Expose server cq for polling incoming anonymous rpcs | Yang Gao | 2015-03-11 | |
| | | | ||||
* | | | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-10 | |
|\| | | ||||
| * | | Merge pull request #978 from Chilledheart/master | Yang Gao | 2015-03-10 | |
| |\ \ | | | | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization | |||
| | | * | Use ssl name override if it's in the channel argument | Yang Gao | 2015-03-10 | |
| | |/ | |/| | ||||
* | | | merge with upstream and resolve conflict | Yang Gao | 2015-03-10 | |
|\| | | ||||
* | | | read and copy add two ref's, unref one | Yang Gao | 2015-03-10 | |
| | | | ||||
* | | | initial imple of byte buffer and slice | Yang Gao | 2015-03-10 | |
| | | | ||||
| | * | Avoid unnecessary copies during protobuf serialization and deserialization | Chilledheart | 2015-03-10 | |
| | | | | | | | | | | | | | | | | | | | | | - avoid string copy due to google::protobuf::message::SerializeToString - avoid string copy due to google::protobuf::message::ParseFromString - split large message into 8k slices during protobuf serialization - correct GrpcBufferReader::BackUp | |||
* | | | Service side should be done, it builds and existing tests pass | Yang Gao | 2015-03-06 | |
| | | | ||||
* | | | first sets of changes, it builds | Yang Gao | 2015-03-05 | |
| |/ |/| | ||||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-04 | |
| |\ | |/ |/| | ||||
* | | Remove include google/protobuf/message.h as it should be covered in config.h | Yang Gao | 2015-03-04 | |
| | | ||||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #920 from vjpai/async-probs | Craig Tiller | 2015-03-03 | |
|\ \ | | | | | | | Solving crashes in async tests | |||
| * | | Solve the call-suppression problem earlier in the stack | Vijay Pai | 2015-03-03 | |
| | | | ||||
* | | | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵ | Yang Gao | 2015-03-03 | |
| | | | | | | | | | | | | tests passed |