4195 Commits

Author SHA1 Message Date
77f21822df bug fix with tcl library 2024-11-14 09:12:13 +01:00
c0d046e5a4 sicshipadaba: fix issue with space in arguments 2024-11-14 09:10:50 +01:00
252fb370bd fix memory leak in SECoP protocol 2024-11-14 09:10:10 +01:00
4f6c943df5 proper error message when server port is already in use 2024-11-14 09:09:34 +01:00
c7402c0fcc improve behaviour of listening to log in SEA cases
use strcasecmp for certain commands
2024-11-14 09:08:20 +01:00
1f02f21aa7 hack with coruppted connections
show error message only one
2024-11-14 09:07:06 +01:00
1ab4723261 do not write status file when corrupted
unfortunately this is only a guess
2024-11-14 09:06:01 +01:00
68f2042d8f fix issue with tcl time/date library
this seems to be an issue with conflocting behaviour of different
tcl library versions
2024-11-14 09:04:10 +01:00
f3d95891ad avoid multiple running drive tasks for the same object 2021-10-20 17:06:55 +02:00
61341b52f4 various improvements
- use dig for resolving host names
- ascon.c: fix terminator parsing
- property callback: change property before callback
- logger.c:default for logger period must be the old value instead of 1
- add frappy type history writing
- increase max. logreader line length
- HIPNONE returns "null" with json protocol
- encode strings properly in formatNameValue
- fix memory leak in json2tcl
- scriptcontext: do not show debug messages when script starts with underscore or when the "send" property is empty
- scriptcontext: remove args for action timestamp
- scriptcontext: "que" function will replace an already queued action, e.g. for 'halt
- introduced updatestatus script
2021-09-16 12:26:18 +02:00
8de1fd4183 - use dig before gethostbyname to resolve host names 2018-08-09 09:10:10 +02:00
04f9554f3d - ignore some hidden files created by Mac OS X 2018-07-03 11:14:57 +02:00
aac014618c - merged "offline" and "disconnected" stati 2018-07-03 11:14:18 +02:00
6085b22c18 - removed epics support (do not like to fix library paths) 2018-07-03 11:13:14 +02:00
e43a02bd7d - issue error message anyway (not depending on connection) 2018-07-03 11:12:02 +02:00
4671c2e570 - changed "timeout" to "no response" 2018-07-03 11:10:52 +02:00
19b3c71274 - SECoP protocol for scriptcontext 2018-05-07 13:53:51 +02:00
da2b8c13d4 - fixed mess with SCWrite / SCPrintf due to changes in conman.c 2017-06-14 15:46:32 +02:00
199c8cde5f - fixed mess with SCWrite / SCPrintf due to changes in conman.c 2017-06-14 15:44:34 +02:00
11d6308834 - fixed bug in RemobCreate when forwardMessages and combined form host:port is used 2017-06-14 15:41:53 +02:00
f92c308c01 - fixed bug and refactored ClientPut 2017-06-14 15:40:43 +02:00
881fa2d79e - added a replacement for commandlog and config listen 2017-06-14 15:03:42 +02:00
e846ab55e2 - introduced specification of start time in poll 2017-06-14 15:03:01 +02:00
00a446a756 - added SCPf function (general SCPrintf)
- removed sendingConnection stuff (no longer used)
- removed COMLOG Signal handling (no longer used)
2017-06-14 14:00:21 +02:00
1ad96e2c47 - 64bit bugfix 2017-06-14 13:54:52 +02:00
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