Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unused load | yang-g | 2017-01-11 |
| | |||
* | Merge remote-tracking branch 'google/master' into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
|\ | |||
| * | Fixing JWT verifier. | Julien Boeuf | 2016-12-21 |
| | | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr. | ||
| * | Updated backoff to spec. | David Garcia Quintas | 2016-11-24 |
| | | |||
| * | Update includes, s/gpr_dump_slice/grpc_dump_slice/g | Craig Tiller | 2016-10-26 |
| | | |||
| * | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | | |||
* | | e2e fuzzers | Craig Tiller | 2016-10-20 |
| | | |||
* | | Make fuzzer unit tests work | Craig Tiller | 2016-10-20 |
| | | |||
* | | Begin fuzzing framework | Craig Tiller | 2016-10-20 |
| | | |||
* | | end2end test generation (first try) | Craig Tiller | 2016-10-20 |
| | | |||
* | | Basic testing. | Nicolas "Pixel" Noble | 2016-10-20 |
|/ | |||
* | Merge branch 'grand-unified-closures' into direct-calls | Craig Tiller | 2016-09-08 |
|\ | |||
| * | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-07 |
| |\ | |||
* | | | Reinstate RST_STREAM at EOS | Craig Tiller | 2016-09-01 |
|/ / | |||
* | | 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 |
|\| |