aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | | * | | | | | Refactor end2end_test. Make the credentials a separate library.Gravatar yang-g2016-02-18
| | |_|/ / / / / / | |/| | | | | | |
| | | | | | | | * Should have a test for 0 and negative alarms to make sure that those makeGravatar Vijay Pai2016-02-18
| * | | | | | | | Merge pull request #5288 from murgatroid99/node_proto_optionsGravatar Jan Tattermusch2016-02-18
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #5308 from murgatroid99/test_timeoutsGravatar Jan Tattermusch2016-02-18
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | * | | | | | update copyrightsGravatar Jan Tattermusch2016-02-18
| | | | * | | | | | rename Preconditions to GrpcPreconditionsGravatar Jan Tattermusch2016-02-18
| | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Increase Node's per-test timeout and Ruby's overall test timeoutGravatar murgatroid992016-02-18
| |/ / / / / / /
| | | | | | * | Fix copyrightsGravatar Craig Tiller2016-02-18
| | | | | | * | Fix testGravatar Craig Tiller2016-02-18
| | | | | | * | Fix tcp_client_posix_testGravatar Craig Tiller2016-02-18
| | | | | | * | Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #5301 from dgquintas/fix_grpc_argsGravatar David G. Quintas2016-02-17
| |\ \ \ \ \ \ \
| | * | | | | | | clang formatGravatar David Garcia Quintas2016-02-17
| | * | | | | | | Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| |/ / / / / / /
* | | | | | | | Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-17
|\| | | | | | |
* | | | | | | | Made Alarm's constructor a template for deadlineGravatar David Garcia Quintas2016-02-17
| | | | | * | | Enabling python artifact building for Windows.Gravatar Nicolas "Pixel" Noble2016-02-18
| * | | | | | | Merge pull request #4859 from ctiller/sceqGravatar Sree Kuchibhotla2016-02-17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | | | * | | | | Sanitize filesGravatar murgatroid992016-02-17
| | | | | | | | * Add a way to override channel arguments for server creationGravatar yang-g2016-02-17
| | | | * | | | | Add tests and documentation for new optionsGravatar murgatroid992016-02-17
| * | | | | | | | Merge pull request #5240 from vjpai/loadedGravatar David G. Quintas2016-02-17
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #5285 from nicolasnoble/flagging_all_the_apiGravatar Craig Tiller2016-02-17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Flagging the missing API entries.Gravatar Nicolas "Pixel" Noble2016-02-17
| |/ / / / / / / /
| | | | | | | * | Merge branch 'poll_override2' of github.com:vjpai/grpc into poll_override2Gravatar vjpai2016-02-17
| | | | | | | |\ \
| | | | | | | * \ \ Merge branch 'master' into poll_override2Gravatar vjpai2016-02-17
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | * | | | | | | add commentsGravatar yang-g2016-02-17
| | | | * | | | | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
| | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | Document variable namesGravatar Vijay Pai2016-02-17
| | * | | | | | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-17
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | | | | * | | | | Node: add options to modify ProtoBuf behaviorGravatar murgatroid992016-02-17
| |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge pull request #5281 from jskeet/masterGravatar Jan Tattermusch2016-02-17
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Merge pull request #5277 from soltanmm/abimerpGravatar Bogdan Drutu2016-02-17
|/| | | | | | | | |
| * | | | | | | | | Extern "C" Python DLL supportGravatar Masood Malekghassemi2016-02-17
| | | * | | | | | | Use more variables for better explanationsGravatar Vijay Pai2016-02-17
| | | * | | | | | | Use three different load-factors and document load-factor variableGravatar Vijay Pai2016-02-17
| | | * | | | | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-17
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| | * | | | | | | | Add a NullLogger in the C# implementationGravatar Jon Skeet2016-02-17
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #5275 from bogdandrutu/bugGravatar Masood Malekghassemi2016-02-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix pygrpc_load_core in pxi to match with the C definitionGravatar Bogdan Drutu2016-02-16
|/ / / / / / / / /
| | * | | | | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | Merge branch 'master' into poll_override2Gravatar Vijay Pai2016-02-16
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #5273 from vjpai/usGravatar Nicolas Noble2016-02-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix copyrightGravatar vjpai2016-02-16
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5157 from murgatroid99/sanitize_precommitGravatar Nicolas Noble2016-02-16
|\ \ \ \ \ \ \ \ \
| | | | | | | | * \ Merge branch 'master' into poll_override2Gravatar Vijay Pai2016-02-16
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| | | * | | | | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5267 from bogdandrutu/bugGravatar Craig Tiller2016-02-16
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #5269 from stanley-cheung/fix-php-copyrightGravatar Stanley Cheung2016-02-16
|\ \ \ \ \ \ \ \ \ \ \