- Germany
- http://normanmaurer.me
- @normanmaurer
Highlights
- 6 discussions answered
Block or Report
Block or report normanmaurer
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
netty Public
Forked from netty/netty
Netty project - an event-driven asynchronous network application framework
-
netty-tcnative Public
Forked from netty/netty-tcnative
A fork of Apache Tomcat Native, based on finagle-native
-
swift-nio Public
Forked from apple/swift-nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
-
-
1,233 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 8 commits in 1 repository
Created a pull request in netty/netty that received 43 comments
Make half-closure a core-concept of Channel
Motivation: At the moment our half-closure support is kind of weak and hacky. We use various DuplexChannel specific methods which will not traverse…
Opened 23 other pull requests in 1 repository
netty/netty
3
open
19
merged
1
closed
-
AbstractChannel.newId()
should be removed - Remove Unsafe interface completely
- Remove ChannelOutboundBuffer from the Unsafe interface
- Cleanup http2 multiplex classes
- Cleanup testing code
- Make naming of methods more consistent in terms of if these handle in…
- Fix half-closure handling for http2 multiplex handler
- Allow to send custom events in both directions of the pipeline
- Make ChannelOutboundBuffer an interface and so allow to write Channel…
- ChannelHandlerContext should not extend AttributeMap
- Make ChannelHandlerContext.isRemoved() thread-safe
- Make SslHandler.handlerRemoved(...) more rebust in case it is called …
- Remove Http2MultiplexCodec and Http2MultiplexCodecBuilder
- Use ProcessHandle to obtain pid
- Remove ChannelInboundHandler
- Allow controlling time flow for EmbeddedEventLoop (#12459)
- We should only include maxAge when its not negative
- Rename skipReadable(...) and skipWritable(...) to be more consistent …
- Fix race in FlowControlHandlerTest that could lead to a NPE
- Update tcnative version
- Remove code that is not needed anymore due the changes of how extendW…
- Use new implicitCapacity() method to limit size of buffer
- Allow to retrieve the implicitCapacityLimit of a Buffer
Reviewed 30 pull requests in 2 repositories
netty/netty
25 pull requests
- Remove remaining references to ByteBuf and our Netty 4.1 dependency
- Remove ChannelOutboundBuffer from the Unsafe interface
- Bring back HttpChunkedInput
- Avoid shadowing exceptions with dispose(obj)
- Remove uninterruptible future methods
- Exception from release should not shadow encode exception
- Make half-closure a core-concept of Channel
- Fix OSGi processor directive on aarch64
- Make ChannelHandlerContext.isRemoved() thread-safe
- Make ChannelOutboundBuffer an interface and so allow to write Channel…
- Ensure HttpContentDecoder provides accessible Buffer to fireChannelRead(...)
- Explicitly include allocation in the LifecycleTracer API
- Check and skip if post body parameter name and value are empty
- Opt-out from blocking reads of OS files for classifiers
- Avoid exponential back-track in PemReader
- DefaultChannelId, current ProcessId: use ProcessHandle instead of jmx in java9+ env
- Make SensitiveBufferAllocator respect memory manager override
- Fix buffer composition where middle buffers have no readable bytes
- Allow controlling time flow for EmbeddedEventLoop
- Migrate HTTP/2 to the new buffer API
- Update SslHandler to set bio fd member to facilitate openssl tracing (Pixie integration)
- Remove code that is not needed anymore due the changes of how extendW…
- Make buffer composition requirements more lenient
- Replace ReferenceCountUtil with Resource
- Simplify lifecycle traces
- Some pull request reviews not shown.
netty/netty-tcnative
1 pull request
Created an issue in arachnetech/homebridge-mqttthing that received 4 comments
publish with interval
It would be cool to be able to have something like startPub
but for an interval. In my use-case I would like to publish something every 1 minute to…