aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Expand)Author
2015-11-24Add statements pooling configurationAnton Tananaev
2015-11-20Check if device exists before updateAnton Tananaev
2015-11-17Implement timeout for device statusAnton Tananaev
2015-11-17Update device status via async web serviceAnton Tananaev
2015-11-16Update device status in the databaseAnton Tananaev
2015-11-14Update queries in config filesAnton Tananaev
2015-11-11Remove unused java class importAnton Tananaev
2015-11-11Remove extra device status loggingAnton Tananaev
2015-11-09Change log messages formattingAnton Tananaev
2015-11-09Add initial code for device statusAnton Tananaev
2015-11-04Fix misc check style issuesAnton Tananaev
2015-10-24Support queries with resultAnton Tananaev
2015-10-17Add linking and unlinking of devicesAnton Tananaev
2015-10-14Fix some check style issuesAnton Tananaev
2015-10-09Fix some FindBugs and style issuesAnton Tananaev
2015-10-08Check for null in query builderAnton Tananaev
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-10-04Remove implied interface modifiersAnton Tananaev
2015-10-04Fix some PMD reported bugsAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-10-01Replace object with system methodAnton Tananaev
2015-09-23Fix complication problemAnton Tananaev
2015-09-15Rename other field to attributesAnton Tananaev
2015-09-06For #1395 - updated 'web.type' values to lower caseVitaly Litvak
2015-09-05For #1395 - initialize API for old interface, added possibility to expose onl...Vitaly Litvak
2015-08-05Fix date and time formatting issuesAnton Tananaev
2015-08-02Add database schema versionAnton Tananaev
2015-08-01Remove disconnected devices from activeAnton Tananaev
2015-07-26Fix minor java warningAnton Tananaev
2015-07-25Update sessions user infoAnton Tananaev
2015-07-21Add support for XML formatAnton Tananaev
2015-07-18Ignore XML in other columnAnton Tananaev
2015-07-17Start re-factoring commandsAnton Tananaev
2015-07-17Rename package from http to webAnton Tananaev
2015-07-15Store extra data in JSON formatAnton Tananaev
2015-07-14Reduce dependencies on data manager (fix #954)Anton Tananaev
2015-07-14Support forwarding of data (fix #1131)Anton Tananaev
2015-07-14Use try with resourcesAnton Tananaev
2015-07-14Use diamond operator for genericsAnton Tananaev
2015-07-13Catch multiple exception typesAnton Tananaev
2015-07-12Re-factor configuration accessAnton Tananaev
2015-07-08Fix database connection leaking (fix #1292)Anton Tananaev
2015-07-05Use connection manager for filteringAnton Tananaev
2015-07-05Separate identity manager interfaceAnton Tananaev
2015-07-03Fix no generated keys problemAnton Tananaev
2015-07-01Minor changes to password managementAnton Tananaev
2015-06-30Fix database init sequenceAnton Tananaev
2015-06-30Active devices in connection managerAnton Tananaev
2015-06-30Move commands related classesAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev