aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Migrate new test to new apiGravatar Craig Tiller2015-06-17
|
* Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
|\
| * Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
| |\
| | * make buildtests on windows passGravatar Jan Tattermusch2015-06-15
| | |
| * | Added missing changes to fix bad_hostname C testGravatar David Garcia Quintas2015-06-15
| | |
| * | Added flags support to grpc_op.Gravatar David Garcia Quintas2015-06-14
| |/ | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
* | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\|
| * Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| |
| * Merge branch 'master' of github.com:grpc/grpc into compressionGravatar David Garcia Quintas2015-06-08
| |\
| | * Merge pull request #1902 from ctiller/not-everything-is-linuxGravatar Vijay Pai2015-06-08
| | |\ | | | | | | | | Fix compilation on mac
* | | \ Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-06
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: test/core/bad_client/bad_client.c
| * | | Merge pull request #1961 from ctiller/moar-defenseGravatar Nicolas Noble2015-06-05
| |\ \ \ | | | | | | | | | | Add tests for initial settings frames being bad
| | | * | Made grpc_byte_buffer_reader able to decompress msgs.Gravatar David Garcia Quintas2015-06-05
| | | | |
| | * | | clang-formatGravatar Craig Tiller2015-06-05
| | | | |
| | * | | Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05
| | | | |
| * | | | Add working tests for httpcliGravatar Craig Tiller2015-06-05
| |/ / /
* | | | Merge remote-tracking branch 'upstream/master' into you-complete-meGravatar Craig Tiller2015-06-04
|\| | |
| * | | Merge pull request #1903 from ctiller/maybe-i-want-to-change-my-mindGravatar Yang Gao2015-06-04
| |\ \ \ | | | | | | | | | | Enable runtime configuration of tracers
* | | | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-04
|\| | | |
| | * | | Enable runtime configuration of tracersGravatar Craig Tiller2015-06-03
| | |/ /
| | | * Fix compilation on macGravatar Craig Tiller2015-06-03
| | |/
| * / Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |/
| * Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
| |\ | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
* | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-02
|\| | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/resolve_address_posix.c src/core/surface/server.c
| * | Merge pull request #1856 from ctiller/count-the-thingsGravatar Nicolas Noble2015-06-02
| |\ \ | | | | | | | | Label all iomgr objects
| * \ \ Merge pull request #1864 from ctiller/cq-says-whatGravatar Jan Tattermusch2015-06-02
| |\ \ \ | | | | | | | | | | Add a completion queue test
| | | | * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-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-thingsGravatar Craig Tiller2015-06-01
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c
| * | | | Merge pull request #1857 from yang-g/testGravatar Craig Tiller2015-06-01
| |\ \ \ \ | | | | | | | | | | | | Various minor fixes
| * \ \ \ \ Merge pull request #1862 from nicolasnoble/fixing-toolsGravatar Craig Tiller2015-06-01
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fixing tools compilation.
| | | | * | Extend the test caseGravatar Craig Tiller2015-06-01
| | | | | |
| | | | * | Add a completion queue testGravatar Craig Tiller2015-06-01
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | - create completion queue - call shutdown - call next
| * | | | Merge pull request #1758 from dgquintas/iomgr_managed_cbsGravatar Craig Tiller2015-06-01
| |\ \ \ \ | | | | | | | | | | | | Revamped iomgr's callback mechanism
| | | * | | Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
| | |/ / / | |/| | |
| * | | | Merge pull request #1828 from ↵Gravatar Yang Gao2015-06-01
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance Fix the display of total slowdown
| | | | * | Various minor fixesGravatar Yang Gao2015-06-01
| | | | | |
| | | | | * Label all iomgr objectsGravatar Craig Tiller2015-06-01
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring.
* | | | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-01
|\| | | |
| * | | | Removed non-ISO usage of __FUNCTION__.Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | | | | | | | | | | | | Fixes #1843
| | | * | Comments addressed.Gravatar David Garcia Quintas2015-05-31
| | | | |
| | | * | Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-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-pollGravatar Craig Tiller2015-05-30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \ \
| | * | | | Fixing build issue.Gravatar Julien Boeuf2015-05-29
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into mdctx_free_credsGravatar Julien Boeuf2015-05-29
| | | |\ \ \
| | * | \ \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | | | * | Fix the display of total slowdownGravatar Craig Tiller2015-05-29
| | | | |/ / | | | |/| |
| * | | | | clang-formatGravatar Craig Tiller2015-05-29
| | | | | |
| * | | | | Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-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.Gravatar Julien Boeuf2015-05-29
| | | |/