| Commit message (Expand) | Author | Age | Files | Lines |
* | freshen up for 1.7.0 | Gregg Lewis Smith | 2019-03-26 | 1 | -4/+12 |
* | Catch up legacy Windows builds | Gregg Lewis Smith | 2016-12-03 | 1 | -110/+4 |
* | Add poll/unix/wakeup.c to legacy Windows build files. | Ivan Zhakov | 2016-12-03 | 1 | -0/+4 |
* | Fix apr and conform both apr/libapr projects to trunk/1.5 | Gregg Lewis Smith | 2014-09-22 | 1 | -69/+6 |
* | change the way gen_test_char.exe & apr_escape_test.char.h are generated. | Gregg Lewis Smith | 2013-11-06 | 1 | -18/+138 |
* | Add apr_escape, gen_test_char & testescape | Gregg Lewis Smith | 2013-10-21 | 1 | -6/+30 |
* | DSP stuff | Jim Jagielski | 2013-09-30 | 1 | -0/+4 |
* | Add in apr_skiplist | Jim Jagielski | 2013-09-30 | 1 | -0/+4 |
* | merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227 | Jeff Trawick | 2011-03-21 | 1 | -4/+0 |
* | Backport Win32 part of poll provider for Vista+ | Mladen Turk | 2010-08-26 | 1 | -0/+4 |
* | Backport r891506 to add socket_util for static builds | William A. Rowe Jr | 2009-12-17 | 1 | -4/+4 |
* | Merge r821524, r822431, r822892, r824500 from trunk: | Ruediger Pluem | 2009-10-16 | 1 | -0/+4 |
* | Backport all poll changes from r734707 up to now | Jim Jagielski | 2009-10-02 | 1 | -0/+8 |
* | missed a line | William A. Rowe Jr | 2007-10-18 | 1 | -0/+1 |
* | At least on trunk, break out poll (make it obvious our | William A. Rowe Jr | 2007-10-18 | 1 | -4/+7 |
* | Refactor the build to know x64 (on Visual Studios which | William A. Rowe Jr | 2007-10-07 | 1 | -30/+118 |
* | Revert 580655+580835 in search of a better solution | William A. Rowe Jr | 2007-10-05 | 1 | -12/+12 |
* | Prepare for testing on x64 again; there is a footnote to these | William A. Rowe Jr | 2007-10-01 | 1 | -12/+12 |
* | In order to provide an easier VStudio .vcproj file transition | William A. Rowe Jr | 2007-09-30 | 1 | -10/+10 |
* | complete change to msvc6 'preferred' syntax. | William A. Rowe Jr | 2007-01-11 | 1 | -3/+5 |
* | Spent more time observing MSVC6's default syntax, change some | William A. Rowe Jr | 2007-01-11 | 1 | -4/+4 |
* | Nominally, more maintainable (filename appears once, not multiple times.) | William A. Rowe Jr | 2007-01-11 | 1 | -8/+8 |
* | An early test version; activate the response | William A. Rowe Jr | 2006-06-21 | 1 | -4/+4 |
* | Provide folding in autogenerated .manifest files for Win32 builders | William A. Rowe Jr | 2006-06-21 | 1 | -2/+24 |
* | Eliminate /machine:i386 to simplify our lives when invoking other | William A. Rowe Jr | 2006-04-27 | 1 | -11/+91 |
* | Quiet the only warning in apr build on Studio 2005, /GX deprecated. | William A. Rowe Jr | 2006-03-01 | 1 | -2/+2 |
* | Initial win32 implementation of the variable file-io buffer size functions. | Colm MacCarthaigh | 2005-10-18 | 1 | -0/+4 |
* | Add random group like for static build. | Mladen Turk | 2005-06-25 | 1 | -0/+16 |
* | Add multicast.c to build. | Mladen Turk | 2005-05-19 | 1 | -0/+4 |
* | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-16 | 1 | -1/+1 |
* | Since reaction is negative to a seperate apr_release.h file for | William A. Rowe Jr | 2005-02-07 | 1 | -2/+2 |
* | This is (part of) the point to apr_release.h, although that name is | William A. Rowe Jr | 2005-02-07 | 1 | -33/+2 |
* | Win32 is select() not poll() - include the correct sources. | William A. Rowe Jr | 2004-11-21 | 1 | -1/+1 |
* | Update the license language to asl 2.0, and correctly grab | William A. Rowe Jr | 2004-07-15 | 1 | -2/+4 |
* | Completely remove apr_socket_from_file which is deprecated on the 0.9 | Joe Orton | 2003-12-09 | 1 | -4/+0 |
* | move win32 atomic functions out of the unix file (which wasn't built | Jeff Trawick | 2003-12-03 | 1 | -0/+8 |
* | apr_compat.h no longer exists | Cliff Woolley | 2003-09-28 | 1 | -4/+0 |
* | Several users (especially those building jk/ant) had observed that | William A. Rowe Jr | 2003-09-08 | 1 | -2/+2 |
* | Add apr_temp_dir_get(), a function to get the most suitable directory to place | Thom May | 2003-08-23 | 1 | -0/+4 |
* | Drop .dbg extraction from libapr.dll. Complete debug symbols are created | William A. Rowe Jr | 2003-03-10 | 1 | -14/+5 |
* | Outch, these shouldn't vary, should be in alpha order, and most importantly, | William A. Rowe Jr | 2003-03-06 | 1 | -2/+22 |
* | After consulting with the APR list, it was decided that /map file creation | William A. Rowe Jr | 2003-02-20 | 1 | -5/+5 |
* | Added a new module, apr_env, for manipulating the environment. The new | Branko Čibej | 2003-02-17 | 1 | -0/+12 |
* | .dbgmark was a very bad choice, because foo.dbgmark == foo.dbg in 8.3 | William A. Rowe Jr | 2003-02-16 | 1 | -2/+2 |
* | Added two new functions, apr_filepath_list_split and apr_filepath_list_merge, | Branko Čibej | 2003-02-12 | 1 | -0/+4 |
* | Stay consistent with naming the .pdb files from the compile step as _src. | William A. Rowe Jr | 2003-02-11 | 1 | -2/+2 |
* | rebase touches the .dll often after it's last touched the .dbg file, so | William A. Rowe Jr | 2003-02-07 | 1 | -1/+2 |
* | *) Introduce Release mode debugging symbols for Win32 builds of apr. | William A. Rowe Jr | 2003-02-06 | 1 | -6/+14 |
* | Clean up these project to be consistent with .dsp files saved from the | William A. Rowe Jr | 2003-02-06 | 1 | -10/+10 |
* | Identify libapr as a .dll, not an .exe. Submitted by Mladen Turk. | William A. Rowe Jr | 2003-01-20 | 1 | -1/+1 |