aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
| | | * | | | | | Merge pull request #3082 from dgquintas/clGravatar Craig Tiller2015-08-27
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Protect against dereferencing a null ptr in http2 stream
| | | * \ \ \ \ \ \ Merge pull request #3100 from murgatroid99/core_fix_improper_includeGravatar Craig Tiller2015-08-27
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed incorrect include line in core/census/grpc_filter.c
| | | | | | | | * | | make metric part of viewGravatar Alistair Veitch2015-08-27
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-27
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | | | | * | | | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
| | | |_|_|/| | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup
| | | * | | | | | | | Outlaw comma in non-binary metadata valuesGravatar Craig Tiller2015-08-27
| | |/ / / / / / / /
| | | | | | | * | | view and aggregation APIGravatar Alistair Veitch2015-08-27
| | | | | | | | | |
| | * | | | | | | | Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | First draft at addressing #1799 for grpc_security.
| | * \ \ \ \ \ \ \ \ Merge pull request #3070 from ctiller/winlogGravatar Jan Tattermusch2015-08-27
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make C core log output readable
| | | | | * | | | | | | Fixed incorrect include line in core/census/grpc_filter.cGravatar murgatroid992015-08-27
| | | |_|/ / / / / / / | | |/| | | | | | | |
| | | | | | | | | * | Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
| | | | | | | | | | |
| | | | | | | | | * | Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
| | | | | | | | | | |
| | * | | | | | | | | Fix include guard of census/grpc_filter.hGravatar Hongyu Chen2015-08-26
| |/ / / / / / / / / |/| | | | | | | | |
| | | | | | | | | * Fix an edge case in call.cGravatar Craig Tiller2015-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 announcementsGravatar Craig Tiller2015-08-26
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | | | * Properly reset incoming bufferGravatar Craig Tiller2015-08-26
| | | | | | | | |
| | | | | | | | * Fix uninitialized dataGravatar Craig Tiller2015-08-26
| | | | | | | | |
| | | | | | | | * Turn off debugGravatar Craig Tiller2015-08-26
| | | | | | | | |
| | | | | | | | * Fix refcountingGravatar Craig Tiller2015-08-26
| | | | | | | | |
| | | | * | | | | Protect against dereferencing a null ptr.Gravatar David Garcia Quintas2015-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_processorGravatar Julien Boeuf2015-08-26
| |\ \ \ \ \ \ \ \
| | | | | | | | | * Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-26
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c
* | | | | | | | | | Merge pull request #3048 from maxwell-demon/timespecGravatar Craig Tiller2015-08-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Move core/profiling/timers_preciseclock.h to core/support/ such that we
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3035 from ctiller/naming-crisisGravatar David G. Quintas2015-08-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactor default host name resolution
| | | | | | | | * | | | Credentials cleanup:Gravatar Julien Boeuf2015-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 ↵Gravatar Julien Boeuf2015-08-25
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | stable ABI.
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into timespecGravatar Hongyu Chen2015-08-25
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3021 from ctiller/reject-the-stuffsGravatar Yang Gao2015-08-25
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | Outlaw illegal metadata characters
| | | | | | * | | | Make C core log output readableGravatar Craig Tiller2015-08-25
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | | | * | merge to headGravatar Alistair Veitch2015-08-25
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | | | | * | refactor census_timestampGravatar Alistair Veitch2015-08-25
| | | | | | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into timespecGravatar Hongyu Chen2015-08-25
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | * | | | | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | * | | | | | | Assert uri not null betterGravatar Craig Tiller2015-08-25
| | | | | | | | |
* | | | | | | | | Merge pull request #2945 from maxwell-demon/masterGravatar Alistair Veitch2015-08-25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Re-install census_filters
* | | | | | | | | Merge pull request #3063 from jtattermusch/windows_server_memory_leakGravatar Craig Tiller2015-08-25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Fix gpr_slice leak in server on connection reset
| | | | * | | | | Assert uri not nullGravatar Craig Tiller2015-08-25
| | | | | | | | |
| * | | | | | | | fix gpr_slice leak in server on connection resetGravatar Jan Tattermusch2015-08-25
| | | | | | | | |
| | | | | | | | * Spam cleanupGravatar Craig Tiller2015-08-25
| | | | | | | | |
| | | | * | | | | Add commentsGravatar Craig Tiller2015-08-25
| | | | | | | | |
| | | | * | | | | Respond to reviewGravatar Craig Tiller2015-08-25
| | | | | | | | |
| | | | * | | | | Use SSL override as a default host name if none is specifiedGravatar Craig Tiller2015-08-25
| | | | | | | | |
| | | | | * | | | Update include path of core/profiling/basic_timers.cGravatar Hongyu Chen2015-08-25
| | | | | | | | |
* | | | | | | | | Merge pull request #3011 from dgquintas/comma-separated-ipsGravatar Craig Tiller2015-08-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | sockaddr_resolver now supports comma-separated list of IPs
| | | | | * \ \ \ \ Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | | | | |\ \ \ \ \
* | | | | | | | | | | Made udp_server.c compile for iOSGravatar murgatroid992015-08-24
| |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | | | * | | | Move core/profiling/timers_preciseclock.h to core/support/ such that weGravatar Hongyu Chen2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have a gpr public function which returns cycle clock.
* | | | | | | | | | Merge pull request #3010 from dgquintas/head_vs_tailsGravatar Craig Tiller2015-08-24
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Assert http2 header ordering
| | | | | | | | | * Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-24
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3034 from yang-g/sec_conn_leakGravatar jboeuf2015-08-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Move the default roots check before allocation