Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Spam cleanup | Craig Tiller | 2015-02-24 |
| | |||
* | Second batch of feedback. | Nicolas Noble | 2015-02-24 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Fix include paths | Craig Tiller | 2015-02-09 |
| | |||
* | prefix struct & functions in census_tracing.h per ctiller's suggestion. | Hongyu Chen | 2015-02-05 |
| | |||
* | More update on dup_annotation_list following review comments. | Hongyu Chen | 2015-02-05 |
| | |||
* | Merge branch 'census_active_ops' of https://github.com/maxwell-demon/grpc ↵ | Hongyu Chen | 2015-02-05 |
|\ | | | | | | | into census_active_ops | ||
* | | Update following a-vietch's comments | Hongyu Chen | 2015-02-05 |
| | | |||
| * | Update census_tracing.h | Alistair Veitch | 2015-02-05 |
|/ | |||
* | V0 implementation of census_get_active_ops(). | Hongyu Chen | 2015-02-04 |
| | |||
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | fixing all subsequent errors. | ||
* | Merge pull request #167 from maxwell-demon/master | Alistair Veitch | 2015-01-27 |
|\ | | | | | Fix census_log_tests on platforms with only one core. | ||
* | | Move string.h to internal code | Craig Tiller | 2015-01-23 |
| | | |||
| * | Adds extern "C" to census_tracing.h. We need to access tracing apis from | Hongyu Chen | 2015-01-22 |
|/ | | | | cpp code. | ||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | clang-format | Craig Tiller | 2015-01-15 |
| | |||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | grpc census hash_table test coverage improvements. | hongyu | 2015-01-12 |
| | | | | | | | Change on 2015/01/12 by hongyu <hongyu@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83786701 | ||
* | Grpc census: v0 trace_printf() implementation in C. | hongyu | 2015-01-12 |
| | | | | | | | Change on 2015/01/09 by hongyu <hongyu@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83626942 | ||
* | C implementation of Census trace store and stats store for grpc C lib. | hongyu | 2015-01-09 |
| | | | | | | | Change on 2015/01/08 by hongyu <hongyu@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83556470 | ||
* | Fix a bug in base-log, and add test. | aveitch | 2014-12-15 |
| | | | | | | | | | | | The tests compute usable space in the log, but do so using subtraction on unsigned values and did not correctly account for number of blocks used per-core. This could lead underflow, and an incorrect space calculation. In addition, testing showed that with current defaults, tests would fail on a system with > ~64 cores. This can be alleviated through use of a larger log. An explicit check in the log initialization has been added for this case, and the log size increased if necessary. Change on 2014/12/15 by aveitch <aveitch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82154432 | ||
* | Tweaking log calls a bit. | nnoble | 2014-12-12 |
| | | | | | | | | | -) Introducing gpr_vlog so to spare a few vsprintf later (at least one for now) -) Renaming statistics/log.* to statistics/census_log.* to avoid collisions. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81995756 | ||
* | Initial import. | Nicolas Noble | 2014-11-26 |