Commit Graph

682 Commits

Author SHA1 Message Date
Nicolas "Pixel" Noble e1d95d6e98 Adding a handler for abort().
We want to have a chance to debug a call to abort() in case we have a debugger attached.
2015-07-14 02:08:50 +02:00
Nicolas "Pixel" Noble 717ea0eb74 Install simple Windows exception handlers.
Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing.
2015-07-12 00:01:03 +02:00
Vijay Pai d1c9254029 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time
Introduce multiple clocks to GPR
2015-07-10 16:43:58 -07:00
Vijay Pai ad262a1c4a Merge pull request #2384 from ctiller/spiderman-cant-compete
Fix timeout (and probably TSAN builds...)
2015-07-10 16:36:44 -07:00
Craig Tiller bd54ec4192 1 != 10 2015-07-10 15:27:44 -07:00
Craig Tiller b7e3633eb6 Merge github.com:grpc/grpc into simpler-cq 2015-07-10 10:43:15 -07:00
Craig Tiller 080d6c50bb Merge github.com:grpc/grpc into footprints-on-the-sands-of-time 2015-07-10 10:23:10 -07:00
Julien Boeuf 0b1b1a5999 Merge branch 'master' of github.com:grpc/grpc into flexible_default_creds 2015-07-10 08:35:04 -07:00
Craig Tiller 5aa65e820b Merge github.com:grpc/grpc into be-less-verbose 2015-07-09 16:45:56 -07:00
Craig Tiller b35fe2a72f Merge branch 'dont-shutdown-your-peers' into simpler-cq 2015-07-09 14:53:14 -07:00
Craig Tiller 12cf537a72 clang-format affected files 2015-07-09 13:48:11 -07:00
Craig Tiller 7d4f8a1d2b Merge github.com:grpc/grpc into simpler-cq 2015-07-09 13:09:16 -07:00
yang-g d53bc8925b Add missing pieces 2015-07-09 12:56:29 -07:00
yang-g 3315a845ef Merge remote-tracking branch 'upstream/master' into security_context2 2015-07-09 12:32:48 -07:00
Craig Tiller 5cc175f08e Merge github.com:grpc/grpc into footprints-on-the-sands-of-time 2015-07-09 08:48:35 -07:00
Yang Gao ec5a0ba6ba Merge pull request #2271 from jboeuf/oauth2_access_token
Adding support for raw access token credentials.
2015-07-08 21:48:46 -07:00
Yang Gao d130bdd176 Merge pull request #2308 from ctiller/metadata-wants-to-be-debugged
Add metadata refcount debug helpers
2015-07-08 21:46:52 -07:00
Julien Boeuf a6b9a891a0 Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token 2015-07-08 20:40:13 -07:00
Julien Boeuf ea94e46b0d Merge branch 'master' of github.com:grpc/grpc into jwt_verifier 2015-07-08 16:24:31 -07:00
Craig Tiller 97fc6a3f3f Rewrite completion queue internals to use pre-allocation of events 2015-07-08 15:31:35 -07:00
Julien Boeuf b037bb6488 Adding tests and fixing mem leak in default creds. 2015-07-08 14:58:14 -07:00
Craig Tiller ab54f793ff Reduce spam 2015-07-08 08:34:20 -07:00
yang-g ab575d46f7 merge head and resolve conflict 2015-07-07 23:33:40 -07:00
Craig Tiller 3b685b7448 Merge pull request #2200 from jboeuf/slice_to_cstring
Adding util to get a NULL terminated string from a slice.
2015-07-07 21:57:56 -07:00
jboeuf 44a4ef3b5a Merge pull request #2174 from nicolasnoble/makefile-npn-check
Adding a check to find NPN-capable OpenSSL.
2015-07-07 16:43:11 -07:00
yang-g e114a01720 Merge remote-tracking branch 'upstream/master' into security_context2 2015-07-07 16:18:36 -07:00
Julien Boeuf 607359467f Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring 2015-07-08 01:04:46 +02:00
Craig Tiller c1f7e31502 Merge github.com:grpc/grpc into metadata-wants-to-be-debugged 2015-07-07 13:56:13 -07:00
Craig Tiller 547fed4e8b Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
Conflicts:
	src/core/channel/client_setup.c
	src/core/surface/init.c
2015-07-07 13:52:53 -07:00
yang-g 8068f86974 Add a unit test 2015-07-06 15:05:48 -07:00
Craig Tiller 1dd7026cd2 Fixup some tests 2015-07-06 11:45:30 -07:00
Craig Tiller f1bff01631 clang-format changed files 2015-07-06 11:20:50 -07:00
Craig Tiller a368bd26d1 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time 2015-07-06 11:04:14 -07:00
Craig Tiller 1a65a234d9 Add metadata refcount debugging 2015-07-06 10:27:57 -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 f3756c1e0d Introduce multiple clocks to GPR 2015-07-01 17:21:01 -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
Julien Boeuf 272814feea Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring 2015-07-01 18:22:32 +02: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
Julien Boeuf 2805be1aa5 Adding support for raw access token credentials. 2015-07-01 02:47:18 -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
Nicolas "Pixel" Noble be2d3a3d7c Merge branch 'master' of github.com:grpc/grpc into makefile-npn-check
Conflicts:
	Makefile
	templates/Makefile.template
2015-06-30 19:48:47 +02:00
Craig Tiller cf34343646 Wait for expectations to be fulfilled 2015-06-30 10:24:11 -07:00