summaryrefslogtreecommitdiff
path: root/atomic/netware
Commit message (Expand)AuthorAgeFilesLines
* Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointerDavi Arnaut2007-07-101-0/+5
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Fixed apr_atomic_dec on NetWare to be thread safeJean-Jacques Clar2004-09-021-2/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Switch to a pure atomic implementationBradley Nicholes2003-12-081-6/+2
* Fix up the return values for apr_atomic_add32() and apr_atomic_inc32() since ...Bradley Nicholes2003-12-041-2/+6
* apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)Jeff Trawick2003-12-041-4/+4
* move the implementations of apr atomics out of the public header fileJeff Trawick2003-12-031-3/+48
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Use the native cmpxchg() function for NetWareBradley Nicholes2002-06-111-45/+0
* Remove unnecessary include of apr_lock.h (untested patch).Aaron Bannert2002-04-091-1/+0
* Brain dead mistake. I meant to _dec instead of _incBradley Nicholes2002-03-281-1/+1
* Added the NetWare version of atomic.c to the buildBradley Nicholes2002-03-271-0/+110