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
*
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
*
* apr_atomic.c: abort() if any mutex locking or unlocking calls fail.
jorton
2003-12-05
1
-51
/
+42
*
be sure that _add and _inc use 32 bit instructions. Also make sure gcc
gregames
2003-12-04
1
-4
/
+4
*
Fix up the return values for apr_atomic_add32() and apr_atomic_inc32() since ...
bnicholes
2003-12-04
1
-2
/
+6
*
apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)
trawick
2003-12-04
4
-29
/
+50
*
move win32 atomic functions out of the unix file (which wasn't built
trawick
2003-12-03
2
-70
/
+121
*
apr_atomic_t is dead
trawick
2003-12-03
1
-6
/
+0
*
move the implementations of apr atomics out of the public header file
trawick
2003-12-03
3
-9
/
+295
*
axing deprecated apr_atomic_foo functions
trawick
2003-11-16
2
-103
/
+3
*
fix type mismatch with picky compiler settings on z/OS
trawick
2003-11-05
1
-4
/
+4
*
Fix default impl of apr_atomic_xchg32, and add a test case for it
brianp
2003-09-26
1
-1
/
+1
*
new version of atomic API that works specifically on apr_uint32_t values for ...
brianp
2003-09-25
1
-1
/
+134
*
removed the solaris specific atomic code.
ianh
2003-05-03
1
-132
/
+0
*
This code was licensed under version 1.0 of the Mozilla Public License
jorton
2003-04-30
1
-1
/
+14
*
Update copyright notices to 2003.
thommay
2003-01-01
4
-4
/
+4
*
remove an extraneous endif
brianp
2002-10-19
1
-1
/
+0
*
Add pointer version of apr_atomic_cas
brianp
2002-10-19
3
-3
/
+30
*
fix an old typo and a bad cut-and-paste
brianp
2002-10-19
1
-2
/
+2
*
Fix !APR_HAS_THREADS code path for apr_atomic_cas by always defining
jerenkrantz
2002-09-01
1
-1
/
+1
*
Minor style nit.
jerenkrantz
2002-09-01
1
-2
/
+2
*
Fixed the SPARC v8plus version of apr_atomic_dec so that
brianp
2002-09-01
1
-2
/
+4
*
Cleaner mechanism for using platform-specific atomics on platforms
brianp
2002-08-31
1
-20
/
+40
*
fix apr_atomic_init() on systems without threads
brianp
2002-07-05
1
-0
/
+8
*
Use the native cmpxchg() function for NetWare
bnicholes
2002-06-11
1
-45
/
+0
*
ignore generated files
trawick
2002-04-30
1
-0
/
+4
*
Hopefully close the build problems with atomic on Solaris systems
jim
2002-04-23
1
-1
/
+1
*
Removed some extraneous code from the apr_atomic_cas function
brianp
2002-04-22
1
-6
/
+0
*
Style police are on the prowl.
jerenkrantz
2002-04-22
1
-15
/
+13
*
Add .deps to cvsignore since APR may now generate .deps files.
jerenkrantz
2002-04-22
2
-0
/
+2
*
Allow VPATH builds to properly generate build dependencies. This requires
jerenkrantz
2002-04-22
3
-1
/
+6
*
Add back >>2 that was unintentionally removed in previous commit.
jerenkrantz
2002-04-19
1
-1
/
+1
*
Ensure that the ATOMIC_HASH can not be negative.
jerenkrantz
2002-04-18
1
-2
/
+1
*
** DEPRECATE old lock API: apr_lock.h **
aaron
2002-04-09
1
-2
/
+1
[next]