Commit Graph

  • b3104bbc2b added win32 filetime test Jeff Hill 2002-09-04 20:30:08 +00:00
  • 7c337a7257 workaround for SUNPRO bogosity Jeff Hill 2002-09-04 17:51:08 +00:00
  • 296c629c19 fixed linux warning Jeff Hill 2002-09-04 17:02:28 +00:00
  • 6ec7ac0e16 added conversion between epicsTime and win32 FILETIME Jeff Hill 2002-09-04 16:30:37 +00:00
  • f5cbac744e added doc for structures Jeff Hill 2002-09-04 14:39:32 +00:00
  • 722b8bdf01 doc Jeff Hill 2002-09-03 21:27:40 +00:00
  • 9d780b0fdd documented structures passed by value to callbacks Jeff Hill 2002-09-03 21:26:54 +00:00
  • bdba13c2a2 added ipIgnoreEntry.cc Jeff Hill 2002-08-29 17:02:05 +00:00
  • 5ffc6d7914 installed Jeff Hill 2002-08-29 17:01:37 +00:00
  • 9a5ca9203c dont include shareLib.h more than necessary Jeff Hill 2002-08-29 17:01:10 +00:00
  • f958bd3ab0 cosmetic Jeff Hill 2002-08-29 17:00:44 +00:00
  • 8bba4da432 add support for ignoring requests from certain addresses Jeff Hill 2002-08-29 16:59:46 +00:00
  • 51f853ccb5 removed cvs revisions in header Jeff Hill 2002-08-29 16:56:38 +00:00
  • 75f52f8833 removed ifdefs Jeff Hill 2002-08-29 16:56:10 +00:00
  • da21bbf308 dont include shareLib.h more than necessary Jeff Hill 2002-08-29 16:55:36 +00:00
  • 67f2ac78ed errSymFind -> errSymLookup Jeff Hill 2002-08-29 16:55:15 +00:00
  • 6dff6348fe Deal with postpone status returned from an enum string table cache fetch initiate chained to an asynchronous create PV by printing a message and not filling in the cache. This can be fixed easier later once the server is threaded again. Jeff Hill 2002-08-29 16:53:31 +00:00
  • 0d4d2560e6 cosmetic Jeff Hill 2002-08-29 16:49:03 +00:00
  • 59a7ebd78c doc Jeff Hill 2002-08-29 16:45:55 +00:00
  • 950d2c0b9d 1) depricated errSymFind function because errSymLookup below provides a better interface 2) added errSymLookup function with these improvements o receive a buffer length from user and therefore never overwrite the users buffer o return void and always copy a string into the users buffer. If the error code cant be found then copy in a message with the error code's raw numbers in it. 3) removed prototypes for nonexistent fuinctions from header file Jeff Hill 2002-08-29 16:45:16 +00:00
  • 75081c3947 added EPICS_CAS_IGNORE_ADDR_LIST Jeff Hill 2002-08-29 15:17:10 +00:00
  • bef0109bb7 dont include shareLib.h more than necessary Jeff Hill 2002-08-29 15:16:08 +00:00
  • 28b1ad5284 added doc for o EPICS_CAS_INTF_ADDR_LIST o dbr_type_to_text o and many small clarifications Jeff Hill 2002-08-29 15:09:06 +00:00
  • 2872f190e8 dont include shareLib.h more than necessary Jeff Hill 2002-08-29 15:02:17 +00:00
  • 76199859f6 cosmetic Jeff Hill 2002-08-29 15:01:17 +00:00
  • d0ab8f3305 removed junk Jeff Hill 2002-08-29 15:00:55 +00:00
  • d08b6251f1 added EPICS_CAS_IGNORE_ADDR_LIST Jeff Hill 2002-08-29 14:55:43 +00:00
  • 31d1fca0d6 Updated docs for R3.14.0beta2 Janet B. Anderson 2002-08-28 17:38:53 +00:00
  • 3ea121a119 print dbr type as a text string Jeff Hill 2002-08-26 17:33:54 +00:00
  • 69790213e3 dont allow asynchronous completion error code to drop down to lower layers Jeff Hill 2002-08-22 21:42:31 +00:00
  • a5b1beb9da dont print disconnect message if there are zero bytes to send Jeff Hill 2002-08-22 21:16:54 +00:00
  • f0a6010a3f added an example for indexing arrays within a structured CA data type Jeff Hill 2002-08-22 19:38:33 +00:00
  • 9a7ab7b0de index entry for ca_sate Jeff Hill 2002-08-22 16:26:41 +00:00
  • 8338c1bb3e fixed sun pro warnings Jeff Hill 2002-08-22 16:05:22 +00:00
  • 0f70d78803 fixed sun pro warnings Jeff Hill 2002-08-22 15:53:14 +00:00
  • ebe7870015 avoid comparison between signed and unsigned numbers Jeff Hill 2002-08-22 14:39:46 +00:00
  • 84863a577c use const for string arguments that are not modified Jeff Hill 2002-08-22 14:38:19 +00:00
  • dbd2d00699 use the new create channel interface similar to the other ca example Jeff Hill 2002-08-22 00:01:55 +00:00
  • cb9b81cdad fixed enum string table cache update so that it can complete asynchronously Jeff Hill 2002-08-22 00:00:22 +00:00
  • b566183c2f fixed reference to freed memory Jeff Hill 2002-08-21 23:57:35 +00:00
  • 0058debd45 Minor edits; mainly that tech-talk is now the only EPICS mailing list we ever talk about in public. Andrew Johnson 2002-08-21 22:21:15 +00:00
  • 2bb26522e0 Reorder library searches to avoid some problems when linking applications which include the GPIB driver add-on modules. W. Eric Norum 2002-08-21 21:08:22 +00:00
  • a15af6a1d5 installed new source files Jeff Hill 2002-08-21 16:42:05 +00:00
  • 23225348d6 installed Jeff Hill 2002-08-21 16:33:50 +00:00
  • d1ddd2627b converted inlines to ordinary functions Jeff Hill 2002-08-21 16:33:00 +00:00
  • dd67086dc9 use bool for boolean variable Jeff Hill 2002-08-21 16:31:37 +00:00
  • 17070c70c8 removed inlines from class definition Jeff Hill 2002-08-21 16:31:15 +00:00
  • 4c7134933d define epicsExportSharedSymbols correctly Jeff Hill 2002-08-21 16:29:04 +00:00
  • f44597e923 fixed problem wher enum string table cache was installed for wrong primitive type Jeff Hill 2002-08-21 16:27:24 +00:00
  • cbb652bcce use enum for enumerated variable Jeff Hill 2002-08-21 16:25:14 +00:00
  • a3b726f105 allow specification of PV's best external type Jeff Hill 2002-08-21 16:23:38 +00:00
  • 82ba4f0a1f moved inlines out of class definition Jeff Hill 2002-08-21 16:22:30 +00:00
  • dd43dfc717 cosmetic Jeff Hill 2002-08-21 16:21:49 +00:00
  • 7af6a05a5a moved gr enum test up Jeff Hill 2002-08-21 15:39:42 +00:00
  • f328cd0e6b fixed message Jeff Hill 2002-08-21 00:14:02 +00:00
  • c986b56e5d tabs are now spaces Jeff Hill 2002-08-20 21:52:52 +00:00
  • 17f55b29c7 cosmetic Jeff Hill 2002-08-20 21:37:23 +00:00
  • 98db216df3 Select NIC at run-time instead of at EPICS build-time. W. Eric Norum 2002-08-20 16:18:05 +00:00
  • b907ff8ee8 removed epicsShareAPI keyword Jeff Hill 2002-08-19 23:16:05 +00:00
  • 0d57270496 Modified profiling definitions. Janet B. Anderson 2002-08-16 19:01:36 +00:00
  • 7754a0ecae Changed PROFILE to NO as default. Janet B. Anderson 2002-08-16 18:38:16 +00:00
  • aa54a26c8b This was defensive coding against deadlock occurring when they hold a lock in the expire callback that they also hold when starting the timer. I dont know how to protect them against a situation where they hold a lock in the expire callback and also hold it when canceling the timer, but at least that is a less common situation. Jeff Hill 2002-08-16 00:07:09 +00:00
  • 936053422b removed privateCancel() function Jeff Hill 2002-08-16 00:05:53 +00:00
  • 24b175c01c document the CA data types Jeff Hill 2002-08-15 21:56:14 +00:00
  • c897ad3af0 document the CA data types Jeff Hill 2002-08-15 21:53:37 +00:00
  • 9a1b51ce10 added new type for DBR_CLAA_NAME. Jeff Hill 2002-08-15 21:53:23 +00:00
  • c07a6e1cab Changed required gnumake version to 3.78.1 Janet B. Anderson 2002-08-15 14:36:40 +00:00
  • 6caf14c190 Updated required gnumake version to 3.79. Janet B. Anderson 2002-08-15 14:34:52 +00:00
  • 12f1ed8639 Fixed profiling option. Janet B. Anderson 2002-08-15 14:29:46 +00:00
  • f0b7c5a46c fixed deadlock Jeff Hill 2002-08-14 22:04:02 +00:00
  • 235f23a322 fixed deadlock Jeff Hill 2002-08-14 21:53:30 +00:00
  • 16e8c85da8 add old client error code Jeff Hill 2002-08-14 18:22:41 +00:00
  • c0f90bd568 return ECA_ style error so that better diagnostics percolate up to client Jeff Hill 2002-08-14 16:25:47 +00:00
  • eb3b394238 export diagnostic counters Jeff Hill 2002-08-13 00:19:37 +00:00
  • b24e0fe1c5 removed extra cr Jeff Hill 2002-08-13 00:13:23 +00:00
  • 2e0e640ad3 remove Zi option from optimized build Jeff Hill 2002-08-12 23:05:36 +00:00
  • d73ac2c107 cosmetic Jeff Hill 2002-08-12 16:18:26 +00:00
  • 7cc5842830 use guard class to manage mutex locks Jeff Hill 2002-08-09 23:40:18 +00:00
  • a630ecefc9 proper search for beacon period parm Jeff Hill 2002-08-09 23:08:41 +00:00
  • dcdd9c2247 new command line, better formatting Jeff Hill 2002-08-09 16:53:08 +00:00
  • 62b8f02fef initialize the beacon sequence number Jeff Hill 2002-08-09 16:52:39 +00:00
  • 732f5f33e5 new diagnostics Jeff Hill 2002-08-09 16:52:21 +00:00
  • bf25c38562 new command line to casw Jeff Hill 2002-08-09 16:50:27 +00:00
  • 99213bfbea updated to support independent configuration of certain server parameters Jeff Hill 2002-08-09 14:45:55 +00:00
  • 7cc8d84e1d doc Jeff Hill 2002-08-09 00:19:25 +00:00
  • 8d9c3f7ff4 updated to support independent configuration of certain server parameters Jeff Hill 2002-08-09 00:16:24 +00:00
  • 996672b285 removed comment Jeff Hill 2002-08-09 00:12:51 +00:00
  • 6d03df6a9b fixed beacon period name Jeff Hill 2002-08-08 22:37:41 +00:00
  • c2d4515e90 fixed test name Jeff Hill 2002-08-08 22:36:57 +00:00
  • 40a3dab60c added description of CA repeater Jeff Hill 2002-08-08 17:09:13 +00:00
  • 75c1d4a21e clean up Jeff Hill 2002-08-08 15:37:05 +00:00
  • 44660156f5 improved server configuration documentation Jeff Hill 2002-08-08 00:41:06 +00:00
  • ba5e5dc007 made configuration more like portable server Jeff Hill 2002-08-08 00:25:49 +00:00
  • 9d7c670397 allow use of EPICS_CAS_SERVER_PORT Jeff Hill 2002-08-08 00:23:37 +00:00
  • 5ba7ce818c fixed wrong client id in asynchronous access control response Jeff Hill 2002-08-07 18:07:50 +00:00
  • de60b1f5d7 removed redundant string table cache clear Jeff Hill 2002-08-07 18:05:26 +00:00
  • 6432302866 fixed sequence numbers in asynchronous search response Jeff Hill 2002-08-07 00:35:13 +00:00
  • 997e9bb995 Various cleanup edits. No text changes, just layout. Andrew Johnson 2002-08-06 22:48:42 +00:00
  • dca801e344 fixed hang under heavy udp load Jeff Hill 2002-08-06 18:41:25 +00:00
  • 0e0004f526 Changed (c) comments to HTML comments, Added charset to content-type header, fixed one HTML validator error. Andrew Johnson 2002-08-06 16:06:49 +00:00