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
...
*
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
*
Fix a segfault when we try to memset NULL (the user is out of memory in
Justin Erenkrantz
2001-08-30
1
-1
/
+2
*
Remove MM from the source tree. We don't use it anymore.
Ryan Bloom
2001-08-23
29
-16127
/
+0
*
get shmem.c to compile on platforms that have different names for SHM_R
Greg Ames
2001-08-20
1
-0
/
+6
*
don't do arithmetic with void *
Jeff Trawick
2001-08-15
1
-3
/
+3
*
Remove all warnings from the shared memory code.
Ryan Bloom
2001-08-14
1
-4
/
+8
*
Fix the new shared memory code. We need to pass a pointer to
Ryan Bloom
2001-08-14
1
-3
/
+3
*
Fix warnings.
Roy T. Fielding
2001-08-13
1
-17
/
+21
*
More fallout from MM's departure.
Justin Erenkrantz
2001-08-13
1
-2
/
+4
*
Move the necessary shared memory code from MM into APR and remove our
Justin Erenkrantz
2001-08-13
2
-50
/
+186
*
Peter Moore reported this small typo...
David Reid
2001-08-12
1
-1
/
+1
*
Wrap all APR functions in APR_DECLARE macro.
Ryan Bloom
2001-08-10
3
-28
/
+28
*
Make some of the checks clearer and remove the debugging stuff that
David Reid
2001-06-07
1
-39
/
+6
*
Stop some compiler warnings on beos...
David Reid
2001-06-06
1
-6
/
+6
*
BeOS now uses it's own shmem files and doesn't need MM, so this code
David Reid
2001-05-09
1
-40
/
+0
*
This is replacement shared memory code for BeOS. It's simple but seems to
David Reid
2001-04-30
3
-0
/
+369
*
In apr_shm_init(), check the retcode from mm_malloc(). Previously,
Jeff Trawick
2001-02-20
1
-0
/
+6
*
Enable use of the new build directory.
Roy T. Fielding
2001-02-18
1
-1
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
2
-2
/
+2
*
Add Darwin/Mac OS.
Wilfredo Sanchez
2001-02-08
2
-1
/
+4
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
2
-6
/
+6
*
OS2 was chasing os2errno.h which we hid in a private platform directory,
William A. Rowe Jr
2001-01-28
1
-2
/
+0
*
stop monkeying around with MM's object files
Greg Stein
2001-01-10
1
-7
/
+0
*
Libtool-ize APR.
Greg Stein
2001-01-09
4
-59
/
+25
*
This header file is needed to allow the shared memory "fix" for BeOS to
David Reid
2001-01-06
1
-0
/
+4
*
I managed to miss these from a commit a while ago and so this hasn't
David Reid
2000-12-31
2
-1
/
+15
*
This allows BeOS shared memory to work across forks and thus the
David Reid
2000-12-15
1
-0
/
+37
*
We need to define this correctly or it's never set and we don't set
David Reid
2000-12-13
1
-1
/
+1
*
Fix a compile break on BeOS and FreeBSD. We don't want to add the size
Ryan Bloom
2000-12-02
1
-1
/
+1
*
MPMs that require multiple segments of shared memory now just use two
Ryan Bloom
2000-12-02
5
-5
/
+12
[prev]
[next]