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
/
include
/
apr_atomic.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
1
-53
/
+10
*
more doxygen fixes from sander
ianh
2003-12-29
1
-0
/
+1
*
apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)
trawick
2003-12-04
1
-2
/
+4
*
move the implementations of apr atomics out of the public header file
trawick
2003-12-03
1
-287
/
+10
*
Correct misdeclaration of Win32 type remapping function typedefs.
wrowe
2003-11-16
1
-6
/
+6
*
axing deprecated apr_atomic_foo functions
trawick
2003-11-16
1
-127
/
+20
*
Change the FreeBSD i386 atomics to use the asm routines in the apr_atomic
dreid
2003-11-03
1
-4
/
+5
*
Start of new PRNG.
ben
2003-11-03
1
-1
/
+1
*
Use function overrides to provide the correct argument types for our
wrowe
2003-10-15
1
-2
/
+31
*
Nothing to initialize on win32, this sure looks like the right answer
wrowe
2003-10-15
1
-1
/
+1
*
Make sure that the types are correct when the native NetWare atomic API's
bnicholes
2003-09-30
1
-9
/
+7
*
Fix up the apr_atomic* APIs for NETWARE to conform to the latest changes
bnicholes
2003-09-29
1
-9
/
+34
*
Inline assembly version of apr_atomic_xchg32 for Linux/x86
brianp
2003-09-26
1
-0
/
+8
*
get prototype for default implementation of apr_atomic_sub32()
trawick
2003-09-25
1
-0
/
+5
*
new version of atomic API that works specifically on apr_uint32_t values for ...
brianp
2003-09-25
1
-4
/
+131
*
Enable use of atomics from MSVC C++ on WIN32.
wrowe
2003-09-19
1
-1
/
+1
*
more efficient implementation of atomic_dec for x86
brianp
2003-09-14
1
-5
/
+9
*
more efficient implementation of atomic add on x86
brianp
2003-09-14
1
-5
/
+4
*
remove an extraneous semicolon after macro
brianp
2003-09-14
1
-1
/
+1
*
Faster code for apr_atomic_inc on x86
brianp
2003-09-13
1
-5
/
+4
*
removed the solaris specific atomic code.
ianh
2003-05-03
1
-16
/
+0
*
Rebalance our exposed headers such that everything is nested properly
wrowe
2003-03-05
1
-13
/
+21
*
OS/2: Enable inline assembly version of atomics as they work well with EMX GCC.
bjh
2003-01-14
1
-1
/
+1
*
Replaced the apr_atomic_dec function and the apr_atomic_casptr macro
bnicholes
2003-01-10
1
-4
/
+16
*
When one does not use the value of the apr_atomic_cas macro,
sascha
2003-01-09
1
-1
/
+1
*
Update copyright notices to 2003.
thommay
2003-01-01
1
-1
/
+1
*
Go through doxygen output and remove as many errors and warnings as I could.
jerenkrantz
2002-11-10
1
-9
/
+9
*
Avoiding some compiler type mismatch warnings on NetWare
bnicholes
2002-10-25
1
-2
/
+2
*
Implement apr_atomic_casptr() for NetWare
bnicholes
2002-10-24
1
-0
/
+2
*
Win32: apr_atomic_casptr. Not tested.
stoddard
2002-10-21
1
-0
/
+1
*
Add pointer version of apr_atomic_cas
brianp
2002-10-19
1
-0
/
+20
*
Inline, mutex-free implementations of the rest of the atomic
brianp
2002-09-22
1
-0
/
+25
*
Ugg! It does not appear that we have ever been disabling "native"
jim
2002-09-12
1
-1
/
+1
*
Delay definition of APR_ATOMIC_NEED_DEFAULT_INIT to be 0 and only do so if it
jerenkrantz
2002-09-01
1
-2
/
+4
*
Cleaner mechanism for using platform-specific atomics on platforms
brianp
2002-08-31
1
-24
/
+62
*
Needed to swap the second and third parameters in the macro for NetWare.
bnicholes
2002-07-18
1
-1
/
+1
*
reverting the last change because it caused another problem on FreeBSD
brianp
2002-07-05
1
-1
/
+0
*
Added the missing definition of apr_atomic_init() for FreeBSD
brianp
2002-07-05
1
-0
/
+1
*
I committed this brokenness? Gheesh, aught to read "Modified Files:"
wrowe
2002-07-02
1
-1
/
+1
*
Optimized atomic CAS support for Linux/x86
brianp
2002-06-22
1
-0
/
+15
*
Use the native cmpxchg() function for NetWare
bnicholes
2002-06-11
1
-5
/
+1
*
FreeBSD down to 3 has atomic...
ben
2002-05-06
1
-1
/
+2
*
remove some linux comments
trawick
2002-05-01
1
-3
/
+3
*
Make the () style consistent for read and set macros. This should resolve
jerenkrantz
2002-04-30
1
-5
/
+5
*
Remove Linux atomic support as this is most definitely not meant for
jerenkrantz
2002-04-30
1
-19
/
+0
*
Workaround for Linux header snafu
jwoolley
2002-04-20
1
-0
/
+1
*
get apr_atomic.h to compile again; decls for some APR
trawick
2002-04-09
1
-0
/
+2
*
Added the NetWare version of atomic.c to the build
bnicholes
2002-03-27
1
-1
/
+1
*
spell-check a comment
trawick
2002-03-22
1
-1
/
+1
*
add apr atomic support for OS/390
gregames
2002-03-22
1
-0
/
+24
[next]