aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Extend fuzzers (correctly) to deal with permissive/strict encodingGravatar Craig Tiller2016-08-18
|
* Extend fuzzers (correctly) to deal with permissive/strict encodingGravatar Craig Tiller2016-08-18
|
* Add a strict and a permissive decoder, allow different reserved alphabetsGravatar Craig Tiller2016-08-18
|
* Appease the casting godsGravatar Craig Tiller2016-08-18
|
* Percent encoding routinesGravatar Craig Tiller2016-08-18
|
* Merge pull request #7773 from markdroth/bytebuffer_allocGravatar Mark D. Roth2016-08-18
|\ | | | | Reduce allocations associated with src/cpp/util/byte_buffer.cc.
| * Reduce allocations associated with src/cpp/util/byte_buffer.cc.Gravatar Mark D. Roth2016-08-18
|/
* Merge pull request #7766 from makdharma/cronet_e2e_take2Gravatar makdharma2016-08-17
|\ | | | | fixed compile warnings treated as errors
* \ Merge pull request #7735 from y-zeng/cli_main_forkGravatar kpayson642016-08-17
|\ \ | | | | | | Improve gRPC CLI
* \ \ Merge pull request #7594 from chedeti/grpc-thrift-v2Gravatar kpayson642016-08-17
|\ \ \ | | | | | | | | grpc thrift integration
| | | * changed from uint32_t to size_tGravatar Makarand Dharmapurikar2016-08-17
| | | |
| | | * fixed compile warnings treated as errorsGravatar Makarand Dharmapurikar2016-08-17
| | | |
* | | | Merge pull request #7713 from makdharma/cronet_e2e_take2Gravatar makdharma2016-08-17
|\ \ \ \ | | |_|/ | |/| | Cronet e2e take2
* | | | Merge pull request #7679 from stanley-cheung/fix-jenkins-linux-imageGravatar Stanley Cheung2016-08-17
|\ \ \ \ | | | | | | | | | | Fix jenkins linux image in create script
| | * | | minor tweakGravatar Makarand Dharmapurikar2016-08-17
| | | | |
| | * | | more review feedback addressedGravatar Makarand Dharmapurikar2016-08-17
| | | | |
* | | | | Merge pull request #7749 from sreecha/pthread_fixGravatar Nicolas Noble2016-08-16
|\ \ \ \ \ | | | | | | | | | | | | Include missing header in ev_epoll_linux.c
* \ \ \ \ \ Merge pull request #7757 from adelez/fix_interop_scriptGravatar Nicolas Noble2016-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix_interop_server_arg
| * | | | | | fix_interop_server_argGravatar Adele Zhou2016-08-16
|/ / / / / /
| | | * | | addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-16
| | | | | |
| | | | | * Address review commentsGravatar Yuchen Zeng2016-08-16
| | | | | |
| * | | | | Include missing header in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-08-16
|/ / / / /
* | | | | Merge pull request #7633 from thunderboltsid/add-pypy-to-testing-toolchainGravatar kpayson642016-08-15
|\ \ \ \ \ | | | | | | | | | | | | add PyPy to testing toolchain
| | | | | * Fix wrongly included headerGravatar Yuchen Zeng2016-08-15
| | | | | |
| | | | | * Clang-formatGravatar Yuchen Zeng2016-08-15
| | | | | |
| | | | | * Address review commentsGravatar Yuchen Zeng2016-08-15
| | | | | |
* | | | | | Merge pull request #7640 from markdroth/handshaker_apiGravatar kpayson642016-08-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change handshaker API to support passing leftover bytes read between handshakers.
| | | | * | | bug fix for fireball appGravatar Makarand Dharmapurikar2016-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified condition for trailing metadata. added more information to log message.
* | | | | | | Merge pull request #7730 from bsilver8192/masterGravatar Nicolas Noble2016-08-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove <linux/unistd.h> include for compatibility with non-glibc
* \ \ \ \ \ \ \ Merge pull request #7538 from thunderboltsid/pypy-experimentsGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change Python one-time grpc_init/grpc_shutdown to per-object-lifetime grpc_init/grpc_shutdown
* \ \ \ \ \ \ \ \ Merge pull request #7648 from vjpai/qps_better_ptrGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use unique_ptr properly in QPS async tests
| | | | | | | | | * Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15
| | | | | | | | | |
* | | | | | | | | | Merge pull request #7706 from kpayson64/census_resource_testGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add optional resource parameters to census resource test
* \ \ \ \ \ \ \ \ \ \ Merge pull request #7293 from apolcyn/send_metadata_from_server_handlerGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Moved sending of initial metadata from server into server handler
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7652 from vjpai/qps_better_client_endingGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Better client-side ending for QPS tests
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7668 from thunderboltsid/skip-test-for-pypyGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | skip test run if pypy
| | | | | | | | | | | | | * Merge remote-tracking branch 'upstream/master' into cli_main_forkGravatar Yuchen Zeng2016-08-15
| | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| | | | | | | * | | | | | | Remove <linux/unistd.h> include for compatibility with non-glibcGravatar Brian2016-08-15
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my glibc (Debian Jessie amd64 if anybody cares) system, <linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is already including. musl libc doesn't provide this file, and with this change all the C++ tests pass with musl libc. This came up in bazelbuild/bazel#1492.
| | | | | | | | | | | | * Rewrite ProtoFileParserGravatar Yuchen Zeng2016-08-12
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #7215 from murgatroid99/node_generator_nested_messagesGravatar Nicolas Noble2016-08-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Node code generator work properly with nested types
| * | | | | | | | | | | | | Clang format codeGravatar murgatroid992016-08-12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #7688 from dgquintas/cpp_readmeGravatar David G. Quintas2016-08-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix c++ readme and tutorial
| | | | | | | | | | | | * | | removed file from commitGravatar Makarand Dharmapurikar2016-08-11
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | use sent flag only under mutex and dont fail in send_initial_metadataGravatar Alexander Polcyn2016-08-11
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | WIPGravatar Makarand Dharmapurikar2016-08-11
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #7711 from nicolasnoble/manual-upmergeGravatar Nathaniel Manista2016-08-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual v1.0.x -> master upmerge.
| | | | | | * | | | | | | | | | add mutex wrapper around sending and modifying of initial metadataGravatar Alexander Polcyn2016-08-11
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|/| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | Clang formatGravatar Ken Payson2016-08-11
| | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | Made strings constantGravatar Ken Payson2016-08-11
| | | | | | | | | | | | | | | |