Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Testing GCE detection in google default credentials. | Julien Boeuf | 2015-12-09 |
| | |||
* | Merge pull request #4286 from jtattermusch/win_64bit | Craig Tiller | 2015-12-09 |
|\ | | | | | Make grpc compile on win64bit | ||
* \ | Merge github.com:grpc/grpc into lb_shutdown | Craig Tiller | 2015-12-09 |
|\ \ | |||
* | | | Shutdown lb policy registry | Craig Tiller | 2015-12-09 |
| | | | |||
| * | | Merge pull request #4352 from ctiller/minus_one | Vijay Pai | 2015-12-09 |
| |\ \ | | | | | | | | | Fix null pointer dereference | ||
| * \ \ | Merge pull request #4369 from dgquintas/custom_allocs | Craig Tiller | 2015-12-09 |
| |\ \ \ | | | | | | | | | | | Added ability to override mem alloc funcs | ||
| * \ \ \ | Merge pull request #4360 from ctiller/who-needs-a-noop-anyway | Nicolas Noble | 2015-12-09 |
| |\ \ \ \ | | | | | | | | | | | | | Kill noop_filter.c | ||
| * \ \ \ \ | Merge pull request #4338 from ctiller/init_settings | Nicolas Noble | 2015-12-09 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Cover more of settings frame | ||
| | | | | * | | Comply with conventions | Craig Tiller | 2015-12-09 |
| | | | | | | | |||
| | | | | * | | Add another NULL check | Craig Tiller | 2015-12-09 |
| | | | | | | | |||
| | | | | * | | Simplify code | Craig Tiller | 2015-12-09 |
| | | | | | | | |||
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into custom_allocs | David Garcia Quintas | 2015-12-09 |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | |||
| | | | * | | | PR comments | David Garcia Quintas | 2015-12-09 |
| | | | | | | | |||
| | | | | | * | reimplement ltoa and int64toa without negation | Jan Tattermusch | 2015-12-09 |
| | | | | | | | |||
| | | | * | | | Added ability to override mem alloc funcs | David Garcia Quintas | 2015-12-09 |
| | | | | | | | |||
| * | | | | | | Merge pull request #4363 from dgquintas/compression_coverage | Sree Kuchibhotla | 2015-12-09 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Increased message_compress.c coverage | ||
| * \ \ \ \ \ \ | Merge pull request #4322 from yang-g/fixit_channel_c | Nicolas Noble | 2015-12-09 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | Fix error messages. | ||
| | | | | | | * | explicitly cast signed to unsigned where safe | Jan Tattermusch | 2015-12-09 |
| | | | | | | | | |||
| | | * | | | | | Increased message_compress.c coverage | David Garcia Quintas | 2015-12-09 |
| |_|/ / / / / |/| | | | | | | |||
| | * | | | | | merge with head | yang-g | 2015-12-09 |
| | |\ \ \ \ \ | |||
| | | | | * | | | Kill noop_filter.c | Craig Tiller | 2015-12-09 |
| | | | | | | | | |||
| * | | | | | | | Merge branch 'make_a_full_request' into make_a_slightly_unusual_request | Craig Tiller | 2015-12-09 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||
| | * | | | | | | Merge github.com:grpc/grpc into make_a_full_request | Craig Tiller | 2015-12-09 |
| | |\ \ \ \ \ \ | |||
| * | | | | | | | | Hit some esoteric request header paths | Craig Tiller | 2015-12-09 |
| |/ / / / / / / | |||
| * | | | | | | | Merge github.com:grpc/grpc into make_a_full_request | Craig Tiller | 2015-12-09 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||
| * / | | | | | | Catch bad timeout handling | Craig Tiller | 2015-12-09 |
|/ / / / / / / | |||
| | * / / / / | Add test for un-resolvable target | yang-g | 2015-12-09 |
| |/ / / / / | |||
| * | | | | | Merge pull request #4335 from ctiller/partial-send-header | Yang Gao | 2015-12-09 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Expand HPACK decoding test cases | ||
| | | * \ \ \ | merge with head | yang-g | 2015-12-09 |
| | | |\ \ \ \ | |||
| * | | | | | | | Nuke unused files | Craig Tiller | 2015-12-09 |
| | |_|/ / / / | |/| | | | | | |||
| * | | | | | | Fix gcc compilation | Craig Tiller | 2015-12-08 |
| | | | | | | | |||
| | | | | * | | Fix null pointer dereference | Craig Tiller | 2015-12-08 |
| |_|_|_|/ / |/| | | | | | |||
| | | | | * | fix bug MIN_VALUE bug in ltoa and int64toa and add tests | Jan Tattermusch | 2015-12-08 |
| | | | | | | |||
| * | | | | | Merge github.com:grpc/grpc into varint_test | Craig Tiller | 2015-12-08 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||
| | * | | | | Merge github.com:grpc/grpc into partial-send-header | Craig Tiller | 2015-12-08 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | | * | | | merge with head | yang-g | 2015-12-08 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
* | | | | | | Remove gpr_slice_to_cstring as it is not used anywhere | Sree Kuchibhotla | 2015-12-08 |
| | | | | | | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into fixit_channel_c | yang-g | 2015-12-08 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | | | * | | Cover more of frame_settings.c | Craig Tiller | 2015-12-08 |
| | | | | | | |||
* | | | | | | Merge pull request #4334 from ctiller/lonely-data | Yang Gao | 2015-12-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix fuzzing detected crash | ||
* \ \ \ \ \ \ | Merge pull request #4332 from ctiller/bah | Sree Kuchibhotla | 2015-12-08 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix typo | ||
| | | | * | | | | Add integer overflow cases | Craig Tiller | 2015-12-08 |
| | | | | |/ / | | | | |/| | | |||
| | * | / | | | Fix fuzzing detected crash | Craig Tiller | 2015-12-08 |
| | | |/ / / | | |/| | | | |||
| * / | | | | Fix typo | Craig Tiller | 2015-12-08 |
| |/ / / / | |||
| | | * | | merge with head | yang-g | 2015-12-07 |
| | | |\ \ | | |_|/ / | |/| | | | |||
* / | | | | Make census_tag_set the only field of census_context | Hongyu Chen | 2015-12-07 |
|/ / / / | |||
* | | | | Merge pull request #4319 from yang-g/fixit_call_log_batch_c | Craig Tiller | 2015-12-07 |
|\ \ \ \ | | | | | | | | | | | remove unused code | ||
* \ \ \ \ | Merge pull request #4311 from jboeuf/tsi_tests | Craig Tiller | 2015-12-07 |
|\ \ \ \ \ | | | | | | | | | | | | | Adding common tests for TSI. | ||
| | | | | * | address comments | Jan Tattermusch | 2015-12-07 |
| | | | | | | |||
| | | | | * | use int64toa for tv_sec | Jan Tattermusch | 2015-12-07 |
| | | | | | |