| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide apr_siphash*() functions family. | ylavic | 2016-10-07 | 1 | -0/+4 |
* | Delete stale 9x custom action | wrowe | 2015-06-25 | 1 | -22/+0 |
* | The better way | gsmith | 2014-09-22 | 1 | -4/+81 |
* | Add in apr_skiplist | jim | 2013-09-30 | 1 | -1/+8 |
* | Mark apr_dbd_freetds as unsupported and remove it from all builds | niq | 2013-03-30 | 1 | -4/+0 |
* | follow up to r1363076: | trawick | 2012-07-18 | 1 | -0/+12 |
* | Backport windows crypto build files from apr-util. We still need port module ... | mturk | 2011-12-08 | 1 | -0/+4 |
* | Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list. | wrowe | 2011-05-31 | 1 | -79/+0 |
* | catch up with XML changes, supporting only expat for now | trawick | 2011-03-29 | 1 | -0/+4 |
* | remove ancient time field getters, replaced with exploded time | trawick | 2011-03-19 | 1 | -4/+0 |
* | Update for performance de-optimization and seperate expat .dll location | wrowe | 2010-01-20 | 1 | -0/+4 |
* | Don't include include/arch/ root | wrowe | 2009-12-21 | 1 | -4/+4 |
* | Refactor away apu_version legacy cruft | wrowe | 2009-12-21 | 1 | -4/+0 |
* | The end of individual apu.h flavors, these public declarations live in apr.h | wrowe | 2009-12-18 | 1 | -52/+1 |
* | Catch up on Win32 build with apr_private_common.h/apu_config.h deprecation | wrowe | 2009-12-18 | 1 | -55/+0 |
* | The expat-way of doing things to the expat lib, rather than our own xml.lib | wrowe | 2009-12-17 | 1 | -4/+4 |
* | merge util sources, rev to -2 | wrowe | 2009-12-17 | 1 | -12/+291 |
* | Fix 1.4.x breakage on win32, add socket_util to both static and dll builds | wrowe | 2009-12-17 | 1 | -4/+4 |
* | Reorder, and clean up some leftover cruft in apr.dsp | wrowe | 2009-12-17 | 1 | -55/+55 |
* | Remove Win-9x, deprecated, and add apr-util oriented header generation | wrowe | 2009-12-17 | 1 | -88/+267 |
* | * Add apr_socket_is_connected to detect whether the remote side of a socket | rpluem | 2009-10-04 | 1 | -0/+4 |
* | Use WSApoll if supported by winsock | mturk | 2009-02-14 | 1 | -0/+4 |
* | Implement providers for apr_pollset and apr_pollcb | mturk | 2009-02-13 | 1 | -0/+8 |
* | missed a line | wrowe | 2007-10-18 | 1 | -0/+1 |
* | At least on trunk, break out poll (make it obvious our | wrowe | 2007-10-18 | 1 | -4/+7 |
* | Refactor the build to know x64 (on Visual Studios which | wrowe | 2007-10-07 | 1 | -30/+118 |
* | Revert 580655+580835 in search of a better solution | wrowe | 2007-10-05 | 1 | -12/+12 |
* | Prepare for testing on x64 again; there is a footnote to these | wrowe | 2007-10-01 | 1 | -12/+12 |
* | In order to provide an easier VStudio .vcproj file transition | wrowe | 2007-09-30 | 1 | -10/+10 |
* | complete change to msvc6 'preferred' syntax. | wrowe | 2007-01-11 | 1 | -3/+5 |
* | Spent more time observing MSVC6's default syntax, change some | wrowe | 2007-01-11 | 1 | -4/+4 |
* | Nominally, more maintainable (filename appears once, not multiple times.) | wrowe | 2007-01-11 | 1 | -8/+8 |
* | An early test version; activate the response | wrowe | 2006-06-21 | 1 | -4/+4 |
* | Provide folding in autogenerated .manifest files for Win32 builders | wrowe | 2006-06-21 | 1 | -2/+24 |
* | Eliminate /machine:i386 to simplify our lives when invoking other | wrowe | 2006-04-27 | 1 | -11/+91 |
* | Quiet the only warning in apr build on Studio 2005, /GX deprecated. | wrowe | 2006-03-01 | 1 | -2/+2 |
* | Initial win32 implementation of the variable file-io buffer size functions. | colm | 2005-10-18 | 1 | -0/+4 |
* | Add random group like for static build. | mturk | 2005-06-25 | 1 | -0/+16 |
* | Add multicast.c to build. | mturk | 2005-05-19 | 1 | -0/+4 |
* | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | wrowe | 2005-05-16 | 1 | -1/+1 |
* | Since reaction is negative to a seperate apr_release.h file for | wrowe | 2005-02-07 | 1 | -2/+2 |
* | This is (part of) the point to apr_release.h, although that name is | wrowe | 2005-02-07 | 1 | -33/+2 |
* | Win32 is select() not poll() - include the correct sources. | wrowe | 2004-11-21 | 1 | -1/+1 |
* | Update the license language to asl 2.0, and correctly grab | wrowe | 2004-07-15 | 1 | -2/+4 |
* | Completely remove apr_socket_from_file which is deprecated on the 0.9 | jorton | 2003-12-09 | 1 | -4/+0 |
* | move win32 atomic functions out of the unix file (which wasn't built | trawick | 2003-12-03 | 1 | -0/+8 |
* | apr_compat.h no longer exists | jwoolley | 2003-09-28 | 1 | -4/+0 |
* | Several users (especially those building jk/ant) had observed that | wrowe | 2003-09-08 | 1 | -2/+2 |
* | Add apr_temp_dir_get(), a function to get the most suitable directory to place | thommay | 2003-08-23 | 1 | -0/+4 |
* | Drop .dbg extraction from libapr.dll. Complete debug symbols are created | wrowe | 2003-03-10 | 1 | -14/+5 |