| Commit message (Expand) | Author | Age | Files | Lines |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | First whack at switching to a single top-level make. This adds a dependency | Greg Stein | 2004-02-05 | 1 | -13/+0 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | Getpass on Solaris has an 8 character limit, which makes it less than | Ryan Bloom | 2002-11-22 | 1 | -0/+4 |
* | Improve the getpass() situation on win32. Respect BS/DEL/left-arrows | William A. Rowe Jr | 2002-09-14 | 1 | -15/+43 |
* | MD5 is crypto. It belongs in crypto. And as far as I can tell, this | William A. Rowe Jr | 2002-07-17 | 2 | -731/+1 |
* | Define _getch() and use the same getpass() implementation as Win32 | Bradley Nicholes | 2002-07-15 | 1 | -2/+2 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 2 | -2/+2 |
* | renames for apr_xlate_sb_get, which was far more complicated. | William A. Rowe Jr | 2002-06-08 | 1 | -1/+1 |
* | add another platform to a comment listing some platforms where | Jeff Trawick | 2002-05-10 | 1 | -2/+3 |
* | Linux, AIX: Use crypt_r() instead of crypt() because the native | Jeff Trawick | 2002-05-10 | 1 | -0/+21 |
* | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 2 | -2/+2 |
* | More safe header exclusions from Mladen Turk <mturk@mappingsoft.com> | William A. Rowe Jr | 2002-02-12 | 1 | -0/+12 |
* | apr md5 and apr xlate have different APIs w.r.t. the buffers they | Jeff Trawick | 2001-11-19 | 1 | -6/+10 |
* | Added NETWARE to the #ifdef list | Bradley Nicholes | 2001-08-06 | 1 | -2/+2 |
* | Even user created buffer overflows are ugly (ever leave something leaning | William A. Rowe Jr | 2001-06-10 | 1 | -8/+5 |
* | I've managed to get three -1s off this (Jeff, Ryan, and myself). | Justin Erenkrantz | 2001-06-04 | 1 | -12/+0 |
* | - adds some trivial error checking. Maybe someone | Justin Erenkrantz | 2001-06-04 | 1 | -3/+32 |
* | Lurking out-of-date type. | Ben Laurie | 2001-06-03 | 1 | -1/+1 |
* | Code reformat and APRization of types. | Justin Erenkrantz | 2001-06-02 | 1 | -156/+163 |
* | Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t that | William A. Rowe Jr | 2001-05-15 | 1 | -2/+2 |
* | Clean up win32's own header bogosity | William A. Rowe Jr | 2001-04-12 | 1 | -0/+2 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | William A. Rowe Jr | 2001-02-25 | 2 | -6/+6 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 2 | -2/+2 |
* | Finally, protect from pure bogosity | William A. Rowe Jr | 2001-02-11 | 1 | -4/+6 |
* | Still wasn't right. Always return the (partial/complete) password | William A. Rowe Jr | 2001-02-11 | 1 | -5/+3 |
* | Make that even simpler. | William A. Rowe Jr | 2001-02-11 | 1 | -4/+1 |
* | result(?) What result? Stop mauling the size_t arg and overwrite the | William A. Rowe Jr | 2001-02-11 | 1 | -1/+2 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 2 | -37/+37 |
* | Eliminate some missing prototype warnings. | Roy T. Fielding | 2001-01-28 | 1 | -0/+3 |
* | Libtool-ize APR. | Greg Stein | 2001-01-09 | 2 | -25/+8 |
* | These two patches for apr and apr-util fix compile warnings on Solaris for | Jeff Trawick | 2000-12-22 | 1 | -1/+1 |
* | Cleanup a group of apr compil warnings on Solaris | Ryan Bloom | 2000-12-21 | 1 | -0/+3 |
* | Instead of a private AP_CHARSET_EBCDIC which is only defined on | Jeff Trawick | 2000-12-20 | 2 | -6/+6 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 2 | -6/+6 |
* | Move apr_private.h.in from the include directory to the arch/unix | Ryan Bloom | 2000-12-08 | 1 | -1/+2 |
* | If we're using the BeOS implementation of getpass we need stdio.h... | David Reid | 2000-12-02 | 1 | -0/+2 |
* | This patch removes the dependencies from Makefile.in. Dependencies | Jeff Trawick | 2000-11-15 | 1 | -35/+2 |
* | Get rid of some out-of-date include directives. | Jeff Trawick | 2000-11-13 | 1 | -2/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 2 | -8/+8 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -14/+18 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 2 | -43/+43 |
* | Enable the passwd directory to be built by APR. | Ryan Bloom | 2000-07-24 | 2 | -0/+64 |
* | Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directory | Ryan Bloom | 2000-07-24 | 2 | -0/+896 |