| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 5 | -25/+25 |
| * | Stage 1 in cleaning win95 code ... cleanup utils | Mladen Turk | 2021-12-02 | 1 | -51/+25 |
| * | Stage 3 in dismantling _WIN32_WCE ... cleanup code | Mladen Turk | 2021-12-02 | 2 | -32/+1 |
| * | Fix handle leak in the Win32 apr_uid_current implementation. | Ivan Zhakov | 2019-05-26 | 1 | -8/+19 |
| * | Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa... | Christophe Jaillet | 2015-10-24 | 2 | -4/+4 |
| * | fix some gcc warnings on Windows | Jeff Trawick | 2011-03-19 | 1 | -1/+1 |
| * | fix low-hanging gcc warnings, mostly for Windows | Jeff Trawick | 2011-03-19 | 2 | -3/+3 |
| * | clean up some low hanging gcc warnings on Win | Jeff Trawick | 2011-03-19 | 1 | -4/+4 |
| * | Provide the correct buffer size (in wchars) to ExpandEnvironmentStringsW | William A. Rowe Jr | 2008-03-17 | 1 | -1/+2 |
| * | * user/unix/groupinfo.c (apr_gid_name_get, apr_gid_get): Use | Joe Orton | 2007-04-26 | 1 | -2/+4 |
| * | Fix the typo. | Joe Orton | 2006-08-03 | 6 | -6/+6 |
| * | Update license header. | Joe Orton | 2006-08-03 | 6 | -36/+36 |
| * | * user/unix/userinfo.c (PWBUF_SIZE): Bump to 2048 to avoid issues with | Joe Orton | 2006-03-31 | 1 | -1/+1 |
| * | * user/unix/userinfo.c (getpwnam_safe, apr_uid_name_get): Fix error | Joe Orton | 2005-08-24 | 2 | -8/+10 |
| * | Bring all get{pw,gr}*_r error handling in line with POSIX: | Joe Orton | 2005-08-23 | 2 | -8/+35 |
| * | As suggested by Joe on dev@apr, don't return errno, since its not correct acc... | Paul Querna | 2005-07-19 | 1 | -2/+11 |
| * | These functions can return no-error, but still contain a NULL entry, on some ... | Paul Querna | 2005-07-19 | 2 | -2/+2 |
| * | An internal API - buffer len values should be size_t | William A. Rowe Jr | 2005-05-16 | 1 | -5/+3 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 6 | -6/+12 |
| * | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 1 | -4/+0 |
| * | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 6 | -294/+60 |
| * | First whack at switching to a single top-level make. This adds a dependency | Greg Stein | 2004-02-05 | 1 | -13/+0 |
| * | Rumours of the demise of group information on BeOS have been | David Reid | 2003-11-23 | 1 | -4/+0 |
| * | remove these interfaces: | Jeff Trawick | 2003-09-03 | 6 | -156/+0 |
| * | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 | 1 | -1/+1 |
| * | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 1 | -1/+1 |
| * | Update copyright notices to 2003. | Thom May | 2003-01-01 | 6 | -6/+6 |
| * | apr_get_groupname() is declared twice in apr/user/win32/groupinfo.c | Thom May | 2002-11-20 | 1 | -3/+3 |
| * | Fixed a variable name mismatch | Bradley Nicholes | 2002-11-20 | 1 | -1/+1 |
| * | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 6 | -39/+181 |
| * | Fix the userid functions on Irix to handle the way that Irix | Jeff Trawick | 2002-07-01 | 1 | -1/+2 |
| * | Revert bogusness by providing proper stubs for functions that existed | William A. Rowe Jr | 2002-06-08 | 3 | -0/+21 |
| * | More CE porting. I'd prefer to see us return a stock value of 0 for the | William A. Rowe Jr | 2002-06-04 | 2 | -1/+32 |
| * | Rename apr_get_groupname to apr_group_name_get. | Sander Striker | 2002-04-22 | 3 | -3/+3 |
| * | 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 | 6 | -6/+6 |
| * | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | William A. Rowe Jr | 2002-01-28 | 1 | -3/+6 |
| * | Substantial optimization of the os_level semantic. Since this is entirely | William A. Rowe Jr | 2001-12-28 | 1 | -3/+2 |
| * | Added the apr_get_groupid() stub | Bradley Nicholes | 2001-11-26 | 1 | -0/+4 |
| * | The missing Win32 apr_get_groupid, brings Win32 back to par with Unix. | William A. Rowe Jr | 2001-11-24 | 1 | -0/+40 |
| * | make absolutely sure we have getgrnam_r() before calling it | Jeff Trawick | 2001-11-21 | 1 | -1/+1 |
| * | get the getgrnam_r() logic to compile; no promises on correctness :) | Jeff Trawick | 2001-11-20 | 1 | -1/+1 |
| * | Implement apr_get_groupid [to mirror apr_get_userid] | William A. Rowe Jr | 2001-11-20 | 1 | -0/+19 |
| * | We need to import the declaration of memcpy. | Justin Erenkrantz | 2001-11-11 | 1 | -0/+2 |
| * | Changed stub from returning APR_SUCCESS to APR_ENOTIMPL until we | Bradley Nicholes | 2001-08-31 | 2 | -6/+6 |
| * | NetWare user and group info functions | Bradley Nicholes | 2001-08-31 | 2 | -0/+181 |
| * | Here's an implementation, dunno if it's _the_ implementation we are | William A. Rowe Jr | 2001-07-27 | 1 | -0/+33 |
| * | * apr_user.h (apr_current_userid): new declaration. | Ben Collins-Sussman | 2001-07-26 | 1 | -0/+15 |
| * | I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-) | Cliff Woolley | 2001-07-26 | 1 | -1/+1 |