summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* * misc/apr_rmm.c (apr_rmm_overhead_get): Account for worst casejorton2004-07-071-1/+4
* * misc/apr_rmm.c (find_block_of_size): Remove redundant conditional.jorton2004-07-071-12/+5
* * misc/apr_rmm.c: Ensure allocated blocks use default addressjorton2004-07-071-12/+15
* Fix an occasional crash in apr_rmm_realloc().trawick2004-03-201-1/+6
* Fix a signed/unsigned mismatch that caused an underflow.wrowe2004-03-161-1/+1
* Rationale: if an module gets a resource that proves to be bad (e.g.aaron2004-03-151-0/+11
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-135-253/+50
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-8/+0
* Add timeout feature to apr_reslist_acquire().trawick2003-12-101-1/+16
* fix some bugs in the find_block_of_size() function which would causejwoolley2003-12-061-2/+2
* Fix another memory leak that happens when a constructor returns a failure code.aaron2003-10-061-0/+1
* Return errors from constructors all the way back through to the consumer.aaron2003-10-061-20/+6
* check return codejwoolley2003-09-181-0/+6
* Allow the Soft Max or the Hard Max to equal the Minimum number of resources.aaron2003-09-041-1/+1
* Replace the 'grain' with a more generic APR_ALIGN_DEFAULT.madhum2003-04-211-10/+3
* Cause/Symptom : SIGBUS when trying to write to a "double", that was alignedmadhum2003-04-181-1/+1
* Allow apr_date_parse_rfc to parse 'Sun, 06-Nov-1994 08:49:37 GMT' as a validjerenkrantz2003-03-281-0/+19
* API Change:ianh2003-02-221-2/+2
* Fix race condition in apr_queue.ianh2003-02-141-24/+13
* Preserve Justin's desire for a larger namespace with s/signed/unsigned/ intwrowe2003-01-131-6/+6
* Update copyright notifications to 2003.thommay2003-01-015-5/+5
* Use apr_uint32_t rather than apr_size_t for the maximum queue size.jerenkrantz2002-12-301-6/+6
* Allow apr_queue to have greater than int number of elements.jerenkrantz2002-12-231-6/+6
* Style police have been recalled from hibernation.jerenkrantz2002-12-231-37/+35
* Add apr_queue to the Windows build.brane2002-12-221-10/+10
* Update to latest APR renamesthommay2002-11-301-1/+1
* axe some broken error checkingtrawick2002-10-041-12/+6
* - Add all of the standard versioning infrastructure bits derived from APR.jerenkrantz2002-09-102-1/+76
* clean up a commentianh2002-09-061-3/+2
* if you don't have threads, you can't use this.ianh2002-08-191-0/+4
* add unix-type things and make it not spit out debug messagesianh2002-08-182-2/+2
* add a thread safe FIFO bounded buffer queue.ianh2002-08-181-0/+441
* Add a new Resource List API for APR-UTIL.aaron2002-08-052-1/+395
* variable grain should be static; it isn't part of the APItrawick2002-07-161-1/+1
* Correct a commentstoddard2002-05-291-2/+2
* Fixed a segfault in apr_date_parse_rfc() for some date formatsjwoolley2002-05-231-15/+38
* Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to preventjerenkrantz2002-05-081-1/+1
* - Remove MIN_BLK_SIZE bogosity. If the user wants to allocate small chunks,jerenkrantz2002-04-301-4/+2
* The style police have been called back to the scene of the crime.jerenkrantz2002-04-301-2/+2
* The style police come before the bug police. (Bug police are on the case.)jerenkrantz2002-04-301-5/+5
* Rename apr_implode_time to apr_time_exp_get.striker2002-03-171-2/+2
* axe unused variabletrawick2002-03-151-1/+0
* PR:dougm2002-03-151-2/+1
* PR:dougm2002-03-141-1/+2
* PR:dougm2002-03-141-0/+27
* Update our copyright for this year.fielding2002-03-132-2/+2
* apr-utils rename apr_ansi_time_to_apr_time andianh2002-03-061-2/+2
* Switch APRUTIL over to use the APR_FIND_APR macro provided by APR.gstein2002-02-061-5/+1
* Be gone, vile tab. (I'm really tired.)jerenkrantz2002-01-191-1/+1
* Toss a stray comment. (I'm tired.)jerenkrantz2002-01-191-1/+0