| Commit message (Expand) | Author | Age | Files | Lines |
* | The calls to UnmapViewOfFile() and CloseHandle() in the shm_cleanup() | Davi Arnaut | 2007-10-12 | 1 | -2/+2 |
* | apr_status_t code, not Win32 error code. | William A. Rowe Jr | 2007-08-28 | 1 | -1/+1 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 4 | -4/+4 |
* | Update license header. | Joe Orton | 2006-08-03 | 4 | -24/+24 |
* | Fatal compiler quirk, you would think (DWORD)(n >> 32) == 0 | William A. Rowe Jr | 2005-06-18 | 1 | -5/+8 |
* | An internal flaw - Win64 requires hi/lo buffer size args | William A. Rowe Jr | 2005-05-16 | 1 | -2/+8 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 4 | -4/+8 |
* | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 3 | -12/+0 |
* | * shmem/unix/shm.c (apr_shm_remove): Ensure that the file is removed | Joe Orton | 2004-09-21 | 1 | -3/+11 |
* | Continue clearing my TODO list. | David Reid | 2004-06-29 | 1 | -7/+21 |
* | * include/apr_shm.c (apr_shm_remove): Add prototype. | Joe Orton | 2004-06-01 | 4 | -0/+68 |
* | * shmem/unix/shm.c (apr_shm_create): Answer some FIXMEs: wrong, yes, no. | Joe Orton | 2004-05-27 | 1 | -4/+1 |
* | * shmem/unix/shm.c (apr_shm_attach): Remove palloc->ENOMEM checking. | Joe Orton | 2004-05-27 | 1 | -15/+0 |
* | * shmem/unix/shm.c (shm_cleanup_owner): Simplify error handling. | Joe Orton | 2004-05-27 | 1 | -14/+2 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 4 | -196/+40 |
* | First whack at switching to a single top-level make. This adds a dependency | Greg Stein | 2004-02-05 | 3 | -42/+0 |
* | * shmem/unix/shm.c (apr_shm_create): Fix build with Tru64 "cc -std"; | Joe Orton | 2003-11-05 | 1 | -2/+2 |
* | Comment what res_name_from_filename is doing | William A. Rowe Jr | 2003-03-27 | 1 | -0/+9 |
* | 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 | 2 | -2/+2 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 4 | -4/+4 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 1 | -2/+2 |
* | More handle leakage. We need to be explicit when we create a duplicate | William A. Rowe Jr | 2002-07-31 | 1 | -11/+3 |
* | More WinCE Porting | William A. Rowe Jr | 2002-06-04 | 1 | -4/+31 |
* | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 3 | -0/+3 |
* | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 3 | -0/+6 |
* | standardize some apr_foo_close() functions (call apr_pool_cleanup_run()) | Jeff Trawick | 2002-04-16 | 1 | -3/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 4 | -4/+4 |
* | get rid of some questions now that Aaron has checked it over | Jeff Trawick | 2002-03-04 | 1 | -5/+0 |
* | preserve the proper alignment when we use the start of the shared | Jeff Trawick | 2002-03-04 | 1 | -6/+13 |
* | Get the shmem code building again on beos. | David Reid | 2002-02-14 | 1 | -0/+1 |
* | OS/2: Fix option flags attaching to an existing shared memory block. | Brian Havard | 2002-02-12 | 1 | -1/+1 |
* | not allocating memory for the metadata.. | Ian Holsman | 2002-02-05 | 1 | -1/+1 |
* | Fix a few attempts to add to a void *ptr in the Unix shared memory | Jeff Trawick | 2002-02-04 | 1 | -3/+3 |
* | Fixed up some comments -- got rid of FIXMEs that have been fixed. | Aaron Bannert | 2002-01-30 | 1 | -6/+1 |
* | Implement shared memory cleanup handlers on Unix for both the original | Aaron Bannert | 2002-01-29 | 1 | -66/+98 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | William A. Rowe Jr | 2002-01-28 | 1 | -4/+8 |
* | OS/2: Implement apr_os_shm_get/put. | Brian Havard | 2002-01-28 | 1 | -2/+17 |
* | Simple workaround, for now. Aaron is researching, but if something | William A. Rowe Jr | 2002-01-25 | 4 | -0/+43 |
* | Win32 requires an apr_os accessor for shm regions. This allows us to | William A. Rowe Jr | 2002-01-25 | 1 | -0/+32 |
* | Fix a small problem with the name of the area we create. This is | David Reid | 2002-01-24 | 1 | -1/+1 |
* | Problem resolved; how exactly I'm not certain, but we have no faults | William A. Rowe Jr | 2002-01-24 | 1 | -16/+2 |
* | Major updates to the Unix shmem implementation: | Aaron Bannert | 2002-01-23 | 1 | -79/+199 |
* | Add some more comments and more robust error checking. | Aaron Bannert | 2002-01-22 | 1 | -8/+11 |
* | Implement apr_shm_detach for name-based shmget(). | Aaron Bannert | 2002-01-17 | 1 | -2/+4 |
* | Fix a bug in the APR_USE_SHMEM_SHMGET type of name-based shared | Aaron Bannert | 2002-01-16 | 1 | -22/+18 |
* | Remove some cruft from the Unix shm implementation. | Aaron Bannert | 2002-01-16 | 1 | -19/+0 |
* | Mark SysV anon shared memory segments for deletion, | Jim Jagielski | 2002-01-15 | 1 | -0/+5 |
* | After running testshm, this commit gets us passing all the tests OK. | David Reid | 2002-01-13 | 1 | -12/+30 |
* | More shmem fixes... | David Reid | 2002-01-12 | 1 | -7/+27 |