Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | Merge pull request #3082 from dgquintas/cl | Craig Tiller | 2015-08-27 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Protect against dereferencing a null ptr in http2 stream | |||
| | | * \ \ \ \ \ \ | Merge pull request #3100 from murgatroid99/core_fix_improper_include | Craig Tiller | 2015-08-27 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed incorrect include line in core/census/grpc_filter.c | |||
| | | | | | | | * | | | make metric part of view | Alistair Veitch | 2015-08-27 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||
| | | | | | * | | | | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 | |
| | | |_|_|/| | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup | |||
| | | * | | | | | | | | Outlaw comma in non-binary metadata values | Craig Tiller | 2015-08-27 | |
| | |/ / / / / / / / | ||||
| | | | | | | * | | | view and aggregation API | Alistair Veitch | 2015-08-27 | |
| | | | | | | | | | | ||||
| | * | | | | | | | | Merge pull request #2947 from jboeuf/grpc_security_abi | Craig Tiller | 2015-08-27 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | First draft at addressing #1799 for grpc_security. | |||
| | * \ \ \ \ \ \ \ \ | Merge pull request #3070 from ctiller/winlog | Jan Tattermusch | 2015-08-27 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make C core log output readable | |||
| | | | | * | | | | | | | Fixed incorrect include line in core/census/grpc_filter.c | murgatroid99 | 2015-08-27 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||
| | | | | | | | | * | | Revert "Revert "Refactor Endpoint API"" | Craig Tiller | 2015-08-27 | |
| | | | | | | | | | | | ||||
| | | | | | | | | * | | Revert "Refactor Endpoint API" | Craig Tiller | 2015-08-27 | |
| | | | | | | | | | | | ||||
| | * | | | | | | | | | Fix include guard of census/grpc_filter.h | Hongyu Chen | 2015-08-26 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||
| | | | | | | | | * | Fix an edge case in call.c | Craig Tiller | 2015-08-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we get a full incoming buffer, we'll issue a read with max_recv_bytes==0, deadlocking the flow control code. Instead, hold off on advertising reading until the buffer gets a little more clear, then start pulling. | |||
| | | | | | | | | * | Trace window announcements | Craig Tiller | 2015-08-26 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||
| | | | | | | | * | Properly reset incoming buffer | Craig Tiller | 2015-08-26 | |
| | | | | | | | | | ||||
| | | | | | | | * | Fix uninitialized data | Craig Tiller | 2015-08-26 | |
| | | | | | | | | | ||||
| | | | | | | | * | Turn off debug | Craig Tiller | 2015-08-26 | |
| | | | | | | | | | ||||
| | | | | | | | * | Fix refcounting | Craig Tiller | 2015-08-26 | |
| | | | | | | | | | ||||
| | | | * | | | | | Protect against dereferencing a null ptr. | David Garcia Quintas | 2015-08-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'stream' may be left nullptr after a pop, so don't try to dereference it. (via nlewycky@google.com). | |||
| * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 | |
| |\ \ \ \ \ \ \ \ | ||||
| | | | | | | | | * | Merge github.com:grpc/grpc into endpoints | Craig Tiller | 2015-08-26 | |
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c | |||
* | | | | | | | | | | Merge pull request #3048 from maxwell-demon/timespec | Craig Tiller | 2015-08-26 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Move core/profiling/timers_preciseclock.h to core/support/ such that we | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #3035 from ctiller/naming-crisis | David G. Quintas | 2015-08-25 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Refactor default host name resolution | |||
| | | | | | | | * | | | | Credentials cleanup: | Julien Boeuf | 2015-08-25 | |
| | | | | | | |/ / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | |||
| | | | | | * | | | | | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stable ABI. | |||
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into timespec | Hongyu Chen | 2015-08-25 | |
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #3021 from ctiller/reject-the-stuffs | Yang Gao | 2015-08-25 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | Outlaw illegal metadata characters | |||
| | | | | | * | | | | Make C core log output readable | Craig Tiller | 2015-08-25 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| | | | | | | * | | merge to head | Alistair Veitch | 2015-08-25 | |
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||
| | | | | | | * | | refactor census_timestamp | Alistair Veitch | 2015-08-25 | |
| | | | | | | | | | ||||
| | | * | | | | | | Merge remote-tracking branch 'upstream/master' into timespec | Hongyu Chen | 2015-08-25 | |
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||
| | * | | | | | | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2015-08-25 | |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||
| | * | | | | | | | Assert uri not null better | Craig Tiller | 2015-08-25 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #2945 from maxwell-demon/master | Alistair Veitch | 2015-08-25 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Re-install census_filters | |||
* | | | | | | | | | Merge pull request #3063 from jtattermusch/windows_server_memory_leak | Craig Tiller | 2015-08-25 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Fix gpr_slice leak in server on connection reset | |||
| | | | * | | | | | Assert uri not null | Craig Tiller | 2015-08-25 | |
| | | | | | | | | | ||||
| * | | | | | | | | fix gpr_slice leak in server on connection reset | Jan Tattermusch | 2015-08-25 | |
| | | | | | | | | | ||||
| | | | | | | | * | Spam cleanup | Craig Tiller | 2015-08-25 | |
| | | | | | | | | | ||||
| | | | * | | | | | Add comments | Craig Tiller | 2015-08-25 | |
| | | | | | | | | | ||||
| | | | * | | | | | Respond to review | Craig Tiller | 2015-08-25 | |
| | | | | | | | | | ||||
| | | | * | | | | | Use SSL override as a default host name if none is specified | Craig Tiller | 2015-08-25 | |
| | | | | | | | | | ||||
| | | | | * | | | | Update include path of core/profiling/basic_timers.c | Hongyu Chen | 2015-08-25 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #3011 from dgquintas/comma-separated-ips | Craig Tiller | 2015-08-25 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | sockaddr_resolver now supports comma-separated list of IPs | |||
| | | | | * \ \ \ \ | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2015-08-25 | |
| | | | | |\ \ \ \ \ | ||||
* | | | | | | | | | | | Made udp_server.c compile for iOS | murgatroid99 | 2015-08-24 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||
| | | | | | * | | | | Move core/profiling/timers_preciseclock.h to core/support/ such that we | Hongyu Chen | 2015-08-24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have a gpr public function which returns cycle clock. | |||
* | | | | | | | | | | Merge pull request #3010 from dgquintas/head_vs_tails | Craig Tiller | 2015-08-24 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Assert http2 header ordering | |||
| | | | | | | | | * | Merge github.com:grpc/grpc into endpoints | Craig Tiller | 2015-08-24 | |
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #3034 from yang-g/sec_conn_leak | jboeuf | 2015-08-24 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Move the default roots check before allocation |