Commit Graph

639 Commits

Author SHA1 Message Date
Craig Tiller 1dd7026cd2 Fixup some tests 2015-07-06 11:45:30 -07:00
Craig Tiller bdfd8976e1 Merge github.com:grpc/grpc into tis-but-thy-name 2015-07-06 07:10:34 -07:00
Craig Tiller d1dd3a68a2 Merge pull request #2117 from dgquintas/bb_from_bbreader
Introduced function to create byte buffers from the output of a byte buffer reader.
2015-07-05 13:30:39 -07:00
Craig Tiller dc0cbb0312 Merge github.com:grpc/grpc into tis-but-thy-name 2015-07-01 10:14:27 -07:00
Nicolas Noble 6ab0de15ea Merge pull request #2216 from jboeuf/unpadded_base64
Base64 decode improvements
2015-07-01 09:26:21 -07:00
Craig Tiller 06a1963435 Merge branch 'buggy-mcbugglet' into tis-but-thy-name 2015-07-01 08:56:02 -07:00
Craig Tiller c824067677 Expand uri tests 2015-07-01 07:32:52 -07:00
Craig Tiller 93305a5dbe Memory leak fix 2015-07-01 06:57:23 -07:00
Craig Tiller 49dc1146ec Merge github.com:grpc/grpc into forever-is-a-long-time 2015-06-30 16:38:39 -07:00
Craig Tiller cdbdbc027a Merge github.com:grpc/grpc into tis-but-thy-name
Conflicts:
	test/core/end2end/tests/request_with_flags.c
2015-06-30 16:24:26 -07:00
Craig Tiller e46f00a1d3 Fix leaked string in bad_client.c 2015-06-30 14:27:27 -07:00
Craig Tiller 991edad25c SSL refcounting fixes
Handle the case where we recreate an auth context.

Add (opt-in) debugging for refcounts on auth contexts.
2015-06-30 11:40:41 -07:00
Craig Tiller cf34343646 Wait for expectations to be fulfilled 2015-06-30 10:24:11 -07:00
Craig Tiller 079a11bb9b clang-format affected files 2015-06-30 10:07:15 -07:00
Craig Tiller 49924e0e62 Better handling of cancellation, uri parse errors, and disconnection 2015-06-29 22:42:33 -07:00
Craig Tiller d9a5088604 SSL channel args work with client config again 2015-06-29 15:57:36 -07:00
Craig Tiller 9846503567 Debugging 2015-06-29 14:36:42 -07:00
Craig Tiller 4d74056b08 Merge branch 'forever-is-a-long-time' into tis-but-thy-name
Conflicts:
	Makefile
	vsprojects/Grpc.mak
2015-06-29 08:49:49 -07:00
Craig Tiller ee98d84a02 Add an fd conservation test to verify that fds actually close 2015-06-29 08:45:55 -07:00
Craig Tiller acf0f07dfc Unix resolver, bug fixes 2015-06-29 08:24:16 -07:00
Craig Tiller 0c5cf25d4e Merge github.com:grpc/grpc into tis-but-thy-name 2015-06-26 14:42:54 -07:00
Craig Tiller eb3b12e417 Further client config work 2015-06-26 14:42:49 -07:00
Vijay Pai 8bcba9a08f Merge pull request #2149 from ctiller/oops-i-split-it-again
Initial transport lock split up
2015-06-26 13:58:55 -07:00
Craig Tiller ef2a3e22a1 Merge github.com:grpc/grpc into forever-is-a-long-time 2015-06-26 10:48:17 -07:00
Craig Tiller 052d27b891 Tidy up test to meet our standards 2015-06-26 08:11:34 -07:00
Craig Tiller 30ee10b785 Rename test into the right place 2015-06-26 08:09:01 -07:00
Masood Malekghassemi 1aa041ab1a BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN 2015-06-25 18:02:18 -07:00
Craig Tiller e039f03383 Plumbing transport_op changes through 2015-06-25 12:54:23 -07:00
Julien Boeuf 3e55b9fe62 Base64 decode improvements.
- Allow ablity to specify the length for decoding.
- Allow for non-padded encodings to be decoded properly.
2015-06-25 18:11:44 +02:00
Craig Tiller 3b1847c528 Merge branch 'oops-i-split-it-again' into tis-but-thy-name 2015-06-25 09:00:34 -07:00
Craig Tiller b7959a0b36 s/grpc_transport_op/grpc_transport_stream_op/g 2015-06-25 08:50:54 -07:00
Craig Tiller f75fc12e3a Add a test that headers are properly in build.json
Clean up anything that failed
2015-06-25 06:58:00 -07:00
Craig Tiller 3bc8ebd48e Implementation work for client_config
- uri parsing
- dns resolution
2015-06-24 15:41:15 -07:00
Craig Tiller 949b6ee796 Merge github.com:grpc/grpc into oops-i-split-it-again 2015-06-23 09:26:21 -07:00
Julien Boeuf 5b1fdc5c3d Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix 2015-06-22 16:47:01 +02:00
Craig Tiller 7552f0f958 Ensure tests are built during run_tests runs
The issue remains that we don't test our tools, but at least we test
that they compile.
2015-06-19 17:46:20 -07:00
Craig Tiller 87e430089c Merge github.com:grpc/grpc into oops-i-split-it-again 2015-06-19 15:39:37 -07:00
Nicolas Noble f3fac562e8 Merge pull request #1577 from ctiller/we-dont-need-no-backup
Remove backup poller from GRPC core
2015-06-19 13:08:00 -07:00
Nicolas Noble 3acc428ffd Merge pull request #2072 from jtattermusch/fix_json_rewrite_test
fix json_rewrite_test CRLF handling
2015-06-19 12:50:46 -07:00
Julien Boeuf a701ade70a Fixing ssl auth context. 2015-06-18 15:23:40 +02:00
David Garcia Quintas 3df5c44c84 Introduced function to create byte buffers from the output of a byte buffer reader. 2015-06-17 18:33:24 -07:00
Craig Tiller d53d21428c Make tcp trace more readable 2015-06-17 15:57:54 -07:00
Craig Tiller 9a57633233 clang-format affected files 2015-06-17 10:21:49 -07:00
Craig Tiller dc8567dab3 Fix flag settings on this test 2015-06-17 10:18:28 -07:00
Craig Tiller 9194426110 Migrate new test to new api 2015-06-17 09:02:40 -07:00
Craig Tiller 48dd6bfb53 Merge github.com:grpc/grpc into you-complete-me 2015-06-16 17:18:34 -07:00
Craig Tiller b327c56bfb Compile fix 2015-06-16 17:17:52 -07:00
Craig Tiller ddd389a149 Merge github.com:grpc/grpc into we-dont-need-no-backup 2015-06-16 17:14:43 -07:00
Jan Tattermusch d1eb527f78 fix indentation 2015-06-16 13:15:27 -07:00
David Garcia Quintas 4d9414064e Merge branch 'master' of github.com:grpc/grpc into flags-abi 2015-06-15 23:53:27 -07:00