aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/census
Commit message (Collapse)AuthorAge
* Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
|\ | | | | Add Census base log
| * Respond to review commentsGravatar Alistair Veitch2016-02-11
| |
| * mergeGravatar Alistair Veitch2016-02-05
| |\
* | \ Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-05
|\ \ \ | | |/ | |/|
* | | Fix race condition in transport APIGravatar Craig Tiller2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: Receiving trailing and initial metadata had to be published in lock-step. => If we wanted trailing metadata, we might not get initial metadata processed until messages arrived. => Compression code had no idea what codec to use. To fix it, publish initial metadata as soon as it's ready (this is a transport API change). Requires changes to grpc_call to ensure ordering in processing initial metadata and messages (one may be delayed). Exposed at least some bugs in C++ where we never read initial metadata. I expect at least one more similar bug.
| | * initial commitGravatar Alistair Veitch2016-02-02
| |/ |/|
| * fix merge breakageGravatar Alistair Veitch2016-02-02
| |
| * post mergeGravatar Alistair Veitch2016-02-02
| |
* | Adding log.h for definition of abort.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Forgot the abort().Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Missed one.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Typos.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Typo.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Actually moving this to the proper place.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Update copyrightsGravatar Craig Tiller2016-01-28
| |
* | Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* | Remove bad error return in census_initializeGravatar Alistair Veitch2016-01-27
|/
* fix uninitialized variable usageGravatar Alistair Veitch2016-01-22
|
* Don't use buf_size as input and output in encodeGravatar Alistair Veitch2016-01-22
|
* Single encode functionGravatar Alistair Veitch2016-01-22
|
* update commentsGravatar Alistair Veitch2016-01-22
|
* keep status with tag set, eliminate tag_set_ntagsGravatar Alistair Veitch2016-01-21
|
* address tag_set commentsGravatar Alistair Veitch2016-01-21
|
* comment updatesGravatar Alistair Veitch2016-01-20
|
* comment updatesGravatar Alistair Veitch2016-01-19
|
* Merge branch 'master' into tag_setGravatar Alistair Veitch2016-01-15
|\
| * Updated copyrights...Gravatar David Garcia Quintas2016-01-15
| |
* | add creation statusGravatar Alistair Veitch2016-01-15
| |
| * Fix the bug that was causing census_initialization to never work.Gravatar Bogdan Drutu2016-01-14
| |
* | new iterator interfaceGravatar Alistair Veitch2016-01-14
| |
* | Always compress tagsGravatar Alistair Veitch2016-01-13
| |
* | Move encode/decode API into census.hGravatar Alistair Veitch2016-01-13
| |
* | Merge branch 'master' into tag_setGravatar Alistair Veitch2016-01-12
|\|
* | initial commitGravatar Alistair Veitch2016-01-12
| |
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Merge remote-tracking branch 'upstream/master'Gravatar Hongyu Chen2015-12-11
|\
* | Revert moreGravatar Hongyu Chen2015-12-10
| |
* | Address comments: revert all changes except adding two new metadata keysGravatar Hongyu Chen2015-12-10
| | | | | | | | "census" and "census-bin"
| * Respond to commentsGravatar Craig Tiller2015-12-10
| |
| * Actually run census code on the serverGravatar Craig Tiller2015-12-10
| |
| * Kill noop_filter.cGravatar Craig Tiller2015-12-09
| |
| * Make census_tag_set the only field of census_contextGravatar Hongyu Chen2015-12-07
| |
* | Census tags propagation.Gravatar Hongyu Chen2015-12-02
| |
| * merge with head and resolve conflictGravatar yang-g2015-12-02
| |\ | |/ |/|
* | Beginning to peel away mdctx from channel stackGravatar Craig Tiller2015-11-19
|/
* stream_op cleanup: channel, client_config changesGravatar Craig Tiller2015-11-02
|
* Fix call data init in census grpc filter.Gravatar Hongyu Chen2015-10-13
|
* Add API tracing to gRPC coreGravatar Masood Malekghassemi2015-10-02
|
* Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
|