summaryrefslogtreecommitdiff
path: root/aprlib.def
Commit message (Collapse)AuthorAgeFilesLines
* The Win32 overhaul, in summary;wrowe2000-12-211-280/+0
| | | | | | | | | | | | Modules are named mod_foo.so Dynamic Libraries are named libfoo.dll, and are stored in bin/ The former ApacheCoreDll is now libhttpd.dll Apache.exe moves to bin/ The make install now copies include, lib, and libexec All build options are normalized, filenames adjusted appropriately git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60975 13f79535-47bb-0310-9956-ffa450edef68
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>brane2000-12-211-0/+3
| | | | | | | | | | | | | | | | 2000-12-21 Branko Cibej <brane@xbc.nu> * aprlib.def: Export apr_setprocattr_childin, apr_setprocattr_childout, and apr_setprocattr_childerr. * threadproc/win32/proc.c: Folded pipe creation out into helper function. Moved inheritable-ness mucking from apr_create_process into apr_setprocattr_* functions. Added apr_setprocattr_child{in,out,err}. Note that APR_SHELLCMD won't work (and has never worked) on Win9x. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60973 13f79535-47bb-0310-9956-ffa450edef68
* apr_opendir to apr_dir_openake2000-12-181-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60967 13f79535-47bb-0310-9956-ffa450edef68
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.trawick2000-12-181-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60965 13f79535-47bb-0310-9956-ffa450edef68
* axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent functiontrawick2000-12-151-1/+0
| | | | | | | (and more) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60957 13f79535-47bb-0310-9956-ffa450edef68
* add apr_getnameinfotrawick2000-12-141-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60950 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few nits, export symbols, etc.wrowe2000-12-071-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60917 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_parse_addr_port() for parsing the hostname:port portion oftrawick2000-12-071-0/+1
| | | | | | | | | | | URLs and similar strings. Somebody with VC++ 6.0 needs to update the .dsp file(s) to include inet_pton.c. The BeOS Makefile.in wasn't updated because I think BeOS uses the unix code now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60916 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate apr_canonical_error as an apr symbol ... it still exists aswrowe2000-12-051-1/+0
| | | | | | | the helper to apr_os_strerror for OS2. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60896 13f79535-47bb-0310-9956-ffa450edef68
* Get WIN32 building againake2000-12-041-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60883 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_make_os_sock() for constructing a fully-capable APRtrawick2000-12-041-0/+1
| | | | | | | | | | | socket. The BeOS sockets.c doesn't look up-to-date and I think David is(has) switching(switched) to using the Unix sockets.c. Thus, I have not messed with it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60882 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andtrawick2000-12-011-3/+0
| | | | | | | apr_get_local_name(). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60839 13f79535-47bb-0310-9956-ffa450edef68
* apr_create_tcp_socket() has been removed. Use apr_create_socket()trawick2000-11-211-1/+0
| | | | | | | instead. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60778 13f79535-47bb-0310-9956-ffa450edef68
* 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