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*,William A. Rowe Jr2002-01-082-0/+92
* Changed the project file to use the NDK (NovellNDK) environment variableBradley Nicholes2002-01-081-0/+0
* Fixed the export list generation for NetWare to make sure that only real APIsBradley Nicholes2002-01-083-61/+92
* Cleanup work on the proc stubs that are unused in NetWareBradley Nicholes2002-01-083-42/+27
* Add the licence to testdso.c :)David Reid2002-01-081-0/+55
* get the prototype for apr_os_file_put()Jeff Trawick2002-01-081-0/+1
* Doesn't do much good if the win32 projects aren't committed to includeWilliam A. Rowe Jr2002-01-082-0/+24
* more apr_file_mktemp brokeness that I missed.Ryan Bloom2002-01-081-2/+2
* Fix another couple of bugs I introduced with the flags parameter toRyan Bloom2002-01-081-2/+2
* Fix a compile break that I just committed. Having multiple OSes is a goodRyan Bloom2002-01-081-1/+3
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-089-28/+30
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).Justin Erenkrantz2002-01-085-8/+126
* Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) andWilliam A. Rowe Jr2002-01-082-14/+101
* Implement proc_mutex for win32William A. Rowe Jr2002-01-081-0/+2
* Still, the problem lingers. There is nothing wrong, AFAICT, with leavingWilliam A. Rowe Jr2002-01-081-4/+4
* Missed one.Aaron Bannert2002-01-081-1/+1
* Ok, that was borked... here should compile :-/William A. Rowe Jr2002-01-081-1/+1
* We cannot close-on-fork any fd 0 through 2 (stdin, stdout, stderr)!!!William A. Rowe Jr2002-01-081-4/+13
* Agree with Jeff [thanks] ... completion doesn't need to be so wordy.William A. Rowe Jr2002-01-052-4/+4
* get shmem.c to compile again after changes to apr_shmem.hJeff Trawick2002-01-051-2/+2
* Normalize an opaque type to our current conventions.William A. Rowe Jr2002-01-054-25/+25
* Tighter localization of some variables... found experimenting in otherWilliam A. Rowe Jr2002-01-051-6/+6
* Add testrand program to exercise apr_generate_random_bytesJustin Erenkrantz2002-01-052-1/+96
* Sorry, too many years of C++Bradley Nicholes2002-01-041-2/+2
* Changed to 4 byte packingBradley Nicholes2002-01-041-0/+0
* fix an IPv6 hole in apr_accept(); the bug prevented the properJeff Trawick2002-01-041-2/+4
* Deferred the memory allocation for the new apr_socket_t until after the accept()Bradley Nicholes2002-01-041-7/+13
* Add this so I don't forget about it. I'm focusing on a bunch ofJustin Erenkrantz2002-01-041-1/+9
* Make the time checking be in the 0.99*interval-1.01*interval range asJustin Erenkrantz2002-01-021-1/+1
* Add stdlib.h for exit.Justin Erenkrantz2002-01-021-1/+3
* Fixing up a linker issue since NetWare does not have a gettimeofday() functionBradley Nicholes2002-01-021-6/+7
* Make testsleep safe for non threaded platforms :)David Reid2002-01-021-5/+15
* apr_sleep seems to be the potential cause of a few problems, so here isDavid Reid2002-01-022-1/+125
* In a VPATH build, we don't know where testmmap.c is, but we have aJustin Erenkrantz2002-01-021-1/+1
* Generated libtool goes in $abs_builddir.Justin Erenkrantz2002-01-021-1/+1
* Fill in code that is to be used when APR_POOL_DEBUG is defined.Sander Striker2002-01-012-345/+801
* * memory/unix/apr_pools.c (apr_pool_create_ex): Properly inheritSander Striker2002-01-011-0/+3
* Doug MacEachern commented to me that perl, and some other apps, areWilliam A. Rowe Jr2001-12-301-14/+28
* Outch, dropped the most essential test for UnicodenessWilliam A. Rowe Jr2001-12-301-0/+1
* Never had set the global apr_os_level (outch!) Also improve theWilliam A. Rowe Jr2001-12-302-45/+98
* Seems this symbol is simply too new, use it's hardcode value.William A. Rowe Jr2001-12-301-1/+3
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofBrian Havard2001-12-303-9/+8
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-2921-171/+78
* Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the nativeBrian Havard2001-12-291-12/+2
* Fix missed reference to rv that was renamed to exitval.Brian Havard2001-12-291-1/+1
* Fix handling of named shared memoryBrian Havard2001-12-291-1/+6
* Fix some stray tabs and wrap long lines.Justin Erenkrantz2001-12-291-11/+21
* Tickle the Win32 rand generator so it works on W2KWilliam A. Rowe Jr2001-12-291-2/+3
* Whoops - fix small typoWilliam A. Rowe Jr2001-12-291-1/+1