summaryrefslogtreecommitdiff
path: root/libapr.dsp
Commit message (Expand)AuthorAgeFilesLines
...
* Outch, these shouldn't vary, should be in alpha order, and most importantly,William A. Rowe Jr2003-03-061-2/+22
* After consulting with the APR list, it was decided that /map file creationWilliam A. Rowe Jr2003-02-201-5/+5
* Added a new module, apr_env, for manipulating the environment. The newBranko Čibej2003-02-171-0/+12
* .dbgmark was a very bad choice, because foo.dbgmark == foo.dbg in 8.3William A. Rowe Jr2003-02-161-2/+2
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,Branko Čibej2003-02-121-0/+4
* Stay consistent with naming the .pdb files from the compile step as _src.William A. Rowe Jr2003-02-111-2/+2
* rebase touches the .dll often after it's last touched the .dbg file, soWilliam A. Rowe Jr2003-02-071-1/+2
* *) Introduce Release mode debugging symbols for Win32 builds of apr.William A. Rowe Jr2003-02-061-6/+14
* Clean up these project to be consistent with .dsp files saved from theWilliam A. Rowe Jr2003-02-061-10/+10
* Identify libapr as a .dll, not an .exe. Submitted by Mladen Turk.William A. Rowe Jr2003-01-201-1/+1
* Identify libapr as a .dll, not an .exe. Submitted by Mladen Turk.William A. Rowe Jr2003-01-201-1/+1
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Fix up the apr dsp files affected by the move of the header filesThom May2003-01-071-10/+10
* Studying the sizes [in debug mode] consumed by libapr.dll and family,William A. Rowe Jr2002-12-021-4/+4
* Introduced apr_os_default_encoding and apr_os_locale_encoding, withBranko Čibej2002-11-121-0/+4
* Resync to network_io/unix/sockaddr.c now that they are completely common.William A. Rowe Jr2002-10-271-6/+1
* Skip the entire CoAPI garbage and go right for UuidCreate(), which onWilliam A. Rowe Jr2002-07-171-2/+2
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.William A. Rowe Jr2002-07-171-12/+0
* Move UUID. Not the simplest thing in the world. Note that almostWilliam A. Rowe Jr2002-07-171-12/+0
* Move the win32-only utf8 support [for the Unicode filesystem] out ofWilliam A. Rowe Jr2002-07-171-8/+8
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thisWilliam A. Rowe Jr2002-07-171-8/+0
* Split the apr_poll() implementation from the accessor functions. ThisRyan Bloom2002-07-111-0/+4
* I really don't see why we moved the fileWilliam A. Rowe Jr2002-07-111-1/+1
* Get Win32 building again. Doesn't build clean, but at least it builds.William A. Rowe Jr2002-07-111-1/+1
* Prepare for win32 inherit.hWilliam A. Rowe Jr2002-06-081-1/+1
* Include i18n/unix/xlate.c for ENOTIMPL entry pointsWilliam A. Rowe Jr2002-06-081-1/+0
* We appear to never have had any complaints about copy srcname dstnameWilliam A. Rowe Jr2002-05-241-6/+4
* Correct the omission of version.cWilliam A. Rowe Jr2002-05-131-0/+4
* Doesn't fix anything. Just makes it more convienent to maintain apr_app.cWilliam A. Rowe Jr2002-04-291-0/+5
* Thanks to Aaron for the proposed patch, thanks to Sebastian for validating.William A. Rowe Jr2002-04-091-12/+0
* No actual global_mutex implementation on Win32, it's simply a proc_lock.William A. Rowe Jr2002-02-221-4/+0
* Can't be playing in apr.hw without keeping apr.h.in and apr.hnw up to date.William A. Rowe Jr2002-02-221-0/+5
* Implement apr_global_mutex_foo() on Windows. This is basically identicalBill Stoddard2002-02-191-0/+8
* Realign internal.c as the required apr_app static fn's, and removedWilliam A. Rowe Jr2002-02-181-5/+5
* Add apr_file_copy() and apr_file_append() functions. These are writtenGreg Stein2002-02-011-0/+4
* Not critical - this patch is only required if libapr is built withWilliam A. Rowe Jr2002-01-311-4/+4
* Build new goodies.William A. Rowe Jr2002-01-301-0/+4
* Change 'External' since some suspect this could cause Win32 to considerWilliam A. Rowe Jr2002-01-291-2/+2
* Changes for Win32 to build with shm. [and a little bit of alpha ordering]William A. Rowe Jr2002-01-101-7/+6
* Doesn't do much good if the win32 projects aren't committed to includeWilliam A. Rowe Jr2002-01-081-0/+12
* Ring-a-ling, time to move from util into aprWilliam A. Rowe Jr2001-12-261-0/+4
* Following the split, fix this for the IDE (really no effect on building.)William A. Rowe Jr2001-11-211-1/+1
* The dll build of apr is misssing a mktemp.c in build.Jeff Trawick2001-11-111-0/+4
* Remove SMS and all references.Sander Striker2001-09-281-28/+0
* When rbb's implementation is committed, make win32 ready for thread_cond.cWilliam A. Rowe Jr2001-09-171-0/+4
* Begin/End Source (not End Group :) Any patch to apr.dsp generally needsWilliam A. Rowe Jr2001-09-111-0/+24
* Split all win32 specific system calls from filepath.c into filesys.cWilliam A. Rowe Jr2001-08-281-0/+4
* Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) toWilliam A. Rowe Jr2001-08-261-1/+1
* Never used, now never usefulWilliam A. Rowe Jr2001-08-241-4/+0
* The purpose of this patch is to toggle the debugging mode (default) toWilliam A. Rowe Jr2001-08-171-6/+3