index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
database
/
ConnectionManager.java
Age
Commit message (
Expand
)
Author
2016-12-22
Remove unused imports
Anton Tananaev
2016-12-22
Use concurrent maps in connection manager (fix #2723)
Anton Tananaev
2016-12-18
Do not send position with events
Anton Tananaev
2016-11-22
Implement unknown status event
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-10-03
Rename variable
Abyss777
2016-10-03
Make status events switchable
Abyss777
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-06-23
Added possibility to disable event and geofence subsystems
Abyss777
2016-06-16
Added/updated license headers
Abyss777
2016-06-14
- Overlapping geofences
Abyss777
2016-06-10
Geofences
Abyss777
2016-06-02
Send position with event to websocket
Abyss777
2016-05-30
- Style fixes (use lower camel case in all cases)
Abyss777
2016-05-26
Events subsystem
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-04-16
Bind async connection to user id
Anton Tananaev
2015-11-20
Check if device exists before update
Anton Tananaev
2015-11-17
Implement timeout for device status
Anton Tananaev
2015-11-17
Update device status via async web service
Anton Tananaev
2015-11-16
Update device status in the database
Anton Tananaev
2015-11-11
Remove unused java class import
Anton Tananaev
2015-11-11
Remove extra device status logging
Anton Tananaev
2015-11-09
Change log messages formatting
Anton Tananaev
2015-11-09
Add initial code for device status
Anton Tananaev
2015-10-04
Remove implied interface modifiers
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-08-01
Remove disconnected devices from active
Anton Tananaev
2015-07-17
Start re-factoring commands
Anton Tananaev
2015-07-14
Reduce dependencies on data manager (fix #954)
Anton Tananaev
2015-07-14
Use diamond operator for generics
Anton Tananaev
2015-07-05
Use connection manager for filtering
Anton Tananaev
2015-06-30
Active devices in connection manager
Anton Tananaev