summaryrefslogtreecommitdiff
path: root/include/apr_errno.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-11/+1
* #undef APR_STATUS_IS_TIMESUP on non-unix platforms before redefining it.rbb2004-04-091-0/+3
* Deprecated APR_ETIMEDOUT. Everything should be using APR_TIMESUPrbb2004-04-091-6/+19
* Use the correct macros for converting between winsock net errors and apr on N...bnicholes2004-03-161-4/+5
* * include/apr_errno.h: Treat EDQUOT like ENOSPC on Unix.jorton2004-03-121-0/+5
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* doxygen fixesianh2003-12-291-2/+4
* Start of new PRNG.ben2003-11-031-0/+2
* Fixed my own typo from way back when.brane2003-09-231-1/+1
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-49/+47
* APR_NOPROC is sort of bogus (we don't check args, remember?) but it reallywrowe2003-02-241-0/+5
* OS/2 can return ERROR_ACCESS_DENIED when creating an already existing directorybjh2003-01-021-2/+4
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* APR_STATUS_IS_FOO() tests must provide at _least_ the canonical test forwrowe2002-12-311-3/+7
* Get the new DSO error values working on Windows. Windows now passes allrbb2002-12-291-0/+8
* Add the new error codes for DSO failures.rbb2002-12-291-0/+5
* Introduce APR_EPATHWILD to designate that a given apr_file_[l]stat()wrowe2002-12-281-0/+4
* OS/2: Fill out the possible OS error codes for APR_STATUS_IS_EEXIST.bjh2002-12-261-1/+4
* Some Unix's return EEXIST instead of ENOTEMPTY when deleting a non-emptyrbb2002-12-151-1/+2
* IIUC, users expect APR_EAGAIN() to respond TRUE if a lock has contentionwrowe2002-12-101-0/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-2/+2
* Revert the apr_pool_userdata_get change from last night.rbb2002-10-221-2/+0
* Allow people who use userdata to distinguish between a successful retrievalrbb2002-10-221-0/+2
* Thanks to Brad for cleaning up the only few occurances of this symbolwrowe2002-10-161-2/+0
* I believe this is correct... would three platform folks holler from thewrowe2002-10-131-25/+33
* Consistify apr_get_netos_error() and apr_set_netos_error().wrowe2002-10-131-4/+25
* Expand the error code spaces:kfogel2002-08-151-7/+22
* apr_get_netos_error() must be implemented on all platforms. Aren'twrowe2002-08-041-1/+7
* Added a check for EWOULDBLOCK as well as WSAEWOULDBLOCK to thebnicholes2002-07-161-27/+1
* Added ERROR_PATH_NOT_FOUND to the Win32 APR_STATUS_IS_ENOENT test,brane2002-07-021-0/+11
* Win32:stoddard2002-05-201-0/+1
* Fix APR_STATUS_IS_ETIMEDOUT() macro, which had a stray close-paren onjwoolley2002-05-021-3/+3
* Reverting the 1.88 commit. We have to think about this a bit more.brane2002-04-171-1/+1
* On Windows, ERROR_PATH_NOT_FOUND is an ENOENT, not an ENOTDIR -- same as OS/2.brane2002-04-161-1/+1
* A better explanation of APR_INCOMPLETE as used today.wrowe2002-04-041-3/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* all the errors are now Doxygenizedianh2002-02-041-17/+65
* more DOxygenization of the fileianh2002-02-041-20/+242
* Whoops - fix small typowrowe2001-12-291-1/+1
* More goodness {I hope} for Win32, and two extra common errors for all.wrowe2001-12-291-7/+55
* Fixed up the error definitions for NETWARE and split it into its own errorbnicholes2001-12-191-1/+77
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-1/+6
* ALL APR Include files (except for Arch specific stuff) nowianh2001-08-241-1/+1
* Begin to move the APR documentation to Doxygen.rbb2001-08-111-8/+15
* Fixed the apr_get_netos_error() macro to allow it to handle Winsock errorsbnicholes2001-08-071-1/+1
* Added a #define for the NetWare version of apr_get_netos_error() thatbnicholes2001-08-061-1/+3
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-191-0/+3
* Whoops. Try compiling, otherbill.wrowe2001-06-281-1/+1
* Another Win32 ESPIPE style errorwrowe2001-06-281-0/+1
* Hmmm... quite a menu on win32 for EFTYPE-style errors.wrowe2001-06-281-1/+8