index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
MainEventHandler.java
Age
Commit message (
Expand
)
Author
2017-01-13
Fix a code style issue
Anton Tananaev
2017-01-12
Remove unused Java import
Anton Tananaev
2017-01-12
Config option for non-persistent protocols (fix #2100)
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-09-26
Change statistics calculation logic
Anton Tananaev
2016-09-25
Implement server statistics collection
Anton Tananaev
2016-08-04
Fix codestyle issue with if condition
Anton Tananaev
2016-08-04
Exception for Teltonika status (fix #2100)
Anton Tananaev
2016-07-25
- Move lastPosition update to the end of pipeline
Abyss777
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
2016-05-23
Two optimizations
Abyss777
2016-05-22
Added missed space
Abyss777
2016-05-22
Log Command result
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-04-23
Print unique id in the log file
Anton Tananaev
2016-02-24
Check time before updating current location
Anton Tananaev
2015-11-17
Finish Huabao protocol implementation
Anton Tananaev
2015-11-16
Ignore HTTP protocol connection status
Anton Tananaev
2015-11-09
Remove unused java imports
Anton Tananaev
2015-11-09
Change log messages formatting
Anton Tananaev
2015-11-09
Add initial code for device status
Anton Tananaev
2015-10-23
For #1470 - never close UDP channel because only one channel per protocol is ...
Vitaly Litvak
2015-10-08
Clean up reported PMD issues
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-08-02
Removed the extra comma in the log.
Satish K. Pagare
2015-08-01
Added speed and course information to the traccar log. This would help render...
Satish K. Pagare
2015-08-01
Remove disconnected devices from active
Anton Tananaev
2015-07-23
Log exceptions stack trace
Anton Tananaev
2015-07-14
Support forwarding of data (fix #1131)
Anton Tananaev
2015-07-12
Implement web data handler
Anton Tananaev
2015-07-12
Re-factor all channel handlers
Anton Tananaev