summaryrefslogtreecommitdiff
path: root/include/apr.hw
Commit message (Expand)AuthorAgeFilesLines
* Add APR_HAS_OTHER_CHILD support to Win32stoddard2001-05-171-1/+1
* A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_twrowe2001-05-161-1/+1
* Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t thatwrowe2001-05-151-2/+2
* Define APR_HAVE_MEMCHR.brane2001-05-101-0/+1
* Fix compiler break on VC6wrowe2001-04-131-1/+0
* Include windows headers in apr.h (.hw) and include apr.h withinwrowe2001-04-121-0/+12
* Carefully select an appropriate native type for apr_int64_t andfielding2001-04-121-2/+0
* This fmt requires a corresponding macro for unix apr.h.in, which I threwwrowe2001-04-081-0/+4
* Anyone up for writing a bit of proper autoconf magic :-?wrowe2001-04-021-0/+6
* Add APR_OS_PROC_T_FMT. Hopefully this will be used to get ridtrawick2001-03-011-1/+3
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-2/+3
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andgstein2001-02-241-1/+2
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itgstein2001-02-241-1/+0
* Update copyright to 2001fielding2001-02-161-1/+1
* Define APR_PATH_MAX to solve a minor portability aggravation. Win32trawick2001-02-131-0/+9
* Fix the broken support utilities (htdigest/htpasswd) on Win32. Won'twrowe2001-02-111-1/+1
* *) add missing APR_HAVE_CORKABLE_TCPgstein2001-02-111-12/+10
* Enable for user/group win32 (as PSIDs) and fix a small typowrowe2001-01-281-1/+1
* This patch sets the server running once again, except in cases wherewrowe2001-01-271-0/+1
* The big change. This is part 3 of the apr-util symbols rename, pleasewrowe2001-01-191-4/+6
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-1/+1
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-0/+1
* Cleanups so that the support programs build cleanly. The Win32 valuesrbb2000-12-221-0/+5
* Allow any support stuff we've authored to rely soley on apr (+aprutil)wrowe2000-12-211-1/+3
* Instead of a private AP_CHARSET_EBCDIC which is only defined ontrawick2000-12-201-0/+4
* Implement Win32 MMAP support.wrowe2000-12-071-1/+1
* More goodness for win32 to accomodate msvc badnesswrowe2000-12-051-0/+6
* Win32 apr.hw back in line with apr.h.in, and reordered for consistencywrowe2000-12-041-33/+53
* Make apachebench happier on Win32wrowe2000-12-041-0/+1
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-011-0/+2
* add apr_get_home_directory(), teach mod_userdir to use thattrawick2000-11-131-0/+2
* Make Win32 compile again by defining APR_INADDR_NONE in apr.hw.rbb2000-11-131-0/+5
* The Unicode/WinNT APR patch. Note that this may even be faster thanwrowe2000-11-021-5/+3
* Errr... was a goof. The HAS_UNICODE_FS shouldn't be toggled yetwrowe2000-10-251-1/+7
* Ok here it is: Win32 utf-8 native unicode filename support.wrowe2000-10-251-1/+3
* Make things a little clearer in reaction to the _snames snafus.wrowe2000-10-171-1/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-8/+0
* This 'descended' from apachecore - I have no idea if it is stillwrowe2000-10-161-0/+2
* I hope this clarifies. Greg is absolutely correct, there is no need forwrowe2000-10-121-2/+31
* Take Greg's criticism very literally. EXPORT (when it's really IMPORT)wrowe2000-10-111-16/+26
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-221-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile tostoddard2000-08-041-10/+10
* Add APR_EOL_STR for a platform specific text delimiter, provided bywrowe2000-07-251-0/+3
* Win32 won't bcopy :)wrowe2000-06-281-0/+1
* I accidentally renamed APR_HAS_SENDFILE to APR_HAVE_SENFILE yesterday. Thisrbb2000-06-221-1/+1
* Get Win32 building with yesterday's patch to make APRake2000-06-221-1/+1
* Add definition of APR_OFF_T_FMT to apr.hw (for Windows)stoddard2000-06-121-0/+1
* Fix a dup... and not even a compiler warning emitted? How odd...wrowe2000-06-101-2/+0
* Some serious completion of stricmp, strnicmp, strdup and strstr issueswrowe2000-06-101-0/+8