Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 cha... | Craig Tiller | 2016-06-10 |
* | | Fix fuzzing detected bug | Craig Tiller | 2016-06-10 |
|/ | |||
* | Merge pull request #6804 from ctiller/plugin_advertisement | Jan Tattermusch | 2016-06-09 |
|\ | |||
* \ | Merge pull request #6753 from ctiller/fuzz-me | Jan Tattermusch | 2016-06-09 |
|\ \ | |||
* \ \ | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
|\ \ \ | |||
* \ \ \ | Merge pull request #6610 from xyzzyz/external_fd_fresh | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #6779 from dgquintas/rr_docs | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ | |||
| | * | | | | 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 |
| |_|_|_|/ / |/| | | | | | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | 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 |
| |/ / / / |/| | | | | |||
* | | | | | 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 |
| * | | | | | Merge pull request #6750 from makdharma/cronet | Jan Tattermusch | 2016-06-06 |
| |\ \ \ \ \ | |||
| | | | | | * | Advertise transport selected in user-agent string | Craig Tiller | 2016-06-06 |
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | |||
| * | | | | | | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ | |||
| | | | * | | | | Polished RR policy and added policy doc preamble | David Garcia Quintas | 2016-06-02 |
| | | | | |_|/ | | | | |/| | | |||
| | * | / | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | | |/ / / | | |/| | | | |||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| |\| | | | | |||
| | | * | | | removed grpc_cronet.h | Makarand Dharmapurikar | 2016-06-01 |
| | |/ / / | |||
| | | | * | Fix server side memory leak | Craig Tiller | 2016-06-01 |
| | | |/ | | |/| | |||
* | | | | s/grpc_pops/grpc_polling_entity | David Garcia Quintas | 2016-05-31 |
* | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-31 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #6695 from rjshade/request_with_flags_timeout | Jan Tattermusch | 2016-05-24 |
| |\ \ \ | |||
| * \ \ \ | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
| |\ \ \ \ \ | |||
| | | | * | | | Make request_with_flags timeout deadline equal to that of request_with_payload. | Robbie Shade | 2016-05-23 |
| | | |/ / / | | |/| | | | |||
| | | * | | | Improve test debugability, fix race condition | Craig Tiller | 2016-05-23 |
| | |/ / / | |||
| | * | | | Merge pull request #6423 from ctiller/signal_handler | Jan Tattermusch | 2016-05-22 |
| | |\ \ \ | |||
| | * \ \ \ | Merge pull request #6436 from jboeuf/credentials_refactoring | Jan Tattermusch | 2016-05-22 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | Merge pull request #6614 from dgquintas/fix_cancel_after_tests_for_reals | David G. Quintas | 2016-05-20 |
| | |\ \ \ \ \ | |||
| * | | | | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-20 |
| |\| | | | | | | |||
| | | * | | | | | Fixed the fix | David Garcia Quintas | 2016-05-20 |
| * | | | | | | | clang-format | Craig Tiller | 2016-05-20 |
| | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | | | |||
| | * | | | | | | Merge pull request #6576 from rjshade/fix_udp_server_test | Jan Tattermusch | 2016-05-19 |
| | |\ \ \ \ \ \ | |||
| | | | | * \ \ \ | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | Julien Boeuf | 2016-05-18 |
| | | | | |\ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||
| | | | | | | | * | Merge branch 'compression_incoming_checks' into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
| | | | | | | | |\ |