71ba3c29857a7f74a71812be440840c06b05b8bf 1491610 |
|
10-Jun-2013 |
sf |
fix typo |
185aa71728867671e105178b4c66fbc22b65ae26 1209766 |
|
03-Dec-2011 |
sf |
Add lots of unique tags to error log messages |
5bfaaf573bacb45c1cf290ce85ecc676587e8a64 1174751 |
|
23-Sep-2011 |
jim |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change |
e782ab2767293d03df994ab07428dd88551649b3 1135083 |
|
13-Jun-2011 |
sf |
Avoid some memory allocations by using apr_table_setn where the string
arguments are const.
Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
PR: 51357 |
09a1167b8cb70e15be9f661f9e83ee33cfe062de 991588 |
|
01-Sep-2010 |
fuankg |
Added require prototypes conditionally to CFLAGS for NETWare;
added header includes for getting protos. |
89c7a19f9c47b03f00f622a979490c9bccb2ff03 982016 |
|
03-Aug-2010 |
sf |
- Remove a load of unused variables (or variables that are set but never read).
- Move some declarations into the correct #ifdef scope.
I couldn't compile/test netware, but the changes look obvious enough. |
36ef8f77bffe75d1aa327882be1b5bdbe2ff567a 951895 |
|
06-Jun-2010 |
sf |
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels |
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8 722399 |
|
02-Dec-2008 |
pquerna |
API Cleanup in preperation for 2.4.x, make sure all exported functions or variables contain an ap_ prefix. |
28c5dcdba68cacf2a9f13eef2158be4dc5c4d043 710141 |
|
03-Nov-2008 |
bnicholes |
Make sure that the sys_privileges_handlers is set for the NetWare platform |
842ae4bd224140319ae7feec1872b93dfd491143 420983 |
|
11-Jul-2006 |
fielding |
update license header text |
3d81f57512275ca06a60a9bcbd23c1f8b429fdf2 395228 |
|
19-Apr-2006 |
colm |
Update the copyright year in all .c, .h and .xml files |
e8f95a682820a599fe41b22977010636be5c2717 332306 |
|
10-Nov-2005 |
jim |
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines |
08cb74ca432a8c24e39f17dedce527e6a47b8001 151408 |
|
04-Feb-2005 |
jerenkrantz |
Update copyright year to 2005 and standardize on current copyright owner line. |
5cbcfb67829b89d261f9a1f16350212b1c776411 104251 |
|
12-Jul-2004 |
clar |
rev back to previous version, removing chnges to overload detach field , putting back addrspace field |
9982ed28dd98cf51e756a3ef5d217a3342c84edb 104209 |
|
09-Jul-2004 |
clar |
Overloading detached field in cgi_exec_info_t stuct in order to use same field to set detached and addrspace values for proc to be started. |
2fe2d6ca1223e3ea902ea3f042a2b8c94ad01816 103946 |
|
14-Jun-2004 |
clar |
Added new field in apr_procattr_t and cgi_exec_info_t structures to support loading in current or new address space (NetWare ONLY).
Replaced changes that added APR_PROGRAM_ADDRSPACE committed 6/11/04.
Reviewed by Brad Nicholes |
125a3f5f7a2e2d10383d65cda464edd7fc4b0176 103914 |
|
11-Jun-2004 |
clar |
Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE |
9305104b9cb71d8608996a8bbed0d4e919ced752 103052 |
|
20-Mar-2004 |
bnicholes |
The code was truncating the parameters for all NLM level commands. Needed to make sure that all of the parameters are being passed to the argv parser. |
78cd48acd325773619d78ac0d7263a99a8922fae 102618 |
|
09-Feb-2004 |
nd |
fix name of The Apache Software Foundation |
b9c702facf0e6ec00f9a777a8a896e906a01ecd9 102553 |
|
08-Feb-2004 |
nd |
fix copyright dates according to the first check in |
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dc 102525 |
|
06-Feb-2004 |
nd |
apply Apache License, Version 2.0 |
26a4456dd6f1a5d7d7fff766551461a578687c4a 102135 |
|
01-Jan-2004 |
nd |
update license to 2004. |
7baee11068bc48f5b2fd873def65f9c01861f04f 101989 |
|
04-Dec-2003 |
bnicholes |
Allow for binary CGI's to have file extensions other than .NLM
Submitted by: G�nter Knauf <gk@gknw.de> |
1fbf6ba0f5207e6637b49f9a9dfcc779bbe952a9 101154 |
|
03-Sep-2003 |
trawick |
switch to APR 1.0 API (which is still in flux)
because of the changes to the argument lists of apr_mmap_dup and apr_socket_create,
2.1-dev won't build with apr and apr-util's 0.9 branch anymore |
47bb9692d3c78db1d84c1a6ae5e0a29bff5c845e 98635 |
|
12-Feb-2003 |
bnicholes |
Make sure that the file extension is at least an empty string rather than NULL
so that the table searches will function properly |
a6ba37448d345005affe4f4ce9d6843510f66968 98615 |
|
12-Feb-2003 |
bnicholes |
Make sure the command type defaults to APR_PROGRAM on NetWare for
all CGIs |
95110ef6c48e688290296d18e94635af57300f4e 98613 |
|
11-Feb-2003 |
bnicholes |
Start all CGIs as detached and allow the APR_PROGRAM_* flags to determine
if the CGI should be started in its own address space. |
33bdcae1f7a1a65e351dda2a766a0cf28b1e695d 98573 |
|
03-Feb-2003 |
nd |
finished that boring job:
update license to 2003.
Happy New Year! ;-)) |
1f0c2431e7856c0dca9551795706b587562b1e67 97181 |
|
11-Oct-2002 |
bnicholes |
Fixed a problem with the NetWare command line builder for building the CGI
command line. It did not handle building the command line when given a
script rather than an executible. |
1663ee524b13cfa464942942ec33c16f2991cbd8 96190 |
|
25-Jul-2002 |
bnicholes |
Fixed the ap_cgi_build_command() function for NetWare so that it correctly
builds both the CGI and SSI command strings. |
ed3216cff7d96499450e5eebd927eb1507b97881 95590 |
|
10-Jun-2002 |
bnicholes |
Modified the CGIMapExtension directive to take an optional parameter that
specifies how the CGI NLM should be launched. |
1079536268898f733a5f646c3c9a1e040e0146a8 95534 |
|
06-Jun-2002 |
bnicholes |
Consolidated the startup attributes for building the command line for a CGI
binary into a single structure. This allows platform integrator to manipulate
the startup parameters much more easily. Also added the detach attribute
so that each CGI binary can be spawn appropriately for the OS. |
9e5410cf4f579668d32359a1ef7658a7866cf4d5 95445 |
|
31-May-2002 |
bnicholes |
Added mod_cgi and mod_netware as built in module in the NetWare build |