Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Fixes | Craig Tiller | 2017-06-02 |
| | |||
* | Merge pull request #11093 from ctiller/c++compat4 | Craig Tiller | 2017-05-18 |
|\ | | | | | C++ compatibility fixes | ||
| * | C++ compatibility fixes | Craig Tiller | 2017-05-11 |
| | | |||
* | | Merge github.com:grpc/grpc into serve_fries | Craig Tiller | 2017-05-11 |
|\| | |||
| * | Merge github.com:grpc/grpc into hiertune | Craig Tiller | 2017-05-05 |
| |\ | |||
| * | | Add workqueue | Craig Tiller | 2017-05-01 |
| | | | |||
| | * | Merge branch 'v1.3.x' into master-upmerge-v1.3.x | David Garcia Quintas | 2017-04-28 |
| |/| | |||
* | | | Merge github.com:grpc/grpc into serve_fries | Craig Tiller | 2017-04-27 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-26 |
| |\ \ | |||
| | * \ | Merge pull request #10629 from kuscsik/build_fix | Vijay Pai | 2017-04-26 |
| | |\ \ | | | | | | | | | | | core: fix duplicated definition | ||
* | | | | | Reduce server memory usage | Craig Tiller | 2017-04-26 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | (this needs more testing/analysis to prove that it's safe) Switch from a lock free stack to an mpscq protected by a spinlock for incoming requests. The mpscq is unbounded and so needs (much) less memory allocated up front. memory_profile_test shows this reduces initial server creation cost from 4MB to 1.5KB. | ||
| | * | | core, avl: rename static functions | Zoltan Kuscsik | 2017-04-26 |
| | | | | | | | | | | | | | | | | | | | | Renamed remove and add static functions to remove_key and add_key | ||
| * | | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-24 |
| |\ \ \ | |/ / / |/| | | | |||
* | | | | Merge github.com:grpc/grpc into count_now | Craig Tiller | 2017-04-21 |
|\ \ \ \ | |||
| * \ \ \ | Merge pull request #10777 from ctiller/c++compat1 | Craig Tiller | 2017-04-21 |
| |\ \ \ \ | | | | | | | | | | | | | C++ compatibility fix for tmpfile_posix.c | ||
| | | * \ \ | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-21 |
| | | |\ \ \ | |||
| * | | | | | | C++ compatibility fix for stack_lockfree.c | Craig Tiller | 2017-04-20 |
| | |_|/ / / | |/| | | | | |||
| | * | | | | C++ compatibility fix for tmpfile_posix.c | Craig Tiller | 2017-04-20 |
| |/ / / / | |||
| * | | | | Remove DEBUG code that is itself buggy (integer overflow) | Vijay Pai | 2017-04-19 |
| | | | | | |||
| | | | * | Add flag to compile gpr with compatibility for musl | murgatroid99 | 2017-04-19 |
| | |_|/ | |/| | | |||
| | | * | core: fix duplicated definition | Zoltan Kuscsik | 2017-04-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor remove() function name to avoid duplicated function definition when building on latest AOSP. stdio in Bionic also defines remove(). | ||
| | * | | Fix sanity | Craig Tiller | 2017-04-12 |
| | | | | |||
| | * | | Write out atomic<bool> explicitly | Craig Tiller | 2017-04-12 |
| | | | | |||
| | * | | Fixes | Craig Tiller | 2017-04-12 |
| | | | | |||
| | * | | Work around atomics | Craig Tiller | 2017-04-11 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-11 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Fix build on Alpine linux + add portability tests | Ken Payson | 2017-04-06 |
| | | | | |||
| | * | | Fix include guards | Craig Tiller | 2017-04-02 |
| | | | | |||
| | * | | Allow custom deletion policies on grpc_core::UniquePtr<> | Craig Tiller | 2017-04-02 |
| | | | | |||
| | * | | Memory allocator for C++ in core | Craig Tiller | 2017-03-31 |
| |/ / | |||
| * | | 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 |
| | | | | |||
* | | | | Track calls to gpr_now() | Craig Tiller | 2017-03-14 |
|/ / / | |||
| * | | 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 |
| | |\ | | |/ | |/| |