summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* clean up the unix networking code by creating a new functiontrawick2002-03-283-0/+3
* Added the NetWare version of atomic.c to the buildbnicholes2002-03-271-1/+1
* Fixed the inlining for NetWarebnicholes2002-03-261-2/+2
* Not certain this patch is strictly necessary, but I recall some abnormalwrowe2002-03-251-1/+1
* spell-check a commenttrawick2002-03-221-1/+1
* add apr atomic support for OS/390gregames2002-03-221-0/+24
* Address several issues. c_is_fnchar must be namespace protected [forwrowe2002-03-225-6/+18
* Rename apr_explode_gmt to apr_time_exp_gmt.striker2002-03-211-2/+2
* Remove the APR_POOL_IMPLEMENT_ACCESSOR_X macro, since it isn't usedstriker2002-03-211-8/+2
* Fix a missed cntxt -> pool change.bjh2002-03-211-1/+1
* Move the pool accessor macros to before we do any includes thatstriker2002-03-202-45/+38
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-205-9/+9
* * include/apr_fnmatch.h (apr_fnmatch): Document return values.kfogel2002-03-191-1/+2
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-195-20/+20
* Add a little note about passing a NULL pool to apr_hash_first().gstein2002-03-191-1/+2
* small minor fixes to Doxygenianh2002-03-182-45/+68
* fix the doxygenization of these 2 filesianh2002-03-182-7/+22
* Fix win32 compile breakage in apr_atomic_tstoddard2002-03-181-1/+1
* Update the doxygen docs to reflect the recent API change.striker2002-03-181-7/+3
* Style Police patrols in the backyard...striker2002-03-181-28/+28
* Rename apr_implode_time to apr_time_exp_get.striker2002-03-171-1/+1
* update an old commenttrawick2002-03-171-1/+1
* If I had the energy, I'd change the Win32 apr_proc_t type to use thiswrowe2002-03-161-1/+1
* Back out some over-engineering. We use pid_t throughout - and thiswrowe2002-03-163-4/+5
* revert changeianh2002-03-161-2/+0
* apr_atomic_dec now returns zero if the value is zero.ianh2002-03-161-3/+4
* Factor out the allocators from pools.striker2002-03-153-21/+187
* freebsd atomic support will only be available in 5ianh2002-03-151-1/+1
* add a #define for apr_exploded_time_t in here as wellianh2002-03-151-0/+2
* Move the kill_conditions enum in apr_thread_proc.h into thetrawick2002-03-141-13/+13
* struct process_chain is not part of the API, so get it out oftrawick2002-03-141-16/+0
* Switched to the new winsock header for NetWarebnicholes2002-03-141-1/+1
* Update our copyright for this year.fielding2002-03-1394-94/+94
* Waiting on object handles and event source handles.wrowe2002-03-131-2/+41
* There is no apparent need to expose the guts of apr_ipsubnet_t,trawick2002-03-121-13/+2
* gcc defines __sparc__ but Sun compilers define sparcjfclere2002-03-121-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-063-13/+13
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-061-0/+6
* Added NetWare to the WIN32 definition of types used in the apr_stat andbnicholes2002-03-052-5/+1
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inbnicholes2002-03-051-5/+1
* Due to other changes in NetWare LibC, had to redefine the timezone macrobnicholes2002-03-051-4/+1
* Spelling police.jerenkrantz2002-03-021-1/+1
* Export the APR_ALIGN macros.striker2002-03-021-0/+11
* Add APR_RING_PREPEND() and APR_BRIGADE_PREPEND() as companions to _CONCAT()jwoolley2002-02-281-0/+15
* Switched the NetWare definition of apr_atomic_t to an unsigned longbnicholes2002-02-261-1/+1
* Added the include of apr_proc_mutex.h if the global mutex is proc mutexbnicholes2002-02-261-0/+2
* OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias forbjh2002-02-231-2/+2
* Added APIs for storing the global memory pool and the stat cachebnicholes2002-02-221-0/+6
* Per Aaron's consent that there is no more rational way to optimize thiswrowe2002-02-224-0/+28
* deal with the case where some processors in a product line are ancient and don'tianh2002-02-212-8/+17