summaryrefslogtreecommitdiff
path: root/misc/unix/errorcodes.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-14/+14
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-26/+0
* apr_errno: add APR_EALREADY, eventually mapped from system's [WSA]EALREADY.Yann Ylavic2020-11-271-0/+2
* Spelling corrections in docs;William A. Rowe Jr2018-08-301-1/+1
* Add a few error code strings that got lost/awal in the apr-util migration.Dirk-Willem van Gulik2017-01-191-0/+11
* Add some missing error messages to apr_error_stringStefan Fritsch2014-05-091-2/+9
* fix low-hanging gcc warnings, mostly for WindowsJeff Trawick2011-03-191-50/+50
* apr_strerror() on OS/2: Fix problem with calculating buffer size.Jeff Trawick2009-04-221-1/+1
* This message no verb.Martin Kraemer2007-09-041-1/+1
* Explicitly call out FormatMessageA in the general case (we only return char* ...William A. Rowe Jr2007-06-011-2/+22
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Allow Apache on NetWare to build using either the standard socket libraries o...Bradley Nicholes2005-04-141-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* As per 0.9 branch:Joe Orton2004-09-091-1/+7
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* The APR_EGENERAL error is used inside Apache for returning internalMartin Kraemer2004-02-051-0/+2
* provide an error string for APR_EPATHWILDJeff Trawick2003-11-121-0/+2
* Silence a compiler warning on BeOS.David Reid2003-07-061-0/+9
* APR_NOPROC is sort of bogus (we don't check args, remember?) but it reallyWilliam A. Rowe Jr2003-02-241-0/+2
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Just a nitWilliam A. Rowe Jr2002-10-131-1/+1
* Expand the error code spaces:Karl Fogel2002-08-151-1/+1
* A better explanation of APR_INCOMPLETE as used today.William A. Rowe Jr2002-04-041-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* We can't use strerror() or CoCreateGuid() on WinCE.William A. Rowe Jr2002-02-121-0/+6
* This correct error reporting on BeOS. The problem is autoconf, butDavid Reid2001-12-141-1/+1
* don't try to use getaddrinfo() on systems without gai_strerror()Jeff Trawick2001-12-071-1/+1
* Use strerror_r() where available, since strerror() isn't alwaysJeff Trawick2001-11-121-1/+41
* Some message is better than no message. Modified the lookup to showWilliam A. Rowe Jr2001-09-041-2/+3
* Error codes from getaddrinfo() need their own range within theJeff Trawick2001-08-291-0/+11
* Fixed apr_os_strerror() to allow it to handle Winsock errors for NetWareBradley Nicholes2001-08-071-2/+4
* axe APR_ENOFILEJeff Trawick2001-06-071-2/+0
* * Remove the unnecessary parameter checks and the extra error codes thatCliff Woolley2001-06-041-4/+0
* Some more tidying up.David Reid2001-05-191-3/+0
* More cleanup and improvement of the memory code...David Reid2001-05-191-1/+8
* Those aren't DWORDs, they are apr_size_t.William A. Rowe Jr2001-05-161-3/+2
* Hmmm... some missing messages (my bad)William A. Rowe Jr2001-04-081-6/+15
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingJeff Trawick2001-03-151-0/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-2/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-1/+2
* Eliminate apr_canonical_error as an apr symbol ... it still exists asWilliam A. Rowe Jr2000-12-051-0/+2
* Add "const" to keep the working set smaller.Greg Stein2000-11-211-2/+2
* As reported by Jeff Trawick, winsock errors simply don't run throughWilliam A. Rowe Jr2000-11-201-1/+67
* One more underlying change to highlight of the Win32 canonical errors.William A. Rowe Jr2000-10-061-10/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-10/+10