aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database/ConnectionManager.java
AgeCommit message (Expand)Author
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