index
:
delta/apache/apr.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
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shmem
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) 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
*
OS/2: Add shm pool accessor.
Brian Havard
2002-01-12
1
-0
/
+2
*
Few changes that actually get us building well enough for apache. More to
David Reid
2002-01-11
1
-4
/
+8
*
First step to getting shmem building on beos.
David Reid
2002-01-11
2
-7
/
+7
*
Simple solutions? No, but document some observations.
William A. Rowe Jr
2002-01-11
1
-2
/
+22
*
HP compiler doesn't like using < operator with pointer and scalar
Jeff Trawick
2002-01-11
1
-1
/
+1
*
get some pointer arithmetic to compile on picky compilers
Jeff Trawick
2002-01-10
1
-1
/
+1
*
OS/2: Pound the new shm code into some kind of working order.
Brian Havard
2002-01-10
2
-25
/
+49
*
This is the new apr_shm_t API. It completely replaces the old shared
Aaron Bannert
2002-01-10
6
-707
/
+602
*
Fix a bug that appears when specifying the length [inherit the
William A. Rowe Jr
2002-01-10
1
-16
/
+8
*
Correct the shm length returned based on the original reqsize
William A. Rowe Jr
2002-01-09
1
-4
/
+5
*
Some modest improvements pointed out by Aaron.
William A. Rowe Jr
2002-01-09
1
-10
/
+18
*
This now builds with Aaron's new apr_shm.h header. I'll not drop it
William A. Rowe Jr
2002-01-09
1
-0
/
+259
*
Add the ability to pass flags to both apr_file_open and apr_mktemp.
Ryan Bloom
2002-01-08
1
-1
/
+1
*
Agree with Jeff [thanks] ... completion doesn't need to be so wordy.
William A. Rowe Jr
2002-01-05
2
-4
/
+4
*
get shmem.c to compile again after changes to apr_shmem.h
Jeff Trawick
2002-01-05
1
-2
/
+2
*
Normalize an opaque type to our current conventions.
William A. Rowe Jr
2002-01-05
3
-24
/
+24
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
Jeff Trawick
2001-12-29
1
-1
/
+2
*
Fix handling of named shared memory
Brian Havard
2001-12-29
1
-1
/
+6
*
bye bye
Greg Stein
2001-08-31
1
-11
/
+0
*
when creating a shared memory segment using SysV, be sure
Jeff Trawick
2001-08-30
1
-0
/
+4
*
fix some bad retcodes (adding APR_OS_START_SYSERR to errno) in the
Jeff Trawick
2001-08-30
1
-4
/
+4
[next]