summaryrefslogtreecommitdiffstats
path: root/server/eoc_bucket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420983 13f79535-47bb-0310-9956-ffa450edef68
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
| | | | | | | | means that "blank" lines consisting of just spaces or tabs are now really blank lines git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332306 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* New file for defining the End Of Connection (EOC) bucket type.Madhusudan Mathihalli2004-02-281-0/+54
The new bucket type was introduced for connection level filters (Ex. SSL) that need to send special data to the peer just before the socket is closed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102792 13f79535-47bb-0310-9956-ffa450edef68