aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/MainEventHandler.java
AgeCommit message (Expand)Author
2018-06-03Properly handle datagram channelsAnton Tananaev
2018-06-02Start Netty 4 migrationAnton Tananaev
2018-04-06check for valid speed and accuracy before printing, remove uncessary calls to...Ivan Martinez
2018-04-06add position accuracy to logIvan Martinez
2017-07-26- Implement base manager classes as genericsAbyss777
2017-01-13Fix a code style issueAnton Tananaev
2017-01-12Remove unused Java importAnton Tananaev
2017-01-12Config option for non-persistent protocols (fix #2100)Anton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-26Change statistics calculation logicAnton Tananaev
2016-09-25Implement server statistics collectionAnton Tananaev
2016-08-04Fix codestyle issue with if conditionAnton Tananaev
2016-08-04Exception for Teltonika status (fix #2100)Anton Tananaev
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-05-26- Simplification of the hierarchy of models classesAbyss777
2016-05-23Two optimizationsAbyss777
2016-05-22Added missed spaceAbyss777
2016-05-22Log Command resultAbyss777
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-23Print unique id in the log fileAnton Tananaev
2016-02-24Check time before updating current locationAnton Tananaev
2015-11-17Finish Huabao protocol implementationAnton Tananaev
2015-11-16Ignore HTTP protocol connection statusAnton Tananaev
2015-11-09Remove unused java importsAnton Tananaev
2015-11-09Change log messages formattingAnton Tananaev
2015-11-09Add initial code for device statusAnton Tananaev
2015-10-23For #1470 - never close UDP channel because only one channel per protocol is ...Vitaly Litvak
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-08-02Removed the extra comma in the log.Satish K. Pagare
2015-08-01Added speed and course information to the traccar log. This would help render...Satish K. Pagare
2015-08-01Remove disconnected devices from activeAnton Tananaev
2015-07-23Log exceptions stack traceAnton Tananaev
2015-07-14Support forwarding of data (fix #1131)Anton Tananaev
2015-07-12Implement web data handlerAnton Tananaev
2015-07-12Re-factor all channel handlersAnton Tananaev