summaryrefslogtreecommitdiff
path: root/libapr.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Provide apr_siphash*() functions family.Yann Ylavic2016-10-071-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1763672 13f79535-47bb-0310-9956-ffa450edef68
* Delete stale 9x custom actionWilliam A. Rowe Jr2015-06-251-22/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1687622 13f79535-47bb-0310-9956-ffa450edef68
* The better wayGregg Lewis Smith2014-09-221-4/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1626658 13f79535-47bb-0310-9956-ffa450edef68
* Add in apr_skiplistJim Jagielski2013-09-301-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1527540 13f79535-47bb-0310-9956-ffa450edef68
* Mark apr_dbd_freetds as unsupported and remove it from all buildsNick Kew2013-03-301-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1462772 13f79535-47bb-0310-9956-ffa450edef68
* follow up to r1363076:Jeff Trawick2012-07-181-0/+12
| | | | | | | include new crypto files in libapr.dsp too git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1363168 13f79535-47bb-0310-9956-ffa450edef68
* Backport windows crypto build files from apr-util. We still need port module ↵Mladen Turk2011-12-081-0/+4
| | | | | | build part for Makefile.win git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1212119 13f79535-47bb-0310-9956-ffa450edef68
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-311-79/+0
| | | | | | | | It was not possible to use this interface without ldap provider internals. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68
* catch up with XML changes, supporting only expat for nowJeff Trawick2011-03-291-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1086789 13f79535-47bb-0310-9956-ffa450edef68
* remove ancient time field getters, replaced with exploded timeJeff Trawick2011-03-191-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1083177 13f79535-47bb-0310-9956-ffa450edef68
* Update for performance de-optimization and seperate expat .dll locationWilliam A. Rowe Jr2010-01-201-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@901087 13f79535-47bb-0310-9956-ffa450edef68
* Don't include include/arch/ rootWilliam A. Rowe Jr2009-12-211-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@893000 13f79535-47bb-0310-9956-ffa450edef68
* Refactor away apu_version legacy cruftWilliam A. Rowe Jr2009-12-211-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@892985 13f79535-47bb-0310-9956-ffa450edef68
* The end of individual apu.h flavors, these public declarations live in apr.hWilliam A. Rowe Jr2009-12-181-52/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@892131 13f79535-47bb-0310-9956-ffa450edef68
* Catch up on Win32 build with apr_private_common.h/apu_config.h deprecationWilliam A. Rowe Jr2009-12-181-55/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@892130 13f79535-47bb-0310-9956-ffa450edef68
* The expat-way of doing things to the expat lib, rather than our own xml.libWilliam A. Rowe Jr2009-12-171-4/+4
| | | | | | | The other whitespace and functional win32 changes are going away altogether as apu_config.h is dropped. The apu.hnw change was immediately reverted. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891846 13f79535-47bb-0310-9956-ffa450edef68
* merge util sources, rev to -2William A. Rowe Jr2009-12-171-12/+291
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891803 13f79535-47bb-0310-9956-ffa450edef68
* Fix 1.4.x breakage on win32, add socket_util to both static and dll buildsWilliam A. Rowe Jr2009-12-171-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891506 13f79535-47bb-0310-9956-ffa450edef68
* Reorder, and clean up some leftover cruft in apr.dspWilliam A. Rowe Jr2009-12-171-55/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891503 13f79535-47bb-0310-9956-ffa450edef68
* Remove Win-9x, deprecated, and add apr-util oriented header generationWilliam A. Rowe Jr2009-12-171-88/+267
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891502 13f79535-47bb-0310-9956-ffa450edef68
* * Add apr_socket_is_connected to detect whether the remote side of a socketRuediger Pluem2009-10-041-0/+4
| | | | | | | | | is still open. The origin of apr_socket_is_connected is r473278 from http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c in httpd. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@821524 13f79535-47bb-0310-9956-ffa450edef68
* Use WSApoll if supported by winsockMladen Turk2009-02-141-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@744552 13f79535-47bb-0310-9956-ffa450edef68
* Implement providers for apr_pollset and apr_pollcbMladen Turk2009-02-131-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@744095 13f79535-47bb-0310-9956-ffa450edef68
* missed a lineWilliam A. Rowe Jr2007-10-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@585861 13f79535-47bb-0310-9956-ffa450edef68
* At least on trunk, break out poll (make it obvious ourWilliam A. Rowe Jr2007-10-181-4/+7
| | | | | | poll-fu on win32 is still not 1337). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@585860 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the build to know x64 (on Visual Studios which William A. Rowe Jr2007-10-071-30/+118
| | | | | | | | | | | | | support it) - intended for backport, and make -DWINNT the default (not intended for backport) with new 9x compatible flavor targets. Also invoke the make test/ check from either the testdll or testlib targets of test/testall.dsw (this both builds and runs the test suite inside the studio). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@582604 13f79535-47bb-0310-9956-ffa450edef68
* Revert 580655+580835 in search of a better solutionWilliam A. Rowe Jr2007-10-051-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@582090 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for testing on x64 again; there is a footnote to theseWilliam A. Rowe Jr2007-10-011-12/+12
| | | | | | | changes, VS6 is horribly stupid and will create (and never use) a directory explicitly named $(OUTDIR). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@580835 13f79535-47bb-0310-9956-ffa450edef68
* In order to provide an easier VStudio .vcproj file transitionWilliam A. Rowe Jr2007-09-301-10/+10
| | | | | | | | | | replace most path occurances with $(IntDir)/$(OutDir) substitutions and rename LibNT[RD] directories to Lib[RD]NT directory names, ensuring NT is the suffix for dynamic and static builds. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@580655 13f79535-47bb-0310-9956-ffa450edef68
* complete change to msvc6 'preferred' syntax.William A. Rowe Jr2007-01-111-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@495122 13f79535-47bb-0310-9956-ffa450edef68
* Spent more time observing MSVC6's default syntax, change someWilliam A. Rowe Jr2007-01-111-4/+4
| | | | | | path delims to their 'preferred' style. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@495116 13f79535-47bb-0310-9956-ffa450edef68
* Nominally, more maintainable (filename appears once, not multiple times.)William A. Rowe Jr2007-01-111-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@495084 13f79535-47bb-0310-9956-ffa450edef68
* An early test version; activate the responseWilliam A. Rowe Jr2006-06-211-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@416142 13f79535-47bb-0310-9956-ffa450edef68
* Provide folding in autogenerated .manifest files for Win32 buildersWilliam A. Rowe Jr2006-06-211-2/+24
| | | | | | | | | | using VisualStudio 2005. This actually describes the clib that is required at run time by this build of libapr-1.dll git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@416113 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate /machine:i386 to simplify our lives when invoking otherWilliam A. Rowe Jr2006-04-271-11/+91
| | | | | | | | | linkers, normalize the remaining /EHsc references, add the missing apr_random.h and some other side effects from saving the file (carefully replacing the bogus-missing /incremental:no flag in the release /debug flavor build.) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@397415 13f79535-47bb-0310-9956-ffa450edef68
* Quiet the only warning in apr build on Studio 2005, /GX deprecated.William A. Rowe Jr2006-03-011-2/+2
| | | | | | | | /EHsc has always meant the same thing. However, I'm reverting this to /GX for VC 5.0 (if anyone still uses it) when invoking the build/cvtdsp.pl -5 command to convert these projects to Visual 5.0. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@381915 13f79535-47bb-0310-9956-ffa450edef68
* Initial win32 implementation of the variable file-io buffer size functions.Colm MacCarthaigh2005-10-181-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@326118 13f79535-47bb-0310-9956-ffa450edef68
* Add random group like for static build.Mladen Turk2005-06-251-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@201738 13f79535-47bb-0310-9956-ffa450edef68
* Add multicast.c to build.Mladen Turk2005-05-191-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@171002 13f79535-47bb-0310-9956-ffa450edef68
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-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. [I was near certain this had been committed to trunk/ but svn locally is insisting otherwise] Reviewed by: stoddard, brane git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@170475 13f79535-47bb-0310-9956-ffa450edef68
* Since reaction is negative to a seperate apr_release.h file forWilliam A. Rowe Jr2005-02-071-2/+2
| | | | | | | | the CPP-only grammer, acknowledge APR_VERSION_ONLY in order to compile to apr_version.h without including apr.h, nor declaring the APR C runtime version API. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151788 13f79535-47bb-0310-9956-ffa450edef68
* This is (part of) the point to apr_release.h, although that name isWilliam A. Rowe Jr2005-02-071-33/+2
| | | | | | | | | | | | | certainly subject to discussion. Elimiate use of win32ver.awk for creating libapr.rc. Simply pull in the cpp macros from apr_release.h. The issue is that we could not do this with apr_version.h due to how complex the c grammer has become. We need a lightweight c preprocessor file for the resource compiler (rc) to parse. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151780 13f79535-47bb-0310-9956-ffa450edef68
* Win32 is select() not poll() - include the correct sources.William A. Rowe Jr2004-11-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@106078 13f79535-47bb-0310-9956-ffa450edef68
* Update the license language to asl 2.0, and correctly grabWilliam A. Rowe Jr2004-07-151-2/+4
| | | | | | | apr[u|i] revisions from the usual version files. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65281 13f79535-47bb-0310-9956-ffa450edef68
* Completely remove apr_socket_from_file which is deprecated on the 0.9Joe Orton2003-12-091-4/+0
| | | | | | | | | | | | | | | branch and was partially removed earlier. * include/apr.h.in: Removed reference to apr_socket_from_file. * apr.dsp, libapr.dsp, poll/unix/Makefile.in: Don't build pollacc.c. * poll/unix/pollacc.c: Removed file. PR: 25324 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64821 13f79535-47bb-0310-9956-ffa450edef68
* move win32 atomic functions out of the unix file (which wasn't builtJeff Trawick2003-12-031-0/+8
| | | | | | | | | | on win32 anyway) and into a unique file apr_atomic_casptr() is busted for me on win32, as I am missing the magic bits for InterlockedCompareExchangePointer() git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64805 13f79535-47bb-0310-9956-ffa450edef68
* apr_compat.h no longer existsCliff Woolley2003-09-281-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64658 13f79535-47bb-0310-9956-ffa450edef68
* Several users (especially those building jk/ant) had observed thatWilliam A. Rowe Jr2003-09-081-2/+2
| | | | | | | | | | | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64612 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_temp_dir_get(), a function to get the most suitable directory to placeThom May2003-08-231-0/+4
| | | | | | | | | | temp files based on environment variables and other factors. Obtained from: C Mike Pilato <cmpilato@collab.net> Reviewed by: Thom May git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64591 13f79535-47bb-0310-9956-ffa450edef68
* Drop .dbg extraction from libapr.dll. Complete debug symbols are createdWilliam A. Rowe Jr2003-03-101-14/+5
| | | | | | | | as libapr.pdb which is sufficient for 99% of all purposes (see dev@ dialog on the problems and reasons for this change.) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64414 13f79535-47bb-0310-9956-ffa450edef68