chegar [Tue, 20 Feb 2018 14:52:06 +0000] rev 56159
http-client-branch: type paramater review of generic methods
ihse [Tue, 20 Feb 2018 12:05:50 +0100] rev 56158
Fixing PIC-flag issues, and all remaining differences on linux_x64.
chegar [Tue, 20 Feb 2018 10:16:00 +0000] rev 56157
http-client-branch: minor typo-like changes
chegar [Tue, 20 Feb 2018 09:55:18 +0000] rev 56156
http-client-branch: add link to illegal WebSocket headers
ihse [Mon, 19 Feb 2018 23:25:11 +0100] rev 56155
Make configure compile.
ihse [Mon, 19 Feb 2018 23:09:18 +0100] rev 56154
Fix syntax errors.
ihse [Mon, 19 Feb 2018 23:07:19 +0100] rev 56153
CFLAGS is roughly sorted out now...
chegar [Mon, 19 Feb 2018 14:53:00 +0000] rev 56152
http-client-branch: minor change in Builder doc for consistency
chegar [Mon, 19 Feb 2018 14:36:31 +0000] rev 56151
http-client-branch: clarify strict size requirement for received ping/pong messages
ihse [Mon, 19 Feb 2018 14:19:40 +0100] rev 56150
Move LDFLAGS handling to flags-ldflags.m4.
ihse [Mon, 19 Feb 2018 14:14:59 +0100] rev 56149
Cleaning up LDFLAGS, almost done.
ihse [Mon, 19 Feb 2018 12:47:47 +0100] rev 56148
Getting the overall structure basically right.
ihse [Mon, 19 Feb 2018 11:37:43 +0100] rev 56147
Sorting out LIBS.
ihse [Mon, 19 Feb 2018 11:08:33 +0100] rev 56146
Merge
ihse [Fri, 16 Feb 2018 20:55:07 +0100] rev 56145
Try to extract defines.
ihse [Fri, 16 Feb 2018 20:45:47 +0100] rev 56144
Sorting out LDFLAGS.
chegar [Fri, 16 Feb 2018 18:18:16 +0000] rev 56143
http-client-branch: fix a few more typos in spec
chegar [Fri, 16 Feb 2018 16:50:27 +0000] rev 56142
http-client-branch: fix a few more typos in spec
chegar [Fri, 16 Feb 2018 16:27:01 +0000] rev 56141
http-client-branch: fix a few typos in spec
chegar [Fri, 16 Feb 2018 16:23:54 +0000] rev 56140
http-client-branch: Builders as interfaces
chegar [Fri, 16 Feb 2018 16:09:14 +0000] rev 56139
http-client-branch: HttpResponse as an interface
chegar [Fri, 16 Feb 2018 15:06:29 +0000] rev 56138
http-client-branch: HTTP Client file publishers, handlers, and subscribers as capability objects
michaelm [Fri, 16 Feb 2018 10:34:17 +0000] rev 56137
http-client-branch: added system property to disable hostname verification for testing
dfuchs [Thu, 15 Feb 2018 20:09:01 +0000] rev 56136
http-client-branch: Fixed chunked encoding in DigestEchoServer
dfuchs [Thu, 15 Feb 2018 19:11:34 +0000] rev 56135
http-client-branch: Fixed variable lenght logic in HttpServerAdapters.java
dfuchs [Thu, 15 Feb 2018 16:32:53 +0000] rev 56134
http-client-branch: Extend ThrowingSubscribers.java to test several exception classes
dfuchs [Thu, 15 Feb 2018 15:28:17 +0000] rev 56133
http-client-branch: Add a test for Handlers/Subscribers as described in JDK-8165220
chegar [Thu, 15 Feb 2018 14:10:27 +0000] rev 56132
http-client-branch: fix asFileDownload handler and add test
chegar [Thu, 15 Feb 2018 12:31:14 +0000] rev 56131
http-client-branch: minor cleanup and improve testing for response version and session
prappo [Thu, 15 Feb 2018 12:08:12 +0000] rev 56130
http-client-branch: (WebSocket) fixing sloppy commit
prappo [Thu, 15 Feb 2018 10:23:00 +0000] rev 56129
http-client-branch: (WebSocket) added test which aggregates text messages through StringBuilder
dfuchs [Wed, 14 Feb 2018 17:35:42 +0000] rev 56128
http-client-branch: 8196967: HTTP1/HTTP2 Proxy Issue