aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-15Merge pull request #973 from jon-stumpf/enhancement-new-geocode-optionAnton Tananaev
Added geocode.processInvalidPositions option
2014-11-14Removed unused importjon-stumpf
2014-11-14Added option to choose if one ReverseGeoCodes invalid positionsjon-stumpf
2014-11-14Update Haicom decoderAnton Tananaev
2014-11-13Merge pull request #969 from ManicoW/masterAnton Tananaev
Update Haicom protocol decoder
2014-11-12Update HaicomProtocolDecoder.javaManicoW
Modified Regex according to a HI-602X device message, keeping it compatible with the test message
2014-11-03Version 2.10 releasev2.10Anton Tananaev
2014-10-28Merge pull request #945 from jon-stumpf/jar-with-dependenciesAnton Tananaev
Added jar-with-dependencies target
2014-10-27Removed extraneous linesjon-stumpf
2014-10-24Added jar-with-dependencies targetjon-stumpf
2014-10-23Add Xexus unit testAnton Tananaev
2014-10-22Add unit testsAnton Tananaev
2014-10-22Put back cache timeout (fix #933)Anton Tananaev
2014-10-22Merge pull request #918 from ↵Anton Tananaev
jon-stumpf/enhancement-eliminate-hardcoded-protocol-names Eliminate hardcoded protocol names
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters ↵jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after ↵jon-stumpf
construction.
2014-10-21Eliminated the need for hardcoded protocol strings in the ↵jon-stumpf
src/org/traccar/protocol/*ProtocolDecoder.java files.
2014-10-20Support PT502 binary messages (fix #825)Anton Tananaev
2014-10-20Improve GL200 decoder (fix #830)Anton Tananaev
2014-10-18Add default log appender (fix #931)Anton Tananaev
2014-10-17Update maven project (fix #917)Anton Tananaev
2014-10-11Add c3p0 dependency (fix #917)Anton Tananaev
2014-10-10Merge pull request #875 from vitalidze/masterAnton Tananaev
Database code refactoring
2014-10-10Refactored NamedParameterStatement to manage connections and prepared ↵Vitaly Litvak
statements all by itself
2014-10-10Merge pull request #913 from jon-stumpf/enhancement-log-levelAnton Tananaev
Add logger.level capability
2014-10-10Merge pull request #911 from jon-stumpf/enhancement-update-toolsAnton Tananaev
Update scripts in tools
2014-10-10Updated existing configuration files to specify logger.level when ↵jon-stumpf
logger.enable=true. Changed log level to INFO from ALL.
2014-10-10Added capability to set log level.jon-stumpf
2014-10-10Added SQL to insert test device data.jon-stumpf
2014-10-10Added comments to scripts in tools/jon-stumpf
2014-10-09Integrate c3p0 database libraryAnton Tananaev
2014-10-06Merge pull request #901 from jon-stumpf/sync-config-filesAnton Tananaev
Sync configuration files
2014-10-05Removed gt06.timezone setting in config filesjon-stumpf
2014-10-05Sync'd setup traccar.cfg files with new default.cfgjon-stumpf
2014-10-05Added (unused) Filtering options; Added geocoder.type for completenessjon-stumpf
2014-10-04Removed redundant geocoder.type entryjon-stumpf
2014-10-04Added missing server entriesjon-stumpf
2014-10-04Cleaned up some commented out propertiesjon-stumpf
2014-10-04Fixed typojon-stumpf
2014-10-05Store address by defaultAnton Tananaev
2014-10-04Extend GT06 protocolAnton Tananaev
2014-10-04Add filtering time limitAnton Tananaev
2014-10-01Parse V680 event fieldAnton Tananaev
2014-10-01Change megastek frame decoder (fix #895)Anton Tananaev
2014-09-30Fix Meitrack decoderAnton Tananaev
2014-09-28Support Megastek log message (fix #895)Anton Tananaev
2014-09-28Add Megastek unit testsAnton Tananaev
2014-09-26Fix timezone parameter (fix #881)Anton Tananaev
2014-09-26Add GL200 test caseAnton Tananaev
2014-09-26Fix Wialon acknowledgementAnton Tananaev