| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@390936 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
on any platform, anymore.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@384604 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
/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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@209724 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58940 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reviewed by: Andre Malo
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58928 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58877 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
behind this change.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58867 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58847 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58801 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58711 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
a cut and paste.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58655 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58495 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58311 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58272 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58269 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58267 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58176 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58175 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58173 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58163 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58129 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58079 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|