| Commit message (Expand) | Author | Age | Files | Lines |
* | OS/2: Add unix inet_ntop() to OS/2 build. | Brian Havard | 2000-11-25 | 2 | -0/+2 |
* | Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macro | Ryan Bloom | 2000-11-21 | 1 | -7/+7 |
* | apr_create_tcp_socket() has been removed. Use apr_create_socket() | Jeff Trawick | 2000-11-21 | 1 | -5/+0 |
* | Change apr_bind() to take apr_sockaddr_t. | Jeff Trawick | 2000-11-19 | 1 | -4/+6 |
* | APR: Change apr_connect() to take apr_sockaddr_t instead of hostname. | Jeff Trawick | 2000-11-17 | 1 | -22/+4 |
* | OS/2: fix some minor breakage after latest changes to addresses. | Brian Havard | 2000-11-17 | 1 | -1/+2 |
* | Get OS/2 closer to building with updated network_io API. | Jeff Trawick | 2000-11-16 | 1 | -2/+24 |
* | port initial set of David Reid's IPv6 support to OS/2 | Jeff Trawick | 2000-11-16 | 2 | -33/+63 |
* | OS/2 changes to the way dependencies are built in APR makefiles | Jeff Trawick | 2000-11-15 | 1 | -75/+2 |
* | OS/2: Convert apr_get_remote_hostname() to apr_get_hostname(), supporting both | Brian Havard | 2000-11-14 | 1 | -5/+11 |
* | OS/2: soclose() segfaults if passed -1 so prevent this from happening if | Brian Havard | 2000-11-14 | 1 | -0/+5 |
* | OS/2: return APR_EOF from apr_read() when there's no more data. This matches | Brian Havard | 2000-11-14 | 1 | -1/+1 |
* | Fix OS/2 build after the move of private APR headers to the include/arch/ | Brian Havard | 2000-11-14 | 1 | -40/+64 |
* | Now lives in arch/os2/ | Brian Havard | 2000-11-14 | 1 | -97/+0 |
* | Fix arg type to match prototype. | Brian Havard | 2000-11-13 | 1 | -1/+1 |
* | Rework apr_poll to use APR time types, fixing bug where an indefinite | Brian Havard | 2000-11-13 | 1 | -10/+3 |
* | Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return | Ryan Bloom | 2000-11-07 | 1 | -2/+2 |
* | Make 2nd parm of apr_connect() const char * instead of char *. | Jeff Trawick | 2000-11-02 | 1 | -1/+1 |
* | Sort out OS/2 APR error handling with new canonical test macro. | Brian Havard | 2000-10-09 | 2 | -48/+52 |
* | APRize disabling nagle (setting TCP_NODELAY). | Brian Havard | 2000-08-22 | 1 | -0/+5 |
* | Include apr_strings.h in a bunch more places that need it. | Brian Havard | 2000-08-06 | 1 | -0/+1 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 2 | -2/+2 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 5 | -56/+56 |
* | a while back, we said "segfault on invalid params rather than returning an | Greg Stein | 2000-07-08 | 1 | -17/+2 |
* | const-ify the userdata interfaces | Greg Stein | 2000-07-08 | 1 | -2/+3 |
* | OS/2: Add ap_getsocketopt() implementation. | Brian Havard | 2000-07-01 | 1 | -0/+14 |
* | Remove const from ap_socket_t parameters on APR functions so that | Jeff Trawick | 2000-06-26 | 1 | -1/+1 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | Sascha Schumann | 2000-04-30 | 1 | -1/+0 |
* | Update comment for depend target. The template makefiles are now called | Sascha Schumann | 2000-04-30 | 1 | -1/+1 |
* | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 2000-04-28 | 1 | -2/+2 |
* | prefix TRUE,FALSE with APR_ | Doug MacEachern | 2000-04-28 | 1 | -2/+2 |
* | OS/2: Fix up ap_poll stuff after recent changes to ap_remove_poll_socket() | Brian Havard | 2000-04-28 | 1 | -4/+9 |
* | OS/2: Fix some uninitialized fields in accepted sockets | Brian Havard | 2000-04-24 | 1 | -0/+2 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | Ryan Bloom | 2000-04-22 | 1 | -1/+1 |
* | APR_ENOCONT doesn't make any sense without contexts. Replaced them all with | Ryan Bloom | 2000-04-19 | 1 | -1/+1 |
* | APR_SO_TIMEOUT now takes microseconds instead of seconds. (The new | Jeff Trawick | 2000-04-16 | 2 | -4/+4 |
* | Convert ap_poll() to use microseconds instead of seconds for | Jeff Trawick | 2000-04-16 | 1 | -2/+5 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 4 | -7/+7 |
* | First stage of migrating OS/2 code to new error code mappings, define & use | Brian Havard | 2000-04-08 | 6 | -25/+23 |
* | socket_cleanup() is local & not namespace protected, should be static. | Brian Havard | 2000-04-04 | 1 | -1/+1 |
* | Finish the APR naming cleanup. This removes the struct's from | Ryan Bloom | 2000-04-03 | 4 | -28/+28 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | Ryan Bloom | 2000-04-03 | 5 | -30/+30 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 7 | -225/+214 |
* | Update some dependencies. | Brian Havard | 2000-03-16 | 1 | -22/+30 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 7 | -63/+63 |
* | OS/2: ap_send/ap_recv/ap_sendv should set len to 0, not -1, when an error | Brian Havard | 2000-02-14 | 1 | -6/+6 |
* | OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets. | Brian Havard | 1999-11-03 | 4 | -80/+74 |
* | Fix an APR socket bug. ap_bind would always bind to INADDR_ANY, no | Manoj Kasichainula | 1999-11-02 | 1 | -1/+0 |
* | We were passing NULL to ap_register_cleanup, breaking mod_cgi. Replace | Manoj Kasichainula | 1999-11-01 | 1 | -2/+2 |
* | OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IP | Brian Havard | 1999-10-29 | 8 | -102/+444 |