| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r1685929 from trunk: | Branko Čibej | 2015-06-18 | 1 | -0/+34 |
* | Remove assumption that drive letters are always uppercase. | Rainer Jung | 2013-10-03 | 1 | -0/+44 |
* | merge r1460405 from trunk | Jeff Trawick | 2013-03-30 | 1 | -0/+4 |
* | check that the library function succeeded, not that | Jeff Trawick | 2007-11-18 | 1 | -2/+2 |
* | We are reasonably confident this behaves as expected, | William A. Rowe Jr | 2007-10-14 | 1 | -1/+15 |
* | Handle the variable length volume names on NetWare | Bradley Nicholes | 2006-09-21 | 1 | -0/+12 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | Revert my last commit. I've determined that data becomes data, while | William A. Rowe Jr | 2006-07-24 | 1 | -1/+1 |
* | My revision should have confirmed ../../.. -> ../../../ | William A. Rowe Jr | 2006-07-24 | 1 | -1/+1 |
* | From svn issue 1869, test for ../../../ as submitted, plus i've added | William A. Rowe Jr | 2006-07-23 | 1 | -0/+19 |
* | * test/testnames.c (root_from_cwd_and_back): Fix segfault on | Joe Orton | 2006-03-01 | 1 | -1/+1 |
* | Proveup: Bug 38801 reported by <kevin_wise motorola.com> | William A. Rowe Jr | 2006-03-01 | 1 | -0/+33 |
* | OS/2 requires a drive letter in the path to be absolute. | Brian Havard | 2006-02-14 | 1 | -1/+1 |
* | Rules out netware from this scenario per Brad. | William A. Rowe Jr | 2006-02-09 | 1 | -1/+1 |
* | Testcase to reproduce bug 31878, incomplete partial root on UFS syntax | William A. Rowe Jr | 2006-02-09 | 1 | -4/+17 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Add the line number to the verbose output from abts. This also removes | Ryan Bloom | 2004-05-14 | 1 | -37/+37 |
* | Move the APR test suite from CuTest to abts. The output is cleaner, | Ryan Bloom | 2004-05-13 | 1 | -64/+64 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | Preserve leading '../' segments as when merging to an empty and | William A. Rowe Jr | 2003-09-17 | 1 | -0/+13 |
* | Add the NetWare file system root string | Bradley Nicholes | 2003-01-08 | 1 | -0/+2 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | Look at the status before the pointer result | William A. Rowe Jr | 2002-12-31 | 1 | -1/+1 |
* | ABS_ROOT is simpler to follow if it is what its name implies | William A. Rowe Jr | 2002-12-31 | 1 | -16/+16 |
* | Make the testnames program portable. This fails one test on Windows | Ryan Bloom | 2002-12-17 | 1 | -14/+20 |
* | Migrate testnames to the new test suite. | Ryan Bloom | 2002-12-07 | 1 | -70/+153 |
* | Use apr_ischar() ... especially within apr itself! | William A. Rowe Jr | 2002-06-23 | 1 | -2/+2 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | clean up some gcc warnings | Jeff Trawick | 2001-10-12 | 1 | -2/+3 |
* | Get this compiling again. Seems like the right choice. | Justin Erenkrantz | 2001-07-01 | 1 | -1/+1 |
* | get rid of an unused local variable | Jeff Trawick | 2001-06-26 | 1 | -1/+0 |
* | Hmmm... been sitting on this little test bench a while, time to share. | William A. Rowe Jr | 2001-05-16 | 1 | -6/+17 |
* | get rid of a couple of warnings in testnames.c, one for a bad printf | Jeff Trawick | 2001-05-01 | 1 | -2/+2 |
* | Hmmm... fgets() is flavored a bit differenly from gets() | William A. Rowe Jr | 2001-04-09 | 1 | -0/+7 |
* | gets is an unsafe function, and it outputs and error message on Linux. | Ryan Bloom | 2001-04-09 | 1 | -2/+2 |
* | Add my testbench that demonstrates apr_filepath_merge. This would be | William A. Rowe Jr | 2001-04-08 | 1 | -0/+130 |