Mail Archives: djgpp-announce/1997/08/29/08:08:27
Hi!
I announce new version of libsocket library. It's a networking library for
MS Windows 95(TM) and uses wsock vxd. It's based on Dan Hedlund's wsock
library. Library has a lot of bugs and "features" but mostly even works.
I tryed to make the library as compatible as possible with BSD socket
standard. Name resolving doesn't work. I also ported GNU wget utility,
that gets files from www and ftp servers. Warning: this is not a user
friendly library, not yet, it needs a lot of testing and hacking and
testing, so not for newbies. Library is C and under GNU LGPL.
The library and wget can you get from my homepage:
http://www.pld.ttu.ee/~indrek/downloads.
I add CHANGELOG:
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 the connect
works now.
* wrote new demo httpget, that gets 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
* http://www.pld.ttu.ee/~indrek
*/
- Raw text -