Commit Graph

4170 Commits

Author SHA1 Message Date
10cb44df85 - ascon.c: bug fix
- binprot.c: enhancements
- devser.c, scriptcontext.c: introduced specifiaction of start time in poll
2017-04-07 10:10:10 +02:00
c4cee85b57 Fixed a merge conflict in telnet.c 2017-04-07 07:55:40 +02:00
c780ad9cae Merge branch 'conclean' into rhel7
Conflicts:
	SCinter.c
	telnet.c
2017-04-03 11:44:35 +02:00
c61036c6cc Merge branch 'develop' into rhel7 2017-04-03 11:41:29 +02:00
e94e80264d Some fix to sicshipadaba to prevent problems when trying to format a NULL node
Protected the nagging messages from scans/etc from missing data
2017-03-15 16:45:52 +01:00
e8ae653095 Added nagging output about a user name when saving scan data files 2017-02-24 11:11:42 +01:00
0ba8ebc153 Fixed building for rhel7 2017-02-14 08:24:39 +01:00
0a76081bbb Fixed a core dump with signed/unsigned and an error in converting from
subsystem text to subsystem number

This version compiles and runs under rhel7
2017-01-17 13:53:10 +01:00
7fc58190ae Finally compiles under RHEL7 2017-01-13 16:35:20 +01:00
2670bafe53 SICS compiles under RHEL7 2017-01-13 15:43:39 +01:00
2673bb3b6d Merge branch 'develop' of ssh://gitlab.psi.ch/sinqdev/sics into develop 2016-12-15 17:04:09 +01:00
1c9b490da9 Fixed excessive magic errors originating from sicsget:PutHdbFunc 2016-12-13 14:02:27 +01:00
7fa5a5e8fa Removed obsolete sinfox command
Removed last traces of sycamore protocol
2016-12-12 11:43:24 +01:00
6f4ae14e8f Removed some dead code from trace.c 2016-11-25 08:31:18 +01:00
3fda3d9864 Added exponential backoff when errors occur in sicspoll 2016-11-24 13:49:07 +01:00
e5ecf5218e Removed an unnecessary field from the connection structure 2016-11-21 14:18:52 +01:00
c39f96c253 Removed some dead code in SCinter
Loglisten showed to much stuff, no filtering. Filtering added.
2016-11-21 13:37:10 +01:00
f2aa76b396 Fixed a wrong sequence of starts in multicounter
Suppressed excessive connection messages from asynnet
2016-11-10 14:41:38 +01:00
d0fe079b71 Fixed an issue where an unresetted geterror in combination with a null connection causes
to many log messages.
2016-11-07 09:48:47 +01:00
6c1059b307 First completed version of cleaned up connection object.
First testing is promising
2016-11-02 15:08:53 +01:00
5f2abbb99a Added command stack wrappers and fixed up nread and removed dead code from nserver
Removed direct access from token.c
2016-10-31 15:33:31 +01:00
0e2605b570 First commit towards replacing pCon-> with someFunc(pCon)
This is accompanied with the removal of dead code in conman.c and else
2016-10-31 08:33:36 +01:00
fd5451e8fd Enhanced comments in asynnet
Changed required privilege for chnaging the threshold from manager to user in counter.c
Changed an output code in macro.c
2016-10-25 17:03:21 +02:00
7e764b100b Fixed a typo in an error message in sicsdata.c 2016-08-02 11:19:41 +02:00
b7901a88c7 Merge branch 'develop' of ssh://git.psi.ch/sinqdev/sics into develop 2016-07-01 10:58:37 +02:00
7ca7876dbe Reduced severity of perfmon log message in order to reduce log clutter 2016-07-01 10:57:35 +02:00
8254c1303c Added a log message at everz start of a driving or counting operation.
Together with the already existing  stop messages this allows for
performance analysis.
2016-06-09 14:44:57 +02:00
294195c872 Removed the suppression list again from logv2.c for fear of performance issues.
I rather implemented the suppression of TRANSACT messages in macro.c
2016-05-18 11:58:52 +02:00
1f23c19e1c Added a feature which allows suppression of certain log messages. For example TRANSACT messages 2016-05-18 11:33:59 +02:00
097b93aa8b Added a loglsisten command for listening into the log 2016-05-17 11:30:38 +02:00
fdb443441a - more AsconStatus states
- enhancements in binprot
- make Logger public (logger.h)
- added lscprot (50 ms write delay for lakeshore models)
- additonal bug fixes
2016-05-13 16:32:18 +02:00
0b41bcde03 Increased sysTrace messages to INFO level 2016-05-13 09:13:52 +02:00
cb6c80d0e6 Improved repositioning message in motorsec.c 2016-05-12 09:45:26 +02:00
7f6b31e098 Some more fine tuning of log output
Corrected a misleading warning in motorsec.c
Fixed a core dump caused by copyNode in sicsdata.c. Was caused by a bad call
to getPointer.
2016-05-10 11:29:09 +02:00
e476d19040 Fixed an issue with sget throwing excessive error messages when testing
for the presence of a Hdb node
2016-04-14 14:20:30 +02:00
96114fc803 Added the generation of incomensurate reflections for 0,0,0 in fourmess
Applied Douglas  task deletion patch
Fixed a bug with repeated motor failures in interface.c
2016-04-13 09:18:13 +02:00
019dc11131 Made pCountInt->lastStatus handling work in diffscan 2016-03-15 11:35:18 +01:00
1b2022a5e9 There has been a continuous problem that the counter:CheckStatus function
called from the status task messed up count processing. This has now been
resolved in this way:
- A new function ReadStatus and  a lastStatus filed have been added
  to the countable interface.
- CountTaskFunc updates the lastStatus field.
- ReadStatus just returns that field.
- ReadStatus is now being called by the status task.
2016-03-15 11:24:50 +01:00
18816067db Added hex logging back again.
Added it back in in AsyncQueue
2016-03-14 09:43:27 +01:00
ac2d66c61e Improved the interface of the LogTS function 2016-03-08 11:51:55 +01:00
5a388ab741 Made all sub systems for logging lower case
Log filtering is now based on an array of severitys per subsystem
Added a LogIS call which takes an integer for the subsystem
Added a LogTS call which allows to specify a user supplied time stamp
2016-03-08 11:36:29 +01:00
40382b2b8c Further enhancements to the new logging system
I removed traceCommand because I needed a more fine grained control of what goes into
the log.
2016-03-01 09:42:16 +01:00
0da0380c8a Fine tuning of second generation motor and counter parameter update messages
Changed paramete rupdates to verbose severity
2016-02-15 11:38:23 +01:00
66466c1c0f This is the first working version of the new logging system. Some work
in fine tuning still needs to be done. But is reasonably OK now.
2016-02-11 13:40:31 +01:00
b1cda3f579 First incarnation of the logging code 2016-02-03 10:43:36 +01:00
95988f331c Merge branch 'develop' of ssh://gitorious.psi.ch/sinqdev/sics into develop
Conflicts:
	fourmess.c
2016-01-29 08:53:00 +01:00
a630a30294 Some things about make_gen 2016-01-26 11:50:32 +01:00
2593b44633 Merge branch 'maverick' into develop
Everything up to dat
2016-01-26 11:34:17 +01:00
1149227685 Merge branch 'master' into maverick 2016-01-26 10:56:19 +01:00
5e597e2d10 Merge branch 'maverick' into develop
Compile under OSX
2016-01-26 09:48:11 +01:00