summaryrefslogtreecommitdiff
path: root/include/apr_errno.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce the subset of svn_cstring_ functions into APR as the apr_cstr_wrowe2016-01-271-0/+13
* fix comment typossf2014-05-141-1/+1
* Using UDS, we sometime try ops not supported on UDS. Make thisjim2014-01-241-1/+15
* Fix doc errors in APR header files.trawick2013-06-251-3/+3
* Reserve a range of USERERR values for HTTPDsf2012-02-041-0/+2
* OS/2: Make APR_STATUS_IS_EDSOOPEN() and APR_STATUS_IS_ESYMNOTFOUND()bjh2010-04-211-0/+6
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-021-4/+0
* On Windows, map the system error code ERROR DIRECTORY which meansbrane2009-10-031-1/+2
* 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