Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3726 from dgquintas/iomgr_executor | Craig Tiller | 2015-10-19 |
|\ | | | | | Introducing grpc_executor, for all your threading needs | ||
* \ | Merge pull request #3767 from ctiller/cache-accept-enc | David G. Quintas | 2015-10-15 |
|\ \ | | | | | | | Cache encodings accepted by peer on mdelem | ||
* \ \ | Merge pull request #3786 from ↵ | Vijay Pai | 2015-10-14 |
|\ \ \ | | | | | | | | | | | | | | | | | ctiller/try-this-simple-trick-to-double-performance Set current worker for longer | ||
* \ \ \ | Merge pull request #3794 from ctiller/mf | Vijay Pai | 2015-10-14 |
|\ \ \ \ | | | | | | | | | | | Metadata atomic magic | ||
* \ \ \ \ | Merge pull request #3618 from dgquintas/cq_alarm | Vijay Pai | 2015-10-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Added grpc_alarm (renamed previous one to grpc_timer) | ||
| | | | | * | We need the iomgr_init for winsocks initialization. | David Garcia Quintas | 2015-10-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixed (thanks @nicolasnoble) wrong construction of error msg. | ||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-13 |
| |\ \ \ \ \ | |||
* | | | | | | | Fix call data init in census grpc filter. | Hongyu Chen | 2015-10-13 |
| |/ / / / / |/| | | | | | |||
| | | | | * | Updated Windows resolver | David Garcia Quintas | 2015-10-13 |
| | | | | | | |||
* | | | | | | Merge pull request #3754 from ctiller/latent-see | David G. Quintas | 2015-10-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Latency profiling support | ||
| | | | | | * | removed unused local var | David Garcia Quintas | 2015-10-13 |
| | | | | | | | |||
| | * | | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-12 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into iomgr_executor | David Garcia Quintas | 2015-10-12 |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | |||
| | | | | | * | Flush exec_ctx work within loop | David Garcia Quintas | 2015-10-12 |
| | | | | | | | |||
* | | | | | | | Merge pull request #3788 from dgquintas/one_less_lock | Craig Tiller | 2015-10-12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Avoid lock/unlock for common client channel pick. | ||
* \ \ \ \ \ \ \ | Merge pull request #3804 from vjpai/gcc44_issues | Craig Tiller | 2015-10-12 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Stop using atm operations on fd->shutdown | ||
* \ \ \ \ \ \ \ \ | Merge pull request #3785 from jboeuf/boringssl_type_issues | Nicolas Noble | 2015-10-12 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removing warnings when using boringssl. | ||
| | * | | | | | | | | Stop using atm operations on fd->shutdown since that is already used | Vijay Pai | 2015-10-12 |
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | within fd->mu anyway (and is not the right size for atm in some cases) | ||
| | | | | * | | | | Fix race conditions | Craig Tiller | 2015-10-10 |
| | | | | | | | | | |||
| | | | | * | | | | Make getting metadata user data a lock free operation | Craig Tiller | 2015-10-09 |
| | | | | | | | | | |||
| | | | | * | | | | Make metadata unref atomic | Craig Tiller | 2015-10-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to need to lock the metadata context to unref an mdelem. This change makes it possible to lock only when the mdelem refcount would reach zero. | ||
| | | | | | * | | | Merge branch 'latent-see' into try-this-simple-trick-to-double-performance | Craig Tiller | 2015-10-09 |
| | | | | | |\ \ \ | | | | |_|_|/ / / | | | |/| | | | | | |||
| | | | | | | * | | Merge branch 'latent-see' into cache-accept-enc | Craig Tiller | 2015-10-09 |
| | | | | | | |\ \ | | | | |_|_|_|/ / | | | |/| | | | | | |||
| | | * | | | | | | Merge github.com:grpc/grpc into latent-see | Craig Tiller | 2015-10-09 |
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
| | | | | | * | | | Merge branch 'latent-see' into latent-more-see | Craig Tiller | 2015-10-09 |
| | | | | | |\ \ \ | | | | |_|_|/ / / | | | |/| | | | | | |||
| | | * | | | | | | Fix asan compile error | Craig Tiller | 2015-10-09 |
| | | | | | | | | | |||
| | | * | | | | | | Move profiling system to gpr | Craig Tiller | 2015-10-09 |
| | | | | | | | | | |||
| | * | | | | | | | Avoid lock/unlock for common client channel pick. | David Garcia Quintas | 2015-10-09 |
| | | | | | | | | | |||
| | | | | | * | | | Set current worker for longer | Craig Tiller | 2015-10-09 |
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ==> Less self kicking ==> Double performance for sync_unary_ping_pong_test on my machine | ||
| | | * | | | | | More markup | Craig Tiller | 2015-10-09 |
| | | | | | | | | |||
| | | * | | | | | More markup | Craig Tiller | 2015-10-09 |
| | | | | | | | | |||
| * | | | | | | | Removing warnings when using boringssl. | Julien Boeuf | 2015-10-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boringssl and openssl do not have the same method signatures (integer types differ). | ||
* | | | | | | | | Merge pull request #3751 from jboeuf/fix_3680 | Yang Gao | 2015-10-09 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fixing #3680 | ||
| | | | | | * | | Enable cache for encodings accepted by peer | Craig Tiller | 2015-10-09 |
| | | | |_|/ / | | | |/| | | | |||
* | | | | | | | Merge pull request #3701 from yang-g/unreachable | Craig Tiller | 2015-10-09 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | mark unreachable code with a macro | ||
| | | | * | | | | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #3692 from dgquintas/inspector_fail | Sree Kuchibhotla | 2015-10-09 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed unprotected access to call field | ||
* \ \ \ \ \ \ \ \ | Merge pull request #3691 from sreecha/fix_compression | David G. Quintas | 2015-10-09 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix incorrect assert | ||
| | | | | | * | | | | more markers | Craig Tiller | 2015-10-08 |
| | | | | | | | | | | |||
| | | * | | | | | | | add another return in case the macro is not defined and the compiler ↵ | yang-g | 2015-10-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complains about no return statement | ||
| | | | | | * | | | | Remove unnecessary include | Craig Tiller | 2015-10-08 |
| | | | | | | | | | | |||
| | * | | | | | | | | Hid test-only functions from surface/call.h | David Garcia Quintas | 2015-10-08 |
| | | | | | | | | | | |||
| | | | | | * | | | | Merge github.com:grpc/grpc into latent-see | Craig Tiller | 2015-10-08 |
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
| | | * | | | | | | | merge and resolve conflicts | yang-g | 2015-10-08 |
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||
| | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-08 |
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||
| | | | | | * | | | | Latency traces | Craig Tiller | 2015-10-08 |
| | | | | | | | | | | |||
| | | | * | | | | | | Fixing #3680 | Julien Boeuf | 2015-10-08 |
| | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server auth filter needs a reference on the server credentials so that the processor that belongs to the creds is not destroyed when the server auth filter is still using it. The server auth filter also does not need the security connector but just the auth context. | ||
* | | | / / / / / | fix compilation with VS2010 | Jan Tattermusch | 2015-10-08 |
| |_|_|/ / / / / |/| | | | | | | | |||
| | | | * | | | | Fixup mac build | Craig Tiller | 2015-10-08 |
| | | | | | | | | |||
| | | | * | | | | Get basic profiler working again | Craig Tiller | 2015-10-08 |
| | | | | |/ / | | | | |/| | |