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
/
atomic
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix some gcc compiler warnings on Solaris
rpluem
2008-06-04
1
-1
/
+1
*
Apparently I'm too wordy, even the compiler agrees.
wrowe
2007-10-24
1
-1
/
+1
*
Match win32's volatility declaration (except for mingw)
wrowe
2007-10-23
1
-1
/
+3
*
implement apr_atomic_xchgptr() for z/OS
trawick
2007-10-22
1
-0
/
+17
*
Implement apr_atomic_casptr() for z/OS.
trawick
2007-10-18
1
-0
/
+24
*
* Fix compiler warning.
rpluem
2007-10-14
1
-1
/
+1
*
* Dereference mem as it is a double pointer.
rpluem
2007-10-14
1
-1
/
+1
*
Cleanup asm constraints (+ operand is both read and written by the instruction)
davi
2007-08-04
1
-12
/
+9
*
Prefer solaris builtins even on x86, and fix a compiler warning.
davi
2007-08-04
1
-1
/
+1
*
Fix win32 stub for apr_atomic_xchgptr.
davi
2007-07-12
1
-1
/
+1
*
Fix a mis-merge of PPC memory barriers.
davi
2007-07-11
1
-4
/
+2
*
Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointer
davi
2007-07-10
8
-0
/
+116
*
New apr_atomic implementation for S/390 native atomic operations.
davi
2007-07-07
1
-0
/
+132
*
New apr_atomic implementation for PowerPC native atomic operations.
davi
2007-07-04
1
-0
/
+178
*
New apr_atomic implementation for Solaris 10 native atomic operations.
davi
2007-07-04
1
-0
/
+74
*
New apr_atomic implementation for ia32 (x86 and x86_64) native atomic operati...
davi
2007-07-04
1
-0
/
+111
*
Given a modern compiler, this patch provides fast atomic operations on various
davi
2007-07-04
1
-0
/
+74
*
This patch tries to address some of the apr_atomic problems by reorganizing
davi
2007-07-04
2
-464
/
+192
*
Avoid overwriting the hash_mutex table for applications that incorrectly calls
davi
2007-06-30
1
-0
/
+16
*
Fix up integer type on Solaris 10 (gcc) compiles.
jerenkrantz
2006-08-31
1
-1
/
+1
*
Fix the typo.
jorton
2006-08-03
4
-4
/
+4
*
Update license header.
jorton
2006-08-03
4
-24
/
+24
*
Add __MINGW32__ versions of the Win32 Atomic functions, that all do their own...
pquerna
2006-07-15
1
-1
/
+15
*
Implement apr_atomics using Solaris' native atomic API.
colm
2006-06-13
1
-0
/
+55
*
These args can't be volatile in MSVC 14.
wrowe
2006-01-13
1
-1
/
+1
*
These operations are NOT necessarily function-based on 64 bit
wrowe
2005-05-16
1
-0
/
+20
*
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
2
-8
/
+0
*
WIN64: avoid unresolved external error with 64 bit build
ake
2004-09-20
1
-0
/
+8
*
* atomic/unix/apr_atomic.c: Force use of generic atomics if gcc
jorton
2004-09-13
1
-0
/
+6
*
Fixed apr_atomic_dec on NetWare to be thread safe
clar
2004-09-02
1
-2
/
+1
*
Quiet build breakage on VC6 with the originally shipped includes
wrowe
2004-04-16
1
-5
/
+16
*
Relicense.
jorton
2004-02-28
1
-49
/
+10
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
3
-147
/
+30
*
First whack at switching to a single top-level make. This adds a dependency
gstein
2004-02-05
2
-27
/
+0
*
Clean up configure logic for enabling "nonportable" atomics: don't
jorton
2004-01-06
1
-2
/
+6
*
* atomic/unix/apr_atomic.c: Enable x86 asm on AMD64.
jorton
2004-01-06
1
-1
/
+2
*
* atomic/solaris_sparc: Remove now-unused leftovers of
jorton
2003-12-31
3
-33
/
+0
*
* apr_atomic.c: Remove use of atomic_* from FreeBSD's
jorton
2003-12-31
1
-30
/
+0
*
Review of x86 asm, fixing intel_atomic_add32 with gcc 2.7.2.1 which
jorton
2003-12-16
1
-13
/
+10
*
enable i386 atomics for gcc on any platform...
trawick
2003-12-15
1
-2
/
+1
*
enable the x86 atomic code on Solaris/x86
trawick
2003-12-12
1
-1
/
+1
*
ppc + gcc updates
gregames
2003-12-09
1
-6
/
+29
*
fix an apparent cut-n-paste-o in a comment
gregames
2003-12-09
1
-1
/
+1
*
no functional change. add whitespace to align asm operands
gregames
2003-12-09
1
-1
/
+1
*
changes to the apr atomic implementations for unix-ish boxes
trawick
2003-12-08
1
-33
/
+69
*
Switch to a pure atomic implementation
bnicholes
2003-12-08
1
-6
/
+2
*
add apr_atomic_cas32 for ppc with gcc.
gregames
2003-12-08
1
-0
/
+25
*
intel_atomic_add32: re-specify asm inputs and outputs, after RTFMing and
gregames
2003-12-05
1
-4
/
+5
*
use an inlined function to eliminate one copy of the xadd assembler code.
gregames
2003-12-05
1
-8
/
+9
[next]