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
*
ap_rgetline_core() now pulls from r->proto_input_filters
Joe Schaefer
2013-02-15
1
-2
/
+6
*
Can't figure out why we allocate len+2 bytes here. Len+1 should be enough.
Christophe Jaillet
2013-02-05
1
-1
/
+1
*
Fix incomplete filename in ErrorLog when trying to access files in non exist...
Christophe Jaillet
2013-02-04
1
-1
/
+2
*
* Ensure that is_v6literal is always initialized
Ruediger Pluem
2013-01-21
1
-1
/
+2
*
Log a warning if ThreadStackSize has an inappropriate value.
Christophe Jaillet
2013-01-15
3
-3
/
+21
*
Improve error message
Christophe Jaillet
2013-01-15
1
-1
/
+1
*
Add helper function to execute command w args and get one line of output. All...
Daniel Ruggeri
2013-01-15
1
-0
/
+42
*
Add some caching for password hash validation.
Stefan Fritsch
2013-01-01
1
-0
/
+40
*
change protocol number parsing in strict mode according to HTTPbis draft
Stefan Fritsch
2012-12-30
1
-31
/
+8
*
remove comment; empty host headers can happen in proxy requests
Stefan Fritsch
2012-12-30
1
-4
/
+1
*
add log tags missing in r1426877
Stefan Fritsch
2012-12-30
2
-13
/
+13
*
Add an option to enforce stricter HTTP conformance
Stefan Fritsch
2012-12-30
4
-43
/
+301
*
Correctly parse an IPv6 literal host specification in an absolute URL
Stefan Fritsch
2012-12-29
1
-48
/
+114
*
Check that AsyncRequestWorkerFactor is not negative
Stefan Fritsch
2012-12-25
1
-0
/
+3
*
Replace strdup by ap_malloc to ensure a proper error message if out-of-memory.
Stefan Fritsch
2012-12-25
1
-3
/
+5
*
Change HttpProtocol to again only allow to enable/disable 0.9
Stefan Fritsch
2012-12-22
2
-59
/
+29
*
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
[next]