Commit Graph
231 Commits
Author SHA1 Message Date
Roland Jax 46e8aa7a77 README adapted. 2014-11-17 20:47:10 +01:00
Roland Jax 3f7f60cc68 implementation of 'scan' functionality continued. 2014-11-17 20:27:01 +01:00
Roland Jax bfab16ce5d EBusLoop::addScanCommand implemented. 2014-11-17 16:59:45 +01:00
Roland Jax b6cae7884a moving 'scan' functionality from ebusctl into ebusd continued. 2014-11-16 21:50:35 +01:00
Roland Jax e5452282ad documentation for class Thread added. 2014-11-16 14:49:14 +01:00
Roland Jax ada6a066fe documentation for class Daemon added. 2014-11-16 14:25:23 +01:00
Roland Jax e4e709ec6a documentation for class WQueue and Notify added. 2014-11-16 10:08:58 +01:00
Roland Jax 5db9c5c774 moving 'scan' functionality from ebusctl into ebusd started. 2014-11-16 00:33:28 +01:00
Roland Jax 3273300893 class Appl reworked. 2014-11-15 23:03:33 +01:00
Roland Jax 4cc9055e71 check against HAVE_CONFIG_H added. 2014-11-14 20:56:15 +01:00
Roland Jax d27afa928c check for pthread function 'pthread_setname_np' added. 2014-11-14 16:41:05 +01:00
Roland Jax 9702a3479c needless enum Status removed. 2014-11-14 14:57:56 +01:00
Roland Jax baf60895ef class Connection, Network, Port: select() replaced by ppoll(). 2014-11-13 16:31:32 +01:00
Roland Jax 5e07f0152d needless includes directives (header files) removed. 2014-11-13 15:01:54 +01:00
Roland Jax b89a441f99 configure.ac: AC_CHECK_HEADERS added. 2014-11-13 14:18:37 +01:00
Roland Jax 2695dd141d class Connection: needless functions removed; count replaced with sum for debugging purpose. 2014-11-11 21:26:42 +01:00
Roland Jax 70ea02b143 documentation for class Message added. 2014-11-11 20:57:07 +01:00
Roland Jax 773f5a6e30 dependency tip removed from readme file. 2014-11-11 20:21:08 +01:00
Roland Jax 8ffebe0373 Merge branch 'master' of github.com:yuhu-/ebusd 2014-11-11 20:17:38 +01:00
Roland Jax 162681bb9f cosmetic 2014-11-11 20:16:44 +01:00
Roland Jax 2c7edad067 cosmetic 2014-11-11 20:12:33 +01:00
Roland Jax e8d4fbaff5 class Network: needless function 'addQueue' removed. 2014-11-11 20:07:59 +01:00
Roland Jax 694f22c718 class EBusLoop: newCommands renamed to reload. 2014-11-11 15:09:52 +01:00
Roland Jax db91a1d47d class Appl: integrated 'version and help' options. 2014-11-10 19:26:32 +01:00
Roland Jax af4f822f5d daemon option '--version' added. 2014-11-09 23:21:55 +01:00
Roland Jax 2f9138b43e ebusd: main.cpp renamed into ebusd.cpp; daemon option 'aquiretime' added. 2014-11-09 20:27:40 +01:00
Roland Jax 47221760e6 Merge pull request #11 from john30/master
enhanced DataField
2014-11-09 15:03:45 +01:00
john30 72fcd8623d introduced NULL_VALUE define 2014-11-09 14:20:58 +01:00
john30 eb8a43b909 solved most TODOs, introduced reference types and chains, use result_t where possible, switched to divisor instead of factor, formatting, introduced VALUE_SEPARATOR for possible switch to real CSV (later), added value range check, small optimizations 2014-11-09 14:14:12 +01:00
john30 640a78761f introduced result_t, added RESULT_ERR_EOF 2014-11-09 14:13:25 +01:00
john30 68593558fe Merge branch 'master' of git://github.com/yuhu-/ebusd 2014-11-09 10:34:29 +01:00
Roland Jax f9a3f8eb64 cosmetic. 2014-11-08 23:52:13 +01:00
Roland Jax e7577631da Commands::getEbusCommand reworked. 2014-11-08 21:01:12 +01:00
john30 f7cd19a0ed fix for == 2014-11-08 16:07:10 +01:00
Roland Jax a51fc4466b README adapted. 2014-11-08 16:05:12 +01:00
john30 eed69b4952 Merge branch 'master' of git://github.com/yuhu-/ebusd
Conflicts:
	src/lib/ebus/symbol.h
2014-11-08 16:04:13 +01:00
john30 5c37674980 fixed == 2014-11-08 15:54:14 +01:00
Roland Jax 14d632683b Commands::getEbusCommand expanded for cycle messages to check 'QQ' byte too. 2014-11-08 12:15:31 +01:00
Roland Jax ca6c6c04bb daemon option --lockcounter added; m_busLocked replaced with m_lockCounter. 2014-11-08 11:37:44 +01:00
Roland Jax e4544a98ad server command 'raw' - toggle log raw data added; log types of error messages changed from trace to error. 2014-11-08 09:39:25 +01:00
Roland Jax e6930d333d missing reset of lockRetries added. 2014-11-07 23:15:51 +01:00
Roland Jax d53afc8701 class Bus removed. 2014-11-07 22:36:21 +01:00
Roland Jax 6b0f58b291 integration from bus into ebusloop continued. 2014-11-07 20:58:15 +01:00
Roland Jax 6db67385b5 integration from bus into ebusloop started; logautosyn renamed to lograwdata 2014-11-06 21:57:15 +01:00
Roland Jax 793c64d922 file struturce changed. 2014-11-06 16:08:11 +01:00
Roland Jax 727bf600da code style. 2014-11-04 20:23:43 +01:00
Roland Jax e587e2413d Merge pull request #10 from john30/master
enhanced DataField class and added support for value=text lists
2014-11-03 16:04:19 +01:00
Roland Jax fce50774cd Merge branch 'john30-master' 2014-11-03 15:58:03 +01:00
john30 38d68cc94d added missing tests, use factorStr instead of separate column for key=value definition of lists 2014-11-02 22:44:44 +01:00
john30 e7e50497c6 file mode 2014-11-02 22:15:06 +01:00