Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Remove all vector based functions for the following reasons: | Jason Greene | 2003-08-16 | 1 | -72/+0 |
| | | | | | | | | | | - This solves alot of platform compatibility problems - The possible security issue of allocating an incredibly large vector pool is prevented - They are of little to no benefit in a high level language - 99% of all things done with these functions can be done using sendto/recvfrom | ||||
* | Id tags added | Andrey Hristov | 2003-07-19 | 1 | -0/+3 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Revert patch that should have been reverted a long time ago. | Jason Greene | 2002-12-02 | 1 | -2/+2 |
| | | | | | | | There was a memory leak in the error handling system on win32, that this patch circumvented (by preventing the errors (EAGAIN mesages) from being generated). # I must have forgotten to remove this when I fixed the leak | ||||
* | workaround for a win32 memleak | Harald Radi | 2002-06-15 | 1 | -0/+1 |
| | | | | | | # this definitely has to be revisited ! # maybe we should use winsock2 and overlapped IO | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | nuke remaining warnings | Daniel Beulshausen | 2001-11-01 | 1 | -1/+1 |
| | |||||
* | fix fcntl | Daniel Beulshausen | 2001-09-17 | 1 | -5/+7 |
| | |||||
* | update sockets to work with winsock as well | Daniel Beulshausen | 2001-05-17 | 1 | -0/+175 |