summaryrefslogtreecommitdiff
path: root/misc/netware
Commit message (Collapse)AuthorAgeFilesLines
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-311-4/+0
| | | | | | | | It was not possible to use this interface without ldap provider internals. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68
* Blocked pragmas to avoid warnings with other compilers.Guenter Knauf2011-04-121-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1091274 13f79535-47bb-0310-9956-ffa450edef68
* Fixed issue when compiling serf due to odd defines.Guenter Knauf2011-03-211-3/+0
| | | | | | | | | The NetWare winsock2 header defines accept which breaks compilation of serf lib, therefore we now undef. Also removed obsolete include of novsock2.h in libprews.c. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1084016 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-041-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1076916 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a compiler warning.Guenter Knauf2010-08-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@982033 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some compiler warnings.Guenter Knauf2010-08-031-6/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@982032 13f79535-47bb-0310-9956-ffa450edef68
* Initialize the rebind functionality early within the APR library itself to ↵Bradley Nicholes2008-04-091-0/+2
| | | | | | avoid application unload issues. This ties apr to apr-util however on NetWare both libraries are combined. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@646580 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo.Joe Orton2006-08-034-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.Joe Orton2006-08-034-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Disable some default LibC debugging code when compiling optimizedBradley Nicholes2005-04-291-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@165339 13f79535-47bb-0310-9956-ffa450edef68
* Allow Apache on NetWare to build using either the standard socket libraries ↵Bradley Nicholes2005-04-142-0/+16
| | | | | | or the Winsock libraries. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@161365 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* Clean up leftover commentsBradley Nicholes2004-07-071-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65266 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that Winsock is started up properly for all NLMs that link to ↵Bradley Nicholes2004-07-062-15/+99
| | | | | | aprlib.nlm git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65262 13f79535-47bb-0310-9956-ffa450edef68
* Remove an unused local variableBradley Nicholes2004-03-161-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65005 13f79535-47bb-0310-9956-ffa450edef68
* Allow support for random bytes on older hardwareBradley Nicholes2004-03-091-1/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64957 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-134-157/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64904 13f79535-47bb-0310-9956-ffa450edef68
* Remove an unused system import from the NetWare buildBradley Nicholes2003-10-021-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64676 13f79535-47bb-0310-9956-ffa450edef68
* Go ahead and sync up the API to the prototype since Codewarrior on NetWareBradley Nicholes2003-09-301-4/+0
| | | | | | | won't compile with the mismatch git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64669 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancement by trying to create and cache path contexts soBradley Nicholes2003-02-071-0/+23
| | | | | | | | | that getstat() doesn't have to do so much work when trying to traverse a file path. This has shown a significant speed increase when stat'ing longer file paths. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64338 13f79535-47bb-0310-9956-ffa450edef68
* Remove the stat info caching for NetWareBradley Nicholes2003-01-141-65/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64294 13f79535-47bb-0310-9956-ffa450edef68
* While this is a 'proper' change, it breaks 64 bit platforms.William A. Rowe Jr2003-01-131-1/+5
| | | | | | | Identify as "this will change" with the 1.0 (or 0.10) generation. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64290 13f79535-47bb-0310-9956-ffa450edef68
* Namespace protection for include/arch/ header filesThom May2003-01-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aix/dso.h -> -> aix/apr_arch_dso.h beos/dso.h -> beos/apr_arch_dso.h beos/proc_mutex.h -> beos/apr_arch_proc_mutex.h beos/thread_cond.h -> beos/apr_arch_thread_cond.h beos/thread_mutex.h -> beos/apr_arch_thread_mutex.h beos/threadproc.h -> beos/apr_arch_threadproc.h beos/thread_rwlock.h -> beos/apr_arch_thread_rwlock.h netware/dso.h -> -> netware/apr_arch_dso.h netware/fileio.h -> -> netware/apr_arch_fileio.h netware/global_mutex.h -> netware/apr_arch_global_mutex.h netware/internal_time.h -> netware/apr_arch_internal_time.h netware/networkio.h -> netware/apr_arch_networkio.h netware/pre_nw.h -> netware/apr_arch_pre_nw.h netware/proc_mutex.h -> netware/apr_arch_proc_mutex.h netware/thread_cond.h -> netware/apr_arch_thread_cond.h netware/thread_mutex.h -> netware/apr_arch_thread_mutex.h netware/threadproc.h -> netware/apr_arch_threadproc.h netware/thread_rwlock.h -> netware/apr_arch_thread_rwlock.h os2/dso.h -> os2/apr_arch_dso.h os2/fileio.h -> os2/apr_arch_fileio.h os2/networkio.h -> os2/apr_arch_networkio.h os2/os2calls.h -> os2/apr_arch_os2calls.h os2/proc_mutex.h -> os2/apr_arch_proc_mutex.h os2/thread_cond.h -> os2/apr_arch_thread_cond.h os2/thread_mutex.h -> os2/apr_arch_thread_mutex.h os2/threadproc.h -> os2/apr_arch_threadproc.h os2/thread_rwlock.h -> os2/apr_arch_thread_rwlock.h os390/dso.h -> os390/apr_arch_dso.h unix/dso.h -> unix/apr_arch_dso.h unix/fileio.h -> unix/apr_arch_fileio.h unix/global_mutex.h -> unix/apr_arch_global_mutex.h unix/inherit.h -> unix/apr_arch_inherit.h unix/internal_time.h -> unix/apr_arch_internal_time.h unix/misc.h -> unix/apr_arch_misc.h unix/networkio.h -> unix/apr_arch_networkio.h unix/proc_mutex.h -> unix/apr_arch_proc_mutex.h unix/shm.h -> unix/apr_arch_shm.h unix/thread_cond.h -> unix/apr_arch_thread_cond.h unix/thread_mutex.h -> unix/apr_arch_thread_mutex.h unix/threadproc.h -> unix/apr_arch_threadproc.h unix/thread_rwlock.h -> unix/apr_arch_thread_rwlock.h win32/atime.h -> win32/apr_arch_atime.h win32/dso.h -> win32/apr_arch_dso.h win32/fileio.h -> win32/apr_arch_fileio.h win32/inherit.h -> win32/apr_arch_inherit.h win32/misc.h -> win32/apr_arch_misc.h win32/networkio.h -> win32/apr_arch_networkio.h win32/proc_mutex.h -> win32/apr_arch_proc_mutex.h win32/thread_cond.h -> win32/apr_arch_thread_cond.h win32/thread_mutex.h -> win32/apr_arch_thread_mutex.h win32/threadproc.h -> win32/apr_arch_threadproc.h win32/thread_rwlock.h -> win32/apr_arch_thread_rwlock.h win32/utf8.h -> win32/apr_arch_utf8.h git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64271 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices to 2003.Thom May2003-01-013-3/+3
| | | | | | | No functional changes git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* Fixed prototype mismatchBradley Nicholes2002-12-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64203 13f79535-47bb-0310-9956-ffa450edef68
* Moving the application global data management structure to APR.hnw toBradley Nicholes2002-12-021-7/+3
| | | | | | | | give it a wider scope. This needs to be done to handle the per-application global data in the apr_util hook APIs. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64111 13f79535-47bb-0310-9956-ffa450edef68
* Implemented the new OS language API for NetWare. This is a temporaryBradley Nicholes2002-11-161-0/+72
| | | | | | | | implementation just to get it building again. The real implementation will come later. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64039 13f79535-47bb-0310-9956-ffa450edef68
* Divided the cstat() memory pool into per processor memory pools to avoid havingBradley Nicholes2002-07-242-8/+15
| | | | | | | two different processors return the same memory node on an apr_palloc(). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63728 13f79535-47bb-0310-9956-ffa450edef68
* Removed the ReadWrite mutex that protects the stat cache table. Instead ↵Bradley Nicholes2002-06-262-6/+18
| | | | | | | | | | | | | implemented separate stat cache tables per processor. This eliminates the lock contention that was occuring each time a cache node expired and had to be refreshed. Having a stat cache per processor may cause some data redundancy but ensures that no other thread will be refreshing a node at the same time a thread is reading it. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63523 13f79535-47bb-0310-9956-ffa450edef68
* Correct const'ification of apr_app_initialize and internal relatedWilliam A. Rowe Jr2002-04-131-1/+3
| | | | | | | | | functions, as pointed out by GStein. Also fix a -very- significant bug in win32/apr_app_initialize() where we misassigned the new env memory to env rather than *env as required. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63260 13f79535-47bb-0310-9956-ffa450edef68
* Finished removing the locks API on NetWareBradley Nicholes2002-04-091-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63240 13f79535-47bb-0310-9956-ffa450edef68
* Switched to the new winsock header for NetWareBradley Nicholes2002-03-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63122 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-132-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inBradley Nicholes2002-03-051-3/+0
| | | | | | | progress. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63083 13f79535-47bb-0310-9956-ffa450edef68
* NetWare LibC API change for getting random bytesBradley Nicholes2002-03-051-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63081 13f79535-47bb-0310-9956-ffa450edef68
* Added APIs for storing the global memory pool and the stat cacheBradley Nicholes2002-02-222-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63053 13f79535-47bb-0310-9956-ffa450edef68
* Changed apr_app_main to apr_app_initializeWilliam A. Rowe Jr2002-02-181-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63012 13f79535-47bb-0310-9956-ffa450edef68
* Getting ready for some API name changes in the NetWare librariesBradley Nicholes2002-02-082-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62932 13f79535-47bb-0310-9956-ffa450edef68
* Added the apr_app_main() stubBradley Nicholes2002-02-011-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62896 13f79535-47bb-0310-9956-ffa450edef68
* NetWare version of start.c for handling initialization of application NLMs withBradley Nicholes2002-01-311-0/+129
| | | | | | | | | the APR library NLM, allocating the application specific pools and starting Winsock. It also handle deregistering the application NLM and freeing any memory back to the shared memory pool. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62880 13f79535-47bb-0310-9956-ffa450edef68
* Added the necessary code to make APRLib into a real library NLM. AlsoBradley Nicholes2002-01-311-2/+97
| | | | | | | | | added support for application instance data since library NLMs do not support this by default. This allows us to get global variables separated by application instance. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62878 13f79535-47bb-0310-9956-ffa450edef68
* Added the implementation of apr_generate_random_bytes()Bradley Nicholes2002-01-281-0/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62843 13f79535-47bb-0310-9956-ffa450edef68
* Removed a reference to an obsolete import fileBradley Nicholes2001-11-021-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62483 13f79535-47bb-0310-9956-ffa450edef68
* Removed a duplicate version of pre_nw.hBradley Nicholes2001-11-021-54/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62482 13f79535-47bb-0310-9956-ffa450edef68
* Updated to the LibC NLM startup codeBradley Nicholes2001-10-231-4/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62461 13f79535-47bb-0310-9956-ffa450edef68
* NLM startup codeBradley Nicholes2001-10-191-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62446 13f79535-47bb-0310-9956-ffa450edef68
* No longer needed. This file is generated by make_nw_export.awk.Bradley Nicholes2001-10-191-316/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62445 13f79535-47bb-0310-9956-ffa450edef68
* Added the export definitions for the linkerBradley Nicholes2001-10-191-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62444 13f79535-47bb-0310-9956-ffa450edef68
* Added the expat global definesBradley Nicholes2001-10-191-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62443 13f79535-47bb-0310-9956-ffa450edef68
* Updated with the new locking API'sBradley Nicholes2001-10-051-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62402 13f79535-47bb-0310-9956-ffa450edef68