index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new r:touch() function.
Guenter Knauf
2013-06-21
1
-0
/
+21
*
Update the log message number.
Graham Leggett
2013-06-19
1
-1
/
+1
*
Fix "variable 'rv' may be used uninitialized
Rainer Jung
2013-06-19
1
-1
/
+1
*
Fix "unused variable" warning.
Rainer Jung
2013-06-19
1
-1
/
+1
*
Fix for stupid CodeWarrior compiler.
Guenter Knauf
2013-06-18
1
-3
/
+6
*
Correct the use of the printf formatter.
Graham Leggett
2013-06-17
1
-5
/
+3
*
mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
Graham Leggett
2013-06-17
1
-1
/
+1
*
Fold in Eric Covener's socket callback
Jim Jagielski
2013-06-17
1
-60
/
+147
*
Correct typo in error message
Christophe Jaillet
2013-06-15
1
-1
/
+1
*
Move initialization of the secret to the pre_config hook. Use
Stefan Fritsch
2013-06-14
1
-53
/
+20
*
mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged
Graham Leggett
2013-06-13
1
-0
/
+1
*
Actually use the secret when generating nonces.
Stefan Fritsch
2013-06-12
1
-12
/
+47
*
Reduce stack usage by 3k
Christophe Jaillet
2013-06-11
1
-1
/
+1
*
According to comment in 'magic_rsl_add' and to the way 'magic_rsl_printf' man...
Christophe Jaillet
2013-06-11
1
-1
/
+1
*
fix typo
Stefan Fritsch
2013-06-10
1
-1
/
+1
*
const goodness with nasty strrchr and strchr functions
Jeff Trawick
2013-06-10
1
-5
/
+5
*
Reduce stack usage, 32 bytes are enough here, no need to
Rainer Jung
2013-06-10
1
-2
/
+2
*
Use the size of the buffer as opposed to MAX_STRING_LEN.
Graham Leggett
2013-06-10
1
-1
/
+1
*
mod_cache_socache: Use the name of the socache implementation when performing
Graham Leggett
2013-06-10
1
-1
/
+1
*
Close file in error path.
Christophe Jaillet
2013-06-09
1
-0
/
+1
*
Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack...
Christophe Jaillet
2013-06-09
1
-1
/
+1
*
NULL terminate the right buffer
Christophe Jaillet
2013-06-08
1
-1
/
+1
*
Fixed signed<->unsigned compiler warning.
Guenter Knauf
2013-06-07
1
-2
/
+2
*
Return with error if we dont support an algorithm.
Guenter Knauf
2013-06-07
1
-1
/
+2
*
Note that the function will be available in APR.
Graham Leggett
2013-06-06
1
-0
/
+1
*
* truncpw was allocated from a pool and not via malloc
Ruediger Pluem
2013-06-06
1
-1
/
+0
*
tolerate LuaMapHandler scripts that don't return anything
Eric Covener
2013-06-06
1
-2
/
+8
*
Follow-up to r1488773 for configure builds.
Guenter Knauf
2013-06-04
1
-1
/
+1
*
Added new function r.date_parse_rfc() to mod_lua.
Guenter Knauf
2013-06-04
1
-0
/
+20
*
Fixed crash condition when r.module_info() is called
Guenter Knauf
2013-06-04
1
-1
/
+1
*
Added new functions r:mkdir(), r:mkrdir(), r:rmdir() to mod_lua.
Guenter Knauf
2013-06-03
1
-0
/
+62
*
Added new function r:htpassword() to mod_lua.
Guenter Knauf
2013-06-02
5
-0
/
+307
*
Added optional parameter wanted to r:stat().
Guenter Knauf
2013-06-01
1
-24
/
+35
*
* modules/ssl/ssl_util_ocsp.c (read_response): Ignore empty buckets in
Joe Orton
2013-05-31
1
-1
/
+7
*
CVE-2013-2249
Graham Leggett
2013-05-31
3
-38
/
+48
*
cosmetics.
Guenter Knauf
2013-05-31
1
-0
/
+2
*
Remove unneeded exports from mod_lua - part 2.
Guenter Knauf
2013-05-31
2
-4
/
+7
*
Remove unneeded exports from mod_lua.
Guenter Knauf
2013-05-30
10
-24
/
+24
*
Remove unnecessary global declarations of optional function
Joe Orton
2013-05-30
2
-6
/
+2
*
mod_ssl: Redesign NPN (Next Protocol Negotiation) API to avoid use of
Joe Orton
2013-05-30
5
-44
/
+102
*
Provide proper module extension.
Guenter Knauf
2013-05-30
1
-2
/
+17
*
Removed non-existent funcions from header.
Guenter Knauf
2013-05-30
1
-6
/
+0
*
Removed non-existent funcion from header.
Guenter Knauf
2013-05-30
1
-1
/
+0
*
* modules/filters/mod_ratelimit.c (rate_limit_filter): Log the error
Joe Orton
2013-05-29
1
-1
/
+1
*
Use proper type to kill compiler warning.
Guenter Knauf
2013-05-27
1
-1
/
+1
*
Whoops - one empty line too much.
Guenter Knauf
2013-05-25
1
-0
/
+1
*
Removed a bunch of empty lines.
Guenter Knauf
2013-05-25
1
-16
/
+1
*
Changed r.sleep(s) to r.usleep(ms).
Guenter Knauf
2013-05-25
1
-4
/
+8
*
Clarify the existing behavior.
Graham Leggett
2013-05-24
1
-0
/
+4
*
Reverting as per veto in http://svn.apache.org/r1486021.
Graham Leggett
2013-05-24
1
-2
/
+4
[next]