summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Patch the .app.src files of all deps to remove git-retrieval of current ↵0.3.2release-0.3.0Magnus Feuer2015-04-141-1/+3
| | | | version. Now builds without accessing git
* Initial commit of depsMagnus Feuer2015-04-14264-0/+41606
|
* Let's try that againMagnus Feuer2015-04-149-0/+0
|
* Added deps to avoid having GBS and OBS having to access the internet during ↵Magnus Feuer2015-04-1410-2/+0
| | | | build
* Should fix build issueMagnus Feuer2015-04-071-6/+6
|
* Fixed one of the build issuesMagnus Feuer2015-04-022-13/+2
|
* Try to fix issue #16 with a somewhat ugly hackMagnus Feuer2015-03-242-105/+129
|
* Updated makefile and non-tizen RPM spec fileMagnus Feuer2015-03-162-4/+4
|
* Merged in README.md reference to github strategy.Magnus Feuer2015-03-131-0/+3
|\
| * Added git strategy to readme.Magnus Feuer2015-03-131-0/+3
| |
* | Bumped to 0.3.2Magnus Feuer2015-03-138-15/+39
|/
* Merged in 0.3.1 to reverted master as a basis for develop and 0.3.2Magnus Feuer2015-03-137-159/+225
|\
| * Fixed typoMagnus Feuer2015-03-131-1/+1
| |
| * Typo fixMagnus Feuer2015-03-131-4/+2
| |
| * Further cleanup in loggingMagnus Feuer2015-03-136-56/+40
| |
| * Fix issue #14Magnus Feuer2015-03-131-34/+63
| |
| * Cleaned up log messagesMagnus Feuer2015-03-131-29/+25
| |
| * Cleaned up log messagesMagnus Feuer2015-03-131-22/+65
| |
| * Added tests to check if a connection to a remote node is still up. Used by ↵Magnus Feuer2015-03-131-0/+16
| | | | | | | | ping management to see if we should reschedule the next ping.
* | Commented in persistent backend connectionsv0.3.1Magnus Feuer2015-03-121-1/+1
| |
* | Commented out persistent backend connectionsMagnus Feuer2015-03-121-1/+28
| |
* | Test fixMagnus Feuer2015-03-111-17/+17
| |
* | Bumped version to 0.3.1Magnus Feuer2015-03-119-17/+20
| |
* | Do not push service_available and service_unavailable over web socket since ↵Magnus Feuer2015-03-111-8/+8
|/ | | | they trigger a crash
* Formattingv0.3.0Magnus Feuer2015-03-091-2/+4
|
* Moved SOTA demo to https://github.com/PDXostc/rvi_sota_demoMagnus Feuer2015-03-0921-2116/+1
|
* Updated documentation in preparation for releaseMagnus Feuer2015-03-093-8/+54
|
* Updated linksMagnus Feuer2015-03-091-5/+5
|
* Merge branch 'master' of github.com:PDXostc/rviMagnus Feuer2015-03-061-1/+1
|\
| * Merge pull request #12 from magnusfeuer/masterMagnus Feuer2015-03-041-1/+1
| |\ | | | | | | Copyright update. Please merge
| | * Fixed copyright.Magnus Feuer2015-03-041-6/+1
| | |
| | * Fixed some stuffMagnus Feuer2015-03-041-0/+5
| |/
* | A service announcement to other services connected to the same node as the ↵Magnus Feuer2015-03-061-1/+1
| | | | | | | | newly registered service will now be made with the full service name
* | unregister_remote_services_by_name now handles an array of multiple servic ↵Magnus Feuer2015-03-062-14/+28
| | | | | | | | enames
* | Added missing RPC handler to unregister serviceMagnus Feuer2015-03-061-0/+6
| |
* | Fixed bug in unregister_service where service name was mangeledMagnus Feuer2015-03-061-1/+1
| |
* | Commented out dummy certificate for nowMagnus Feuer2015-03-061-2/+2
| |
* | Propagate individual unregister_service between nodes so that all services ↵Magnus Feuer2015-03-063-33/+120
| | | | | | | | can get real-time updates
* | Fixed return value for local service registrationMagnus Feuer2015-03-051-4/+3
| |
* | HVAC demo has been obsoleted by python/rvi_service.py and rvi_call.pyMagnus Feuer2015-03-057-1049/+0
| |
* | Added register/unregister. Added get_services.py to list all available servicesMagnus Feuer2015-03-043-5/+130
| |
* | Added unregister. Added get_available_servicesMagnus Feuer2015-03-041-18/+89
| |
* | Minor cleanups. Added unregister_serviceMagnus Feuer2015-03-041-13/+72
| |
* | Removed obsolete calling serviceMagnus Feuer2015-03-041-10/+6
|/
* Split up resolve_service so that we don't check the static nodes. Static ↵Magnus Feuer2015-02-231-29/+49
| | | | nodes should be checked only by resolve_remote_service, not resolve_local_service.
* Renamed functions to better match what they do. Fixed crash reported by rudi ↵Magnus Feuer2015-02-231-36/+67
| | | | where a websocket-based locally connected service would trigger a crash when another service\s availability was reported to it
* Fixed version referenceMagnus Feuer2015-02-231-1/+1
|
* Removed debug messages from rvilib.pyMagnus Feuer2015-02-131-7/+2
|
* Removed big_data_demo since it has been moved to rvi_bigdata repoMagnus Feuer2015-02-1211-1158/+0
|
* Ported ugly websocket fixes from 0.2.4 branchMagnus Feuer2015-02-121-8/+28
|