Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Revert "Grand unified closures"" | Craig Tiller | 2016-09-12 |
| | |||
* | Revert "Grand unified closures" | Craig Tiller | 2016-09-12 |
| | |||
* | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-07 |
|\ | |||
* | | Add a test with multiple threads popping from the mpscq | Craig Tiller | 2016-08-30 |
| | | |||
| * | Expand corpus | Craig Tiller | 2016-08-18 |
| | | |||
| * | Extend fuzzers (correctly) to deal with permissive/strict encoding | Craig Tiller | 2016-08-18 |
| | | |||
| * | Extend fuzzers (correctly) to deal with permissive/strict encoding | Craig Tiller | 2016-08-18 |
| | | |||
| * | Add a strict and a permissive decoder, allow different reserved alphabets | Craig Tiller | 2016-08-18 |
| | | |||
| * | Percent encoding routines | Craig Tiller | 2016-08-18 |
| | | |||
* | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-07-24 |
|\| | |||
| * | Add gpr_slice_new_with_user_data. | Sanjay Ghemawat | 2016-07-21 |
| | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed. | ||
* | | Rename async_execution_lock --> combiner, make it use closures, unroll ↵ | Craig Tiller | 2016-07-07 |
| | | | | | | | | previous changes for idleness | ||
* | | Merge github.com:grpc/grpc into atm2 | Craig Tiller | 2016-07-07 |
|\| | |||
| * | Merge pull request #6958 from ctiller/cpuburn | Jan Tattermusch | 2016-06-17 |
| |\ | | | | | | | Reduce cost of some heavyweight tests | ||
| * \ | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
| |\ \ | | | | | | | | | Unifying error handling within core | ||
| | | * | Reduce cost of some heavyweight tests | Craig Tiller | 2016-06-17 |
| | | | | |||
| * | | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
| |\ \ \ | | | |/ | | |/| | |||
| | | * | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Rename gpr_strpad as gpr_leftpad | Yuchen Zeng | 2016-06-13 |
| | | | | |||
| * | | | Set back to the default log function after using an override | Vijay Pai | 2016-06-13 |
| | | | | |||
| | * | | Add format check for gpr_log and gpr_asprintf | Yuchen Zeng | 2016-06-10 |
| |/ / | |||
| | * | Move load_file into iomgr | Craig Tiller | 2016-05-18 |
| | | | |||
| | * | Fix load file test | Craig Tiller | 2016-05-18 |
| |/ | |||
* | | Update costs | Craig Tiller | 2016-05-03 |
| | | |||
* | | Add cacheline padding, and a test | Craig Tiller | 2016-05-02 |
|/ | |||
* | Add knob for default core output verbosity | Yuchen Zeng | 2016-04-15 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all | Nicolas "Pixel" Noble | 2016-04-05 |
|\ | |||
| * | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all | Nicolas "Pixel" Noble | 2016-03-28 |
|\| | |||
* | | Sanitize mallocs and frees. | Nicolas "Pixel" Noble | 2016-03-26 |
| | | |||
| * | Fix copyright | Craig Tiller | 2016-03-25 |
| | | |||
| * | Fix includes | Craig Tiller | 2016-03-25 |
|/ | |||
* | Fix copyrights | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Revert "Revert "Factor out backoff code into a separate library (to be ↵ | Craig Tiller | 2016-03-18 |
| | | | | re-used elsewhere)"" | ||
* | Revert "Factor out backoff code into a separate library (to be re-used ↵ | David G. Quintas | 2016-03-18 |
| | | | | elsewhere)" | ||
* | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-17 |
|\ | |||
| * | Preventing huge stacks in load_file_test. | Nicolas "Pixel" Noble | 2016-03-17 |
| | | |||
* | | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-16 |
|\| | |||
| * | Fix copyright | Sree Kuchibhotla | 2016-03-14 |
| | | |||
| * | Minor code cleanup | Sree Kuchibhotla | 2016-03-14 |
| | | |||
| * | Reduce the number of threads so that this test works on x86 systems | Sree Kuchibhotla | 2016-03-14 |
| | | |||
* | | Build out backoff as a library | Craig Tiller | 2016-03-11 |
|/ | |||
* | Fix copyrights | Craig Tiller | 2016-02-23 |
| | |||
* | Regenerate files, fix bugs | Craig Tiller | 2016-02-22 |
|\ | |||
* | | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
|/ | |||
* | Reverse changes to AVL code | murgatroid99 | 2016-02-05 |
| | |||
* | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | |||
* | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | |||
* | Fix 32 bit linux tests | Jan Tattermusch | 2016-01-27 |
| |