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
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notices for 2005.
jorton
2005-06-14
1
-1
/
+2
*
Remove .cvsignore files.
jorton
2004-11-18
1
-4
/
+0
*
* shmem/unix/shm.c (apr_shm_remove): Ensure that the file is removed
jorton
2004-09-21
1
-3
/
+11
*
* include/apr_shm.c (apr_shm_remove): Add prototype.
jorton
2004-06-01
1
-0
/
+51
*
* 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
1
-49
/
+10
*
First whack at switching to a single top-level make. This adds a dependency
gstein
2004-02-05
1
-14
/
+0
*
* shmem/unix/shm.c (apr_shm_create): Fix build with Tru64 "cc -std";
jorton
2003-11-05
1
-2
/
+2
*
Namespace protection for include/arch/ header files
thommay
2003-01-06
1
-1
/
+1
*
Update copyright notices to 2003.
thommay
2003-01-01
1
-1
/
+1
*
*) Renames done (deprecated functions wrapped):
thommay
2002-11-20
1
-2
/
+2
*
Add .deps to cvsignore since APR may now generate .deps files.
jerenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
jerenkrantz
2002-04-22
1
-0
/
+2
*
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
1
-1
/
+1
*
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
*
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
*
Simple workaround, for now. Aaron is researching, but if something
wrowe
2002-01-25
1
-0
/
+13
*
Major updates to the Unix shmem implementation:
aaron
2002-01-23
1
-79
/
+199
*
Add some more comments and more robust error checking.
aaron
2002-01-22
1
-8
/
+11
*
Implement apr_shm_detach for name-based shmget().
aaron
2002-01-17
1
-2
/
+4
*
Fix a bug in the APR_USE_SHMEM_SHMGET type of name-based shared
aaron
2002-01-16
1
-22
/
+18
*
Remove some cruft from the Unix shm implementation.
aaron
2002-01-16
1
-19
/
+0
*
Mark SysV anon shared memory segments for deletion,
jim
2002-01-15
1
-0
/
+5
*
HP compiler doesn't like using < operator with pointer and scalar
trawick
2002-01-11
1
-1
/
+1
*
get some pointer arithmetic to compile on picky compilers
trawick
2002-01-10
1
-1
/
+1
*
This is the new apr_shm_t API. It completely replaces the old shared
aaron
2002-01-10
3
-333
/
+463
*
Add the ability to pass flags to both apr_file_open and apr_mktemp.
rbb
2002-01-08
1
-1
/
+1
*
get shmem.c to compile again after changes to apr_shmem.h
trawick
2002-01-05
1
-2
/
+2
*
Normalize an opaque type to our current conventions.
wrowe
2002-01-05
1
-2
/
+2
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
trawick
2001-12-29
1
-1
/
+2
*
bye bye
gstein
2001-08-31
1
-11
/
+0
*
when creating a shared memory segment using SysV, be sure
trawick
2001-08-30
1
-0
/
+4
*
fix some bad retcodes (adding APR_OS_START_SYSERR to errno) in the
trawick
2001-08-30
1
-4
/
+4
*
Fix a segfault when we try to memset NULL (the user is out of memory in
jerenkrantz
2001-08-30
1
-1
/
+2
*
Remove MM from the source tree. We don't use it anymore.
rbb
2001-08-23
29
-16127
/
+0
*
get shmem.c to compile on platforms that have different names for SHM_R
gregames
2001-08-20
1
-0
/
+6
*
don't do arithmetic with void *
trawick
2001-08-15
1
-3
/
+3
*
Remove all warnings from the shared memory code.
rbb
2001-08-14
1
-4
/
+8
*
Fix the new shared memory code. We need to pass a pointer to
rbb
2001-08-14
1
-3
/
+3
*
Fix warnings.
fielding
2001-08-13
1
-17
/
+21
*
More fallout from MM's departure.
jerenkrantz
2001-08-13
1
-2
/
+4
*
Move the necessary shared memory code from MM into APR and remove our
jerenkrantz
2001-08-13
2
-50
/
+186
*
Wrap all APR functions in APR_DECLARE macro.
rbb
2001-08-10
1
-9
/
+9
[next]