summaryrefslogtreecommitdiff
path: root/aprutil.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Add apr_thread_pool implementation.wrowe2007-01-041-0/+8
| | | | | | | | Submitted by: Henry Jen <henryjen ztune.net> <Henry.Jen Sun.COM> Message-id: <4536B0BB.5010702@ztune.net git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@492362 13f79535-47bb-0310-9956-ffa450edef68
* Reviewing the documentation, it's quite clear expat2 requires the symbolwrowe2006-09-121-2/+2
| | | | | | | XML_STATIC defined for any static usage of the expat library when we build apr-util as a static lib. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@442655 13f79535-47bb-0310-9956-ffa450edef68
* Add the missing apu_version.c to source control.wrowe2006-04-031-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@390936 13f79535-47bb-0310-9956-ffa450edef68
* Axe a long-dead helper; we don't reference uri_delims.h wrowe2006-03-091-27/+0
| | | | | | | on any platform, anymore. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@384604 13f79535-47bb-0310-9956-ffa450edef68
* Quiet the one warning in apr build on Studio 2005, /GX deprecated.wrowe2006-03-011-2/+2
| | | | | | | /EHsc has always meant the same thing. In the spirit of commit 381915 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@381919 13f79535-47bb-0310-9956-ffa450edef68
* Add dbd to the windows project files.mturk2005-07-081-0/+19
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@209724 13f79535-47bb-0310-9956-ffa450edef68
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).wrowe2005-05-161-1/+1
| | | | | | | | | | This makes binaries far easier to debug, during operation and for post-crash .dmp analysis. Do not alter /Gs optimizations per brane. Reviewed by: stoddard, brane git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@170376 13f79535-47bb-0310-9956-ffa450edef68
* Teach apr_ldap_init() how to handle STARTTLS in addition to the existingminfrin2005-01-051-0/+4
| | | | | | | SSL support. Add apr_ldap_option API. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124191 13f79535-47bb-0310-9956-ffa450edef68
* Begone foul fooness. We now only support LDAP v3.0 SDKs, so apr_ldap_compatminfrin2004-08-031-4/+0
| | | | | | | | | | | is no longer required. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59109 13f79535-47bb-0310-9956-ffa450edef68
* Add APR functions to do the job of ldap_init(), hiding toolkitminfrin2004-07-301-0/+4
| | | | | | | | | | | specific SSL/TLS handling. Code derived from httpd util_ldap. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59099 13f79535-47bb-0310-9956-ffa450edef68
* apu_compat.h no longer existsjwoolley2003-09-281-4/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58940 13f79535-47bb-0310-9956-ffa450edef68
* Several users (especially those building jk/ant) had observed thatwrowe2003-09-081-36/+36
| | | | | | | | | | | | | | | | | | the APR 0.9 files didn't match on Win32 - they were explicitly trying to locate and bind to libapr-0.dll (to match unix libapr-0.so.) While binary compatibility prevented us from 'fixing' this discrepancy for our existing users - nothing prevents us from fixing this going forwards. This change allows us to locate APR 0.9 and 1.0 binaries and libraries in the same tree structure, as an added bonus. It would also allow the APR library to be installed in a common location, such as \windows\system32, without introducing conflicts between 0.9 and 1.0. Also note that this patch resorts a number of generated files in MSVC 6's natural order. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58929 13f79535-47bb-0310-9956-ffa450edef68
* fix apu build on win32jwoolley2003-09-071-1/+1
| | | | | | | Reviewed by: Andre Malo git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58928 13f79535-47bb-0310-9956-ffa450edef68
* * configure.instriker2003-08-181-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add apu_want.h to the output list. * aprutil.dsp * libaprutil.dsp Add new sourcefiles: apu_want.h* * dbm/apr_dbm_berkeleydb.c Include the Berkeley DB header by using the new APU_WANT_DB. * include/apu.h.in * include/apu.hnw * include/apu.hw Remove the inclusion of db.h triggered by a private symbol. * include/apu_want.h.in * include/apu_want.hnw * include/apu_want.hw New files, introducing conditional action based on APU_WANT_xxx. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58916 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing apr_reslist API for 0.9.3 [G�nter Knauf <eflash@gmx.net>]wrowe2003-03-281-0/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58877 13f79535-47bb-0310-9956-ffa450edef68
* Drop .dbg for .pdb-only symbol files - see the dev@ list for the logicwrowe2003-03-101-2/+2
| | | | | | | behind this change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58867 13f79535-47bb-0310-9956-ffa450edef68
* *) Introduce Release mode debugging symbols for Win32 builds of apr.wrowe2003-02-061-2/+2
| | | | | | | | | | | | All library builds gain /Zi for debug symbols (which are discarded at link time if some flavor of the /debug flag isn't passed to link) and .dll builds gain both .pdb and .dbg files (older debuggers and Dr. Watson-type utilities on WinNT or Win9x don't support the newer .pdb symbol files.) Documentation on how-to-use these symbol files will be forthcoming. [Allen Edwards, William Rowe] git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58849 13f79535-47bb-0310-9956-ffa450edef68
* Fix whitespace in custom targets to match what the IDE (VS 6.0) createswrowe2003-02-061-20/+20
| | | | | | | | whenever the .dsp is modified and saved from the IDE. This makes staring at cvs diff's much easier. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58848 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate more unnecessary discrepancies between libaprutil and aprutil dsp's.wrowe2003-02-061-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58847 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_queue to the Windows build.brane2002-12-221-0/+8
| | | | | | | | | | | Submitted by Damir Dezeljin <programing@nib.si> Add apr_queue.h and apr_queue.c to aprutil.dsp and libaprutil.dsp, wrap the public function decls with APU_DECLARE, and include apu.h in apr_queue.h. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58809 13f79535-47bb-0310-9956-ffa450edef68
* Add win32 ldap to the win32 build.wrowe2002-12-111-2/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58801 13f79535-47bb-0310-9956-ffa450edef68
* Correct the build targets and defines to always trust iconv as a staticwrowe2002-07-211-2/+2
| | | | | | | | library, bound into aprutil.lib or libaprutil.dll. This fixes an htdbm build error. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58715 13f79535-47bb-0310-9956-ffa450edef68
* Allow us to peek at the apr_iconv.h header file.wrowe2002-07-201-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58711 13f79535-47bb-0310-9956-ffa450edef68
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.wrowe2002-07-171-0/+12
| | | | | | | | | | Moved xlate.c into apr-util. Define APR_HAS_XLATE based on APR_HAVE_ICONV. It could become an APU_HAVE_ICONV test, but my configure.in.foo isn't that worthy. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58695 13f79535-47bb-0310-9956-ffa450edef68
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-171-0/+12
| | | | | | | | all the remaining getuuid.c source should be made generic. I just grabbed what my compiler tripped over. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58692 13f79535-47bb-0310-9956-ffa450edef68
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thiswrowe2002-07-171-0/+8
| | | | | | | didn't even cause any hassles. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58690 13f79535-47bb-0310-9956-ffa450edef68
* I expect this fixes the new breakage in the apr build. Too quick ofwrowe2002-05-251-2/+2
| | | | | | | a cut and paste. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58655 13f79535-47bb-0310-9956-ffa450edef68
* We appear to never have had any complaints about copy srcname dstnamewrowe2002-05-241-26/+16
| | | | | | | | | not overwriting dstname ... this flavor is certain not to emit a file exists error [with the obvious caviat - if it's write protected, your problem.] Much simpler than /y, <.y or set copycmd fooness. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58652 13f79535-47bb-0310-9956-ffa450edef68
* Catch. Here come apr_md4, apr_strmatch and the placeholders for apr_ldapwrowe2002-05-111-0/+79
| | | | | | | | although the #PROP Excludefrombuild stuff must be removed and the make gook fixed to incorporate the ldap fun (for one, need apr_ldap_compat.hw). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58623 13f79535-47bb-0310-9956-ffa450edef68
* Fix Jerry Baker's observed compilation faults for cvs head and 2.0.34,wrowe2002-04-011-0/+4
| | | | | | | courtesy Cliff Woolley's patch and observations. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58586 13f79535-47bb-0310-9956-ffa450edef68
* Drop the word 'External' for 'Public', to avoid confusing the dependencywrowe2002-01-291-2/+2
| | | | | | | generator that these might be immortal and not subject to change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58541 13f79535-47bb-0310-9956-ffa450edef68
* A minimalist relocatable memory manager. When I suggest minimalist,wrowe2002-01-051-32/+48
| | | | | | | | | | | | | | | | | | | | it is -minimal-, still missing locking for allocation [that gets tricky, we can discuss on list], some get largest-available and get free space APIs, a get_management_overhead call [for determining the optimal preallocation size before creating a block of memory to manage] and a better-fit algorithm so we make best use of tight spaces. This also should grow a set of typesafe offset-protection wrappers, which I will introduce shortly. Those have proven trickier than I had expected. While this is designed for Aaron's redesign of shm, it certainly isn't limited to that application. It is great for serializing any sort of structures into files or between processes, or other persistant applications. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58506 13f79535-47bb-0310-9956-ffa450edef68
* add the berkeley & gdbm implementations to the win32 project files.ianh2001-12-261-0/+8
| | | | | | | | | | | | these a no-op's in the current config, but it makes it easier to build if you want to add the berkeley DB yourself PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58498 13f79535-47bb-0310-9956-ffa450edef68
* Ring-a-ling, time to move from util into aprwrowe2001-12-261-4/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58495 13f79535-47bb-0310-9956-ffa450edef68
* add apr_dbm_sdbm.c to project (default DBM for win32 is sdbm)ianh2001-11-111-0/+4
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58449 13f79535-47bb-0310-9956-ffa450edef68
* Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) towrowe2001-08-261-1/+1
| | | | | | | build 'out of the box' in debugging mode. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58408 13f79535-47bb-0310-9956-ffa450edef68
* The purpose of this patch is to toggle the debugging mode (default) towrowe2001-08-171-6/+5
| | | | | | | | | | | | | | | | Program Database (from Program Database for Modify on the fly debugging). The net effect of this patch is to clean up all of the irrelevant entries associated with either the debugging or release command line switches, and generally straighten the projects as they would be exported from VC6/SP5. The outcome of this patch is that VC5 users -should- be able to load and build the workspace without any errors (as they used to have no symbols database at all, the /ZI option doesn't work, they had to use cvtdsp.pl to toggle these to /Zi.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58375 13f79535-47bb-0310-9956-ffa450edef68
* Add missing apr_uri header to the win32 projectswrowe2001-06-271-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58311 13f79535-47bb-0310-9956-ffa450edef68
* Blind attempt to add apr_date to the VC++ files.jerenkrantz2001-05-311-0/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58272 13f79535-47bb-0310-9956-ffa450edef68
* Correct back to 6.0 projectswrowe2001-05-231-3/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58269 13f79535-47bb-0310-9956-ffa450edef68
* Get aprutil building with uri_delimswrowe2001-05-231-10/+43
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58267 13f79535-47bb-0310-9956-ffa450edef68
* Revert the last patch [thank you for pointing out the obvious, Greg ;]wrowe2001-05-101-29/+0
| | | | | | | | Will add an aprutil.dsw for building sub-projects including apr in tandem with apr-util, for win32 folks using apr outside of apache. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58241 13f79535-47bb-0310-9956-ffa450edef68
* I _swear_ this was building at one time, yet I see nothing changed,wrowe2001-05-101-0/+29
| | | | | | | and no attic. Have folks mucked directly in cvs again, or am I mad? git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58240 13f79535-47bb-0310-9956-ffa450edef68
* Reviewing one's own commit messages helps toowrowe2001-03-221-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58176 13f79535-47bb-0310-9956-ffa450edef68
* Commit conflicts are a great thing - all sorts of goodies lurkingwrowe2001-03-221-1/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58175 13f79535-47bb-0310-9956-ffa450edef68
* add ./xml/expat/lib path to aprutil project to fix buildake2001-03-161-21/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58173 13f79535-47bb-0310-9956-ffa450edef68
* Ugly hack gone... now need some new goodieswrowe2001-03-081-0/+29
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58163 13f79535-47bb-0310-9956-ffa450edef68
* Begin to fix the build schema changes for apr-utilwrowe2001-02-251-2/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58129 13f79535-47bb-0310-9956-ffa450edef68
* A legible change to add the newest headers to the apr-util .dsp 'projects'wrowe2001-01-281-3/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58079 13f79535-47bb-0310-9956-ffa450edef68
* Teach configure about the new DB selections. The stuff must still be on thegstein2001-01-251-9/+9
| | | | | | | | | | | | | | | | existing include/lib paths (both DB and GDBM), so we may want more in the future. apu_private.h was only about selecting the DBM type. It has become apu_select_dbm.h and includes a DB header if applicable. We may reintroduce apu_private (for other modules that don't want the DB header all the time) or simply place other feature selections into apu_config.h. Note that --with-dbm=db selects the "best" DB version. Manual forcing can be done with db1, db185, db2, or db3. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58072 13f79535-47bb-0310-9956-ffa450edef68