Commit Graph

27 Commits

Author SHA1 Message Date
Peter Marschall 20e0beeb16 capi20: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'
and add generated template config.h.in.

Note: the file config.h genereted from config.h.in by 'configure'
is not used (i.e. #include'd) yet in those source files that use
the preprocessor directive CAPI_LIBRARY_V2, namely capifunc.c,
capiutils.h, convert.c.
The problematic file is capiutils.h, as it is a public header file
for libcapi20, thatshould not pretend to offer two interfaces
based on a preprocessor directive.
Maybe we need to generate if from capiutils.h.in ;-)
2012-04-20 19:16:07 +02:00
Karsten Keil b6f2e91eed module interface version
Set the module interface version from include file.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-03-12 20:54:00 +01:00
Karsten Keil 9340bad3a6 Subject: [PATCH 2/3] Add shared memory to allow unique application IDs
- add shared memory to allow unique application IDs
- add a debug interface to debug capi internals
- fix some warnings about unchecked return vulues

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:46:21 +01:00
Karsten Keil 10a60ab5f5 Move to new modular capi20 implementation
step2

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:39:58 +01:00
Karsten Keil ba6c742ee2 Move to new modular capi20 implementation
step1

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:39:50 +01:00
keil 104788263c - add SENDING_COMPLETE to INFO_REQ CONNECT_REQ and CONNECT_IND
- remove SENDING_COMPLETE parameter (always NULL) from capi_fill_DISCONNECT_REQ
2005-03-08 07:26:47 +00:00
calle b3e3c5e268 Newer generated files. 2005-03-04 11:07:35 +00:00
keil 4827b38772 for backward compatibility the libcapi20 can now compiled to support the
old (buggy) version2 ABI. This is not for future developments. This is only
to support old binaries, which are linked against the old V2 lib.
To compile a version 2 lib, run configure with
./configure --enable-V2
2005-02-22 11:46:33 +00:00
keil e9b93ccab1 libcapi20 version 3.0.0
- add SENDING COMPLETE in ALERT_REQ
 - add Globalconfiguration to CONNECT_REQ/RESP and SELECT_B_PROTOCOL_REQ

* NOTE: incompatible to 2.X.Y versions
2005-02-21 17:37:06 +00:00
calle f3b36e3011 Bugfix: returncode of get_buffer() is now checked. 2004-12-15 14:27:54 +00:00
calle 896f99c883 Erweiterungen fuer ALERT_REQ. 2004-06-14 11:23:47 +00:00
calle 3b059a10f8 - add receive buffer managment according to CAPI2.0 spec.
- send buffer is now on stack.
- new library version 2.0.7
2004-03-31 18:12:40 +00:00
calle 06690d8cad remove several warnings. 2004-01-16 15:27:11 +00:00
calle 884dab4f1e Workaround for libtool version that need variable SED defined. 2003-06-16 12:08:23 +00:00
keil 838ed34b15 shared libs should compiled with -fPIC 2002-07-06 00:28:42 +00:00
kai 7551b31064 fix backwards compatibility in capi20 library, small other changes 2000-11-12 16:06:41 +00:00
calle cad91aaf71 Updated _cmsg handling added new functions need by "capiconn". 2000-05-18 15:02:26 +00:00
calle 5fc9d9d7d2 capi20_wait_for_message will now return CapiReceiveQueueEmpty on
timeout and error.
2000-04-10 09:08:06 +00:00
calle 9515ce46e7 Bugfix: without devfs open where without NONBLOCK, ahhh. 2000-04-07 16:06:09 +00:00
calle 27295b0319 non CAPI2.0 standard functions now named capi20ext not capi20.
Extentionfunctions will work with actual driver version.
2000-04-03 14:27:15 +00:00
calle cdcbe40957 - now uses cloning device /dev/capi20.
- middleware extentions prepared.
2000-03-03 15:56:14 +00:00
calle 660cb6f223 - Splitted capi20.h into capi20.h and capiutils.h.
- capi20.h: the functions from the CAPI-2.0 Spec
  - capiutils.h: the "CAPI-ADK" functions
- bug in 64Bit-Support fixed.
1999-12-06 17:08:30 +00:00
calle 6b1541adb6 - The CAPI20 library is now a shared library.
- Arguments of function capi20_put_message swapped, to match capi spec.
- All capi20 related subdirs converted to use automake.
- Removed dependency to CONFIG_KERNELDIR where not needed.
1999-10-20 16:43:17 +00:00
paul 5bf7387a67 Some fixes for DESTDIR install support. From Jos Vos <jos@xos.nl> 1998-11-09 12:40:03 +00:00
calle 749b5a99ab I hope it is know readable for everybody. 1998-08-30 09:57:13 +00:00
calle c39be18721 Remove files, to commit readable for all. 1998-08-30 09:51:28 +00:00
calle 03451c74e6 Added CAPI2.0 library. First Version. 1998-08-25 16:33:09 +00:00