aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database/ConnectionManager.java
AgeCommit message (Expand)Author
2017-10-19Implement buffered commandsAbyss777
2017-08-17Pass Map<Event, Position> to notificationsAbyss777
2017-08-11Make Overspeed and Motion events handlers singleton and move some code to fun...Abyss777
2017-08-11Move state updates from ConnectionManager to proper event handlersAbyss777
2017-08-10Implement delayed overspeed eventsAbyss777
2017-08-10Rename variablesAbyss777
2017-08-09Implement motion detection similar to trips detectionAbyss777
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-09Enable status events by default (fix #3324)Anton Tananaev
2017-05-16Update device status before event (fix #3165)Anton Tananaev
2016-12-22Remove unused importsAnton Tananaev
2016-12-22Use concurrent maps in connection manager (fix #2723)Anton Tananaev
2016-12-18Do not send position with eventsAnton Tananaev
2016-11-22Implement unknown status eventAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-03Rename variableAbyss777
2016-10-03Make status events switchableAbyss777
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-06-23Added possibility to disable event and geofence subsystemsAbyss777
2016-06-16Added/updated license headersAbyss777
2016-06-14- Overlapping geofencesAbyss777
2016-06-10GeofencesAbyss777
2016-06-02Send position with event to websocketAbyss777
2016-05-30- Style fixes (use lower camel case in all cases)Abyss777
2016-05-26Events subsystemAbyss777
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-16Bind async connection to user idAnton Tananaev
2015-11-20Check if device exists before updateAnton Tananaev
2015-11-17Implement timeout for device statusAnton Tananaev
2015-11-17Update device status via async web serviceAnton Tananaev
2015-11-16Update device status in the databaseAnton Tananaev
2015-11-11Remove unused java class importAnton Tananaev
2015-11-11Remove extra device status loggingAnton Tananaev
2015-11-09Change log messages formattingAnton Tananaev
2015-11-09Add initial code for device statusAnton Tananaev
2015-10-04Remove implied interface modifiersAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-08-01Remove disconnected devices from activeAnton Tananaev
2015-07-17Start re-factoring commandsAnton Tananaev
2015-07-14Reduce dependencies on data manager (fix #954)Anton Tananaev
2015-07-14Use diamond operator for genericsAnton Tananaev
2015-07-05Use connection manager for filteringAnton Tananaev
2015-06-30Active devices in connection managerAnton Tananaev