Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added useful behavior for empty batch | murgatroid99 | 2015-02-12 |
| | |||
* | Merge pull request #475 from dklempner/epoll | Craig Tiller | 2015-02-11 |
|\ | | | | | Epoll based multipoller | ||
* \ | Merge pull request #471 from jboeuf/call_host_name_check | Nicolas Noble | 2015-02-11 |
|\ \ | | | | | | | Adding call host (:authority header) check in the secure channel. | ||
| | * | Merge branch 'master' into epoll | David Klempner | 2015-02-11 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #448 from nicolasnoble/grpc-win32 | Craig Tiller | 2015-02-11 |
|\ \ \ | | | | | | | | | Windows port of iomgr. | ||
| | | * | Epoll based multipoller | David Klempner | 2015-02-10 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a multipoller based on epoll rather than poll. Note that this implementation is aimed at correctness rather than performance, although it should immediately have better scalability to large numbers of FDs, both due to epoll's O(1) sized API and due to not needing to wake up polling threads to do interest set changes. One notable difference here is that we directly attach a wakeup fd rather than using the freelisting kick mechanism that the poll() based implementations use, because modifying the epoll set to use a different kick fd each time isn't free. | ||
| | * | Adding call host (:authority header) check in the secure channel. | Julien Boeuf | 2015-02-10 |
| |/ |/| | | | | | | | | | | | - Fixes #405. - This change is not tested as it should (only end to end and no negative testing). Will do better when we have testing framework for filters. | ||
* | | Fix some tests | Craig Tiller | 2015-02-10 |
| | | |||
| * | Merge branch 'master' of github.com:google/grpc into grpc-win32 | Nicolas "Pixel" Noble | 2015-02-10 |
| |\ | |/ |/| | |||
* | | Fix duplicated line | Craig Tiller | 2015-02-09 |
| | | |||
* | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-06 |
|\ \ | |||
| * \ | Merge pull request #387 from maxwell-demon/census_active_ops | Alistair Veitch | 2015-02-06 |
| |\ \ | | | | | | | | | V0 implementation of census_get_active_ops(). | ||
* | | | | Fixes | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Fix in-flight cancellations | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Add a failing test | Craig Tiller | 2015-02-05 |
| | | | | |||
| | * | | prefix struct & functions in census_tracing.h per ctiller's suggestion. | Hongyu Chen | 2015-02-05 |
| | | | | |||
* | | | | Remove accidentally added file | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Converted some cancellation tests | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 |
|\| | | | |||
* | | | | Convert simple_delayed_request | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Convert more tests (and re-enable some disabled ones) | Craig Tiller | 2015-02-05 |
| | | | | |||
| * | | | Merge pull request #359 from jboeuf/ssl_default_creds_integration | Yang Gao | 2015-02-05 |
| |\ \ \ | | | | | | | | | | | Adding support for loading the SSL roots from an environment variable. | ||
* | | | | | Convert request_response_with_trailing_metadata_and_payload | Craig Tiller | 2015-02-05 |
| | | | | | |||
* | | | | | Convert request_response_with_binary_metadata_and_payload | Craig Tiller | 2015-02-05 |
| | | | | | |||
* | | | | | Convert request_response_with_metadata_and_payload | Craig Tiller | 2015-02-05 |
| | | | | | |||
* | | | | | Remove accidentally added file | Craig Tiller | 2015-02-05 |
| | | | | | |||
* | | | | | Fix memory usage | Craig Tiller | 2015-02-05 |
| | | | | | |||
| | | * | | Update trace_test.c | Alistair Veitch | 2015-02-05 |
| | | | | | |||
* | | | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 |
|\| | | | | |||
| * | | | | Merge pull request #396 from dklempner/source_cleanup | Craig Tiller | 2015-02-04 |
| |\ \ \ \ | | | | | | | | | | | | | Fix up feature test macros | ||
| * \ \ \ \ | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-02-04 |
| |\ \ \ \ \ | |||
| | | | | | * | Merge branch 'master' of github.com:google/grpc into grpc-win32 | Nicolas "Pixel" Noble | 2015-02-04 |
| | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/support/time_win32.h | ||
| | * | | | | | | Fix a memory leak and a gpr_strdup/free mismatch in json_test | David Klempner | 2015-02-04 |
| | | |_|_|_|/ | | |/| | | | | |||
| | | * | | | | Merge branch 'master' into source_cleanup | David Klempner | 2015-02-04 |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | |||
* | | | | | | | Convert request_response_with_payload | Craig Tiller | 2015-02-04 |
| | | | | | | | |||
* | | | | | | | Add useful utilities | Craig Tiller | 2015-02-04 |
| | | | | | | | |||
* | | | | | | | Remove invalid checks | Craig Tiller | 2015-02-04 |
| | | | | | | | |||
| | * | | | | | Fling client needs to have 4 invocations of event_finish to make this | Vijay Pai | 2015-02-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | a real ping-pong test | ||
| | | | | * | | V0 implementation of census_get_active_ops(). | Hongyu Chen | 2015-02-04 |
| | | | | | | | |||
| | | * | | | | Fix up feature test macros | David Klempner | 2015-02-04 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move all feature test macros to the start of the file and check that they aren't already defined or defined to a lower value than the file needs. Projects should be allowed to put these in CFLAGS and we shouldn't break when they do. | ||
| | | * | | | Addressing comments. | Julien Boeuf | 2015-02-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | The new gpr_tmpfile API is actually much nicer to use. Thanks Nico! | ||
| * | | | | | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-02-03 |
| |\| | | | | |||
* | | | | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-03 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
* | | | | | | First test passes | Craig Tiller | 2015-02-03 |
| | | | | | | |||
* | | | | | | Updated the first test (which fails) | Craig Tiller | 2015-02-03 |
| | | | | | | |||
| | | | | * | First draft of the win32 implementation of iomgr. | Nicolas "Pixel" Noble | 2015-02-04 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caveats: -) The win32 pollset isn't threadsafe (yet). -) Only client code is implemented. -) Only very simple code has been tested with it yet. | ||
* | | | | | WIP simple_request | Craig Tiller | 2015-02-03 |
| | | | | | |||
* | | | | | Fork tests into legacy/non-legacy | Craig Tiller | 2015-02-03 |
| | | | | | |||
* | | | | | Flesh out batch API | Craig Tiller | 2015-02-03 |
| |/ / / |/| | | | |||
| * | | | Cleaning out remains of google3. | Nicolas "Pixel" Noble | 2015-02-03 |
| | | | |