summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated changelogsubmit/2.0alpha/20130503.225232accepted/2.0alpha/20130503.222400Kevron Rees2013-05-031-0/+5
* removed example sink from configKevron Rees2013-05-031-4/+0
* Merge branch '2.0alpha' of tizen:profile/ivi/automotive-message-broker into 2...Kevron Rees2013-05-031-2/+3
|\
| * Make change needed for Toyota UIsubmit/2.0alpha/20130429.223256accepted/2.0alpha/20130429.215943Graydon, Tracy2013-04-291-2/+3
* | Merge branch '0.7' into 2.0alphaKevron Rees2013-05-033-6/+3
|\ \
| * | fixed get ranged calls in database sinkKevron Rees2013-05-032-5/+2
| * | version bump 0.7.1Kevron Rees2013-04-301-1/+1
* | | Merge branch '0.7' into 2.0alphaKevron Rees2013-04-301-1/+3
|\ \ \ | |/ / | | / | |/ |/|
| * fixed mergeKevron Rees2013-04-301-1/+3
* | updated changelog to reflect change back to 0.7submit/2.0alpha/20130423.060556accepted/2.0alpha/20130423.174422Kevron Rees2013-04-221-0/+3
* | using 0.8 spec with package separationKevron Rees2013-04-224-0/+674
|/
* version bump 0.7.0Kevron Rees2013-02-281-1/+1
* fixed lamda issues for older gccKevron Rees2013-02-062-4/+10
* Merge branch '0.7.0' of github.com:otcshare/automotive-message-broker into 0.7.0Kevron Rees2013-02-062-5/+28
|\
| * reworked cmake to fail if missing libraries or includesKevron Rees2013-02-052-5/+28
* | removed lambda function because of shoddy c++11 support in gcc 4.5Kevron Rees2013-02-061-6/+10
|/
* whitespaceKevron Rees2013-01-291-1/+1
* added vin and wmi support to dbusKevron Rees2013-01-299-26/+136
* more memory leak fixesKevron Rees2013-01-231-5/+11
* manual mergeKevron Rees2013-01-230-0/+0
|\
| * Fix for memory leak dealing with AbstractPropertyType in Obd2SourceMichael Carpenter2013-01-221-0/+1
* | another memory leak fixedKevron Rees2013-01-231-0/+2
* | fixed some memory leaksKevron Rees2013-01-236-4/+10
|/
* Merge branch 'mal4'Kevron Rees2013-01-222-3/+5
|\
| * Fix to greatly increase pids per second read from OBD2 portMichael Carpenter2013-01-222-3/+5
* | updated asyncqueuewatcherKevron Rees2013-01-223-26/+55
|/
* Merge branch 'master' of github.com:otcshare/automotive-message-brokerKevron Rees2013-01-212-0/+26
|\
| * manual mergeKevron Rees2013-01-1829-426/+634
| |\
| * | added location propertiesKevron Rees2013-01-182-0/+26
* | | removed glibmm depKevron Rees2013-01-214-30/+149
| |/ |/|
* | fixed bug in core where sources were getting an unsubscribe request even thou...Kevron Rees2013-01-172-297/+17
* | fixed createuuid crasherKevron Rees2013-01-161-1/+1
* | 0.6.9 bugfreezeKevron Rees2013-01-162-2/+3
* | request initial value for dbus propertiesKevron Rees2013-01-153-3/+21
* | added exterior brightness propertyKevron Rees2013-01-156-4/+32
* | fixed dbus set custom propertiesKevron Rees2013-01-146-9/+35
* | reorganized how custom properties are laid outKevron Rees2013-01-115-12/+52
* | Fix for obdconnected signal always being firedMichael Carpenter2013-01-101-5/+0
* | attempt to support custom properties in dbus. will seg faultKevron Rees2013-01-1016-49/+214
* | added glibmm as new depKevron Rees2013-01-091-2/+3
* | updated TODO some moreKevron Rees2013-01-081-1/+1
* | updated TODOKevron Rees2013-01-081-2/+1
* | Merge branch 'master' of https://github.com/malcom2073/automotive-message-bro...Kevron Rees2013-01-081-2/+2
|\ \
| * | Fix for escape character mismatch in OBD2 pidsMichael Carpenter2013-01-081-2/+2
* | | fixed mergeKevron Rees2013-01-0811-23/+78
|\ \ \ | |/ /
| * | Fix for infinate loop when removing items from a std::map in the middle of a ...Michael Carpenter2013-01-083-0/+21
| * | Change per Kevron's feedback, and fix for a queue issueMichael Carpenter2013-01-082-14/+3
| * | Addition of a 10 second timeout on websocket get and getRanged requests.Michael Carpenter2013-01-082-9/+60
| * | Refactoring of ObdPid::tryParse into parse() and isValid(), keeping a tryPars...Michael Carpenter2013-01-082-47/+151
| * | Change for updating Obd2Connected property once the property exists, showing ...Michael Carpenter2013-01-082-2/+42