summaryrefslogtreecommitdiff
path: root/aprlib.def
Commit message (Collapse)AuthorAgeFilesLines
* Add apr_get_sockaddr() for getting the address of one of thetrawick2000-11-181-0/+1
| | | | | | | apr_sockaddr_t structures for a socket. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60763 13f79535-47bb-0310-9956-ffa450edef68
* As promised, and discussed on new-httpd, goodbye ordinals.wrowe2000-11-181-226/+226
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60757 13f79535-47bb-0310-9956-ffa450edef68
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.trawick2000-11-171-0/+2
| | | | | | | | | | | Add generic apr_create_socket(). Add apr_getaddrinfo() for doing hostname resolution/address string parsing and building apr_sockaddr_t. Submitted by: David Reid Reviewed by: Jeff Trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60750 13f79535-47bb-0310-9956-ffa450edef68
* Fix symbol breaks on win32.wrowe2000-11-101-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60693 13f79535-47bb-0310-9956-ffa450edef68
* APR works (maybe), Apache works (sort of), so at least FirstBill and Iwrowe2000-11-091-13/+8
| | | | | | | | | can hack for a while. Very drippy day in the midwest. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60674 13f79535-47bb-0310-9956-ffa450edef68
* Fast fix to get Win32 APR building (on to Apache itself)wrowe2000-11-091-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60671 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo, fix a def.wrowe2000-11-081-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60650 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_get_pipe_timeout to win32.stoddard2000-11-071-6/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60641 13f79535-47bb-0310-9956-ffa450edef68
* The start of the canonical name stuff.wrowe2000-10-231-2/+2
| | | | | | | | | | | * removed cruft that did nothing (yet) * add prototypes for the apr_canon... fn's * Consider: apr_compare_canonical (need to count matching elements) * Consider: Manoj's suggestion to handle symlinks within here. * Consider: fanf's concept to use dev/inode for comparison w/o strs. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60607 13f79535-47bb-0310-9956-ffa450edef68
* Thanks for the goodies, Greg :-)wrowe2000-10-111-0/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60573 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Win32 linker .def for APR (for my last several commits)...wrowe2000-08-091-11/+17
| | | | | | | | | | | | hope I don't crash into FirstBill again :) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60493 13f79535-47bb-0310-9956-ffa450edef68
* Clean up aprlib.def. Add the hash functions to the export list.stoddard2000-08-091-97/+108
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60487 13f79535-47bb-0310-9956-ffa450edef68
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-9/+9
| | | | | | | | | | | | | see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60481 13f79535-47bb-0310-9956-ffa450edef68
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile tostoddard2000-08-041-232/+232
| | | | | | | apr_sendfile. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60474 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken symbolwrowe2000-07-151-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60381 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Cleanup ap_setsockopt(). First cut at implementing ap_getsockopt() ↵stoddard2000-06-141-1/+1
| | | | | | | | | and iol_getopt(). Do we need to move iol into APR? git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60204 13f79535-47bb-0310-9956-ffa450edef68
* PR:wrowe2000-05-311-0/+1
| | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Make Win32 build git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60121 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-241-5/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60096 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Fix compile problems.stoddard2000-05-231-5/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60086 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Replace ap_destroy_context with ap_destroy_pool in the export file.stoddard2000-05-231-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60084 13f79535-47bb-0310-9956-ffa450edef68
* Change names of strnatcmp & strnatcasecmp to cpmply with APR namingstoddard2000-04-241-1/+2
| | | | | | | | | conventions Submitted by: William Rowe git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59945 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_strnatcmp to the Windows build to fix link break.stoddard2000-04-241-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59944 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Get mod_auth_digest compiling and added to the Windowsstoddard2000-04-211-0/+1
| | | | | | | | build environment. Not tested and I'd be suprised if it actually works. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59919 13f79535-47bb-0310-9956-ffa450edef68
* Revamp the Win32 make environment. Makefiles have been removed andstoddard2000-04-201-2/+6
| | | | | | | | | | | | Apache.dsw created to bring together all the pieces. Create new file os/win32/BaseAddr.ref to define module base addresses (to prevent dll relocation at start-up). Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59906 13f79535-47bb-0310-9956-ffa450edef68
* Win32:stoddard2000-04-151-0/+1
| | | | | | | | | | | | | | 1. Move the space stripping of physical service names fix up from Apache 1.3. 2. #include'ing "ap_mpm.h" fixes up an unresolved symbol. 3. Add dependency checking to the CreateService call to ensure TCPIP and AFP (winsock) is started before Apache. Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59865 13f79535-47bb-0310-9956-ffa450edef68
* Get Windows compiling after the ap_context_t --> ap_pool_t changestoddard2000-04-141-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59857 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Update VC++ project files to remove threadcancel.cstoddard2000-04-141-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59855 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of references to ap_slack to fix Win32 compile break.stoddard2000-04-071-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59811 13f79535-47bb-0310-9956-ffa450edef68
* Make Win32 ap_get_oslevel private to APRstoddard2000-04-051-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59794 13f79535-47bb-0310-9956-ffa450edef68
* Get APR DSO code working under Windowsstoddard2000-04-031-1/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59774 13f79535-47bb-0310-9956-ffa450edef68
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-0/+1
| | | | | | | | of memory management mutexes is longer than the lifetime of managed memory. APR apps must now call ap_terminate(). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59746 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of WinTimeToUnixTime. Replace all instances of its use withstoddard2000-03-281-1/+1
| | | | | | | FileTimeToAprTime. Move timetest.c into the attic. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59744 13f79535-47bb-0310-9956-ffa450edef68
* Get the server compiling again under Win32. Still a lot of work to dostoddard2000-03-061-0/+1
| | | | | | | on Windows wrt pipes, timing out pipes, non-blocking pipes, etc. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59684 13f79535-47bb-0310-9956-ffa450edef68
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-211-1/+1
| | | | | | | | | Eliminate use of ap_iovec_t and use Posix struct iovec. I never did hear a case (much less a strong case) supporting the need for ap_iovec_t, so out it goes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59663 13f79535-47bb-0310-9956-ffa450edef68
* Pass ap_iovec_t on writev calls.stoddard2000-02-181-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59660 13f79535-47bb-0310-9956-ffa450edef68
* Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.stoddard2000-01-261-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59621 13f79535-47bb-0310-9956-ffa450edef68
* Reimplement Win32 time functions to the new spec.stoddard2000-01-171-29/+42
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59600 13f79535-47bb-0310-9956-ffa450edef68
* It took me a while, but I found the aprlib.def file, and now Apache buildsrbb1999-12-151-0/+1
| | | | | | | again on Windows. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59524 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Windows compile breaksstoddard1999-11-291-10/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59490 13f79535-47bb-0310-9956-ffa450edef68
* Add local_addr and remote_addr to APR for Windowsstoddard1999-10-251-4/+15
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59418 13f79535-47bb-0310-9956-ffa450edef68
* Add a couple of exports.stoddard1999-10-171-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59359 13f79535-47bb-0310-9956-ffa450edef68
* I think this is an obsolete function...stoddard1999-10-121-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59319 13f79535-47bb-0310-9956-ffa450edef68
* Update win32 exports filesstoddard1999-10-111-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59314 13f79535-47bb-0310-9956-ffa450edef68
* Create the aprlib.dll exports file (aprlib.def) and update the project and ↵stoddard1999-10-051-0/+211
make files to include it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59270 13f79535-47bb-0310-9956-ffa450edef68