Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Clang format. | 2015-12-01 | |
* | Better documentation of the method_name field. | 2015-11-25 | |
* | Also adding a credentials type to the plugin API. | 2015-11-19 | |
* | Fixing implementations. | 2015-11-18 | |
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | 2015-11-17 | |
|\ | |||
* | | Fixing tests. | 2015-11-17 | |
* | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | 2015-11-17 | |
|\ \ | |||
| | * | Updating the server1 cert so that it can be used with Go. | 2015-11-09 | |
| |/ | |||
| * | Merge pull request #4031 from jtattermusch/win_precise_clock | 2015-11-06 | |
| |\ | |||
| * \ | Merge branch 'master' into protosplit | 2015-11-04 | |
| |\ \ | |||
| | * \ | Merge pull request #4013 from dgquintas/bb_readall | 2015-11-04 | |
| | |\ \ | |||
| | | | * | use QueryPerformanceCounter as precise clock for windows | 2015-11-03 | |
| | | |/ | | |/| | |||
| * | | | Merge branch 'master' into protosplit | 2015-11-02 | |
| |\| | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into protosplit | 2015-11-02 | |
| |\ \ \ | |||
| | | * | | Fix nap condition for pollset wakeup | 2015-11-02 | |
| | |/ / | |||
| | | * | Added grpc_byte_buffer_reader_readall | 2015-10-30 | |
| | |/ | |||
| * | | Split up into a new service proto, use proper service suffix, add a | 2015-10-29 | |
| | * | Fixed an inexplicable wrong handling of a lock | 2015-10-23 | |
* | | | Addressing comments. | 2015-10-20 | |
| | * | added grpc_client_uchannel_set_subchannel func | 2015-10-19 | |
| | * | Merge branch 'master' of github.com:grpc/grpc into microchannels | 2015-10-19 | |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #3726 from dgquintas/iomgr_executor | 2015-10-19 | |
| |\ \ | |||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | 2015-10-17 | |
|\| | | | |||
| * | | | Merge pull request #3767 from ctiller/cache-accept-enc | 2015-10-15 | |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #3786 from ctiller/try-this-simple-trick-to-double-perform... | 2015-10-14 | |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #3794 from ctiller/mf | 2015-10-14 | |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #3618 from dgquintas/cq_alarm | 2015-10-14 | |
| |\ \ \ \ \ \ | |||
| | | | | | | * | Merged with #3788 | 2015-10-13 | |
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into microchannels | 2015-10-13 | |
| | | | | | | |\ | |||
| | | | | | * | | | We need the iomgr_init for winsocks initialization. | 2015-10-13 | |
| | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | 2015-10-13 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | |||
| * | / | | | | | | Fix call data init in census grpc filter. | 2015-10-13 | |
| | |/ / / / / / | |/| | | | | | | |||
| | | | | | * | | Updated Windows resolver | 2015-10-13 | |
| * | | | | | | | Merge pull request #3754 from ctiller/latent-see | 2015-10-13 | |
| |\ \ \ \ \ \ \ | |||
| | | | | | | * | | removed unused local var | 2015-10-13 | |
| | | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | 2015-10-12 | |
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into iomgr_executor | 2015-10-12 | |
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||
| | | | | | | * | | Flush exec_ctx work within loop | 2015-10-12 | |
| * | | | | | | | | Merge pull request #3788 from dgquintas/one_less_lock | 2015-10-12 | |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #3804 from vjpai/gcc44_issues | 2015-10-12 | |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #3785 from jboeuf/boringssl_type_issues | 2015-10-12 | |
| |\ \ \ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | | | Stop using atm operations on fd->shutdown since that is already used | 2015-10-12 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||
| | | | | | * | | | | | Fix race conditions | 2015-10-10 | |
* | | | | | | | | | | | Fixing mem leak and compilation error in tsan. | 2015-10-10 | |
* | | | | | | | | | | | Got the core test passing. | 2015-10-09 | |
* | | | | | | | | | | | Got core to compile (without the tests) | 2015-10-09 | |
| | | | | | * | | | | | Make getting metadata user data a lock free operation | 2015-10-09 | |
| | | | | | * | | | | | Make metadata unref atomic | 2015-10-09 | |
| | | | | | | * | | | | Merge branch 'latent-see' into try-this-simple-trick-to-double-performance | 2015-10-09 | |
| | | | | | | |\ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | | | |||
| | | | | | | | * | | | Merge branch 'latent-see' into cache-accept-enc | 2015-10-09 | |
| | | | | | | | |\ \ \ | | | | | |_|_|_|/ / / | | | | |/| | | | | | |