summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added new r:touch() function.Guenter Knauf2013-06-211-0/+21
* Update the log message number.Graham Leggett2013-06-191-1/+1
* Fix "variable 'rv' may be used uninitializedRainer Jung2013-06-191-1/+1
* Fix "unused variable" warning.Rainer Jung2013-06-191-1/+1
* Fix for stupid CodeWarrior compiler.Guenter Knauf2013-06-181-3/+6
* Correct the use of the printf formatter.Graham Leggett2013-06-171-5/+3
* mod_socache_shmcb.c: Remove arbitrary restriction on shared memory sizeGraham Leggett2013-06-171-1/+1
* Fold in Eric Covener's socket callbackJim Jagielski2013-06-171-60/+147
* Correct typo in error messageChristophe Jaillet2013-06-151-1/+1
* Move initialization of the secret to the pre_config hook. UseStefan Fritsch2013-06-141-53/+20
* mod_cache_socache: Make sure the CacheSocacheMaxSize directive is mergedGraham Leggett2013-06-131-0/+1
* Actually use the secret when generating nonces.Stefan Fritsch2013-06-121-12/+47
* Reduce stack usage by 3kChristophe Jaillet2013-06-111-1/+1
* According to comment in 'magic_rsl_add' and to the way 'magic_rsl_printf' man...Christophe Jaillet2013-06-111-1/+1
* fix typoStefan Fritsch2013-06-101-1/+1
* const goodness with nasty strrchr and strchr functionsJeff Trawick2013-06-101-5/+5
* Reduce stack usage, 32 bytes are enough here, no need toRainer Jung2013-06-101-2/+2
* Use the size of the buffer as opposed to MAX_STRING_LEN.Graham Leggett2013-06-101-1/+1
* mod_cache_socache: Use the name of the socache implementation when performing Graham Leggett2013-06-101-1/+1
* Close file in error path.Christophe Jaillet2013-06-091-0/+1
* Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack...Christophe Jaillet2013-06-091-1/+1
* NULL terminate the right bufferChristophe Jaillet2013-06-081-1/+1
* Fixed signed<->unsigned compiler warning.Guenter Knauf2013-06-071-2/+2
* Return with error if we dont support an algorithm.Guenter Knauf2013-06-071-1/+2
* Note that the function will be available in APR.Graham Leggett2013-06-061-0/+1
* * truncpw was allocated from a pool and not via mallocRuediger Pluem2013-06-061-1/+0
* tolerate LuaMapHandler scripts that don't return anythingEric Covener2013-06-061-2/+8
* Follow-up to r1488773 for configure builds.Guenter Knauf2013-06-041-1/+1
* Added new function r.date_parse_rfc() to mod_lua.Guenter Knauf2013-06-041-0/+20
* Fixed crash condition when r.module_info() is calledGuenter Knauf2013-06-041-1/+1
* Added new functions r:mkdir(), r:mkrdir(), r:rmdir() to mod_lua.Guenter Knauf2013-06-031-0/+62
* Added new function r:htpassword() to mod_lua.Guenter Knauf2013-06-025-0/+307
* Added optional parameter wanted to r:stat().Guenter Knauf2013-06-011-24/+35
* * modules/ssl/ssl_util_ocsp.c (read_response): Ignore empty buckets inJoe Orton2013-05-311-1/+7
* CVE-2013-2249Graham Leggett2013-05-313-38/+48
* cosmetics.Guenter Knauf2013-05-311-0/+2
* Remove unneeded exports from mod_lua - part 2.Guenter Knauf2013-05-312-4/+7
* Remove unneeded exports from mod_lua.Guenter Knauf2013-05-3010-24/+24
* Remove unnecessary global declarations of optional functionJoe Orton2013-05-302-6/+2
* mod_ssl: Redesign NPN (Next Protocol Negotiation) API to avoid use ofJoe Orton2013-05-305-44/+102
* Provide proper module extension.Guenter Knauf2013-05-301-2/+17
* Removed non-existent funcions from header.Guenter Knauf2013-05-301-6/+0
* Removed non-existent funcion from header.Guenter Knauf2013-05-301-1/+0
* * modules/filters/mod_ratelimit.c (rate_limit_filter): Log the errorJoe Orton2013-05-291-1/+1
* Use proper type to kill compiler warning.Guenter Knauf2013-05-271-1/+1
* Whoops - one empty line too much.Guenter Knauf2013-05-251-0/+1
* Removed a bunch of empty lines.Guenter Knauf2013-05-251-16/+1
* Changed r.sleep(s) to r.usleep(ms).Guenter Knauf2013-05-251-4/+8
* Clarify the existing behavior.Graham Leggett2013-05-241-0/+4
* Reverting as per veto in http://svn.apache.org/r1486021.Graham Leggett2013-05-241-2/+4