ihse [Mon, 05 Mar 2018 22:35:54 +0100] rev 56243
Simple fix for printing file name while compiling.
ihse [Mon, 05 Mar 2018 22:35:26 +0100] rev 56242
Initial conversion for windows with -Wall and disables.
ihse [Mon, 05 Mar 2018 22:29:59 +0100] rev 56241
Warning nokeyworddefine does not need to be turned off for libjvm.
ihse [Mon, 05 Mar 2018 22:16:28 +0100] rev 56240
Promote inllargeint to global disable on solstudio.
ihse [Mon, 05 Mar 2018 22:02:25 +0100] rev 56239
Promoting notemsource to global disable for solstudio.
ihse [Mon, 05 Mar 2018 22:00:38 +0100] rev 56238
First pass at getting gcc warnings right.
ihse [Mon, 05 Mar 2018 21:37:20 +0100] rev 56237
Push wunreachable on solstudio down to where it belongs.
ihse [Sat, 03 Mar 2018 09:14:01 +0100] rev 56236
Do not always disable doubunder.
chegar [Sat, 03 Mar 2018 20:21:35 +0000] rev 56235
http-client-branch: 100-Continue 100-Continue
chegar [Sat, 03 Mar 2018 09:57:25 +0000] rev 56234
http-client-branch: some SSLFlowDelegate fixes from Daniel and Chris
chegar [Sat, 03 Mar 2018 09:54:31 +0000] rev 56233
http-client-branch: setReuseAddress(false) for all test ServerSockets
ihse [Sat, 03 Mar 2018 08:33:51 +0100] rev 56232
Merge
ihse [Thu, 01 Mar 2018 01:24:12 +0100] rev 56231
Clean up dtrace compilation.
ihse [Sat, 03 Mar 2018 08:21:47 +0100] rev 56230
No longer disable E_OLD_STYLE_FUNC_DEF.
ihse [Fri, 02 Mar 2018 19:10:12 +0100] rev 56229
Merge from ihse-cflags-rewrite-branch.
ihse [Fri, 02 Mar 2018 19:08:44 +0100] rev 56228
Merge
dfuchs [Fri, 02 Mar 2018 15:14:03 +0000] rev 56227
http-client-branch: 8198947: HttpClient fails to send successive POST requests under HTTP/2
ihse [Fri, 02 Mar 2018 15:06:43 +0100] rev 56226
Creating ihse-warnings-cflags-branch
chegar [Fri, 02 Mar 2018 10:18:48 +0000] rev 56225
http-client-branch: add temporary debug logging to SubscriberWrapper demand
chegar [Fri, 02 Mar 2018 10:15:15 +0000] rev 56224
http-client-branch: improve HTTP/2 caching
chegar [Fri, 02 Mar 2018 10:11:30 +0000] rev 56223
http-client-branch: move SSLFlowDelegate wrapBuffers/unwrapBuffers into their respective writer/reader classes - improve diagnostic
ihse [Thu, 01 Mar 2018 19:28:43 +0100] rev 56222
Fix problems on solaris. Now it works.
ihse [Thu, 01 Mar 2018 17:00:23 +0100] rev 56221
Trying to clear up gcc warnings as well.
ihse [Thu, 01 Mar 2018 15:47:48 +0100] rev 56220
Update more bit-rottet reorder files on solstudio.
ihse [Thu, 01 Mar 2018 15:24:17 +0100] rev 56219
Clean up solstudio warning handling.
dfuchs [Thu, 01 Mar 2018 13:36:41 +0000] rev 56218
http-client-branch: extend ThrowingPublishers test to throw in the second call of Subsription::request
ihse [Thu, 01 Mar 2018 14:31:04 +0100] rev 56217
Add LDFLAGS_WARNINGS_ARE_ERRORS.
ihse [Thu, 01 Mar 2018 11:22:31 +0100] rev 56216
Merge with default
ihse [Thu, 01 Mar 2018 11:02:40 +0100] rev 56215
Use elfedit to silence linker warnings on solaris
ihse [Thu, 01 Mar 2018 01:35:46 +0100] rev 56214
Merge from default
ihse [Thu, 01 Mar 2018 01:30:10 +0100] rev 56213
changeset: 49521:66bf73fcdf4d
branch: ihse-cflags-rewrite-branch
tag: tip
user: ihse
date: Thu Mar 01 01:24:12 2018 +0100
summary: Clean up dtrace compilation.
ihse [Wed, 28 Feb 2018 20:59:50 +0100] rev 56212
Use proper flags for compilation.
ihse [Wed, 28 Feb 2018 20:50:11 +0100] rev 56211
Fix X11Wrappers.
chegar [Wed, 28 Feb 2018 19:13:16 +0000] rev 56210
http-client-branch: minor cleanup
dfuchs [Wed, 28 Feb 2018 15:48:46 +0000] rev 56209
http-client-branch: more ThrowingPublishers tests and fixes
michaelm [Tue, 27 Feb 2018 19:26:25 +0000] rev 56208
http-client-branch: tweaked last revision wrong CF reference was being kept
michaelm [Tue, 27 Feb 2018 18:43:06 +0000] rev 56207
http-client-branch: Fixed SSLFlowDelegate to not call Subscriber.onError directly
prappo [Tue, 27 Feb 2018 16:44:39 +0000] rev 56206
http-client-branch: (HttpClient) added a comment to the BadHeadersTest as suggested by dfuchs
prappo [Tue, 27 Feb 2018 16:08:08 +0000] rev 56205
http-client-branch: (HttpClient) deep(er) validation of pseudo-headers
dfuchs [Tue, 27 Feb 2018 15:55:24 +0000] rev 56204
http-client-branch: Fix a race condition between Http1BodySubscriber::request and BodyPublisher::subscribe in Http1BodySubscriber and Http1Exchange.
chegar [Tue, 27 Feb 2018 15:34:23 +0000] rev 56203
http-client-branch: minor javadoc cleanup and example checks
chegar [Tue, 27 Feb 2018 14:59:28 +0000] rev 56202
http-client-branch: minor spec rewording
chegar [Tue, 27 Feb 2018 14:47:26 +0000] rev 56201
http-client-branch: Fix for 8198716: Preserve URI component escaped octets when converting to HTTP headers - TEST
chegar [Tue, 27 Feb 2018 14:45:49 +0000] rev 56200
http-client-branch: Fix for 8198716: Preserve URI component escaped octets when converting to HTTP headers
chegar [Tue, 27 Feb 2018 14:38:17 +0000] rev 56199
http-client-branch: minor re-wording of package and module descriptions
ihse [Tue, 27 Feb 2018 11:50:16 +0100] rev 56198
Fix syntax error.
ihse [Tue, 27 Feb 2018 11:22:32 +0100] rev 56197
Update all calls to SetupNativeCompilation.
ihse [Tue, 27 Feb 2018 10:48:24 +0100] rev 56196
Update NativeCompilation with TYPE and NAME.
ihse [Tue, 27 Feb 2018 09:54:47 +0100] rev 56195
Create ihse-nativecompilation-branch
ihse [Tue, 27 Feb 2018 00:07:16 +0100] rev 56194
Finally remove the sorting, when everything looks good.
ihse [Tue, 27 Feb 2018 00:04:54 +0100] rev 56193
Fix -g0 for C++ on solstudio.
ihse [Mon, 26 Feb 2018 23:49:28 +0100] rev 56192
Fix for gcc debug builds.
ihse [Mon, 26 Feb 2018 23:39:36 +0100] rev 56191
Merge from default
ihse [Mon, 26 Feb 2018 23:37:45 +0100] rev 56190
*duh*
ihse [Mon, 26 Feb 2018 23:32:43 +0100] rev 56189
Windows fixes.
ihse [Mon, 26 Feb 2018 22:04:09 +0100] rev 56188
Only use special ENDIAN define on solstudio.
michaelm [Mon, 26 Feb 2018 19:46:13 +0000] rev 56187
http-client-branch: disabled SSLFlowDelegate debug monitor
chegar [Mon, 26 Feb 2018 18:18:49 +0000] rev 56186
http-client-branch: fix issues with redirect including Upgrade header when it should not, Expect containing more than one value, and SECURE redirect policy
chegar [Mon, 26 Feb 2018 18:16:46 +0000] rev 56185
http-client-branch: add note about mutability to HttpHeadersImpl
michaelm [Mon, 26 Feb 2018 17:57:43 +0000] rev 56184
http-client-branch: fix SSL hang issue where errors not reported correctly