aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database/DeviceManager.java
AgeCommit message (Collapse)Author
2016-07-28Organized server cacheAbyss777
Moved lookupAttribute function to DeviceManager
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations
2016-07-21Added parenthesesAbyss777
2016-07-21Act with atomic more carefullyAbyss777
2016-07-21Migrate from ReentrantReadWriteLocks to ConcurrentHashMaps in DeviceManagerAbyss777
UpdateCahces incrementally
2016-07-20Change order cache initializationAbyss777
2016-07-20- Move groups related actions to DeviceManagerAbyss777
- Removed cache updates from getXxxxById
2016-07-18- Added attributes to devicesAbyss777
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object.
2016-07-15Move code related to devices to DeviceManagerAbyss777