aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\
* \ Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checksGravatar hcaseyal2018-09-20
|\ \
| | * Make our C function pointer use consistentGravatar Vijay Pai2018-09-20
* | | Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-09-20
|\ \ \
| | | * Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
| |_|/ |/| |
| | * Add in port_platform.h. The permanent fix for this is currently in a pending ...Gravatar Hope Casey-Allen2018-09-19
| | * Remove unnecessary callout_is_default checksGravatar Hope Casey-Allen2018-09-19
| |/ |/|
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
* | Convert status_error to an atomic because it can be accessed from different t...Gravatar Yash Tibrewal2018-09-14
* | Merge branch 'master' into tcpusertimeoutGravatar Yash Tibrewal2018-09-12
|\ \
* | | Add logging to be sure about set valuesGravatar Yash Tibrewal2018-09-12
| | * Even cleaner implementation that does not modify the grpc_mdelem struct.Gravatar Hope Casey-Allen2018-09-12
| * | Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
| |\ \
| * | | fix clang tidyGravatar ncteisen2018-09-11
| * | | Add check on server for channelz accessorGravatar ncteisen2018-09-11
| * | | Merge pull request #16594 from yashykt/statusdrGravatar Yash Tibrewal2018-09-11
| |\ \ \
| | | | * Clang tidyGravatar Hope Casey-Allen2018-09-11
| | | | * Small formatting and style changesGravatar Hope Casey-Allen2018-09-11
| | | | * Fix codegen script to include port_platformGravatar Hope Casey-Allen2018-09-10
| | | | * Much cleaner approach that should address code review comments as wellGravatar Hope Casey-Allen2018-09-10
| | | | * WIP. Modifying grpc_mdelem to store the static hpack table idnexGravatar Hope Casey-Allen2018-09-10
| | | | * Responding to code review commentsGravatar Hope Casey-Allen2018-09-10
| | * | | reinterpret casts for compiler checksGravatar Yash Tibrewal2018-09-10
| | * | | Make batch_error an atomic to avoid data racesGravatar Yash Tibrewal2018-09-10
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-serverGravatar ncteisen2018-09-10
| |\ \ \ \
| | * | | | reveiwer commentsGravatar ncteisen2018-09-10
| | | | | * Temporary workaround for memory leak in debugging functionGravatar Hope Casey-Allen2018-09-09
| | | | | * Fix memory leak in debugging functionGravatar Hope Casey-Allen2018-09-09
| | | | | * Clang tidyGravatar Hope Casey-Allen2018-09-08
| | | | | * Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_stat...Gravatar Hope Casey-Allen2018-09-08
| | | | | |\
| | | | | * | Fix objective c unit test and debugging functionsGravatar Hope Casey-Allen2018-09-08
| | | | | | * Clang tidyGravatar Hope Casey-Allen2018-09-08
| | | | | |/
| | | | | * WIP. Setting md_index to 0 on grpc_linked_mdelem creationGravatar Hope Casey-Allen2018-09-08
| * | | | | Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-09-08
| |\| | | |
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-09-08
| | |\| | |
| * | | | | reviewer feedbackGravatar ncteisen2018-09-07
| | * | | | reviewer feedbackGravatar ncteisen2018-09-07
| | | | | * Zero out md_index when linked_mdelem is created to fix bugGravatar Hope Casey-Allen2018-09-06
* | | | | | Add support for reading channel argsGravatar Yash Tibrewal2018-09-06
| | | | | * Fix assertion in debugging codeGravatar Hope Casey-Allen2018-09-06
| | | | | * Fix internal_data to be the same size as the new grpc_linked_mdelemGravatar Hope Casey-Allen2018-09-06
| | | | | * WIP. Handling error conditions such as duplicate metadata, metadata size limi...Gravatar Hope Casey-Allen2018-09-06
| | | * | | Merge pull request #16536 from jiangtaoli2016/system_rootGravatar Jiangtao Li2018-09-05
| | | |\ \ \
| | | | * | | Turn loading system root certificate as defaultGravatar jiangtaoli20162018-09-04
| | | | | | * WIP. Created static data for size of metadata and callouts indexGravatar Hope Casey-Allen2018-09-04
| | | * | | | Merge branch 'cronetfix' into statusGravatar Yash Tibrewal2018-08-31
| | | |\| | |
| | | | * | | Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulationGravatar Noah Eisen2018-08-31
| | | | |\ \ \
| | | | | | * | Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
| | | | | |/ / | | | | |/| |
| | | | | * | Fix all instances of bugprone-undefined-memory-manipulationGravatar ncteisen2018-08-29
| | | | | | * Add ability to use static hpack table on the encode pathGravatar Hope Casey-Allen2018-08-28