| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove simple ipc because of -1 | mturk | 2009-02-24 | 1 | -1/+0 |
* | Remove ipc init from apr_initialize. | mturk | 2009-02-23 | 2 | -4/+0 |
* | Add simple parent/child data exchange for APR processes | mturk | 2009-02-21 | 2 | -0/+5 |
* | Fix the otherchild API docs to reflect the actual implementation of | jorton | 2009-01-12 | 1 | -14/+0 |
* | Improve explanations, reference appropriate RFC's and add some | wrowe | 2008-08-07 | 1 | -27/+32 |
* | Revert function proto change | mturk | 2008-04-17 | 1 | -1/+1 |
* | Fix compile time warnings by properly casting to 64 or 32 bits | mturk | 2008-04-17 | 1 | -14/+16 |
* | Initialize the rebind functionality early within the APR library itself to av... | bnicholes | 2008-04-09 | 1 | -0/+2 |
* | Save the user a step by providing the entry point | wrowe | 2007-10-18 | 1 | -8/+9 |
* | zero bytes is a LEGAL length of an envvar value | wrowe | 2007-10-08 | 1 | -4/+1 |
* | This message no verb. | martin | 2007-09-04 | 1 | -1/+1 |
* | Proposed; | wrowe | 2007-08-26 | 1 | -1/+4 |
* | misc/win32/misc.c depends on _UNICODE not being set and all Windows API calls | davi | 2007-07-22 | 1 | -8/+20 |
* | * misc/unix/rand.c (apr_generate_random_bytes): Handle EINTR from | jorton | 2007-07-04 | 1 | -1/+4 |
* | Something in apr_private.h when preprocessed with the MinGW Windows headers | davi | 2007-06-29 | 1 | -2/+1 |
* | Apparently xcompiles on unix are depending on lower case names, and of | wrowe | 2007-06-01 | 1 | -1/+1 |
* | Explicitly call out FormatMessageA in the general case (we only return char* ... | wrowe | 2007-06-01 | 1 | -2/+22 |
* | apr_app_initialize performs manipulation of environment variables (in particular | wrowe | 2007-06-01 | 1 | -1/+5 |
* | apr_env_get, apr_env_set and apr_env_delete to return APR_ENOTIMPL on Windows... | wrowe | 2007-06-01 | 1 | -2/+13 |
* | WinCE exception to deal with local code page (in unicode, no less) | wrowe | 2007-05-31 | 1 | -2/+14 |
* | nl_langinfo() may be transient, pstrdup it. | wrowe | 2007-04-17 | 1 | -1/+1 |
* | fix build failure on platforms without setenv() | trawick | 2007-03-09 | 1 | -1/+2 |
* | Add Windows Vista os version detection | mturk | 2007-01-08 | 1 | -1/+4 |
* | Backout R434327, R437115, which... | wrowe | 2006-11-22 | 1 | -63/+0 |
* | Axe lines of unnecessary code. | wrowe | 2006-11-07 | 1 | -11/+1 |
* | Correctly retrieve 'empty' environment values with apr_env_get | wrowe | 2006-11-06 | 1 | -2/+17 |
* | Check if the return value from TlsGetValue is | mturk | 2006-08-26 | 1 | -1/+6 |
* | Implement apr_threadkey_private destructors on WIN32 | mturk | 2006-08-24 | 1 | -0/+58 |
* | Tab police + Trim trailing spaces. | mturk | 2006-08-24 | 1 | -10/+10 |
* | Fix the typo. | jorton | 2006-08-03 | 20 | -20/+20 |
* | Update license header. | jorton | 2006-08-03 | 20 | -120/+120 |
* | Link to librpcrt4.a. | jerenkrantz | 2006-07-14 | 1 | -1/+2 |
* | Protect usage of MS VC++ crtdbg.h functionality. | jerenkrantz | 2006-07-12 | 4 | -20/+16 |
* | One more evolution of the uuid header detection code. | wrowe | 2006-03-10 | 1 | -2/+2 |
* | Fix a typo caught by maxb | wrowe | 2006-03-02 | 1 | -1/+1 |
* | The second half of the last commit. Follow the only API we found | wrowe | 2006-03-02 | 1 | -1/+5 |
* | Address bug 37999 and other exceptions to the existing uuid detection code; | wrowe | 2006-03-02 | 1 | -1/+7 |
* | Only include uuid/uuid.h if we havne't already included uuid.h, since includi... | rooneg | 2005-12-10 | 1 | -3/+2 |
* | Update remaining 2004 copyright notices. | jorton | 2005-06-14 | 1 | -1/+2 |
* | Presume when we grab random data, 2^31 bytes is quite alot. | wrowe | 2005-05-16 | 1 | -1/+5 |
* | Hardcode a hack around WriteFile to the apr_dbg_log internal feature. | wrowe | 2005-05-16 | 1 | -2/+2 |
* | * configure.in: Simplify uuid checks. | jorton | 2005-05-05 | 1 | -4/+4 |
* | Use AC_CHECK_HEADERS to find the uuid header files. | pquerna | 2005-05-05 | 1 | -2/+2 |
* | - Add support for uuid_generate on OS X 10.4. This required some extra foot | pquerna | 2005-05-03 | 1 | -5/+7 |
* | Disable some default LibC debugging code when compiling optimized | bnicholes | 2005-04-29 | 1 | -5/+5 |
* | Allow Apache on NetWare to build using either the standard socket libraries o... | bnicholes | 2005-04-14 | 3 | -1/+17 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 19 | -19/+38 |
* | Added detection for XP_SP1, XP_SP2 and 2003. | mturk | 2005-01-17 | 1 | -1/+9 |
* | Fix style and remove casts for the new apr_os_uuid_get() interfaces. | pquerna | 2004-11-22 | 1 | -2/+2 |
* | Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interface | pquerna | 2004-11-22 | 1 | -0/+31 |