summaryrefslogtreecommitdiffstats
path: root/modules/mem (follow)
Commit message (Expand)AuthorAgeFilesLines
* Missed the plainmem getter/setter. Caught by RŸdigerJim Jagielski2009-02-101-1/+3
* Add getter/setter functions to the slotmem API. Also,Jim Jagielski2009-02-102-13/+71
* Need to close temporary file before using itRainer Jung2009-01-031-0/+7
* Add new struct element: name...Jim Jagielski2009-01-022-1/+5
* Use default object file in APACHE_MODULE callsRainer Jung2009-01-021-2/+1
* Transition mod_slotmem to ap_slotmem... just monkeyingJim Jagielski2009-01-018-332/+32
* be consistant with naming...Jim Jagielski2008-12-313-5/+5
* Modules will also need to know which methods are availableJim Jagielski2008-12-312-0/+11
* Update commentsJim Jagielski2008-12-311-2/+3
* use a local apr_shm_t* to avoid casts and type-punning warningsChris Darroch2008-12-311-14/+16
* remove unused variables and fix naming conflictsChris Darroch2008-12-311-15/+10
* detabify and clean some whitespaceChris Darroch2008-12-304-185/+193
* no need here :)Jim Jagielski2008-12-301-3/+0
* Bump up...Jim Jagielski2008-12-302-0/+0
* And complete the API changes...Jim Jagielski2008-12-303-33/+97
* Start of further refactoring....Jim Jagielski2008-12-307-4/+107
* Move desc of slotmem type to be generic enough so can beJim Jagielski2008-12-303-54/+56
* * This files gets generated. So no need to put it in svn.Ruediger Pluem2008-12-291-5/+0
* No need to sep out all the shared mem stuff... clean upJim Jagielski2008-12-295-407/+364
* implement mutex control from shared memory... plain memory notJim Jagielski2008-12-295-38/+126
* FooJim Jagielski2008-12-243-3/+0
* remove dupJim Jagielski2008-12-241-1/+0
* return apr_status_tJim Jagielski2008-12-242-2/+2
* style changes onlyJim Jagielski2008-12-243-192/+194
* * These files get generated during build and hence do not need to be in svn.Ruediger Pluem2008-12-232-7/+0
* Add in the useful slotmem memory module, from httpd-scoreboard.Jim Jagielski2008-12-2310-0/+786