Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
|\ | | | | | Proto server reflection | ||
* \ | Merge pull request #6867 from ctiller/blazing-fuzz | Jan Tattermusch | 2016-06-13 |
|\ \ | | | | | | | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance) | ||
| * | | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a ↵ | Craig Tiller | 2016-06-10 |
| | | | | | | | | | | | | chance) | ||
* | | | Fix fuzzing detected bug | Craig Tiller | 2016-06-10 |
|/ / | |||
* | | Merge pull request #6822 from yang-g/empty_message_test | Jan Tattermusch | 2016-06-09 |
|\ \ | | | | | | | add a test with empty request | ||
* \ \ | Merge pull request #6804 from ctiller/plugin_advertisement | Jan Tattermusch | 2016-06-09 |
|\ \ \ | | | | | | | | | Advertise transport selected in user-agent string | ||
* \ \ \ | Merge pull request #6753 from ctiller/fuzz-me | Jan Tattermusch | 2016-06-09 |
|\ \ \ \ | | | | | | | | | | | Fix server side memory leak | ||
* \ \ \ \ | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup | ||
* \ \ \ \ \ | Merge pull request #6610 from xyzzyz/external_fd_fresh | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add support for communication using existing FD (for client and server) | ||
* \ \ \ \ \ \ | Merge pull request #6779 from dgquintas/rr_docs | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Polished RR policy and added policy doc preamble | ||
* \ \ \ \ \ \ \ | Merge pull request #6833 from rjshade/sockopts | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Adds functions to set snd/rcv socket buffer sizes. | ||
* | | | | | | | | | Factor out json seriailzation code and move it into parse_json. | David Klempner | 2016-06-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external. | ||
| | | * | | | | | | clang-format code | Craig Tiller | 2016-06-08 |
| | | | | | | | | | |||
| | | | | * | | | | Merge github.com:grpc/grpc into fuzz-me | Craig Tiller | 2016-06-08 |
| | | | | |\ \ \ \ | |||
| * | | | | | | | | | Adds include for socket utils. | Robbie Shade | 2016-06-08 |
| | | | | | | | | | | |||
| * | | | | | | | | | Adds functions to set snd/rcv socket buffer sizes. | Robbie Shade | 2016-06-08 |
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Used for non-default 1 MB UDP socket buffers. | ||
* | | | | | | | | | removed unused vble | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | |||
| | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||
* | | | | | | | | | fixed silly typo | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | |||
* | | | | | | | | | disabled bogus checks for streaming compressed | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | |||
* | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-07 |
|\| | | | | | | | | |||
* | | | | | | | | | removed RANDOM and simplified req for compression | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | |||
| | | | * | | | | | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | |||
| | | * | | | | | | clang-format, fix headers, windows fixes | Adam Michalik | 2016-06-07 |
| | | | | | | | | | |||
| | | * | | | | | | Add completion queue argument which is necessary after merge with master | Adam Michalik | 2016-06-07 |
| | | | | | | | | | |||
| | | * | | | | | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 |
| | | | | | | | | | |||
| | | * | | | | | | code formatting | Adam Michalik | 2016-06-07 |
| | | | | | | | | | |||
| | | * | | | | | | added missing include | Adam Michalik | 2016-06-07 |
| | | | | | | | | | |||
| | | * | | | | | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 |
| | | | | | | | | | |||
| | | * | | | | | | add tests | Adam Michalik | 2016-06-07 |
| | |/ / / / / / | |/| | | | | | | |||
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | |||
| | | | | | * | | add a test with empty request | yang-g | 2016-06-07 |
| | |_|_|_|/ / | |/| | | | | | |||
| * | | | | | | Merge pull request #6190 from dgquintas/lb_pollset_propagation | Jan Tattermusch | 2016-06-07 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Enable use of pollset_set for a channel call | ||
| * \ \ \ \ \ \ | Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call | Jan Tattermusch | 2016-06-07 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Let Next set ok=true when receiving error status | ||
| * \ \ \ \ \ \ \ | Merge pull request #6792 from yang-g/build_clean | Jan Tattermusch | 2016-06-07 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make grpc++ independent of protobuf | ||
| | | | * | | | | | | clang-format | David Garcia Quintas | 2016-06-06 |
| | | | | | | | | | | |||
| | | | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
| | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||
| | | | * | | | | | | moar renamings | David Garcia Quintas | 2016-06-06 |
| | | | | | | | | | | |||
| | | | | | | | | * | Add more comments, fix format issues | Yuchen Zeng | 2016-06-06 |
| | | | | | | | | | | |||
| | | | | | | | | * | Move reflection src/hdr to src/cpp/ext include/grpc++/ext | Yuchen Zeng | 2016-06-06 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #6750 from makdharma/cronet | Jan Tattermusch | 2016-06-06 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code. | ||
| | | | | | | | | * | | Advertise transport selected in user-agent string | Craig Tiller | 2016-06-06 |
| | | | | | | | | | | | |||
| | | | | | | | | | * | Addressed reveiw comments about naming | Yuchen Zeng | 2016-06-06 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Spliting filegroup. | yang-g | 2016-06-03 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | merge and resolve conflicts | yang-g | 2016-06-03 |
| | | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||
| | | * | | | | | | | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| | | | | | | | | | | | |||
| | | | | | | | | | * | Remove unnecessary headers | Yuchen Zeng | 2016-06-03 |
| | | | | | | | | | | | |||
| | | | | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | | | | | | |\ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #6636 from yang-g/grpc_cli | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add proto file support in grpc_cli | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #6731 from vjpai/beheader | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused portions of C++ QPS testing |