Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MIN | yang-g | 2017-03-29 |
| | |||
* | Make convert clock_type consistent with add/sub when dealing with extreme values | yang-g | 2017-03-28 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into retry_throttle | Mark D. Roth | 2017-03-17 |
|\ | |||
* | | Switch to using a CAS loop to update the token value. | Mark D. Roth | 2017-03-17 |
| | | |||
| * | Get growth right | Craig Tiller | 2017-03-14 |
| | | |||
| * | clang-format | Craig Tiller | 2017-03-13 |
| | | |||
| * | Fix race condition | Craig Tiller | 2017-03-13 |
| | | |||
| * | Concurrent test | Craig Tiller | 2017-03-13 |
| | | |||
| * | Arena allocator for grpc | Craig Tiller | 2017-03-12 |
|/ | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-09 |
|\ | |||
* \ | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-01 |
|\ \ | |||
| | * | Add a slice type that shares a refcount with a transport stream | Craig Tiller | 2017-03-01 |
| |/ | |||
| * | Merge pull request #9881 from ctiller/spinlock | Craig Tiller | 2017-02-28 |
| |\ | | | | | | | Add a spinlock type. | ||
| | * | Fix include guards | Craig Tiller | 2017-02-28 |
| | | | |||
| | * | Fix compile | Craig Tiller | 2017-02-27 |
| | | | |||
| | * | Add a spinlock type. | Craig Tiller | 2017-02-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance. | ||
* | | | Merge branch 'bm_error' of https://github.com/ctiller/grpc into ↵ | ncteisen | 2017-02-23 |
|\ \ \ | | |/ | |/| | | | | to-grpc-err-is-human | ||
| | * | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-23 |
| | |\ | | |/ | |/| | |||
| * | | Separate CAS/ADD RMWs | Craig Tiller | 2017-02-21 |
| | | | |||
| * | | Add counters for rmw atomic operations to microbenchmarks | Craig Tiller | 2017-02-21 |
| | | | |||
* | | | Add gpr_ref_is_unique | ncteisen | 2017-02-17 |
| | | | |||
| | * | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-17 |
| | |\ | | |/ | |/| | |||
| | * | Add zalloc, convert a bunch of files to use it | Craig Tiller | 2017-02-16 |
| |/ |/| | |||
| * | Remove code from network_status_tracker.c Pull the hash function to useful.h | yang-g | 2017-02-16 |
|/ | |||
* | Add counters for mutex acquisitions, expose in bm_fullstack | Craig Tiller | 2017-02-07 |
| | |||
* | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-02 |
|\ | |||
| * | windows compilation fixes | Jan Tattermusch | 2017-02-02 |
| | | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-13 |
|\| | |||
| * | Merge branch 'patchy' into slice_with_exec_ctx_and_build | Craig Tiller | 2017-01-04 |
| |\ | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| | |\ | |||
| | * \ | Merge remote-tracking branch 'google/master' into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| | |\ \ | |||
| * | \ \ | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2017-01-03 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||
* | | | | | Merge branch 'cleanup_closures' into bwest | Craig Tiller | 2016-12-29 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| | | * | | Remove for loop initial declarations | Yuchen Zeng | 2016-12-29 |
| | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into flow_control_v2 | Craig Tiller | 2016-12-27 |
|\ \ \ \ | |||
| | * | | | 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. | ||
| | * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" | Craig Tiller | 2016-12-12 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-06 |
| | |\ \ | |||
| * | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" | Mark D. Roth | 2016-12-05 |
| | |/ / | |/| | | |||
| * | | | Revert "Remove redundant includes from string.h and tmpfile.h" | Mark D. Roth | 2016-12-05 |
| | | | | |||
| * | | | Merge pull request #8922 from sreecha/slice_cleanup | Mark D. Roth | 2016-12-05 |
| |\ \ \ | | | | | | | | | | | Remove redundant includes from string.h and tmpfile.h | ||
| * \ \ \ | Merge pull request #8854 from dgquintas/backoff | Craig Tiller | 2016-12-02 |
| |\ \ \ \ | | | | | | | | | | | | | Updated backoff to spec. | ||
| | | * | | | Remove redundant includes | Sree Kuchibhotla | 2016-12-01 |
| | | | | | | |||
| | | * | | | Remove redundant includes | Sree Kuchibhotla | 2016-12-01 |
| | |/ / / | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-30 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage | David Garcia Quintas | 2016-11-29 |
| |\ \ \ \ | |||
| * | | | | | Added pid logging to subprocess | David Garcia Quintas | 2016-11-28 |
| | | | | | | |||
| | * | | | | Fix subprocess code to avoid redundant calls to waitpid(). | Mark D. Roth | 2016-11-28 |
| |/ / / / |