Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into e2efuzz | Craig Tiller | 2016-04-06 |
|\ | |||
| * | Merge github.com:grpc/grpc into channel_max_reconnect_backoff | Craig Tiller | 2016-04-04 |
| |\ | |||
* | | | Server fuzzer progress | Craig Tiller | 2016-04-03 |
| | | | |||
* | | | Starting server fuzzer | Craig Tiller | 2016-04-02 |
| |/ |/| | |||
* | | Merge pull request #6012 from nicolasnoble/memleak_detector | Nicolas Noble | 2016-03-31 |
|\ \ | | | | | | | Adding memory leak detections for the json fuzzer. | ||
* | | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | | |||
| | * | Merge github.com:grpc/grpc into channel_max_reconnect_backoff | Craig Tiller | 2016-03-30 |
| | |\ | |_|/ |/| | | |||
| * | | Update copyright | Craig Tiller | 2016-03-29 |
| | | | |||
| * | | Run fuzzer corpus entries as unit tests | Craig Tiller | 2016-03-29 |
|/ / | |||
* | | Fix includes | Craig Tiller | 2016-03-25 |
| | | |||
* | | Auto-changes | Craig Tiller | 2016-03-25 |
| | | |||
* | | Add HTTP request parsing. | Matthew Iselin | 2016-03-23 |
| | | | | | | | | | | | | | | | | | | This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in). | ||
* | | Merge pull request #5797 from ctiller/win2 | Jan Tattermusch | 2016-03-21 |
|\ \ | | | | | | | Make stack traces show up in run_tests.py logs | ||
| * | | Make stack traces show up in run_tests.py logs | Craig Tiller | 2016-03-17 |
| | | | |||
* | | | Upgrade windows to the fixed posix port server code | Craig Tiller | 2016-03-17 |
| | | | |||
* | | | Split port_posix.c into platform specifics and a portable interface to ↵ | Craig Tiller | 2016-03-17 |
|/ / | | | | | | | port_server.py | ||
* | | Disable warning: system header is broken | Craig Tiller | 2016-03-16 |
| | | |||
* | | Drop the L | Craig Tiller | 2016-03-16 |
| | | |||
* | | Tweaking formatting | Craig Tiller | 2016-03-16 |
| | | |||
* | | clang-fmt | Craig Tiller | 2016-03-16 |
| | | |||
* | | Review feedback | Craig Tiller | 2016-03-16 |
| | | |||
* | | Fix copyright | Craig Tiller | 2016-03-16 |
| | | |||
* | | clang-format code | Craig Tiller | 2016-03-16 |
| | | |||
* | | Get stack traces in crash dumps working for Windows | Craig Tiller | 2016-03-16 |
| | | |||
| * | Added a channel argument to set the maximum reconnect backoff duration. ↵ | Aaron Isotton | 2016-03-08 |
| | | | | | | | | | | | | Extended the interop test to test the custom reconnect backoffs. This closes #5377. | ||
* | | Fixes to things | Craig Tiller | 2016-02-28 |
|/ | |||
* | Revert "Revert "Add an implementation firewall against pollset_set"" | Craig Tiller | 2016-02-25 |
| | |||
* | Revert "Add an implementation firewall against pollset_set" | Vijay Pai | 2016-02-25 |
| | |||
* | Fix crash on mac | Craig Tiller | 2016-02-25 |
| | |||
* | Fix windows | Craig Tiller | 2016-02-25 |
| | |||
* | Change pollset mutex ownership | Craig Tiller | 2016-02-25 |
| | |||
* | Merge branch 'hide-the-worker' into hide-the-pollset | Craig Tiller | 2016-02-24 |
|\ | |||
| * | Port pollset worker changes to windows | Craig Tiller | 2016-02-24 |
| | | |||
* | | Provide an interface firewall between pollset and its implementations | Craig Tiller | 2016-02-19 |
|/ | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate). | ||
* | Move worker into pollset | Craig Tiller | 2016-02-18 |
| | |||
* | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | |||
* | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | |||
* | Merge pull request #4950 from ctiller/offload-racing | David G. Quintas | 2016-01-28 |
|\ | | | | | Preparatory changes for work shedding | ||
| * | Fix copyrights | Craig Tiller | 2016-01-28 |
| | | |||
| * | Fix windows | Craig Tiller | 2016-01-28 |
| | | |||
| * | Preparatory changes for work shedding | Craig Tiller | 2016-01-28 |
| | | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
* | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-27 |
|\| | |||
| * | Fix copyrights | Craig Tiller | 2016-01-27 |
| | | |||
| * | Small testing fixes | Craig Tiller | 2016-01-27 |
|/ | | | | | | | - end2end test deadlines may complete before checking IsCancelled => don't expect it to be false in these cases - add exponential backoff to port_posix - ensure run_tests rebuilds targets with a regex I commonly use | ||
* | Extend Copyrights to 2016 | Dan Born | 2016-01-13 |
| | |||
* | Code review follow-up. | Dan Born | 2016-01-12 |
| | |||
* | Make grpc_tcp_listener private. | Dan Born | 2016-01-11 |
| | |||
* | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | |||
* | Fix proxy end2end tests | Craig Tiller | 2015-12-14 |
| | | | | | | | | Some transport callbacks weren't getting triggered. We now ensure that this always occurs. Additionally: left some debug only code around to make this class of bug easier to diagnose in the future. | ||
* | fix build and windows test | yang-g | 2015-11-21 |
| |