summaryrefslogtreecommitdiff
path: root/aprlib.def
Commit message (Collapse)AuthorAgeFilesLines
* 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