| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | ivan | 2022-11-20 | 2 | -19/+19 |
* | Stage 1 in cleaning win95 code ... cleanup utils | mturk | 2021-12-02 | 1 | -51/+25 |
* | Stage 3 in dismantling _WIN32_WCE ... cleanup code | mturk | 2021-12-02 | 2 | -32/+1 |
* | Fix handle leak in the Win32 apr_uid_current implementation. | ivan | 2019-05-26 | 1 | -8/+19 |
* | Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa... | jailletc36 | 2015-10-24 | 2 | -4/+4 |
* | fix some gcc warnings on Windows | trawick | 2011-03-19 | 1 | -1/+1 |
* | fix low-hanging gcc warnings, mostly for Windows | trawick | 2011-03-19 | 2 | -3/+3 |
* | clean up some low hanging gcc warnings on Win | trawick | 2011-03-19 | 1 | -4/+4 |
* | Provide the correct buffer size (in wchars) to ExpandEnvironmentStringsW | wrowe | 2008-03-17 | 1 | -1/+2 |
* | Fix the typo. | jorton | 2006-08-03 | 2 | -2/+2 |
* | Update license header. | jorton | 2006-08-03 | 2 | -12/+12 |
* | An internal API - buffer len values should be size_t | wrowe | 2005-05-16 | 1 | -5/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 2 | -2/+4 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 2 | -98/+20 |
* | remove these interfaces: | trawick | 2003-09-03 | 2 | -59/+0 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 2 | -2/+2 |
* | apr_get_groupname() is declared twice in apr/user/win32/groupinfo.c | thommay | 2002-11-20 | 1 | -3/+3 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 2 | -13/+69 |
* | Revert bogusness by providing proper stubs for functions that existed | wrowe | 2002-06-08 | 1 | -0/+7 |
* | More CE porting. I'd prefer to see us return a stock value of 0 for the | wrowe | 2002-06-04 | 2 | -1/+32 |
* | Rename apr_get_groupname to apr_group_name_get. | striker | 2002-04-22 | 1 | -1/+1 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 2 | -2/+2 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | wrowe | 2002-01-28 | 1 | -3/+6 |
* | Substantial optimization of the os_level semantic. Since this is entirely | wrowe | 2001-12-28 | 1 | -3/+2 |
* | The missing Win32 apr_get_groupid, brings Win32 back to par with Unix. | wrowe | 2001-11-24 | 1 | -0/+40 |
* | Here's an implementation, dunno if it's _the_ implementation we are | wrowe | 2001-07-27 | 1 | -0/+33 |
* | I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-) | jwoolley | 2001-07-26 | 1 | -1/+1 |
* | Missed a return value, thanks to gstein for the catch. | wrowe | 2001-06-10 | 1 | -0/+1 |
* | Better make the path canonical to unixish expectations. | wrowe | 2001-06-10 | 1 | -6/+8 |
* | I hate obscure order of operations. | wrowe | 2001-06-10 | 1 | -1/+1 |
* | Solve two flukes. First, I mis-constructed the sid authority. Second, | wrowe | 2001-06-10 | 1 | -10/+15 |
* | apr_get_home_directory is here | wrowe | 2001-06-10 | 1 | -2/+123 |
* | Whoops, APR_BADARG is bogus [my doing.] Still return APR_EINVAL since | wrowe | 2001-06-06 | 2 | -9/+9 |
* | More /w4 emits | wrowe | 2001-04-12 | 1 | -0/+2 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -3/+0 |
* | Remove some duplicate calls to strchr(), and remove a typo as a side-effect | jwoolley | 2001-02-22 | 1 | -6/+7 |
* | Missing the apr_pool_t arg required for more complex queries of uid/gid | wrowe | 2001-02-21 | 1 | -3/+31 |
* | Added apr_get_userid() as a companion to apr_get_username(). | jwoolley | 2001-02-21 | 1 | -1/+8 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 2 | -2/+2 |
* | User and Group goodness. If anyone objects to the non-typesafe unix | wrowe | 2001-01-28 | 2 | -2/+23 |
* | Some win32 user and group handling functions | wrowe | 2001-01-28 | 2 | -0/+162 |