summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_39(no author)2002-06-153-259/+0
* Fix a couple of typos in some Makefiles.rbb2002-06-151-1/+1
* Allow 'make install DESTDIR=/path'. This allows packagers to installrbb2002-06-151-18/+18
* Removed --disable-atomics flag and added --enable-nonportable-atomics,aaron2002-06-142-7/+13
* Building the wrong dso.c in the make files. Switched to the Netware version.bnicholes2002-06-131-2/+2
* Lowercase macros, per Roy Fielding's comments and general concensus.wrowe2002-06-121-4/+4
* Fix a typo pointed out by Greg Marr [thx!]wrowe2002-06-121-1/+2
* get rid of a warning (unreferenced static function) for some pool-debugtrawick2002-06-121-0/+2
* To simplify future, experimental work with binary usec values, thesewrowe2002-06-121-0/+7
* fix typojwoolley2002-06-121-1/+1
* More conservative buffer overflow checking code forbrianp2002-06-121-12/+1
* Create the distribution directory at the root of the project rather than abovebnicholes2002-06-111-2/+2
* Why was this in there? It generates a warning (deprecated header file)jwoolley2002-06-111-3/+0
* Use the native cmpxchg() function for NetWarebnicholes2002-06-112-50/+1
* Switch to a Reader/Writer lock to try to avoid lock contention when accessingbnicholes2002-06-111-2/+27
* OS/2: Fix build breakage due to missing apr_dir_make_recursive().bjh2002-06-111-0/+8
* It helps to document the actual option. :-)rbb2002-06-101-1/+1
* Check the detached flag and spawn the NLM appropriately.bnicholes2002-06-101-3/+4
* move some deprecated functions inside a check for APR_HAS_THREADStrawick2002-06-101-0/+3
* Fix calculation of tm_gmtoff on Windows, and add a test case.brane2002-06-092-14/+53
* Added support for building the tests when $objdir != $srcdir.brane2002-06-091-1/+1
* set/set, unset/unset.wrowe2002-06-091-0/+3
* Remove one of the two declarations of apr_socket_inherit_set()brianp2002-06-091-3/+0
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-0812-51/+60
* Prepare for win32 inherit.hwrowe2002-06-083-2/+94
* Seems I was cutting a pasting just a little over the speed limit.wrowe2002-06-084-6/+5
* Nice tags, makes things easier to read [wish I noticed earlier]wrowe2002-06-082-6/+2
* More API get/set renames, and providing stubs for those previouslywrowe2002-06-083-12/+89
* Pedantic docs changewrowe2002-06-081-1/+3
* Revert bogusness by providing proper stubs for functions that existedwrowe2002-06-088-10/+67
* Include i18n/unix/xlate.c for ENOTIMPL entry pointswrowe2002-06-082-2/+0
* renames for apr_xlate_sb_get, which was far more complicated.wrowe2002-06-083-36/+50
* Some simple fn renames ... by the book [deprecated entry points retained]wrowe2002-06-084-4/+26
* Allows the internal socket netmask of the accepted socket to initialize itselfbnicholes2002-06-072-0/+19
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-078-5/+87
* win32 now passes testsockopt. Merge the Netware codepathstoddard2002-06-062-58/+48
* cvs up/diff gets pretty hard to track with vc7 builds.wrowe2002-06-051-0/+5
* More CE porting. I'd prefer to see us return a stock value of 0 for thewrowe2002-06-042-1/+32
* More CE porting, now we enter the strange stuff. I disagree with thewrowe2002-06-041-3/+42
* More of the WinCE port.wrowe2002-06-045-11/+60
* More WinCE Portingwrowe2002-06-041-4/+31
* Hands over my head... I surrender to the style policewrowe2002-06-041-1/+1
* Answer half the questions.wrowe2002-06-041-6/+8
* it's amazing the typos one can catch when one actually reads the docs. :)jwoolley2002-06-031-1/+1
* these guys aren't in apr-util anymore :)jwoolley2002-06-031-3/+3
* Needs research and a decisionwrowe2002-06-031-2/+9
* Updated to match the header changebnicholes2002-06-032-5/+5
* Needed a function in Subversion to behave like 'mkdir -p', and thisfitz2002-05-312-0/+66
* Added the pipe test to the test build project.bnicholes2002-05-311-0/+0
* Implemented code that discovers the proper casing of the filename as it existsbnicholes2002-05-311-2/+0