index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shmem
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use _WIN64 instead of WIN64 (compiler define vs. SDK define)
trawick
2012-03-01
1
-1
/
+1
*
OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been
bjh
2010-04-02
1
-1
/
+1
*
Use the APR_FOPEN_* constants instead of the deprecated APR_* constants
minfrin
2010-03-02
1
-3
/
+3
*
Make sure we don't leak file descriptors.
jfclere
2010-02-16
1
-0
/
+6
*
changed conditionals to avoid a couple of 'statement not reached'
fuankg
2009-09-29
1
-32
/
+23
*
Add missing proto for apr_unix_perms2mode
mturk
2009-02-07
1
-0
/
+1
*
Add object perms set macros and implement them for shm and mutex
mturk
2009-02-07
4
-10
/
+36
*
Header unistd.h is already included in arch/unix/apr_arch_shm.h.
bojan
2008-06-02
1
-1
/
+0
*
apr_shm: fix failure in test_named_remove
niq
2008-06-01
1
-1
/
+2
*
If the named resource was removed by apr_shm_remove(), it may not be there.
bojan
2008-05-28
1
-2
/
+12
*
Remove shm backed file on cleanup/remove for creator
mturk
2008-05-20
1
-4
/
+12
*
Trivial implementation of shm_remove for win32. If we have a backing file try...
mturk
2008-05-18
1
-1
/
+1
*
The calls to UnmapViewOfFile() and CloseHandle() in the shm_cleanup()
davi
2007-10-12
1
-2
/
+2
*
apr_status_t code, not Win32 error code.
wrowe
2007-08-28
1
-1
/
+1
*
Fix the typo.
jorton
2006-08-03
4
-4
/
+4
*
Update license header.
jorton
2006-08-03
4
-24
/
+24
*
Fatal compiler quirk, you would think (DWORD)(n >> 32) == 0
wrowe
2005-06-18
1
-5
/
+8
*
An internal flaw - Win64 requires hi/lo buffer size args
wrowe
2005-05-16
1
-2
/
+8
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
4
-4
/
+8
*
Remove .cvsignore files.
jorton
2004-11-18
3
-12
/
+0
*
* shmem/unix/shm.c (apr_shm_remove): Ensure that the file is removed
jorton
2004-09-21
1
-3
/
+11
*
Continue clearing my TODO list.
dreid
2004-06-29
1
-7
/
+21
*
* include/apr_shm.c (apr_shm_remove): Add prototype.
jorton
2004-06-01
4
-0
/
+68
*
* shmem/unix/shm.c (apr_shm_create): Answer some FIXMEs: wrong, yes, no.
jorton
2004-05-27
1
-4
/
+1
*
* shmem/unix/shm.c (apr_shm_attach): Remove palloc->ENOMEM checking.
jorton
2004-05-27
1
-15
/
+0
*
* shmem/unix/shm.c (shm_cleanup_owner): Simplify error handling.
jorton
2004-05-27
1
-14
/
+2
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
4
-196
/
+40
*
First whack at switching to a single top-level make. This adds a dependency
gstein
2004-02-05
3
-42
/
+0
*
* shmem/unix/shm.c (apr_shm_create): Fix build with Tru64 "cc -std";
jorton
2003-11-05
1
-2
/
+2
*
Comment what res_name_from_filename is doing
wrowe
2003-03-27
1
-0
/
+9
*
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
2
-2
/
+2
*
Update copyright notices to 2003.
thommay
2003-01-01
4
-4
/
+4
*
*) Renames done (deprecated functions wrapped):
thommay
2002-11-20
1
-2
/
+2
*
More handle leakage. We need to be explicit when we create a duplicate
wrowe
2002-07-31
1
-11
/
+3
*
More WinCE Porting
wrowe
2002-06-04
1
-4
/
+31
*
Add .deps to cvsignore since APR may now generate .deps files.
jerenkrantz
2002-04-22
3
-0
/
+3
*
Allow VPATH builds to properly generate build dependencies. This requires
jerenkrantz
2002-04-22
3
-0
/
+6
*
standardize some apr_foo_close() functions (call apr_pool_cleanup_run())
trawick
2002-04-16
1
-3
/
+1
*
Update our copyright for this year.
fielding
2002-03-13
4
-4
/
+4
*
get rid of some questions now that Aaron has checked it over
trawick
2002-03-04
1
-5
/
+0
*
preserve the proper alignment when we use the start of the shared
trawick
2002-03-04
1
-6
/
+13
*
Get the shmem code building again on beos.
dreid
2002-02-14
1
-0
/
+1
*
OS/2: Fix option flags attaching to an existing shared memory block.
bjh
2002-02-12
1
-1
/
+1
*
not allocating memory for the metadata..
ianh
2002-02-05
1
-1
/
+1
*
Fix a few attempts to add to a void *ptr in the Unix shared memory
trawick
2002-02-04
1
-3
/
+3
*
Fixed up some comments -- got rid of FIXMEs that have been fixed.
aaron
2002-01-30
1
-6
/
+1
*
Implement shared memory cleanup handlers on Unix for both the original
aaron
2002-01-29
1
-66
/
+98
*
Mladen Turk's <mturk@mappingsoft.com> WinCE port.
wrowe
2002-01-28
1
-4
/
+8
*
OS/2: Implement apr_os_shm_get/put.
bjh
2002-01-28
1
-2
/
+17
[next]