Commit graph

27 commits

Author SHA1 Message Date
a9d47cdafe update to netty 4.1.84, Java 17, xbib net 3.0.1, update dependencies 2022-11-06 21:12:04 +01:00
844b38f219 working on websocket 2021-12-10 22:52:08 +01:00
3b5001dbcc clean up double/triple encoding mess 2021-04-30 16:04:31 +02:00
b1048862bf no transitive module declaration, IntelliJ IDEA craziness 2021-02-02 16:35:18 +01:00
7ce935df64 add waiting for network interfaces to network utils 2020-10-20 20:10:40 +02:00
ea640122d8 fix path parameters 2020-09-02 13:55:36 +02:00
97d6f4dc6a switch to HTTP parameter map 2020-08-09 16:27:42 +02:00
849a77aeec introduce builders for server requests und responses, add context info on server requests 2020-07-27 10:43:57 +02:00
2c25413323 smarter domains, certificate classes, API cleanup 2020-07-06 00:08:07 +02:00
faf573ff5a update to Netty 4.1.50, better named modules 2020-06-05 10:40:42 +02:00
57dd5fabc9 update to Java named module, Gradle 6.4, JUnit 5 2020-05-20 14:56:37 +02:00
2040c56315 update to netty 4.1.47 2020-03-13 10:36:23 +01:00
aff174ab22 split bouncycastle, epoll, kqueue into separate modules, downgrade tcnative to macos 10.12 compatibility 2019-12-22 02:03:19 +01: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
47a1176048 many test fixes, bytebuf leaks, add TLS protocol for client 2019-08-25 23:26:13 +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
816266e2b2 clean up util classes, add cookie signing helper class 2019-08-06 16:33:18 +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
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
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