summaryrefslogtreecommitdiff
path: root/include/apr_errno.h
Commit message (Expand)AuthorAgeFilesLines
* Remove apr_ssl schema from apr altogether; this belongs in apr_utilwrowe2008-05-221-21/+1
* Add error codes for the SSL EVP interface for apr-util.minfrin2007-11-211-0/+20
* Fix testsockets the right way, moving forwards share awrowe2007-10-151-1/+15
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Add a "small" space for apr-util to define error codes.dreid2006-06-231-1/+20
* - remove what appears to be a copy/paste error from docs indreid2006-06-221-1/+46
* Clean up the documentation surrounding the APR_INCOMPLETE status code,rooneg2005-12-131-2/+2
* APR_STATUS_IS_ENOENT(): check for EMVSCATLGtrawick2005-08-231-1/+11
* Allow Apache on NetWare to build using either the standard socket libraries o...bnicholes2005-04-141-1/+1
* Yes, these are depreciated, but lets not use C++ Comments.pquerna2005-04-131-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* 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