Commit graph

59 commits

Author SHA1 Message Date
5490eec9f8 better error handling in mixed protocol situations, update tests to mockito 3.1.0, jackson 2.9.10 2019-11-07 15:55:00 +01:00
e9279d1fba update to netty 4.1.43 2019-10-29 15:41:20 +01:00
87395152ab long thread counters, ensure correct client close, more methods for Request API 2019-10-09 17:01:50 +02:00
cb2b6a23df update to Netty 4.1.42, fix parameter percent encoding 2019-10-01 14:48:47 +02:00
53ab059bb3 more feature for form post parameters, chunked upload 2019-10-01 09:46:40 +02:00
59ac22d492 pluggable HTTP protocols, add netty-http-rx, adapted from https://github.com/ReactiveX/RxNetty 2019-09-23 10:02:20 +02:00
833e502a7c fix resolving endpoints, fix Unpooled.buffer(o) in flush, update to Netty 4.1.41 2019-09-13 15:25:29 +02:00
5c14695785 add local/remote address to server request 2019-08-26 12:58:22 +02:00
1c1260bba6 add TLS protocol selection to server 2019-08-26 10:31:16 +02:00
47a1176048 many test fixes, bytebuf leaks, add TLS protocol for client 2019-08-25 23:26:13 +02:00
712dd570e7 update to OpenJDK 11, xbib net 2.0.0 2019-08-08 15:48:09 +02:00
c3d65df2e0 fix mutator() calls in URL building 2019-08-08 09:18:57 +02:00
28cdfcfb57 add our HttpResponse in the client API, REST client module, fix dependencies with compile/compileTest 2019-08-07 18:50:42 +02:00
7848b063e7 update to Netty 4.1.38 2019-08-06 21:00:02 +02:00
816266e2b2 clean up util classes, add cookie signing helper class 2019-08-06 16:33:18 +02:00
3d944e417e drop xmlrpc code 2019-07-19 22:13:31 +02:00
61fdc04e9c make XML-RPC tests compile and run under Java 8 2019-07-17 22:53:14 +02:00
81b1aad724 move Pair class 2019-07-15 22:41:23 +02:00
8975cd0978 add secure cookies, xmlrpc common 2019-07-13 15:16:09 +02:00
f322697702 cookies with sameSite 2019-06-27 23:20:19 +02:00
509b8073eb SSL session, gzip compression/decompression, static resource services for file/claspath urls, etags/caching/range responses 2019-06-25 23:54:52 +02:00
71a912d7cd add reactive streams, add chunked file service 2019-06-20 23:05:03 +02:00
b62e72a222 add POST parameters, improve classloader-based service 2019-05-22 12:03:41 +02:00
09d82f576e Netty 4.1.36, introducing endpoints 2019-05-20 15:02:02 +02:00
7f14fce6fd fix for uri trouble 2019-05-08 15:45:24 +02:00
ef0c59d3f5 SslHandler factory, switch to JUnit 5 2019-04-30 16:35:45 +02:00
ad460a5111 add static file server capability 2019-04-22 23:09:47 +02:00
f4cfd6313d update to gradle 5.2.1, netty 4.1.34, bouncycastle 1.61 2019-03-14 13:02:45 +01:00
87f26005a3 fix newline 2019-03-11 20:58:01 +01:00
e39638ef3f fix description 2019-02-11 09:20:21 +01:00
3d683d0b83 fix query paramater encoding in RequestBuilder, update to Gradle 5.1, update to Netty 4.1.33 2019-02-05 16:11:25 +01:00
42c147cec1 update to Netty 4.1.32 2018-12-21 23:39:02 +01:00
b024cb26e6 update to netty 4.1.30, tcnative 2.0.19, alpnagent 2.0.9, gradle 4.10.2 2018-11-13 14:11:37 +01:00
7b3d9cd366 directory context handler 2018-08-17 18:25:59 +02:00
2b505d5176 update to Netty 4.1.28, Gradle 4.9 2018-08-17 11:46:18 +02:00
3cc30c4f1d 4.1.27.0 2018-07-12 14:47:50 +02:00
8a901450be update to netty 4.1.27, gradle 4.8.1 2018-07-12 14:47:09 +02:00
2339735966 more work on HTTP transports with pooling and multithreading, update to Netty 4.1.24, update to Gradle 4.7 2018-05-04 11:32:53 +02:00
f2c483fcfa add Netty server 2018-03-12 11:22:40 +01:00
12a5f6418c back to 4.1.16, fix SSL, fix pool, fix tests 2018-03-09 00:37:08 +01:00
5cadb716bc set leak detector to paranoid 2018-03-08 16:12:28 +01:00
6c8b33913a add test parameters to SimpleHttp1Test 2018-03-08 16:09:16 +01:00
8593996f2b add pool implementation, back-off for retry, cleaning up 2018-03-08 15:57:17 +01:00
edb85cfdd8 fix NPE 2018-03-04 23:14:26 +01:00
30ac8b09c2 add backoff, add simple pool, clean listeners 2018-03-04 22:50:46 +01:00
047ae5bffd add simple channel pool, add SSL provider (Conscrypt), fix ClientTest, add debug config 2018-03-01 22:08:16 +01:00
f25291a506 downgrade to Netty 4.1.19 2018-03-01 15:48:28 +01:00
c43c3b9f67 large refactoring, new transport layer, update to Netty 4.1.22 2018-02-28 12:23:52 +01:00
2572b6cb7f use Http2ConnectionHandler instead of HttpToHttp2ConnectionHandler 2017-06-03 16:27:55 +02:00
c46a247d5f minor change 2017-06-03 15:23:04 +02:00