2012-08-29 |
Michael Carpenter | Fix for bad if/else statements found by Kevron |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Kevron Rees | use nullptr.h |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Kevron Rees | define nullptr if using < gcc 4.6 |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Kevron Rees | fixed dbus plugin not to use the temp pointer |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Kevron Rees | some additional updates |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Kevron Rees | use pointer to avoid implicit casting fail |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Kevron Rees | Merge branch 'mal'; commit '1aad5d5' into propertytype |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Michael Carpenter | Fixes for new AbstractPropertyType |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | it compiles |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | added missings |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | more updating. still broken |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | some more changes |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | major breakage ahead... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Michael Carpenter | Add two new configs for source/sink websocket tests |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Michael Carpenter | Fixes for issues concerning subscriptions and websocket... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Michael Carpenter | Changes to allow websocketsourceplugin to operate prope... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Michael Carpenter | Addition of new websocketsource plugin |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Michael Carpenter | Fixing a bug where a AMBD property request was being... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | sinks auto-register with the routing engine |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | example sink reacts to supported changed |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | subscribeToProperty being called on the source now |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | example supports engine coolant |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Kevron Rees | example does throttle |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Michael Carpenter | Fix for subscriptions not working properly due to non... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Michael Carpenter | Addition of handling of generic string properties.... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Kevron Rees | added capabilities call to VehicleProperty |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Todd Brandt | checked in a small fix to the api.js to handle when... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Kevron Rees | added signal handler for sigterm and sigint |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Kevron Rees | fixed types expressed in the example source plugin |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Kevron Rees | updated example to produce fake data for wheel and... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Kevron Rees | Merge pull request #7 from malcom2073/master |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Michael Carpenter | Addition of new debugging output, and better error... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Michael Carpenter | Added unsubscribe supportedeventtype |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Michael Carpenter | Addition of getSupportedEventTypes with no data field... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Michael Carpenter | Code formatting cleanup |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Michael Carpenter | Changes for unsubscribe to work properly, as well as... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Michael Carpenter | Fix for current subscription changes to api.js. Added... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Michael Carpenter | Change for subscription requests to now operate properly |
commit | commitdiff | tree | snapshot |
2012-08-24 |
James Ausmus | Clean up the boost::any casting a bit |
commit | commitdiff | tree | snapshot |
2012-08-24 |
James Ausmus | Add event propogation of all data items from the wheel |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Todd Brandt | change get and set to allow an array of events, added... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
James Ausmus | Make the boost::any conversions actually work in WheelS... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
James Ausmus | Make WheelPlugin actually read JS events, print out... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
James Ausmus | Add PropertySet typedef to VehicleProperty |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | fixed unsubscribe |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | made VehicleProperty::Property strings |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | added vehiclespeed property |
commit | commitdiff | tree | snapshot |
2012-08-23 |
James Ausmus | Merge remote-tracking branch 'origin/master' into wheel... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
James Ausmus | Make wheelsourceplugin actually read JS events (current... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | Merge pull request #6 from malcom2073/master |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Michael Carpenter | Slight change to support uuid string transactionids... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Michael Carpenter | Changes to support latest websocket protocol api. Now... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd Brandt | in api.js, changed transactionid to a uuid |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd Brandt | added better comments to api.js and moved server test... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | made websockets work out of the box |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | missing files added |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | added check header so cmake will fail if you are missin... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd Brandt | added set functionality, the basics are in place for... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd Brandt | latest vehicle api supports getevent types and get |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-23 |
James Ausmus | Add opening of joystick dev file, and reading of variou... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd Brandt | in api.js, changed transactionid to a uuid |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd Brandt | added better comments to api.js and moved server test... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | made websockets work out of the box |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Michael Carpenter | Additions for creating new WebsockSink class instances... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | missing files added |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | added check header so cmake will fail if you are missin... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd Brandt | added set functionality, the basics are in place for... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd Brandt | latest vehicle api supports getevent types and get |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | Merge pull request #5 from malcom2073/master |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Michael Carpenter | Name change for tcpsink to be websocketsink |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Kevron Rees | Merge pull request #4 from malcom2073/master |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Michael Carpenter | Change for websocket port to be 7681 |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Michael Carpenter | Merge remote-tracking branch 'origin' |
commit | commitdiff | tree | snapshot |
2012-08-22 |
James Ausmus | Add opening of joystick dev file, and reading of variou... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Michael Carpenter | Changes for api.js to set protocol, config to include... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kevron Rees | initial working dbus plugin |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kevron Rees | Merge branch 'par_build_fix' |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kevron Rees | added properties to support wheel |
commit | commitdiff | tree | snapshot |
2012-08-21 |
James Ausmus | Fix parallel build issue (issue #3) |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kevron Rees | mikeleib'd |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kevron Rees | adding missing files |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kevron Rees | updated dbus plugin |
commit | commitdiff | tree | snapshot |
2012-08-21 |
James Ausmus | Fix tcpsinkplugin build on glib 2.32.3 |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kevron Rees | Update README |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Kevron Rees | added reference/test javascript api to websocket plugin |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Kevron Rees | dbus plugin updates |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Kevron Rees | added dbus sink subdir |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Kevron Rees | Merge pull request #2 from malcom2073/master |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Michael Carpenter | Initial commit of tcpsink, a websocket providing sink... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Kevron Rees | added dbus plugin |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Kevron Rees | Merge pull request #1 from jausmus/wheelsource |
commit | commitdiff | tree | snapshot |
2012-08-17 |
James Ausmus | Add wheel plugin subdir for wheel source plugin |
commit | commitdiff | tree | snapshot |
next |