openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
Moquette MQTT
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 15 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Improve logging. Remove duplicated code from QosPublishHandlers.
Luis Barrios
More...
over 8 years ago
Improve logging
Luis Barrios
More...
over 8 years ago
Merge branch 'bugfixes' of github.com:lbarriosh/moquette into bugfixes
Luis Barrios
More...
over 8 years ago
Improve logging
Luis Barrios
More...
over 8 years ago
Improve logging
Luis Barrios
More...
over 8 years ago
Improve logging: - When a MQTT message is received, we should only log it in debug level. It is better to log the actions performed in the protocol processor at the info level (they are more meaningful). - Capture and log every exception raised while processing the message (including RuntimeExceptions).
Luis Barrios
More...
over 8 years ago
Add log traces to MoquetteIdleTimeoutHandler and to NettyAcceptor. Fix NettyAcceptor shutdown: when the event loops take too long to stop, an IllegalStateException is raised. This leads to leaks, and prevents other parts of the broker to be shut down properly.
Luis Barrios
More...
over 8 years ago
Add debug log traces to AutoFlushHandler
Luis Barrios
More...
over 8 years ago
Improve logging of ResourceLoaderConfig
Luis Barrios
More...
over 8 years ago
Improve logging of package io.moquette.server.config
Luis Barrios
More...
over 8 years ago
Handle publish errors properly in PersistentQueueMessageSender. Create a connection descriptor store to handle all the message delivery errors and to avoid duplicating error handling code (i.e. the connection descriptors map is null, the connection descriptor does not exist, etc).
Luis Barrios
More...
over 8 years ago
Improve log traces of the subscriptions store. Make sure that no "raw" RuntimeExceptions are thrown, and include proper log traces before any exception is raised.
Luis Barrios
More...
over 8 years ago
Remove unused imports, raw types and some deprecated method calls..
Luis Barrios
More...
over 8 years ago
Remove rawtypes
Luis Barrios
More...
over 8 years ago
Add missing method implementation
Luis Barrios
More...
over 8 years ago
Make the size of the BrokerInterceptor thread pool configurable.
Luis Barrios
More...
over 8 years ago
Allow InterceptHandler to specify the messages they can intercept. This allows us to improve the performance of the broker interceptor, and will make log traces more clear. - Add methods to return an unique identifier and the supported message types at the InterceptHandler interface. - Include a default implementation of the new methods in the AbstractInterceptHandler. By default, all the interceptors will be able to handle any message (same as before). - Comment verifyNoMoreInteractions() call from the BrokerInterceptorTest.testAddAndRemoveInterceptHandler(). The removeInterceptHandler() method of the broker interceptor polls the InterceptHandler, so an interaction will always exist after the call to onSubscribe().
Luis Barrios
More...
over 8 years ago
Update .gitignore file to exclude /osgi_test/target/ and /perf/target/
Luis Barrios
More...
over 8 years ago
Update .gitignore file to exclude /osgi_test/target/ and /perf/target/
Luis Barrios
More...
over 8 years ago
Removed the reference counter for stored messages
andsel
More...
over 8 years ago
Removed old 'map based queues' to use persistent BlockingQueues from MapDB
andsel
More...
over 8 years ago
Updated copiright to year 2017
andsel
More...
over 8 years ago
Fixed javadoc (issue #164)
andsel
More...
over 8 years ago
Fixed NPE exception of inflight ACK because the publisher with clean=true removed all messages, also the published from message store
andsel
More...
over 8 years ago
Added gracefull handling when client cut TCP connection
andsel
More...
over 8 years ago
Removed ClasspathConfig to use the ClasspathResourceLoader and basic ResourceLoaderConfig
andsel
More...
over 8 years ago
Changed default behaviour to use persistent sotre, now use in memory as default and not FS moquette.mapdb (Fix issue #242)
andsel
More...
over 8 years ago
Minor changes to distribution's log4j config file to include the messagelog logger
andsel
More...
over 8 years ago
Minor, removed test lib deps in OSGi test module
Andrea Selva
More...
over 8 years ago
Switched from http encoder and decoder to codec, and fixed logger to check message type before log
andsel
More...
over 8 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree