aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/BaseProtocolDecoder.java
AgeCommit message (Expand)Author
2018-07-26Make Huabao timezone configurableAnton Tananaev
2018-06-07Migrate G protocolsAnton Tananaev
2018-06-05Migrate more protocolsAnton Tananaev
2018-06-05Use wrappers for network message handlingAnton Tananaev
2018-06-03Properly handle datagram channelsAnton Tananaev
2018-06-02Start Netty 4 migrationAnton Tananaev
2018-02-09Implement unified device timezone handlingAbyss777
2018-01-22Add new position constructorAnton Tananaev
2017-12-27Implement device disableAbyss777
2017-08-29Move common speed converting code to BaseProtocolDecoderAbyss777
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-26Override getById in all managersAbyss777
2017-07-26Split Drivers and Groups managementAbyss777
2017-07-23Merge pull request #3373 from Abyss777/refactor_managersAnton Tananaev
2017-07-20Combine permission resources and reuse common database functionsAbyss777
2017-07-19Fix all protocol unit testsAnton Tananaev
2017-07-19Disable session cache for HTTP protocolsAnton Tananaev
2017-03-12Minor decoding and pipeline fixesAnton Tananaev
2017-02-16Refresh permissions for new devicesAnton Tananaev
2016-12-15Fix style issuesAnton Tananaev
2016-12-15Reuse deviceId from position (fix #2660)Anton Tananaev
2016-12-09Moved declaration to section where it is usedPhilipp Prangenberg
2016-12-08Moving from GroupName to GroupID in default settingsPhilipp Prangenberg
2016-12-06Style changesPhilipp Prangenberg
2016-12-05BeautificationPhilipp Prangenberg
2016-12-05Added functionality to get group by name.Philipp Prangenberg
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-15Option to ignore session cache (fix #2372)Anton Tananaev
2016-09-27Merge pull request #2349 from dcbastos/masterAnton Tananaev
2016-09-25Implement server statistics collectionAnton Tananaev
2016-09-22Adds unknown devices automatically.Daniel Bastos
2016-07-19Correctly add device to activeAnton Tananaev
2016-07-19Move device id to a sessionAnton Tananaev
2016-07-19Get device id from positionAnton Tananaev
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-05-10Add option to save empty messagesAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2015-11-30Print remote address for unknown devicesAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-16Add outdated position boolean flagAnton Tananaev
2015-11-09Add initial code for device statusAnton Tananaev
2015-10-20Decode GT06 LBS data and statusAnton Tananaev
2015-10-20Refactor GT06 protocol decoderAnton Tananaev
2015-10-13Remove data model and fix some issuesAnton Tananaev
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-07-17Add base protocol encoderAnton Tananaev
2015-07-17Start re-factoring commandsAnton Tananaev
2015-07-05Separate identity manager interfaceAnton Tananaev
2015-06-30Active devices in connection managerAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev