aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
...
* | | | | | | | Merge pull request #6196 from y-zeng/call-error-to-stringGravatar Craig Tiller2016-04-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Provide a function that converts grpc_call_error values into a string
| | | | | | | | * Add 64bit Android supportGravatar Tamas Berghammer2016-04-28
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Android Lollipop (5.0) Android has 64bit support. This config change is needed to support these configurations. The code have been tested with AArch64 and no other changes needed to get the helloworld example working.
| | | | * | | | Merge remote-tracking branch 'upstream/master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-27
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Adding support for msys.
| | | * | | | | Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
| |_|/ / / / / |/| | | | | |
| | | * | | | Initial attempt at adding support for max metadata size. Currently, theGravatar Mark D. Roth2016-04-27
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | code does not seem to be properly causing the RPC to fail when the max size is exceeded.
| | | | * | Modified the template of public_headers_must_be_c89.cGravatar Yuchen Zeng2016-04-27
| | | | | |
| | | | * | Change win32 file suffixGravatar Yuchen Zeng2016-04-26
| |_|_|/ / |/| | | |
| | | * | Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-26
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Validation for incoming compressed dataGravatar David Garcia Quintas2016-04-23
| |_|_|/ |/| | |
* | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
|\ \ \ \
| | | | * generate_projects.sh and fix copyright yearGravatar Sree Kuchibhotla2016-04-21
| | | | |
| | | | * Add the option of adding a non-listening server completion queue. This makes ↵Gravatar Sree Kuchibhotla2016-04-21
| | | | | | | | | | | | | | | | | | | | writing certain test cases (like hybrid_end2end tests) easier
| * | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
| |\ \ \ \ | | | | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
| | * | | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | |_|/ | | |/| | | | | | | | | | | | application handle the authentication.
| | | | * Provide a function that converts grpc_call_error values into a stringGravatar Yuchen Zeng2016-04-15
| | | |/ | | |/|
| * | | After running generate_projects.shGravatar Yuchen Zeng2016-04-15
| | | |
| * | | Add knob for default core output verbosityGravatar Yuchen Zeng2016-04-15
| |/ /
| | * Re-adding GPR_POSIX_FILE.Gravatar Nicolas "Pixel" Noble2016-04-15
| | |
| | * Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
| |/
* | Fix dependenciesGravatar Craig Tiller2016-04-12
| |
* | clang-fmtGravatar Craig Tiller2016-04-12
| |
* | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
| |
| * Last few mallocs / frees.Gravatar Nicolas "Pixel" Noble2016-04-08
|/
* Merge pull request #6070 from ctiller/head-of-line-blockingGravatar Jan Tattermusch2016-04-05
|\ | | | | Fix a head of line blocking issue in the C++ server
* \ Merge pull request #6033 from ctiller/channel_max_reconnect_backoffGravatar Nicolas Noble2016-04-05
|\ \ | | | | | | Channel max reconnect backoff
| * \ Merge github.com:grpc/grpc into channel_max_reconnect_backoffGravatar Craig Tiller2016-04-04
| |\ \
| | | * Initial interface rework to allow knowing whether to pull payload at ↵Gravatar Craig Tiller2016-04-04
| | |/ | | | | | | | | | registration, not at request time
* | | clang-formatGravatar Craig Tiller2016-04-01
| | |
* | | Fix missing argGravatar Craig Tiller2016-04-01
| | |
* | | Fix client_crash_test, implement idempotency, fail_fast for C++Gravatar Craig Tiller2016-04-01
| | |
* | | Merge github.com:grpc/grpc into ignore_connectivityGravatar Craig Tiller2016-03-31
|\ \ \ | | |/ | |/|
| * | Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
| |\ \
| * | | Update copyrightsGravatar Craig Tiller2016-03-31
| | | |
| | | * Merge github.com:grpc/grpc into channel_max_reconnect_backoffGravatar Craig Tiller2016-03-30
| | | |\ | | | |/ | | |/|
* | | | Merge branch 'idempotent' into ignore_connectivityGravatar Craig Tiller2016-03-28
|\ \ \ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| |\| |
| | * | merge to take src/core componentization into accountGravatar ahedberg2016-03-28
| | |\ \
* | | | | Merge branch 'idempotent' into ignore_connectivityGravatar Craig Tiller2016-03-28
|\| | | |
| * | | | Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix copyrightsGravatar Craig Tiller2016-03-25
| | | | |
| | * | | Auto-changesGravatar Craig Tiller2016-03-25
| | | | |
| | | * | make IP_PKTINFO and IPV6_RECVPKTINFO optionalGravatar ahedberg2016-03-24
| | |/ /
| | * | Merge pull request #5892 from yang-g/copy_generic_byte_bufferGravatar Jan Tattermusch2016-03-23
| | |\ \ | | | | | | | | | | Make a copy of ByteBuffer when writing
| | * \ \ Merge pull request #5755 from ahedberg/unix_sockets_optionalGravatar Jan Tattermusch2016-03-23
| | |\ \ \ | | | | | | | | | | | | Make unix sockets optional
| | | | * | Make a copy of ByteBuffer when writingGravatar yang-g2016-03-21
| | | |/ / | | |/| |
* | | | | Merge branch 'idempotent' into ignore_connectivityGravatar Craig Tiller2016-03-21
|\| | | |
| * | | | Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-21
| |\| | |
| | * | | Merge pull request #5494 from dgquintas/guard_checkGravatar Jan Tattermusch2016-03-20
| | |\ \ \ | | | | | | | | | | | | New #include guard sanity check + fixes to current guards
| | * \ \ \ Merge pull request #5843 from dgquintas/fix-grpc-libGravatar Jan Tattermusch2016-03-20
| | |\ \ \ \ | | | | | | | | | | | | | | fixed multiple initialization of globals