summaryrefslogtreecommitdiffstats
path: root/server/rfc1413.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-181-285/+0
* How isn't this built on Win32? Thanks Sander.William A. Rowe Jr2002-07-151-2/+1
* Timeout/time fixesWilliam A. Rowe Jr2002-07-151-4/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-131-2/+2
* Fix some bungling of the remote port in rfc1413.c so thatJeff Trawick2001-10-221-4/+2
* Changes to back out inherit flag from apr_os_sock_make()William A. Rowe Jr2001-07-181-1/+1
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-1/+2
* Knock off another couple of compiler emits.William A. Rowe Jr2001-04-101-3/+4
* in rfc1413_query():Jeff Trawick2001-03-021-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-8/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-11/+11
* Rework the RFC1413 handling to make it thread-safe, use a timeoutJeff Trawick2000-12-191-70/+95
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-4/+12
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-2/+3
* Change apr_bind() to take apr_sockaddr_t.Jeff Trawick2000-11-191-5/+12
* Change references of AF_ to reflect APR_ so they should workDavid Reid2000-11-181-1/+1
* Cleanup a signed/unsigned warningWilliam A. Rowe Jr2000-11-181-1/+1
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.Jeff Trawick2000-11-171-7/+13
* Change the code to reflect the recent API changes...David Reid2000-11-091-2/+2
* Fix the format strings used for apr_port_t (APR_PORT_T_FMT anyone?).Jeff Trawick2000-11-081-2/+2
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portDavid Reid2000-11-081-4/+4
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-2/+2
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-071-2/+2
* Introduce ap_xlate_proto_{to|from}_ascii() to clean up some ofJeff Trawick2000-10-261-14/+3
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-2/+2
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-071-4/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-24/+24
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-0/+2
* namespace-protect hdrs_to_ascii, hdrs_from_ascii, locale_to_ascii, andJeff Trawick2000-05-101-2/+2
* generic EBCDIC support code, changes to rfc1413.c to use APRJeff Trawick2000-05-091-4/+12
* rfc1413.c fixes:Jeff Trawick2000-05-091-1/+5
* Use ap_canonical_error() where appropriate.Brian Havard2000-04-201-2/+2
* [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces mostJeff Trawick2000-04-201-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+1
* Remove a vestige of the old timeout system. ident lookups need timeouts,Manoj Kasichainula1999-12-011-11/+4
* Size rigour.Ben Laurie1999-10-241-2/+2
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-241-6/+6
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-15/+17
* Bring network code to the parameter order spec. This means contexts go last,Ryan Bloom1999-10-101-2/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-27/+30
* Replace all alarms and timeouts with a mutex on alloc.Roy T. Fielding1999-08-261-8/+0
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+248