summaryrefslogtreecommitdiff
path: root/misc/unix/errorcodes.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * misc/unix/errorcodes.c (native_strerror): Gracefully handlejorton2004-09-091-1/+7
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* provide an error string for APR_EPATHWILDtrawick2003-11-121-0/+2
* Silence a compiler warning on BeOS.dreid2003-07-061-0/+9
* APR_NOPROC is sort of bogus (we don't check args, remember?) but it reallywrowe2003-02-241-0/+2
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Just a nitwrowe2002-10-131-1/+1
* Expand the error code spaces:kfogel2002-08-151-1/+1
* A better explanation of APR_INCOMPLETE as used today.wrowe2002-04-041-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* We can't use strerror() or CoCreateGuid() on WinCE.wrowe2002-02-121-0/+6
* This correct error reporting on BeOS. The problem is autoconf, butdreid2001-12-141-1/+1
* don't try to use getaddrinfo() on systems without gai_strerror()trawick2001-12-071-1/+1
* Use strerror_r() where available, since strerror() isn't alwaystrawick2001-11-121-1/+41
* Some message is better than no message. Modified the lookup to showwrowe2001-09-041-2/+3
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-0/+11
* Fixed apr_os_strerror() to allow it to handle Winsock errors for NetWarebnicholes2001-08-071-2/+4
* axe APR_ENOFILEtrawick2001-06-071-2/+0
* * Remove the unnecessary parameter checks and the extra error codes thatjwoolley2001-06-041-4/+0
* Some more tidying up.dreid2001-05-191-3/+0
* More cleanup and improvement of the memory code...dreid2001-05-191-1/+8
* Those aren't DWORDs, they are apr_size_t.wrowe2001-05-161-3/+2
* Hmmm... some missing messages (my bad)wrowe2001-04-081-6/+15
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-151-0/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-1/+2
* Eliminate apr_canonical_error as an apr symbol ... it still exists aswrowe2000-12-051-0/+2
* Add "const" to keep the working set smaller.gstein2000-11-211-2/+2
* As reported by Jeff Trawick, winsock errors simply don't run throughwrowe2000-11-201-1/+67
* One more underlying change to highlight of the Win32 canonical errors.wrowe2000-10-061-10/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-10/+10
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* Add a needed header file.rbb2000-07-051-0/+1
* ap_bwrite_xlate() now handles the case where it was passed a partialtrawick2000-06-131-0/+2
* Fix building with DSO support. If any module is configured to berbb2000-06-011-1/+3
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-311-2/+5
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+2
* Fix the dso error handling.rbb2000-05-271-3/+2
* PR:wrowe2000-05-271-0/+2
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-1/+4
* Merging windows and Unix common misc files.rbb2000-05-171-2/+50
* Teach ap_strerror() on Unix to handle resolver error codes.trawick2000-04-281-4/+34
* apr_errno.h:trawick2000-04-281-8/+6
* extremely minor cleanup:trawick2000-04-281-3/+0
* Fix ap_strerror. It should both fill the user supplied buffer with thestoddard2000-04-261-33/+46