Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Getting a bit more laxist with the various GPR rules. | Nicolas "Pixel" Noble | 2015-04-12 |
| | | | | Also fixing WINSOCK check. | ||
* | Fixing FreeBSD's TLS port_platform entry. | Nicolas "Pixel" Noble | 2015-04-11 |
| | |||
* | Merge pull request #1047 from nicolasnoble/freebsd | Vijay Pai | 2015-04-10 |
|\ | | | | | FreeBSD preliminary work. | ||
| * | Merge branch 'master' of github.com:grpc/grpc into freebsd | Nicolas "Pixel" Noble | 2015-04-10 |
| |\ | |||
* | | | Thread local storage for grpc | Craig Tiller | 2015-04-10 |
| |/ |/| | |||
* | | Addressing concerns. | Nicolas "Pixel" Noble | 2015-04-07 |
| | | |||
* | | Merge branch 'master' of github.com:google/grpc into the-purge | Nicolas "Pixel" Noble | 2015-04-06 |
|\ \ | |||
* | | | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 |
| | | | |||
| * | | Adding joinable threads, and gpr_thd_join. | Nicolas Noble | 2015-04-03 |
| | | | |||
* | | | Starting off by removing all offending headers. | Nicolas "Pixel" Noble | 2015-04-03 |
|/ / | |||
* | | Merge pull request #1177 from yang-g/bugfix | Vijay Pai | 2015-04-02 |
|\ \ | | | | | | | Bug fix. User can destroy status after calling Finish and we should keep... | ||
| * | | resolve comment | Yang Gao | 2015-04-02 |
| | | | |||
| * | | Bug fix. User can destroy status after calling Finish and we should keep a ↵ | Yang Gao | 2015-04-02 |
| | | | | | | | | | | | | copy of it instead of a pointer | ||
* | | | Add a macro to enable replacing the default with a custom port picker | Yang Gao | 2015-04-01 |
|/ / | |||
* | | merge upstream and resolve conflict | Yang Gao | 2015-03-26 |
|\ \ | |||
| * | | Avoid a problem when clang pretends to be GNUC | vjpai | 2015-03-25 |
| | | | |||
| * | | Make a fake version of nullptr to work with old compilers | vjpai | 2015-03-25 |
| | | | |||
| * | | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 |
| | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | ||
| * | | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-23 |
| |\ \ | |||
| * | | | Remove dead members of server context | Vijay Pai | 2015-03-22 |
| | | | | |||
| | * | | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 |
| |/ / | |||
| | * | Merge branch 'master' of github.com:google/grpc into freebsd | Nicolas "Pixel" Noble | 2015-03-19 |
| | |\ | | |/ | |/| | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
| * | | Merge pull request #1074 from jcanizales/makes-cpu-posix-portable | Abhishek Kumar | 2015-03-19 |
| |\ \ | | | | | | | | | Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c | ||
| * \ \ | 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 |
|\| | | | | |||
| * | | | | resolve merge error | 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 |
| | | | | | | |||
| | * | | | | Dodging VisualStudio's #define of max(). | Nicolas "Pixel" Noble | 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. | ||
| | * / / | Fixes for Windows atomics. | Nicolas "Pixel" Noble | 2015-03-18 |
| |/ / / |/| | | | | | | | | | | | | | | | -) gpr_atm_no_barrier_load should actually return something. -) If compiling under mingw32, your compiler is gcc and gcc atomics become available. | ||
* | | | | 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 |
| | | | | | |||
| | * | | | clang-format new changes | 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 |
| | | | | |||
| | * | | Fixes iPhone platform detection | Jorge Canizales | 2015-03-16 |
| | | | | |||
* | | | | 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. | ||
| | | | | * | FreeBSD preliminary work. | Nicolas Noble | 2015-03-16 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL. | ||
| | | | * | Adds GPR_CPU_IPHONE to the checks in port_platform.h | Jorge Canizales | 2015-03-15 |
| | | | | | |||
* | | | | | add a comment | 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. | ||
| | | | * | Creates cpu_iphone.c | Jorge Canizales | 2015-03-13 |
| | | | | | | | | | | | | | | | | | | | | So that cpu_posix.c can be left untouched for the other platforms. | ||
| * | | | | Merge pull request #1032 from nicolasnoble/protobuf-alternate | Yang Gao | 2015-03-13 |
| |\ \ \ \ | | | | | | | | | | | | | Adding support for alternative protobuf libraries. | ||
| * \ \ \ \ | Merge pull request #1012 from dklempner/nobarrier | Vijay Pai | 2015-03-13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add a no_barrier_load atomic operation. | ||
| | | * | | | | Moving ZeroCopyOutputStream to grpc++/config.h. | Nicolas "Pixel" Noble | 2015-03-13 |
| | | | |_|/ | | | |/| | |