Commit Graph
1140 Commits
Author SHA1 Message Date
john30 b8b52efde4 fix for numeric parsing of empty string 2015-06-04 13:01:47 +02:00
john30 4b132d23c8 fix for parsing http query parameters, added support for "exact" http query parameter 2015-05-25 15:17:11 +02:00
john30 6458991826 added option to set poll priority to read command and http get, corrected HTTP result on invalid query string 2015-05-25 14:09:25 +02:00
john30 6725cb526f added Message::setPollPriority and MessageMap::addPollMessage 2015-05-25 14:08:29 +02:00
john30 e0ffd28024 added hex option to read command, update cache on successfule hex write 2015-05-25 13:32:12 +02:00
john30 3f638d0dae notify running requests on device error 2015-05-25 13:30:53 +02:00
john30 682a157222 added getLastSlaveData() 2015-05-25 11:10:24 +02:00
john30 39c00de51e fixed documentation 2015-05-14 13:05:19 +02:00
john30 071d57f957 fix for readonly, immediately give up reading on send error or device error 2015-05-14 11:43:23 +02:00
john30 7aa153848e updated author address 2015-05-14 10:47:51 +02:00
john30 d573fff746 added Symbol::compareMaster to avoid updating last message change time when only the querying master was modified 2015-05-14 09:50:28 +02:00
john30 fae340f0be added global status and lastup to JSON response, added parameter support for JSON 2015-05-10 11:20:52 +02:00
john30 357b730f31 added support for serving files via HTTP port 2015-05-10 10:23:14 +02:00
john30 8c9be6074e fixed missing newline 2015-05-04 21:48:43 +02:00
john30 830e789ce7 simplified, deny other HTTP methods besides GET, set HTTP headers 2015-05-01 09:25:16 +02:00
john30 7e98f485e1 added read-only mode, added optional HTTP JSON port 2015-05-01 08:38:08 +02:00
john30 605bca9ff0 introduced read-only mode 2015-05-01 08:35:02 +02:00
john30 34efc9a5ae introduced optional HTTP port 2015-05-01 08:34:27 +02:00
john30 f1d76a64cc introduced DataFormat and support for JSON 2015-05-01 08:32:58 +02:00
john30 5b229114d1 use timeout error instead of "syn received" when notifying current request 2015-03-28 12:51:39 +01:00
john30 6f3255cffe add version to start message 2015-03-27 22:43:23 +01:00
john30 243760f543 expect poll priority immediately after "r" type char 2015-03-27 22:38:29 +01:00
john30 28b866af43 print error position if reading config fails 2015-03-27 22:36:12 +01:00
john30 5bd74035c5 extended max allowed data length to 25 2015-03-22 14:01:51 +01:00
john30 428b9342d2 add another check, better format for read input 2015-03-21 11:26:13 +01:00
john30 5da560b79a less compiler warnings 2015-03-20 23:01:06 +01:00
john30 3377c18c2b fix for reading cached values from master part 2015-03-20 21:21:55 +01:00
john30 f3b34397cf fixed compiler warning 2015-03-16 08:28:02 +01:00
john30 21563e87e6 log invalid self-addressed messages and skip them 2015-03-16 08:27:50 +01:00
john30 c7b97f8fed changed logging of client command+answer to debug level 2015-03-14 12:12:26 +01:00
john30 afd8792d72 added grab command 2015-03-14 11:58:54 +01:00
john30 2cfa18c4e1 33c8776 2015-03-14 11:04:54 +01:00
john30 33c8776706 renamed class in message definition and commands to circuit 2015-03-14 11:02:24 +01:00
john30 4d6ae8d926 initial support for AUTO-SYN generation 2015-03-14 10:50:34 +01:00
john30 99b0e12943 initial support for AUTO-SYN generation 2015-03-14 10:50:02 +01:00
john30 51b86c9dc5 documentation 2015-03-14 10:21:10 +01:00
john30 dbd380eca5 documentation 2015-03-14 10:20:54 +01:00
john30 da6149f764 allow larger timeouts 2015-03-14 09:37:56 +01:00
john30 0f93369bee allow mixing references to base type and templates in message definition 2015-03-13 22:12:11 +01:00
john30 c3d60fccd9 Merge branch 'master' of github.com:john30/ebusd 2015-03-13 00:15:26 +01:00
John 8ab5c002d1 Merge pull request #4 from joltcoke/master
Fix config file reading on CentOS 6.x
2015-03-13 00:10:38 +01:00
john30 bdf0faec1d Merge branch 'master' of github.com:john30/ebusd 2015-03-12 23:56:19 +01:00
john30 6605440d1b nicer 2015-03-12 23:41:59 +01:00
john30 b85f244212 fix for previous commit 2015-03-12 23:41:31 +01:00
john30 be99a12d04 fix for previous commit 2015-03-12 23:40:54 +01:00
john30 f1be064dda treat empty result as valid 2015-03-12 23:40:34 +01:00
john30 16febf3555 formatting 2015-03-12 23:30:09 +01:00
john30 8333a978ef adjusted to latest data.cpp 2015-03-12 23:29:46 +01:00
john30 b935019aa7 allow empty field list, formatting 2015-03-12 23:29:25 +01:00
john30 ce9f443dde removed default argument values from DataFiel::create, documentation 2015-03-12 23:20:35 +01:00