Commit Graph

47 Commits

Author SHA1 Message Date
Craig Tiller 71a0f9d3b0 Fix clang-format script 2015-09-28 17:22:01 -07:00
Craig Tiller 7f0273fd02 Merge github.com:grpc/grpc into shindig 2015-09-24 13:36:12 -07:00
Nathaniel Manista ae4fbcd643 Use "#!/usr/bin/env python2.7" only in utilities 2015-09-23 16:29:44 +00:00
Craig Tiller a82950e683 clang-format all core files 2015-09-22 12:33:20 -07:00
Craig Tiller 8af4c33718 Final patches for rename 2015-09-22 12:32:31 -07:00
Craig Tiller e7db29f8c7 Move argument passing to start of list 2015-09-22 10:55:42 -07:00
Craig Tiller f5768a6765 Rename init 2015-09-22 10:54:34 -07:00
Craig Tiller 098047b53a Rename run 2015-09-22 10:53:14 -07:00
Craig Tiller 1be70ccdb8 Move arguments to the start of lists 2015-09-22 10:45:28 -07:00
Craig Tiller 45724b35e4 indent pass to get logical source lines on one physical line 2015-09-22 10:42:19 -07:00
Craig Tiller d9ccbbf6b9 Rename call_list to closure_list 2015-09-22 09:30:00 -07:00
Craig Tiller ba496454b2 Fixes 2015-09-21 17:15:19 -07:00
Craig Tiller dfff1b8126 Call list progress 2015-09-21 14:39:57 -07:00
Craig Tiller d1bec03fa1 Call list progress 2015-09-18 17:29:00 -07:00
Craig Tiller 33825118df Cleanup 2015-09-18 07:44:19 -07:00
Craig Tiller 99b65f2261 Test bug fixes 2015-09-17 08:52:59 -07:00
Craig Tiller 3cd6a5158d Getting stuff working 2015-09-16 16:15:47 -07:00
Craig Tiller 7d57ba138f Tests compile 2015-09-16 10:02:09 -07:00
Craig Tiller 47a708e252 Core compiles with workqueues 2015-09-15 16:16:06 -07:00
Nicolas "Pixel" Noble 2057a7a76c Fixing bad_client test.
Before destroying an endpoint, shut it down properly.
2015-09-04 03:47:25 +02:00
Craig Tiller e0b8a42552 Merge branch 'cleaner-build' into third-coming 2015-08-31 16:03:39 -07:00
Craig Tiller 1ebb7c885e Hand-written changes 2015-08-31 15:53:36 -07:00
Craig Tiller b029859e58 Revert "Revert "Refactor Endpoint API"" 2015-08-27 07:38:01 -07:00
Craig Tiller 99d7b661be Revert "Refactor Endpoint API" 2015-08-27 07:36:12 -07:00
Craig Tiller 592e7f2dd0 Refactor Endpoint API
- Allow reads to complete immediately
- Unify read/write signatures
- Simplify memory management to allow future optimization work
2015-08-21 10:45:48 -07:00
Craig Tiller d6c98df792 clang-format all source 2015-08-18 09:33:44 -07:00
Nicolas "Pixel" Noble 9a123df2cd Fixing C/C++ tests. 2015-07-29 23:45:08 +02: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 1dd7026cd2 Fixup some tests 2015-07-06 11:45:30 -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 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 079a11bb9b clang-format affected files 2015-06-30 10:07:15 -07:00
Julien Boeuf aeff1b9aa0 Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring 2015-06-29 21:53:10 +02:00
Julien Boeuf da13cd201b Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as well. 2015-06-29 19:25:32 +02:00
Craig Tiller acf0f07dfc Unix resolver, bug fixes 2015-06-29 08:24:16 -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 97f1454fc5 Merge github.com:grpc/grpc into you-complete-me
Conflicts:
	test/core/bad_client/bad_client.c
2015-06-06 14:53:09 -07:00
Craig Tiller 83b2f2590d clang-format 2015-06-05 14:50:00 -07:00
Craig Tiller 3c26d09a7f Add a test of bad settings frame (and fix a bug!) 2015-06-05 14:48:30 -07:00
Craig Tiller a4b89fed1c Merge github.com:grpc/grpc into you-complete-me
Conflicts:
	src/core/iomgr/resolve_address_posix.c
	src/core/surface/server.c
2015-06-02 16:55:54 -07:00
Craig Tiller fa275a97b9 Label all iomgr objects
This allows a list of them to be dumped to isolate where memory leaks
are occuring.
2015-06-01 13:55:54 -07:00
Craig Tiller aaa03d74ce Merge github.com:grpc/grpc into you-complete-me 2015-06-01 08:48:45 -07:00
Julien Boeuf ff69cd19f5 Fixing build issue. 2015-05-29 21:55:51 -07:00
Craig Tiller e511fdbd51 Make test shutdown server 2015-05-27 13:00:38 -07:00
Craig Tiller 4ebeb402ae clang-format 2015-05-26 13:31:52 +00:00
Craig Tiller ba3c3cd36c Add testing of bad client behavior
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.
2015-05-26 06:28:10 -07:00