summaryrefslogtreecommitdiff
path: root/aprlib.def
Commit message (Expand)AuthorAgeFilesLines
* Add apr_get_sockaddr() for getting the address of one of thetrawick2000-11-181-0/+1
* As promised, and discussed on new-httpd, goodbye ordinals.wrowe2000-11-181-226/+226
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.trawick2000-11-171-0/+2
* Fix symbol breaks on win32.wrowe2000-11-101-1/+2
* APR works (maybe), Apache works (sort of), so at least FirstBill and Iwrowe2000-11-091-13/+8
* Fast fix to get Win32 APR building (on to Apache itself)wrowe2000-11-091-4/+4
* Fix a typo, fix a def.wrowe2000-11-081-4/+4
* Add apr_get_pipe_timeout to win32.stoddard2000-11-071-6/+6
* The start of the canonical name stuff.wrowe2000-10-231-2/+2
* Thanks for the goodies, Greg :-)wrowe2000-10-111-0/+6
* Fix the Win32 linker .def for APR (for my last several commits)...wrowe2000-08-091-11/+17
* Clean up aprlib.def. Add the hash functions to the export list.stoddard2000-08-091-97/+108
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-9/+9
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile tostoddard2000-08-041-232/+232
* Fix broken symbolwrowe2000-07-151-1/+1
* Win32: Cleanup ap_setsockopt(). First cut at implementing ap_getsockopt() and...stoddard2000-06-141-1/+1
* PR:wrowe2000-05-311-0/+1
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-241-5/+5
* Win32: Fix compile problems.stoddard2000-05-231-5/+5
* Win32: Replace ap_destroy_context with ap_destroy_pool in the export file.stoddard2000-05-231-1/+1
* Change names of strnatcmp & strnatcasecmp to cpmply with APR namingstoddard2000-04-241-1/+2
* Add apr_strnatcmp to the Windows build to fix link break.stoddard2000-04-241-0/+1
* Win32: Get mod_auth_digest compiling and added to the Windowsstoddard2000-04-211-0/+1
* Revamp the Win32 make environment. Makefiles have been removed andstoddard2000-04-201-2/+6
* Win32:stoddard2000-04-151-0/+1
* Get Windows compiling after the ap_context_t --> ap_pool_t changestoddard2000-04-141-1/+1
* Win32: Update VC++ project files to remove threadcancel.cstoddard2000-04-141-1/+1
* Get rid of references to ap_slack to fix Win32 compile break.stoddard2000-04-071-1/+1
* Make Win32 ap_get_oslevel private to APRstoddard2000-04-051-1/+1
* Get APR DSO code working under Windowsstoddard2000-04-031-1/+4
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-0/+1
* Get rid of WinTimeToUnixTime. Replace all instances of its use withstoddard2000-03-281-1/+1
* Get the server compiling again under Win32. Still a lot of work to dostoddard2000-03-061-0/+1
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-211-1/+1
* Pass ap_iovec_t on writev calls.stoddard2000-02-181-1/+1
* Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.stoddard2000-01-261-2/+2
* Reimplement Win32 time functions to the new spec.stoddard2000-01-171-29/+42
* It took me a while, but I found the aprlib.def file, and now Apache buildsrbb1999-12-151-0/+1
* Fix some Windows compile breaksstoddard1999-11-291-10/+10
* Add local_addr and remote_addr to APR for Windowsstoddard1999-10-251-4/+15
* Add a couple of exports.stoddard1999-10-171-0/+2
* I think this is an obsolete function...stoddard1999-10-121-1/+1
* Update win32 exports filesstoddard1999-10-111-1/+1
* Create the aprlib.dll exports file (aprlib.def) and update the project and ma...stoddard1999-10-051-0/+211