summaryrefslogtreecommitdiff
path: root/dso/beos
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-3/+3
* 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
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Fix an include path.David Reid2004-03-091-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-13/+0
* Modify the beos dso code to always return a structure, adding the errormsgDavid Reid2003-11-231-5/+8
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* standardize on a couple of easy to test for error codes for DSO errors.Ryan Bloom2002-12-291-3/+3
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* More pools instead of contexts...David Reid2001-04-291-8/+8
* Fix the build after Doug M's commit.David Reid2001-04-251-2/+2
* Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying upDavid Reid2001-04-221-2/+20
* Not quite sure how this went unnoticed for so long...David Reid2001-03-051-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* watch out for a double-unload. one manually from apr_dso_unload(), followedGreg Stein2001-01-191-5/+7
* All platforms now register a cleanup when a DSO is loaded. This justRyan Bloom2001-01-191-0/+9
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-121-4/+4
* Libtool-ize APR.Greg Stein2001-01-092-31/+8
* Change the includes in the "correct" way to allow building onDavid Reid2000-12-101-1/+2
* BeOS changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-27/+2
* Move all of the dso private header files to an arch directory underRyan Bloom2000-11-093-78/+2
* Add some .cvsignore goodness...David Reid2000-09-161-0/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-022-8/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-4/+0
* Continuing the cleanup of beos code.David Reid2000-06-171-0/+1
* Update ap_dso_error so it builds.David Reid2000-06-131-1/+1
* Fix the ap_dso_error function. Not sure if this is what was intendedDavid Reid2000-06-031-2/+3
* Add an ap_dso_error function.David Reid2000-06-011-0/+5
* Fix building with DSO support. If any module is configured to beRyan Bloom2000-06-012-0/+8
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-222-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-142-2/+2
* Add the other child stuff to beos, tidy up the test program a little andDavid Reid2000-04-041-4/+4
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-1/+1
* removed trailing slash from "OBJS=dso.o" to keep some makeJeff Trawick2000-03-311-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-312-72/+68
* More tidy up for the dso functions. Somehow missed these in my previousDavid Reid2000-03-281-2/+2
* This is the first pass at DSO support for APR. It's basically the patchDavid Reid2000-03-263-0/+233