Commit Graph

  • c94036dfb0 moved the completion-handlers into the network-backends Jan Kneschke 2007-02-01 11:17:38 +0000
  • ba193eadbc fixes cmake build for FreeBSD systems, removed "-lrt" and replaced "-ldl" with "-lc". someone with a FreeBSD system will need to test this change, it still works on Linux. Robert Jakabosky 2007-02-01 08:39:01 +0000
  • 1c832ecf0f moved the io_getevents() into the network-backend Jan Kneschke 2007-02-01 02:32:52 +0000
  • 09d52528e3 declared functions as static Jan Kneschke 2007-02-01 02:31:34 +0000
  • af135358a4 for small files read synchronously Jan Kneschke 2007-02-01 01:30:33 +0000
  • 32d32b1bfd fixed bug with run-time undefined symbols for buffer_append_off_t & deflate Robert Jakabosky 2007-02-01 01:21:32 +0000
  • 5a38b3a14d added a extra API call for the async-stat to make old modules behave as before Jan Kneschke 2007-02-01 01:12:59 +0000
  • 389f08c4cc honour async-stat() call Jan Kneschke 2007-02-01 01:06:21 +0000
  • 5dd8d6563d removed debug message Jan Kneschke 2007-02-01 00:58:12 +0000
  • fa05eb7f12 improved the pkg-config checks for glib-2.0 Jan Kneschke 2007-02-01 00:44:56 +0000
  • 4bf641dda1 big threading cleanup, glib-2.0 + gthread-2.0 is now a requirement Jan Kneschke 2007-02-01 00:17:22 +0000
  • 606a19666e - fixing syntax of the targetlibs for mod_magnet Marcus Rückert 2007-01-30 22:18:16 +0000
  • 303714cdd0 Fixed bug with X-Rewrite-* headers Robert Jakabosky 2007-01-30 20:33:24 +0000
  • 0e59b86c94 added inotify support Jan Kneschke 2007-01-30 15:35:59 +0000
  • 6564428217 play nice if we run out of fds Jan Kneschke 2007-01-30 15:34:48 +0000
  • b121135425 added EPIPE and a better error-msg for debugging Jan Kneschke 2007-01-30 12:44:35 +0000
  • c2badf2932 wake up a connection which is waiting on network-write() when it ran out of fds Jan Kneschke 2007-01-30 12:42:49 +0000
  • a0ed9e1e6f report a out-of-fd nicely to the upper layers Jan Kneschke 2007-01-30 12:42:12 +0000
  • 64887798c6 if a module sets Content-Length: itself we would append our own header a second time creating a duplicate header Jan Kneschke 2007-01-30 12:41:46 +0000
  • fff07a1656 ported mod_magnet to the 1.5.0 API Jan Kneschke 2007-01-30 12:05:59 +0000
  • 472fa951b8 added mod_magnet to the static-build Jan Kneschke 2007-01-30 11:17:30 +0000
  • dd343ac410 use internal md5 'const' where it is possible Jan Kneschke 2007-01-30 11:17:14 +0000
  • 349cdd569f liblua wants libm too Jan Kneschke 2007-01-30 11:16:25 +0000
  • 8e7ee6bb42 added trailing newline at end-of-file to make the c-compiler happy Jan Kneschke 2007-01-30 11:15:57 +0000
  • ec50f352f9 added mod_magnet to the cmake compilation Jan Kneschke 2007-01-30 11:01:15 +0000
  • ea8f286980 copied mod_magnet from the 1.4.x branch Jan Kneschke 2007-01-30 10:50:44 +0000
  • badb5e3fd4 fixed bug with "server.upload-dirs" (fixed #993) tempfile chunks are allocated from con->recv no con->recv_raw Robert Jakabosky 2007-01-30 04:16:33 +0000
  • dfbfb05ffd Fixed major bug with compressing chunks with offset > 0 or when deflate.work-block-size > 0 is used (fixed #986) Robert Jakabosky 2007-01-30 03:00:02 +0000
  • 8df3717c4e replaced deflate.bzip2 option with deflate.allowed_encodings. allowed_encodings is an array with the compression types to enable. Robert Jakabosky 2007-01-30 01:28:33 +0000
  • 251be50fab swapped params in dup2() (fixed #988) Jan Kneschke 2007-01-29 18:11:05 +0000
  • ac278686dc added option to enable/disable libfcgi support for fcgi-stat-accel Jan Kneschke 2007-01-29 18:10:29 +0000
  • 77a370d0af - applied missing chunk from the static balancer patch Marcus Rückert 2007-01-28 19:11:05 +0000
  • 31eaad3860 added static balancer ( submitted by uwe.voelker@gmx.de ) Jan Kneschke 2007-01-28 14:34:41 +0000
  • a0d178681c fixed checks for libfcgi and the different locations of the fastcgi-headers Jan Kneschke 2007-01-28 12:47:12 +0000
  • 4067fbeb4a moved the reset of the content-queue right before we write the content to the network as all filters might want to know if there was content and set the Content-Length accordingly. Jan Kneschke 2007-01-28 00:13:31 +0000
  • 30faa4e30d announce that we have no content to send in case of a parse-error in the HTTP-Request Jan Kneschke 2007-01-27 21:20:13 +0000
  • 5f0b0d96c1 build fcgi-stat-accel in case we have libfcgi Jan Kneschke 2007-01-27 21:17:05 +0000
  • 4bec8dce7d fixed out-of-fd detection Jan Kneschke 2007-01-27 18:41:32 +0000
  • 778746edd3 added fcgi-stat-accel and spawn-fcgi to the build Jan Kneschke 2007-01-27 18:39:04 +0000
  • 489f1f29d1 added fcgi-stat-accel to the distribution Jan Kneschke 2007-01-27 16:51:48 +0000
  • 6154e86d57 reverted a small part of [1522] as it breaks the normal operation of the HTTP/1.0 proxying if Connection: close is set Jan Kneschke 2007-01-27 16:07:29 +0000
  • 36810ed03c added support for client-certs to auth against the ldap-server (taken from #761) Jan Kneschke 2007-01-27 14:31:14 +0000
  • f26f152b21 don't require a value for proxy-core.balancer, assume round-robin Jan Kneschke 2007-01-27 14:21:45 +0000
  • 71c92876f3 added $PHYSICAL["path"] and $HTTP["request-method"] Jan Kneschke 2007-01-27 14:14:55 +0000
  • c3363a1134 in 1.4.x it is X-LIGHTTPD-send-file, be compatible with that Jan Kneschke 2007-01-27 13:28:55 +0000
  • ea4280d216 removed strlen() from the array_get_element() Jan Kneschke 2007-01-27 12:59:59 +0000
  • 62141320c4 added mod_deflate to the cmake build Jan Kneschke 2007-01-24 00:18:51 +0000
  • 887e89fc7b r1560@h2o: darix | 2007-01-20 21:49:29 +0100 - applied patch from Jani Tiainen <jani.tiainen@keypro.fi> + config.h support + support for lemon generated files - added more pattern to svn:ignore Marcus Rückert 2007-01-20 20:50:39 +0000
  • 9c5b2be591 replace/insert request header "Host" based on X-Rewrite-Host Robert Jakabosky 2007-01-17 04:05:44 +0000
  • cb2dda7534 fixed bug when backend closes socket after sending response headers. Robert Jakabosky 2007-01-16 00:03:37 +0000
  • 36ce2f80d2 Fixed major bug with p->conf settings getting replaced by other requests. Cleaned up some error messages. Robert Jakabosky 2007-01-15 03:49:51 +0000
  • 2548bc0ab1 if proxy-core.protocol is set, then require proxy-core.balancer. Robert Jakabosky 2007-01-14 11:09:11 +0000
  • e7b59c6f77 r1557@h2o: darix | 2007-01-14 10:55:33 +0100 - fix a crash for files with an mtime of 0 reported by cubiq on irc Marcus Rückert 2007-01-14 09:58:14 +0000
  • 55a713a1a1 r1557@h2o: darix | 2007-01-14 10:55:33 +0100 - fix a crash for files with an mtime of 0 reported by cubiq on irc Marcus Rückert 2007-01-14 09:58:14 +0000
  • f1b86ecc07 - fix a crash for files with an mtime of 0 reported by cubiq on irc Marcus Rückert 2007-01-14 09:55:38 +0000
  • 5d110a4a1c - allow empty passwords with ldap. patch by Jöerg Sonnenberger Marcus Rückert 2007-01-14 09:46:33 +0000
  • 0aaf0c58ae r1553@h2o: darix | 2007-01-14 10:37:14 +0100 - allow empty passwords with ldap. patch by Jöerg Sonnenberger Marcus Rückert 2007-01-14 09:40:02 +0000
  • d471bcc9ca r1553@h2o: darix | 2007-01-14 10:37:14 +0100 - allow empty passwords with ldap. patch by Jöerg Sonnenberger Marcus Rückert 2007-01-14 09:40:02 +0000
  • 0ff8388a8c fixed a few bugs with the connection pool and backlog. Added proxy-core.max-keep-alive-requests option. Robert Jakabosky 2007-01-14 08:21:26 +0000
  • 4db31a52b0 Improved status reporting from: Bjoern Kalkbrenner <terminar@cyberphoria.org> Robert Jakabosky 2007-01-13 10:13:05 +0000
  • fefc02cad8 Fixed bug with X-Sendfile. Robert Jakabosky 2007-01-12 23:03:32 +0000
  • 85bb6b3e73 Added support for X-Rewrite-Backend to support creation of proxy-core backends dynamicly. Robert Jakabosky 2007-01-12 06:21:05 +0000
  • 42f6765e77 add support for T_CONFIG_INT. change "server.max-request-size" from SHORT type to INT type. fixed internal redirect from one proxy-core request to another. Robert Jakabosky 2007-01-11 03:10:49 +0000
  • 551411d3ea fix for traffic_limit bug. Robert Jakabosky 2007-01-10 03:57:26 +0000
  • f67ccee6a4 Fix for X-Sendfile feature. Added more backend connection cleanup code to mod_proxy_core Robert Jakabosky 2007-01-10 03:36:57 +0000
  • b0713a49b5 fixed bug with freeing backend proxy connection. Robert Jakabosky 2007-01-09 07:15:13 +0000
  • d82fb20e5a Fixed bug with double free of proxy_connection. Robert Jakabosky 2007-01-09 04:04:26 +0000
  • 3108703f11 r1538@h2o: darix | 2007-01-08 11:50:03 +0100 - readd the newline Marcus Rückert 2007-01-08 10:52:47 +0000
  • 50aaecab58 - removed excessive newline ;) Marcus Rückert 2007-01-08 10:51:07 +0000
  • 3f5d70ccbf typo Elan Ruusamäe 2007-01-06 22:48:43 +0000
  • d4048ff36b fixed bugs in mod_chunked, Mostly just code cleanup. Added mod_deflate, ported from patch for lighttpd 1.4.13 Content-Length header is removed from backend response and re-generated since mod_deflate will change the length. Robert Jakabosky 2007-01-06 06:59:03 +0000
  • 99305da599 Moved HTTP/1.1 chunk encoding into plugin mod_chunked Created filter chain API for mod_chunked and mod_deflate. Added new handle_filter_response_content hook to plugin API. Robert Jakabosky 2007-01-05 04:43:40 +0000
  • cb1b4975c4 commit fix from Ticket #964 Robert Jakabosky 2007-01-05 02:57:09 +0000
  • 5d8855bdef commit fix from Ticket #964 Robert Jakabosky 2007-01-05 02:57:09 +0000
  • 39a4aa853d Added round-robin support to mod_fastcgi. Robert Jakabosky 2007-01-03 09:46:32 +0000
  • db76b98e03 Added round-robin support to mod_fastcgi. Robert Jakabosky 2007-01-03 09:46:32 +0000
  • 67f9a0fabc mod_compress: avoid crash on stat failure Xuefer 2007-01-02 05:28:42 +0000
  • 277cc8ec97 fix undefined LIBUUID when with_uuid=off Xuefer 2007-01-02 05:25:24 +0000
  • bd4de3f883 - merged missing parts of the "print config to stdout" changes Marcus Rückert 2006-12-30 00:11:40 +0000
  • 06f4bb8a8d - cleanup trailing whitespaces Marcus Rückert 2006-12-29 23:46:30 +0000
  • 3f95476b71 - make sure GNU_SOURCE is defined where needed Marcus Rückert 2006-12-29 23:40:50 +0000
  • 6659a155e3 - merged a few fixes from the 1.4.x branch to trunk Marcus Rückert 2006-12-29 23:38:18 +0000
  • 924f6c493f - Handle DragonFlyBSD the same way as Freebsd. Patch by Jörg Sonnenberger Marcus Rückert 2006-12-29 05:34:34 +0000
  • f65fe7607c - Handle DragonFlyBSD the same way as Freebsd. Patch by Jörg Sonnenberger Marcus Rückert 2006-12-29 05:32:44 +0000
  • 4fe6745364 - Handle DragonFlyBSD the same way as Freebsd. Patch by Jörg Sonnenberger Marcus Rückert 2006-12-29 05:32:44 +0000
  • 3fcdeed7ca fixed autoconf + pcre Jan Kneschke 2006-12-28 19:25:28 +0000
  • f52467ae90 - unified static and dynamic loading of modules Jan Kneschke 2006-12-26 16:27:51 +0000
  • 713e494185 - added OPTIONS for all optional features - added a static compile option Jan Kneschke 2006-12-26 16:27:16 +0000
  • 1f27e067de cleaned the source packaging Jan Kneschke 2006-12-26 16:26:35 +0000
  • fc68eb0a29 added more checks to really map all checks from autoconf Jan Kneschke 2006-12-25 20:35:44 +0000
  • a2378f74b4 fixed compile with cmake if none of the optional libs is installed Jan Kneschke 2006-12-25 18:46:21 +0000
  • 0b6f5bf1b5 get rid of fprintf() in favour of ERROR() Jan Kneschke 2006-12-25 14:34:05 +0000
  • c8904cdeb5 added ctest support Jan Kneschke 2006-12-25 14:32:14 +0000
  • 76646aed98 added cmake based build-system Jan Kneschke 2006-12-25 14:02:46 +0000
  • abed0005e6 don't include the query-string in the req_uri variable Jan Kneschke 2006-12-20 10:30:24 +0000
  • 4b77cf4baf on freebsd aio-suspend is in the libc and we have to make sure that -pthread is still passed appended to the LDFLAGS in that case Jan Kneschke 2006-12-20 08:47:23 +0000
  • d3f97647b6 fixed segv bug. added null end record to header lists. Robert Jakabosky 2006-12-20 05:12:04 +0000
  • 36d996c8ab added now and weeks support to mod_expire. refs #943 Elan Ruusamäe 2006-12-19 15:14:36 +0000
  • cbb0207ebf added now and weeks support to mod_expire. close #943 Elan Ruusamäe 2006-12-19 15:11:04 +0000
  • 36544e2186 added now and weeks support to mod_expire. close #943 Elan Ruusamäe 2006-12-19 15:11:04 +0000