| Commit message (Expand) | Author | Age | Files | Lines |
* | This message no verb. | martin | 2007-09-04 | 1 | -1/+1 |
* | Explicitly call out FormatMessageA in the general case (we only return char* ... | wrowe | 2007-06-01 | 1 | -2/+22 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | Allow Apache on NetWare to build using either the standard socket libraries o... | bnicholes | 2005-04-14 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | As per 0.9 branch: | jorton | 2004-09-09 | 1 | -1/+7 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | The APR_EGENERAL error is used inside Apache for returning internal | martin | 2004-02-05 | 1 | -0/+2 |
* | provide an error string for APR_EPATHWILD | trawick | 2003-11-12 | 1 | -0/+2 |
* | Silence a compiler warning on BeOS. | dreid | 2003-07-06 | 1 | -0/+9 |
* | APR_NOPROC is sort of bogus (we don't check args, remember?) but it really | wrowe | 2003-02-24 | 1 | -0/+2 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Just a nit | wrowe | 2002-10-13 | 1 | -1/+1 |
* | Expand the error code spaces: | kfogel | 2002-08-15 | 1 | -1/+1 |
* | A better explanation of APR_INCOMPLETE as used today. | wrowe | 2002-04-04 | 1 | -1/+1 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | We can't use strerror() or CoCreateGuid() on WinCE. | wrowe | 2002-02-12 | 1 | -0/+6 |
* | This correct error reporting on BeOS. The problem is autoconf, but | dreid | 2001-12-14 | 1 | -1/+1 |
* | don't try to use getaddrinfo() on systems without gai_strerror() | trawick | 2001-12-07 | 1 | -1/+1 |
* | Use strerror_r() where available, since strerror() isn't always | trawick | 2001-11-12 | 1 | -1/+41 |
* | Some message is better than no message. Modified the lookup to show | wrowe | 2001-09-04 | 1 | -2/+3 |
* | Error codes from getaddrinfo() need their own range within the | trawick | 2001-08-29 | 1 | -0/+11 |
* | Fixed apr_os_strerror() to allow it to handle Winsock errors for NetWare | bnicholes | 2001-08-07 | 1 | -2/+4 |
* | axe APR_ENOFILE | trawick | 2001-06-07 | 1 | -2/+0 |
* | * Remove the unnecessary parameter checks and the extra error codes that | jwoolley | 2001-06-04 | 1 | -4/+0 |
* | Some more tidying up. | dreid | 2001-05-19 | 1 | -3/+0 |
* | More cleanup and improvement of the memory code... | dreid | 2001-05-19 | 1 | -1/+8 |
* | Those aren't DWORDs, they are apr_size_t. | wrowe | 2001-05-16 | 1 | -3/+2 |
* | Hmmm... some missing messages (my bad) | wrowe | 2001-04-08 | 1 | -6/+15 |
* | Add apr_ipsubnet_create() and apr_ipsubnet_test() for testing | trawick | 2001-03-15 | 1 | -0/+4 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -1/+1 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | wrowe | 2001-01-28 | 1 | -2/+0 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 1 | -1/+2 |
* | Eliminate apr_canonical_error as an apr symbol ... it still exists as | wrowe | 2000-12-05 | 1 | -0/+2 |
* | Add "const" to keep the working set smaller. | gstein | 2000-11-21 | 1 | -2/+2 |
* | As reported by Jeff Trawick, winsock errors simply don't run through | wrowe | 2000-11-20 | 1 | -1/+67 |
* | One more underlying change to highlight of the Win32 canonical errors. | wrowe | 2000-10-06 | 1 | -10/+1 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 1 | -2/+2 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -10/+10 |
* | Move all APR functions related to strings to their own directory, and | rbb | 2000-07-21 | 1 | -0/+1 |
* | Add a needed header file. | rbb | 2000-07-05 | 1 | -0/+1 |
* | ap_bwrite_xlate() now handles the case where it was passed a partial | trawick | 2000-06-13 | 1 | -0/+2 |
* | Fix building with DSO support. If any module is configured to be | rbb | 2000-06-01 | 1 | -1/+3 |
* | Rework DSO error reporting to be more flexible & informative. | bjh | 2000-05-31 | 1 | -2/+5 |
* | Update the ap_dso_error API to work with other platforms. | rbb | 2000-05-29 | 1 | -1/+2 |
* | Fix the dso error handling. | rbb | 2000-05-27 | 1 | -3/+2 |
* | PR: | wrowe | 2000-05-27 | 1 | -0/+2 |