summaryrefslogtreecommitdiff
path: root/libapr.def
Commit message (Expand)AuthorAgeFilesLines
* The Win32 overhaul, in summary;William A. Rowe Jr2000-12-211-2/+2
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>Branko Čibej2000-12-211-0/+3
* apr_opendir to apr_dir_openAllan K. Edwards2000-12-181-1/+1
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.Jeff Trawick2000-12-181-1/+0
* axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent functionJeff Trawick2000-12-151-1/+0
* add apr_getnameinfoJeff Trawick2000-12-141-0/+1
* Fix a few nits, export symbols, etc.William A. Rowe Jr2000-12-071-0/+5
* Add apr_parse_addr_port() for parsing the hostname:port portion ofJeff Trawick2000-12-071-0/+1
* Eliminate apr_canonical_error as an apr symbol ... it still exists asWilliam A. Rowe Jr2000-12-051-1/+0
* Get WIN32 building againAllan K. Edwards2000-12-041-0/+2
* Add apr_make_os_sock() for constructing a fully-capable APRJeff Trawick2000-12-041-0/+1
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2000-12-011-3/+0
* apr_create_tcp_socket() has been removed. Use apr_create_socket()Jeff Trawick2000-11-211-1/+0
* Add apr_get_sockaddr() for getting the address of one of theJeff Trawick2000-11-181-0/+1
* As promised, and discussed on new-httpd, goodbye ordinals.William A. Rowe Jr2000-11-181-226/+226
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.Jeff Trawick2000-11-171-0/+2
* Fix symbol breaks on win32.William A. Rowe Jr2000-11-101-1/+2
* APR works (maybe), Apache works (sort of), so at least FirstBill and IWilliam A. Rowe Jr2000-11-091-13/+8
* Fast fix to get Win32 APR building (on to Apache itself)William A. Rowe Jr2000-11-091-4/+4
* Fix a typo, fix a def.William A. Rowe Jr2000-11-081-4/+4
* Add apr_get_pipe_timeout to win32.Bill Stoddard2000-11-071-6/+6
* The start of the canonical name stuff.William A. Rowe Jr2000-10-231-2/+2
* Thanks for the goodies, Greg :-)William A. Rowe Jr2000-10-111-0/+6
* Fix the Win32 linker .def for APR (for my last several commits)...William A. Rowe Jr2000-08-091-11/+17
* Clean up aprlib.def. Add the hash functions to the export list.Bill Stoddard2000-08-091-97/+108
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-9/+9
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile toBill Stoddard2000-08-041-232/+232
* Fix broken symbolWilliam A. Rowe Jr2000-07-151-1/+1
* Win32: Cleanup ap_setsockopt(). First cut at implementing ap_getsockopt() and...Bill Stoddard2000-06-141-1/+1
* PR:William A. Rowe Jr2000-05-311-0/+1
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-241-5/+5
* Win32: Fix compile problems.Bill Stoddard2000-05-231-5/+5
* Win32: Replace ap_destroy_context with ap_destroy_pool in the export file.Bill Stoddard2000-05-231-1/+1
* Change names of strnatcmp & strnatcasecmp to cpmply with APR namingBill Stoddard2000-04-241-1/+2
* Add apr_strnatcmp to the Windows build to fix link break.Bill Stoddard2000-04-241-0/+1
* Win32: Get mod_auth_digest compiling and added to the WindowsBill Stoddard2000-04-211-0/+1
* Revamp the Win32 make environment. Makefiles have been removed andBill Stoddard2000-04-201-2/+6
* Win32:Bill Stoddard2000-04-151-0/+1
* Get Windows compiling after the ap_context_t --> ap_pool_t changeBill Stoddard2000-04-141-1/+1
* Win32: Update VC++ project files to remove threadcancel.cBill Stoddard2000-04-141-1/+1
* Get rid of references to ap_slack to fix Win32 compile break.Bill Stoddard2000-04-071-1/+1
* Make Win32 ap_get_oslevel private to APRBill Stoddard2000-04-051-1/+1
* Get APR DSO code working under WindowsBill Stoddard2000-04-031-1/+4
* Tweaked APR initialization and termination so that the lifetimeJeff Trawick2000-03-281-0/+1
* Get rid of WinTimeToUnixTime. Replace all instances of its use withBill Stoddard2000-03-281-1/+1
* Get the server compiling again under Win32. Still a lot of work to doBill Stoddard2000-03-061-0/+1
* Make file I/O and network I/O writev/sendv APIs consistent.Bill Stoddard2000-02-211-1/+1
* Pass ap_iovec_t on writev calls.Bill Stoddard2000-02-181-1/+1
* Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.Bill Stoddard2000-01-261-2/+2
* Reimplement Win32 time functions to the new spec.Bill Stoddard2000-01-171-29/+42