summaryrefslogtreecommitdiff
path: root/apr.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Some serious completion of stricmp, strnicmp, strdup and strstr issueswrowe2000-06-101-0/+4
| | | | | | | on Win32... these all happily reside in the standard runtime library. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60165 13f79535-47bb-0310-9956-ffa450edef68
* PR:wrowe2000-05-271-0/+8
| | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Just a few missing headers to add to the apr project. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60105 13f79535-47bb-0310-9956-ffa450edef68
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | APR is -NOT- the Apache server, so the import/export declations cannot use the same defined symbols. Other minor changes API_THREAD_PROC is now APR_THREAD_PROC. API_VAR_IMPORT/EXPORT are now APR_IMPORT/EXPORT_VAR, to allow easier grepping. The new compilation switches APR_STATIC and APR_EXPORT_SYMBOLS allow the builder to select either static linked or the creation of the export symbols for APR. The aprlib and aprlibdll .dsp projects now include the later symbol. More cleanups from recent commits are still needed, as well as a thorough review of the distinction between APR_EXPORT and APR_EXPORT_NONSTD. The later is used only for pure __cdecl required functions, such as variable arguments (not va array arguments, those are not an issue.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60101 13f79535-47bb-0310-9956-ffa450edef68
* PR:wrowe2000-05-261-1/+1
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: All waiting to bite us... just go ahead and ignore this commit. Better now that when we are deciphering real changes. This knocks all the projects into what I expect is a clean VC6 format. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60100 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-241-2/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60096 13f79535-47bb-0310-9956-ffa450edef68
* Current and clean make files for Win95. Changes Include:wrowe2000-05-191-7/+7
| | | | | | | | | All projects link incrementally with no link maps in Debug mode. New cvstodsp6.pl and dsp6tocvs.pl will fix up /the /ZI - /Zi issue. Includes corrections noted by Tim Costello git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60070 13f79535-47bb-0310-9956-ffa450edef68
* This commit will most likely break everybody on Windows. The .dsprbb2000-05-171-5/+6
| | | | | | | | | files I am checking in though will build a usable Apache on Windows. This finishes at least the first round of the merge work to get the common code into common files in APR. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60062 13f79535-47bb-0310-9956-ffa450edef68
* Create a true misc.c for ap_get_oslevel and ap_load_dll_func,wrowe2000-05-121-0/+4
| | | | | | | and clean up the naming of the entire LoadLateDll declaration. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60040 13f79535-47bb-0310-9956-ffa450edef68
* Eliminates dead apr\inc from Win32 .dsp projects.wrowe2000-05-011-6/+6
| | | | | | | Add additional header paths to .dsp cpp includes lists. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60008 13f79535-47bb-0310-9956-ffa450edef68
* Clean up a few Win32 build oversights before the alpha.wrowe2000-04-281-4/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59976 13f79535-47bb-0310-9956-ffa450edef68
* Some Windows tweaks from William Rowe...stoddard2000-04-251-6/+22
| | | | | | | Submitted by: William Rowe git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59949 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_strnatcmp to the Windows build to fix link break.stoddard2000-04-241-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59944 13f79535-47bb-0310-9956-ffa450edef68
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-10/+10
| | | | | | | | This should make the fact that this is a private header file more obvious. This also updates all of the references to apr_config.h git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59924 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Get mod_auth_digest compiling and added to the Windowsstoddard2000-04-211-0/+4
| | | | | | | | 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
* Win32: Begin adding ap_strerror and ap_canonicalize_error to APR. Serverstoddard2000-04-211-0/+8
| | | | | | | will compile and serve pages again! git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59914 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Change the intermediate directory for aprlib.dspstoddard2000-04-211-28/+17
| | | | | | | Submitted by: William Rowe git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59911 13f79535-47bb-0310-9956-ffa450edef68
* linkwin20.diffs Resolves:stoddard2000-04-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Explicit /base: addresses by the following table... Required sizes are for debug builds. It is assumed that as we increase the size of aprlib, we will be trimming the size of ApacheCore, and the 278A0000 base can move down. ApacheCore.dll 27800000 80000 required aprlib.dll 278A0000 40000 required ApacheModuleAuthAnon.dsp 27900000 ApacheModuleCERNMeta.dsp 27910000 ApacheModuleDigest.dsp 27920000 ApacheModuleExpires.dsp 27930000 ApacheModuleHeaders.dsp 27940000 ApacheModuleInfo.dll 27950000 ApacheModuleRewrite.dsp 27960000 20000 required ApacheModuleSpeling.dsp 27980000 ApacheModuleStatus.dsp 27990000 ApacheModuleUserTrack.dsp 279A0000 ApacheModuleProxy.dsp 279B0000 20000 anticipated 3 slots still available 279C0000 2) Make APR consistent with the rest of the API and not build septypes for debugging (in other words, roll in the debug symbols as every other module does.) If we decide we LIKE /pdbtype:septypes... then we should be using them throughout. 3) Slide the current path specs into /libpath: options so the library list is more ledgible. 4) Drop all the gui crud from the library list. Everything listed is referenced, with the following exceptions: *) don't do anything with msvcrtd/oldnames today. *) aprlib and ApacheCore have the same list, since functions may still be moving between them. *) apache.exe looses networking (it doesn't), while it keeps advapi, which I don't think it needs, but it could later. *) add aprlib to ApacheModuleProxy, since it will need it. *) hang mswsock whereever ws2_32 is invoked. I believe the most special case was ApacheModuleProxy, which may become entirely APR. But for today we hang onto both. 5) MAP, MAP, MAP, everything gets a map. I for one have an untold number of installed OS's and boot mappings, and the debugger isn't installed to all of them. We gotta be able to track down those renegade GP faults. (What faults... I know, it's clean, but I am overly cautious that way.) 6) Set the DEFAULT linkage to be this linkage. Because "it's a vc thing" the defaults were not all that useful as a starting point (take, for example, the joke of linking to the OLE libraries). Submitted by: William Rowe git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59872 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Update VC++ project files to remove threadcancel.cstoddard2000-04-141-4/+0
| | | | 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-5/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59811 13f79535-47bb-0310-9956-ffa450edef68
* Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak isstoddard2000-04-051-1/+19
| | | | | | | deleting apr.h and apr_config.h so I don't have to in makefile.win git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59795 13f79535-47bb-0310-9956-ffa450edef68
* Fix some of the Windows APR time functions.stoddard2000-04-041-2/+2
| | | | | | | | Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59786 13f79535-47bb-0310-9956-ffa450edef68
* Get APR DSO code working under Windowsstoddard2000-04-031-0/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59774 13f79535-47bb-0310-9956-ffa450edef68
* Remove file_io/win32/readdir.c and .hstoddard2000-04-031-8/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59772 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-031-4/+60
| | | | | | | | | | | Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw at build time. At this point, the server will not compile on Windows because of the recent DSO commits. Fixing those next. Submitted by: Bill Rowe & Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59770 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of WinTimeToUnixTime. Replace all instances of its use withstoddard2000-03-281-4/+0
| | | | | | | 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
* Win32: Continue removing precompiled header support from the dsp andstoddard2000-03-211-2/+4
| | | | | | | | | mak files. Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59730 13f79535-47bb-0310-9956-ffa450edef68
* More sendfile tweaks for Windows. Still not ready for prime time.stoddard2000-01-241-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59618 13f79535-47bb-0310-9956-ffa450edef68
* Update Windows project files to include new time an file_io specs.stoddard2000-01-171-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59604 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Windows compile breaksstoddard1999-11-291-5/+1
| | | | 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-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59418 13f79535-47bb-0310-9956-ffa450edef68
* Create the aprlib.dll exports file (aprlib.def) and update the project and ↵stoddard1999-10-051-0/+4
| | | | | | make files to include it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59270 13f79535-47bb-0310-9956-ffa450edef68
* Update the aprlib project and make file. Forgot to save my working config ↵stoddard1999-10-051-98/+64
| | | | | | last commit. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59269 13f79535-47bb-0310-9956-ffa450edef68
* Create aprlib project that will build a single APR dllstoddard1999-10-051-0/+361
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59268 13f79535-47bb-0310-9956-ffa450edef68