| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Some warnings removed (include string.h)
|
|
|
|
| |
Changed time to _time and sleep to _sleep to avoid name clashes.
|
| |
|
|
|
|
| |
Correct select bug that would crash on closed sockets.
|
|
|
|
|
| |
lines of code. So, they are back.
Added '*w' word receive pattern.
|
|
|
|
|
|
| |
Close method is now permitted on closed sockets.
Added generalized select support.
Removed poll method, replaced by select with advantage.
|
| |
|
|
|
|
|
| |
DNS code has been rewritten.
Almost everything has been changed. :-)
|
|
|
|
|
|
|
|
|
|
| |
generalized use of closure values. Sockets are now real tables,
where each method receives a p_sock structure as a closure.
Global version of methods are now optional, and call the table
versions.
Included the toip function that converts from host name to ip address.
new implementation of '*a' was broken as has been fixed.
The windows code has been tested and is working.
|
|
|
|
|
| |
improved line I/O. The code is much simpler now, too. All
timeout management has been rewritten.
|
|
|
|
| |
Changed some ints to size_ts.
|
|
|
|
|
| |
Added new bind pattern "*" that binds to INADDR_ANY
bind now also returns the ip and port bound to.
|
|
|