summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change apr_proc_detach to take a parameter that can enable/disable automaticaaron2002-02-211-1/+7
* Solve ULONG_PTR issues until we revisit the Win64 portwrowe2002-02-211-3/+6
* Nothing serious, just DoxyGenatationwrowe2002-02-201-3/+3
* Netware Global mutex private headerbnicholes2002-02-201-0/+67
* NetWare implementation of the APR atomic APIsbnicholes2002-02-201-0/+17
* minor fix for solarisianh2002-02-201-5/+3
* linux compatibility checksianh2002-02-201-14/+18
* enable sun-sparc specific codeianh2002-02-191-1/+1
* re-introduce the CAS apr call.ianh2002-02-191-5/+89
* use FreeBSD (4+) atomic functions instead of generic onesianh2002-02-181-0/+12
* Drop the idea of a two-pass init, apr_app_initialize can handle it all.wrowe2002-02-181-11/+17
* This code _is_ win32, less decoration required. Add the new apr_app andwrowe2002-02-181-5/+55
* How this escaped c++ namespace prot is beyond me.wrowe2002-02-181-0/+9