summaryrefslogtreecommitdiff
path: root/include/arch/unix
Commit message (Expand)AuthorAgeFilesLines
* Ignore files saved by configure.ben2001-01-281-0/+1
* Add code to allow APR to track the socket options it has set. Thisdreid2001-01-251-0/+1
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-231-0/+1
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-17/+1
* what the hell?gstein2001-01-021-170/+0
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+1
* apr_private.h.in is generated by autoheader, so it should not be in sourcegstein2000-12-122-390/+1
* account for apr_private.h* moving aroundtrawick2000-12-111-0/+1
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-0/+390
* *) remove include of sys/ipc.h and uslocks.h. the HAVE_ symbols were nevergstein2000-12-061-20/+16
* toss datastruct. no longer used.gstein2000-12-061-13/+10
* Add apr_inet_ntop(), apr_inet_pton(), apr_create_socket(), andtrawick2000-11-161-0/+3
* This is a small step toward's David Reid's IPv6 patch. I startedtrawick2000-11-161-3/+2
* The start of the canonical name stuff.wrowe2000-10-231-0/+17
* Clearing more things off my plate. Here is the -internal- utf8/ucs2wrowe2000-10-171-0/+89
* Some systems have poll.h in include/sys, not include. I found thisrbb2000-09-291-0/+3
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-221-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-18/+19
* prefix libapr functions and types with apr_dougm2000-08-027-62/+62
* damn. went through all that work to const-ify "key" but missed the data.gstein2000-07-081-2/+2
* Stop using an incomplete type for MMAP files. The only sane way to reallyrbb2000-07-071-1/+23
* add ap_finfo_t.devicegstein2000-07-031-1/+3
* APR network_io for Unix:trawick2000-06-281-0/+2
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().trawick2000-06-281-0/+3
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-222-4/+4
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-226-26/+30
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-0/+1
* Remove unixd_detach function, because it is provided by APR as ap_detach.rbb2000-06-201-5/+0
* This takes the BeOS defines to include the networking code. Removed some une...dreid2000-06-131-8/+0
* This starts to take the BeOS defines into the source. I've added supportdreid2000-06-131-1/+4
* Another change to allow the newest version of BeOS to be used to it'sdreid2000-06-121-0/+3
* Tidy up the unix network code in light of the latest networkdreid2000-06-121-8/+1
* constification.ben2000-06-111-1/+1
* don't seek when setting up an mmapdgaudet2000-06-101-2/+3
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-061-0/+12
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hoperbb2000-06-031-0/+3
* Small change to get mmap support for BeOS working again.dreid2000-06-011-1/+1
* Fix building with DSO support. If any module is configured to berbb2000-06-011-0/+5
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-311-0/+1
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-231-7/+1
* Merging windows and Unix common misc files.rbb2000-05-171-0/+76
* Remove the beos network I/O code and merge it with the unix code. Mostrbb2000-05-161-0/+24
* Update the unix code to support BeOS. Remove the now un-necessary BeOSrbb2000-05-161-9/+36
* Remove the separate beos directory and add support to the unix directoryrbb2000-05-161-1/+4
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-1/+1
* Fix the ap_poll implementation on Unix. This stops us from re-allocatingrbb2000-04-261-1/+2
* Add the status parameter back to the Other Child logic.rbb2000-04-241-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-226-6/+6
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-161-1/+1
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-151-2/+2