Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Expose gpr_asprintf and gpr_strdup | 2015-06-03 | |
| | |||
* | Merge pull request #1866 from dgquintas/stack-allocate-bb-reader | 2015-06-02 | |
|\ | | | | | Removed grpc_byte_buffer_reader_{create,destroy}. | ||
* \ | Merge pull request #1856 from ctiller/count-the-things | 2015-06-02 | |
|\ \ | | | | | | | Label all iomgr objects | ||
* \ \ | Merge pull request #1864 from ctiller/cq-says-what | 2015-06-02 | |
|\ \ \ | | | | | | | | | Add a completion queue test | ||
| | | * | Removed grpc_byte_buffer_reader_{create,destroy}. | 2015-06-01 | |
| | | | | | | | | | | | | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
| | * | | Merge github.com:grpc/grpc into count-the-things | 2015-06-01 | |
| | |\ \ | |_|/ / |/| | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c | ||
* | | | | Merge pull request #1857 from yang-g/test | 2015-06-01 | |
|\ \ \ \ | | | | | | | | | | | Various minor fixes | ||
* \ \ \ \ | Merge pull request #1862 from nicolasnoble/fixing-tools | 2015-06-01 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fixing tools compilation. | ||
| | | * | | Extend the test case | 2015-06-01 | |
| | | | | | |||
| | | * | | Add a completion queue test | 2015-06-01 | |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | - create completion queue - call shutdown - call next | ||
* | | | | Merge pull request #1758 from dgquintas/iomgr_managed_cbs | 2015-06-01 | |
|\ \ \ \ | | | | | | | | | | | Revamped iomgr's callback mechanism | ||
| | * | | | Fixing tools compilation. | 2015-06-02 | |
| |/ / / |/| | | | |||
* | | | | Merge pull request #1828 from ↵ | 2015-06-01 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance Fix the display of total slowdown | ||
| | | * | | Various minor fixes | 2015-06-01 | |
| | | | | | |||
| | | | * | Label all iomgr objects | 2015-06-01 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring. | ||
* | | | | Removed non-ISO usage of __FUNCTION__. | 2015-05-31 | |
| | | | | | | | | | | | | | | | | Fixes #1843 | ||
| | * | | Comments addressed. | 2015-05-31 | |
| | | | | |||
| | * | | Adapted the following to the new iomgr's cb API: | 2015-05-31 | |
| |/ / |/| | | | | | | | | | | | alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call, channel, server, child_channel | ||
* | | | Merge github.com:grpc/grpc into but-maybe-i-want-to-poll | 2015-05-30 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| * \ \ | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | 2015-05-29 | |
| |\ \ \ | |||
| * | | | | Fixing build issue. | 2015-05-29 | |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into mdctx_free_creds | 2015-05-29 | |
| | |\ \ \ | |||
| * | \ \ \ | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | 2015-05-29 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
| | | | * | | Fix the display of total slowdown | 2015-05-29 | |
| | | |/ / | | |/| | | |||
* | | | | | clang-format | 2015-05-29 | |
| | | | | | |||
* | | | | | Make it possible to run with poll() instead of epoll() | 2015-05-29 | |
| |/ / / |/| | | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support? | ||
| | * | | Removing mdctx from the credentials. | 2015-05-29 | |
| | |/ | |||
* | / | Add a test of cmdline usage strings - and make them saner | 2015-05-28 | |
| |/ |/| | |||
| * | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | 2015-05-26 | |
| |\ | |||
* | | | clang-format | 2015-05-26 | |
| | | | |||
* | | | Add testing of bad client behavior | 2015-05-26 | |
| |/ |/| | | | | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs. | ||
* | | Remove all uses of __FUNCTION__ | 2015-05-24 | |
| | | |||
* | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | 2015-05-21 | |
|\ \ | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | 2015-05-21 | |
| | |\ | | |/ | |/| | |||
| | * | Addressing comments. | 2015-05-20 | |
| | | | |||
| * | | Merge pull request #1681 from ctiller/asan-is-magical | 2015-05-20 | |
| |\ \ | | | | | | | | | Fix memory leak | ||
| * \ \ | Merge pull request #1683 from ctiller/i-could-teach-you-but-id-have-to-charge | 2015-05-20 | |
| |\ \ \ | | | | | | | | | | | Fix leaks in dualstack_socket_test | ||
| | * | | | Fix leaks in dualstack_socket_test | 2015-05-20 | |
| | | | | | |||
| | | * | | Fix memory leak | 2015-05-20 | |
| | |/ / | |||
| * / / | Fix ASAN reported leak | 2015-05-20 | |
| |/ / | |||
* | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | 2015-05-20 | |
|\| | | |||
| | * | Fixing test. | 2015-05-20 | |
| | | | |||
| | * | API for auth context and server-side secure transport only impl. | 2015-05-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing. | ||
| | * | Starting on low level changes to support server side authentication. | 2015-05-20 | |
| | | | |||
| * | | Fix tests: stage server sends so that we dont inadvertently abbreviate streams | 2015-05-19 | |
| | | | |||
| * | | Fix comparison to not crash | 2015-05-19 | |
| | | | |||
| * | | Fix test | 2015-05-19 | |
| | | | |||
| * | | Send RST_STREAM when closing from the server without getting a client ↵ | 2015-05-19 | |
| |/ | | | | | | | half-close first | ||
* | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | 2015-05-19 | |
|\| | | | | | | | | | | | Conflicts: Makefile build.json | ||
| * | Add testing for GRPC_TRACE | 2015-05-18 | |
| | |