summaryrefslogtreecommitdiff
path: root/aprlib.def
Commit message (Expand)AuthorAgeFilesLines
* The Win32 overhaul, in summary;wrowe2000-12-211-280/+0
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>brane2000-12-211-0/+3
* apr_opendir to apr_dir_openake2000-12-181-1/+1
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.trawick2000-12-181-1/+0
* axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent functiontrawick2000-12-151-1/+0
* add apr_getnameinfotrawick2000-12-141-0/+1
* Fix a few nits, export symbols, etc.wrowe2000-12-071-0/+5
* Add apr_parse_addr_port() for parsing the hostname:port portion oftrawick2000-12-071-0/+1
* Eliminate apr_canonical_error as an apr symbol ... it still exists aswrowe2000-12-051-1/+0
* Get WIN32 building againake2000-12-041-0/+2
* Add apr_make_os_sock() for constructing a fully-capable APRtrawick2000-12-041-0/+1
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andtrawick2000-12-011-3/+0
* apr_create_tcp_socket() has been removed. Use apr_create_socket()trawick2000-11-211-1/+0
* 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