Mail Archives: djgpp-announce/1997/10/11/11:24:42
Hi!
I announce new version of libsocket - networking library for DJGPP and
Micro$oft Windows.
Library is under GNU LGPL, I'v tryed to make the library as compatible as
possible with berkeley socket standard.
You can get the library from:
http://www.pld.ttu.ee/~indrek/downloads
Here's the CHANGELOG:
v0.5 11.10.1997
* Fixed misfeatures in Makefiles pointed out by Laszlo Vecsey.
Created one global Makefile.cfg.
* Name resolving now even works.
* Wrote new demo resit that demonstrates name resolving.
* Fixed some minor bugs and created some minor bugs ;)
v0.4 15.09.1997
* Fixed the bugfix made with recv. I discovered that after connect on
many 95's the programmes crash.
v0.3 28.08.1997
* Fixed bug in recv/recvfrom (blocking and return value and EOF cond.)
* connect now waits for windows -> send just after connect
works now
* wrote new demo httpget that gets http files from www servers.
v0.2 22.08.1997
* Fixed makefile bug when make all gave errors at demo directory.
* Wrote client.c and server.c as demos at demo directory.
/*
* Indrek Mandre
* indrek AT warp DOT edu DOT ee
*/
- Raw text -