index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unnecessary cast
Stefan Fritsch
2012-12-17
1
-4
/
+3
*
add new ap_bin2hex() utility function
Stefan Fritsch
2012-12-16
2
-8
/
+15
*
cppCheck: same expression on both side of '|'.
Christophe Jaillet
2012-12-10
1
-2
/
+2
*
Add LogLevelOverride directive that allows to override the loglevel for
Stefan Fritsch
2012-12-08
2
-35
/
+116
*
remove C99 features from 'Warning' directive handling
Fabien Coelho
2012-12-08
1
-6
/
+7
*
Add minor 'Warning' directive as defined in current mod_macro.
Fabien Coelho
2012-12-08
2
-8
/
+38
*
save a apr_time_now() call for every request.
Jim Jagielski
2012-12-05
1
-3
/
+3
*
Avoid processing some files twice if APR_INCLUDEDIR and
Stefan Fritsch
2012-12-02
1
-1
/
+1
*
Sort error message for ServerTokens by increasing verbosity. Add missing 'OS'
Stefan Fritsch
2012-12-02
1
-3
/
+3
*
Fix peek
Jim Jagielski
2012-11-30
1
-2
/
+4
*
PR54223: 2.4 generates AH00554 when Include points to a directory with no wil...
Eric Covener
2012-11-29
1
-1
/
+1
*
PR54222: catch invalid ServerTokens args
Eric Covener
2012-11-29
1
-1
/
+4
*
Sometimes we miss the last few items in the Q due
Jim Jagielski
2012-11-21
1
-1
/
+4
*
Bug from not using pools by default :)
Jim Jagielski
2012-11-20
1
-2
/
+2
*
Force even malloc'ed mem to be 0ed. And pull out wasted cycles that
Jim Jagielski
2012-11-19
1
-3
/
+8
*
Some formatting and a bugfix
Jim Jagielski
2012-11-19
1
-10
/
+7
*
The compiler *should* do this, but just in case
Jim Jagielski
2012-11-19
1
-2
/
+2
*
skiplist_destroy() is new-ish
Jim Jagielski
2012-11-19
2
-0
/
+15
*
Remove from API
Jim Jagielski
2012-11-19
2
-2
/
+6
*
Merge branch 'skiplist'
Jim Jagielski
2012-11-19
4
-45
/
+852
*
Document the check in open_logs()
Jim Jagielski
2012-11-18
2
-0
/
+2
*
Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR,
Stefan Fritsch
2012-11-17
1
-0
/
+23
*
fdq expects a certain behavior from atomics... ensure that
Jim Jagielski
2012-11-16
2
-0
/
+24
*
Fold in a missing optimization...
Jim Jagielski
2012-11-16
1
-5
/
+23
*
missed one
Jim Jagielski
2012-11-15
1
-1
/
+1
*
Update and sync
Jim Jagielski
2012-11-15
1
-0
/
+4
*
Prefer higher-mode polling, but allow for drop down to default
Jim Jagielski
2012-11-15
2
-5
/
+40
*
no longer needed
Jim Jagielski
2012-11-14
3
-3
/
+0
*
Pull out the "extended" pod functions used by event and worker
Jim Jagielski
2012-11-14
13
-559
/
+145
*
Make HttpProtocol accept a range of allowed versions.
Stefan Fritsch
2012-11-09
2
-24
/
+57
*
Expose ap_method_register() to the admin with a new RegisterHttpMethod
Stefan Fritsch
2012-11-09
1
-0
/
+11
*
Pull the event optimization MPM back into trunk. This
Jim Jagielski
2012-11-09
12
-1
/
+4366
*
remove obsolete comment from 1.3 days
Stefan Fritsch
2012-11-09
1
-2
/
+0
*
remove some more old unused code
Stefan Fritsch
2012-11-08
1
-2
/
+0
*
log client error at level debug, log broken Host header value
Stefan Fritsch
2012-11-08
1
-2
/
+3
*
Remove unused code. "Next week" hasn't happened in the last 10 years or so.
Stefan Fritsch
2012-11-08
1
-11
/
+0
*
New directive HttpProtocol which allows to disable HTTP/0.9 support.
Stefan Fritsch
2012-11-07
2
-1
/
+36
*
Make ap_check_cmd_context() treat <If> sections like <File> sections.
Stefan Fritsch
2012-11-07
1
-1
/
+4
*
Make <If> sections in virtual host context fill in cmd->path so that
Stefan Fritsch
2012-11-07
1
-1
/
+5
*
cppCheck: kill two warnings about incorrect printf parameters.
Christophe Jaillet
2012-11-05
1
-2
/
+2
*
Update auto-generated code
Stefan Fritsch
2012-11-05
1
-75
/
+90
*
Properly log flex fatal errors and abort(), instead of the
Stefan Fritsch
2012-11-05
1
-0
/
+15
*
revert r1401448 and add a comment on why there's a bewildering copy
Jeff Trawick
2012-11-03
1
-1
/
+5
*
ap_expr: Add req_novary function that allows HTTP header lookups
Stefan Fritsch
2012-10-29
1
-0
/
+3
*
No need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes ...
Christophe Jaillet
2012-10-23
1
-2
/
+1
*
only write the first len chars to syslog, as the buffer may have additional
Jeff Trawick
2012-10-18
1
-1
/
+2
*
style tweak
Jeff Trawick
2012-10-18
1
-2
/
+1
*
No need to test for NULL before calling apr_pstrdup.
Christophe Jaillet
2012-10-14
1
-1
/
+1
*
follow-up to r1389481: find/use getloadavg() prototype on Solaris
Jeff Trawick
2012-10-12
1
-0
/
+3
*
follow up to r1390564: we just need scope, not control structure
Jeff Trawick
2012-10-12
1
-2
/
+2
[next]