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
/
BaseProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2017-02-16
Refresh permissions for new devices
Anton Tananaev
2016-12-15
Fix style issues
Anton Tananaev
2016-12-15
Reuse deviceId from position (fix #2660)
Anton Tananaev
2016-12-09
Moved declaration to section where it is used
Philipp Prangenberg
2016-12-08
Moving from GroupName to GroupID in default settings
Philipp Prangenberg
2016-12-06
Style changes
Philipp Prangenberg
2016-12-05
Beautification
Philipp Prangenberg
2016-12-05
Added functionality to get group by name.
Philipp Prangenberg
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-10-15
Option to ignore session cache (fix #2372)
Anton Tananaev
2016-09-27
Merge pull request #2349 from dcbastos/master
Anton Tananaev
2016-09-25
Implement server statistics collection
Anton Tananaev
2016-09-22
Adds unknown devices automatically.
Daniel Bastos
2016-07-19
Correctly add device to active
Anton Tananaev
2016-07-19
Move device id to a session
Anton Tananaev
2016-07-19
Get device id from position
Anton Tananaev
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-05-10
Add option to save empty messages
Anton Tananaev
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2015-11-30
Print remote address for unknown devices
Anton Tananaev
2015-11-30
Always pass remote address to identify method
Anton Tananaev
2015-11-16
Add outdated position boolean flag
Anton Tananaev
2015-11-09
Add initial code for device status
Anton Tananaev
2015-10-20
Decode GT06 LBS data and status
Anton Tananaev
2015-10-20
Refactor GT06 protocol decoder
Anton Tananaev
2015-10-13
Remove data model and fix some issues
Anton Tananaev
2015-10-08
Clean up reported PMD issues
Anton Tananaev
2015-07-17
Add base protocol encoder
Anton Tananaev
2015-07-17
Start re-factoring commands
Anton Tananaev
2015-07-05
Separate identity manager interface
Anton Tananaev
2015-06-30
Active devices in connection manager
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-06-24
Save IP address in XML field
Anton Tananaev
2015-05-12
Clear device id if unidentified
Anton Tananaev
2015-04-23
Major code refacroting
Anton Tananaev
2014-10-21
Updated BaseProtocolDecoder constructor to take three parameters (DataManager...
jon-stumpf
2014-10-21
Made BaseProtocolDecoder members "final" as they should not change after cons...
jon-stumpf
2014-10-21
Eliminated the need for hardcoded protocol strings in the src/org/traccar/pro...
jon-stumpf
2014-10-09
Integrate c3p0 database library
Anton Tananaev
2014-03-23
Fix Norad decoder (fix #610)
Anton Tananaev
2013-01-16
Fix test cases
Anton Tananaev
2013-01-16
Fix meiligao decoder pattern
Anton Tananaev
2013-01-15
Pass ServerManager to every protocol decoder
Anton Tananaev