This project is a fork of the iolib.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/iolib.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionAttila Lendvai's repo
ownerattila.lendvai@gmail.com
last changeSat, 30 Aug 2008 08:45:29 +0000 (30 10:45 +0200)
content tags
add:
README
Some of the socket tests require an echo server runing locally.
You can either compile and run the provided tests/echo-server.c
or enabled the echo services in (x)inetd.
Note: on Darwin, this can be achieved by uncommenting the echo
 service in /etc/inetd.conf and running:
   sudo xinetd -dontfork -inetd_compat)
Otherwise, set iolib-tests:*echo-address* and iolib-test:*echo-port*
appropriately if you want to point the echo tests somewhere else.
shortlog
2008-08-30 Stelian IonescuAdd INLINE declamations for foreign wrappers.master
2008-08-29 Stelian IonescuRename GET-ERRNO/SET-ERRNO to %SYS-ERRNO/(SETF %SYS...
2008-08-29 Stelian IonescuFix IOMUX::REMOVE-FD.
2008-08-29 Stelian IonescuFix ACCEPT-CONNECTION.
2008-08-27 Stelian IonescuFix docstrings of a few address conversion functions.
2008-08-25 Stelian IonescuStyle change.
2008-08-23 Stelian IonescuDefine _XOPEN_SOURCE on all OSes.
2008-08-23 Stelian IonescuSmall fixes to syscall wrappers.
2008-08-23 Stelian IonescuFix wrappers.
2008-08-23 Stelian IonescuSmall fixes to timeout handling in POll-FD.
2008-08-23 Stelian IonescuCLAMP-TIMEOUT: add defaults to MIN and MAX.
2008-08-23 Stelian IonescuDon't check any more for NULL timeouts in REPEAT-DECREA...
2008-08-23 Stelian IonescuAdd clamp-timeout to base package.
2008-08-23 Stelian IonescuPort ZETA-STREAMS to IOLIB.SYSCALLS.
2008-08-23 Stelian IonescuAdd FIONBIO and FIONREAD, export %SYS-IOCTL/2 and ...
2008-08-23 Stelian IonescuZETA-STREAMS: switch to IOLIB.SYSCALLS, add POLL function.
...
heads
15 years ago cc
15 years ago master