| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync Win32/OS2 unknown remote_addr and local_port flags to unix src. | William A. Rowe Jr | 2006-11-28 | 1 | -0/+6 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 5 | -5/+5 |
* | Update license header. | Joe Orton | 2006-08-03 | 5 | -30/+30 |
* | The OS/2 send() function returns EINVAL if the data size is > 64k so limit the | Brian Havard | 2006-01-05 | 1 | -0/+4 |
* | Change INHERIT macros to use the new struct member rename. | Mladen Turk | 2005-06-12 | 1 | -2/+2 |
* | Implement pool accessor for sockets | Mladen Turk | 2005-06-12 | 1 | -10/+12 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 5 | -5/+10 |
* | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 1 | -4/+0 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 5 | -245/+50 |
* | First whack at switching to a single top-level make. This adds a dependency | Greg Stein | 2004-02-05 | 1 | -22/+0 |
* | Add apr_socket_type_get() for retrieving the type (e.g., stream) | Jeff Trawick | 2003-11-30 | 1 | -0/+5 |
* | Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replace | William A. Rowe Jr | 2003-11-20 | 1 | -8/+0 |
* | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | Greg Stein | 2003-11-17 | 1 | -0/+6 |
* | OS/2: get apr_socket_atmark() to build, adding a required size parameter to | Brian Havard | 2003-10-16 | 1 | -2/+3 |
* | Time to turn on the protocol member for APR 1.0. | William A. Rowe Jr | 2003-10-15 | 1 | -4/+0 |
* | Implement apr_socket_atmark, similar to socket_atmark except 1) it's | William A. Rowe Jr | 2003-10-14 | 1 | -0/+13 |
* | axe these deprecated functions: | Jeff Trawick | 2003-09-03 | 3 | -54/+0 |
* | remove these deprecated interfaces: | Jeff Trawick | 2003-09-03 | 1 | -39/+2 |
* | apr_socket_data_set(): allow the same key to be used for | Jeff Trawick | 2003-07-08 | 1 | -4/+28 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | William A. Rowe Jr | 2003-02-24 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 5 | -7/+7 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 5 | -5/+5 |
* | Rename apr_recvfrom -> apr_socket_recvfrom | Brian Havard | 2002-11-20 | 1 | -3/+14 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 4 | -12/+86 |
* | Fix a problem retrieving the remote socket address for sockets | Jeff Trawick | 2002-10-25 | 1 | -0/+4 |
* | fix compile break in OS/2 and Win32 apr_os_sock_make() | Jeff Trawick | 2002-10-18 | 1 | -2/+2 |
* | apr_os_sock_put() shouldn't assume any particular protocol | Jeff Trawick | 2002-10-18 | 1 | -1/+1 |
* | Add apr_socket_create_ex() to allow protocol to be specified for the | Jeff Trawick | 2002-10-18 | 1 | -9/+26 |
* | axe some checks for out-of-storage which are not helpful; | Jeff Trawick | 2002-07-30 | 1 | -7/+0 |
* | OS/2: Prevent duplicate symbol apr_wait_for_io_or_timeout by eliminating a | Brian Havard | 2002-07-16 | 1 | -23/+3 |
* | As rbb pointed out, two constructors are prone to bugs. Remap our old | William A. Rowe Jr | 2002-07-15 | 1 | -2/+2 |
* | Missed a semicol | William A. Rowe Jr | 2002-07-15 | 1 | -1/+1 |
* | Deprecate apr_get/setsockopt for apr_socket_opt_get/set | William A. Rowe Jr | 2002-07-15 | 1 | -4/+22 |
* | Too literal. These aught to compile now. | William A. Rowe Jr | 2002-07-15 | 1 | -1/+1 |
* | Straightforward implementations of apr_socket_timeout_set/get, right | William A. Rowe Jr | 2002-07-15 | 1 | -1/+15 |
* | An attempt at the OS/2 implementation. I have no OS/2 box, so this | Ryan Bloom | 2002-07-11 | 2 | -248/+0 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 2 | -4/+4 |
* | Last for today (compiles clean on Win32, hope the same for the rest of | William A. Rowe Jr | 2002-06-08 | 1 | -2/+2 |
* | OS/2: Fix apr_recv() when timeout == 0. | Brian Havard | 2002-05-08 | 1 | -2/+2 |
* | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 1 | -0/+2 |
* | OS/2: Fix apr_os_put_sock() to set local address as unknown & timeout to -1. | Brian Havard | 2002-04-14 | 1 | -0/+3 |
* | OS/2: Set up local_addr of accepted socket | Brian Havard | 2002-04-14 | 1 | -2/+9 |
* | simplify sockaddr manipulation code a little bit | Jeff Trawick | 2002-04-01 | 1 | -29/+4 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 6 | -6/+6 |
* | add a little reminder that in this new code, as in existing | Jeff Trawick | 2002-02-22 | 1 | -0/+2 |
* | Set the port values in apr_os_sock_make | Allan K. Edwards | 2002-02-22 | 1 | -0/+2 |
* | Fix a bug in OS2 related to AF_UNSPEC, and drop a NETWARE section that | William A. Rowe Jr | 2001-12-07 | 1 | -4/+4 |
* | Tweak apr_gethostname() so that it detects truncation of the | Jeff Trawick | 2001-11-20 | 1 | -3/+8 |
* | OS/2: Partial workaround for a bug/oddity of select(). When interrupted by | Brian Havard | 2001-08-20 | 1 | -1/+1 |