summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_30(no author)2002-01-083-259/+0
* This helper stub will get us the appropriate Win32 wchar* or char*,wrowe2002-01-082-0/+92
* Changed the project file to use the NDK (NovellNDK) environment variablebnicholes2002-01-081-0/+0
* Fixed the export list generation for NetWare to make sure that only real APIsbnicholes2002-01-083-61/+92
* Cleanup work on the proc stubs that are unused in NetWarebnicholes2002-01-083-42/+27
* Add the licence to testdso.c :)dreid2002-01-081-0/+55
* get the prototype for apr_os_file_put()trawick2002-01-081-0/+1
* Doesn't do much good if the win32 projects aren't committed to includewrowe2002-01-082-0/+24
* more apr_file_mktemp brokeness that I missed.rbb2002-01-081-2/+2
* Fix another couple of bugs I introduced with the flags parameter torbb2002-01-081-2/+2
* Fix a compile break that I just committed. Having multiple OSes is a goodrbb2002-01-081-1/+3
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-089-28/+30
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).jerenkrantz2002-01-085-8/+126
* Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) andwrowe2002-01-082-14/+101
* Implement proc_mutex for win32wrowe2002-01-081-0/+2
* Still, the problem lingers. There is nothing wrong, AFAICT, with leavingwrowe2002-01-081-4/+4
* Missed one.aaron2002-01-081-1/+1
* Ok, that was borked... here should compile :-/wrowe2002-01-081-1/+1
* We cannot close-on-fork any fd 0 through 2 (stdin, stdout, stderr)!!!wrowe2002-01-081-4/+13
* Agree with Jeff [thanks] ... completion doesn't need to be so wordy.wrowe2002-01-052-4/+4
* get shmem.c to compile again after changes to apr_shmem.htrawick2002-01-051-2/+2
* Normalize an opaque type to our current conventions.wrowe2002-01-054-25/+25
* Tighter localization of some variables... found experimenting in otherwrowe2002-01-051-6/+6
* Add testrand program to exercise apr_generate_random_bytesjerenkrantz2002-01-052-1/+96
* Sorry, too many years of C++bnicholes2002-01-041-2/+2
* Changed to 4 byte packingbnicholes2002-01-041-0/+0
* fix an IPv6 hole in apr_accept(); the bug prevented the propertrawick2002-01-041-2/+4
* Deferred the memory allocation for the new apr_socket_t until after the accept()bnicholes2002-01-041-7/+13
* Add this so I don't forget about it. I'm focusing on a bunch ofjerenkrantz2002-01-041-1/+9
* Make the time checking be in the 0.99*interval-1.01*interval range asjerenkrantz2002-01-021-1/+1
* Add stdlib.h for exit.jerenkrantz2002-01-021-1/+3
* Fixing up a linker issue since NetWare does not have a gettimeofday() functionbnicholes2002-01-021-6/+7
* Make testsleep safe for non threaded platforms :)dreid2002-01-021-5/+15
* apr_sleep seems to be the potential cause of a few problems, so here isdreid2002-01-022-1/+125
* In a VPATH build, we don't know where testmmap.c is, but we have ajerenkrantz2002-01-021-1/+1
* Generated libtool goes in $abs_builddir.jerenkrantz2002-01-021-1/+1
* Fill in code that is to be used when APR_POOL_DEBUG is defined.striker2002-01-012-345/+801
* * memory/unix/apr_pools.c (apr_pool_create_ex): Properly inheritstriker2002-01-011-0/+3
* Doug MacEachern commented to me that perl, and some other apps, arewrowe2001-12-301-14/+28
* Outch, dropped the most essential test for Unicodenesswrowe2001-12-301-0/+1
* Never had set the global apr_os_level (outch!) Also improve thewrowe2001-12-302-45/+98
* Seems this symbol is simply too new, use it's hardcode value.wrowe2001-12-301-1/+3
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofbjh2001-12-303-9/+8
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-2921-171/+78
* Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the nativebjh2001-12-291-12/+2
* Fix missed reference to rv that was renamed to exitval.bjh2001-12-291-1/+1
* Fix handling of named shared memorybjh2001-12-291-1/+6
* Fix some stray tabs and wrap long lines.jerenkrantz2001-12-291-11/+21
* Tickle the Win32 rand generator so it works on W2Kwrowe2001-12-291-2/+3
* Whoops - fix small typowrowe2001-12-291-1/+1