Commit graph

  • 44805008d0 Use "ngx_inline" instead of plain "inline" Adrian Perez 2012-01-18 00:23:02 +0200
  • a86e293f4f - Fixed description errors in README.rst - Now the directives are sorted alphabetically Óscar García Amor 2011-07-20 08:37:07 +0200
  • 42d2f1b1f7 Properly escape ':' and '?' in generated hrefs Adrian Perez 2011-04-04 03:40:30 +0300
  • d8e0bdaef2 Update e-mail address and copyright headers Adrian Perez 2011-04-03 00:22:59 +0300
  • 2f138afb70 Implement fancyindex_ignore configuration directive Adrian Perez 2010-09-09 16:42:46 +0200
  • 3d1c14f162 Fix incompatibility with Nginx 0.7.66 Sergey A. Osokin 2010-06-10 07:35:49 +0000
  • 4b19f3a73f Add fancyindex_css_href configuration option Adrian Perez 2010-06-10 16:56:31 +0200
  • 224db63c53 Save some bytes removing things in the template Adrian Perez 2010-06-10 14:52:23 +0200
  • 062b851137 Update README file, add .gitignore Adrian Perez 2010-06-10 01:49:30 +0200
  • f465a2bcd6 Small improvement over previous patch Sergey A. Osokin 2010-06-07 02:14:41 +0200
  • d54092b842 Fix build with latest development versions of Nginx Sergey A. Osokin 2010-06-03 22:07:36 +0200
  • bcbf8144c6 Whenever a directory contained a file that couldn't be stat()ed by nginx (e.g. due to EACCESS), the fancyindex module would produce an error and wouldn't generate any response to the user. Benoit Sigoure 2010-03-07 21:06:35 -0800
  • 3d18805d3a Merged support for nginx 0.8 Adrián Pérez 2009-06-06 22:09:32 +0200
  • 9e6893c0c8 Be compatible with Nginx 0.8.0 Adrián Pérez 2009-06-06 22:09:04 +0200
  • 4fa7e69117 Add patch for nginx 0.6 Adrián Pérez 2008-12-10 02:34:30 +0100
  • 6d5cec8e68 Corrected README Adrián Pérez 2008-12-10 02:23:32 +0100
  • 30337efcb3 Removed half-implemented readme_* directives (#1) Adrian Perez 2008-09-11 19:55:52 +0200
  • 9b75e7ebf9 Add note on gawk requisite Adrian Perez 2008-09-11 19:55:34 +0200
  • 207be06cd4 Fixes for building on nginx 0.7.7 Adrian Perez 2008-08-01 11:27:01 +0200
  • 0b7e40f274 Fixed issue with non-bash shells being unable of configuring the module. Adrian Perez 2007-09-28 23:01:28 +0200
  • d508e6f95a - Added support for sending as much response as possible in a single ngx_chain_t instead of always calling the output filter three times. This should avoid possible blocking in Nginx code. - Added warning about using external URLs in subrequest in readme file. - Factorized out some variable declarations out to function header. Removed a shadowed variable. - Removed some debugging statements. Adrian Perez 2007-09-19 18:22:16 +0200
  • 7181e18fb3 Fixed order of handler linkage, fixes #240 Adrian Perez 2007-09-14 13:39:50 +0200
  • 74863e2716 Fixed module initialization order, so we end up behinx index_module Adrian Perez 2007-09-14 04:04:37 +0200
  • 2f429b796b - Updated documentation. - Fixed XHTML 1.0 validation by enclosing JS code into a CDATA section. Adrian Perez 2007-09-13 23:40:40 +0200
  • 75e90109e0 Fixed handling of NGX_AGAIN in big responses Adrian Perez 2007-09-12 17:16:59 +0200
  • 4cc0d75806 Fixed readme Adrian Perez 2007-09-12 12:40:21 +0200
  • d47dd32858 some code cleanup Adrian Perez 2007-09-12 12:38:37 +0200
  • 1eaaa8b505 - Make sure the thing compiles with 0.6.11 - Removed a compiler warning Adrian Perez 2007-09-12 11:42:21 +0200
  • 312c69b5aa Merged changes which fix up ticket #231 Adrian Perez 2007-09-12 11:36:06 +0200
  • 45775bd0f1 - At last, inclusion works in proper order. Adrian Perez 2007-09-12 01:11:46 +0200
  • feaa4d9bf7 compiles -- just do not ask Adrian Perez 2007-09-11 19:12:58 +0200
  • 7e156ff58d - Implemented seperate functions to create header/footer buffers. - Simplified template.html and make code work with new template. Some vars were uneeded. - Added buffer chain debug macro in module header. Adrian Perez 2007-09-11 13:52:53 +0200
  • 549d00bdae Clarified documentation Adrian Perez 2007-09-11 12:28:26 +0200
  • a29f1d861e Some progress for #232 Adrian Perez 2007-09-10 19:42:11 +0200
  • ddadd2a210 Removed now unused (see comments on #205) include_mode and corresponding directive Adrian Perez 2007-09-10 18:01:40 +0200
  • bfbc9fd4a2 cierra el ticket #205 Adrian Perez 2007-09-10 15:05:58 +0200
  • 323cea9298 Removed unneeded stuff, we will do subrequests Adrian Perez 2007-09-06 21:06:43 +0200
  • b2553401cf Simplified an expression a bit Adrian Perez 2007-09-06 18:37:53 +0200
  • 05be79d572 - Removed uneeded extra slash in generated src attribute of <iframe>. - Mapping of URIs to proper header/footer files is done properly now for relative paths. Buffer object is returned, but not used yet. Adrian Perez 2007-09-06 17:51:44 +0200
  • 3bfd1094a5 Needs more love in the resolution of URI -> path Adrian Perez 2007-09-06 14:20:48 +0200
  • 9a22652366 more work on the thing Adrian Perez 2007-09-05 19:37:25 +0200
  • a530ef1cd8 Implemented setup of buffer flags so nginx knows where to read the file from. Adrian Perez 2007-09-05 15:47:22 +0200
  • a9a8ced810 - Implemented resolution of URI-style file name to path and checks for valid file into the inliner. - Moved module configuration structure definition to header file. Adrian Perez 2007-09-05 14:01:01 +0200
  • 493c40587b started work on inliner stuff Adrian Perez 2007-09-04 21:00:48 +0200
  • afcb883c7a the thing builds, again Adrian Perez 2007-09-04 19:29:53 +0200
  • 97c2710a12 WARNING: This revision WON'T compile at all. You have been warned. Adrian Perez 2007-09-03 20:36:32 +0200
  • 2818c1917c Moved some code into header Adrian Perez 2007-08-31 01:56:21 +0200
  • ef9ee57749 Updated README Adrian Perez 2007-08-30 18:39:37 +0200
  • c0be73d8ad Prepared for inclusion of new features Adrian Perez 2007-08-30 18:38:39 +0200
  • 0101fd77a1 - Removed unused macro nfi_conf_path_set. - Fixed flags for the readme mode, now they are disjoint. This fixed some other related things. - Renamed fancyindex_readme_options to fancyindex_readme_mode (shorter and clearer, IMHO) - Renamed fancyindex_mode to fancyindex_include_mode (clearer). - Checks for bottom/top readme are now properly done. - Fix: Initialization of readme_flags now is zero instead of NGX_CONF_UNSET. - Improved iteration of builtin template. Adrian Perez 2007-08-30 18:13:05 +0200
  • 855adc70eb - It is ALIVE. Adrian Perez 2007-08-30 14:29:41 +0200
  • 4e3d3c4816 Stuff now compiles with nginx 0.6.9 sources. Changed enum type to plain ngx_uint_t, so we can use nginx's config merge macros. Adrian Perez 2007-08-30 14:06:33 +0200
  • d7129e30f9 Merged weekend changes. Closes #201. Adrian Perez 2007-08-29 12:42:08 +0200
  • e73cb8e3bc Implemented sending README as an iframe Adrian Perez 2007-08-28 14:38:39 +0200
  • c2f086207b Added fancyindex_mode directive. Adrian Perez 2007-08-28 13:32:01 +0200
  • 059d4a8811 - Fixed substitution in Awk script: we were (erroneusly) stripping 'g' characters. - Updated template and C header which results after running the script. Adrian Perez 2007-08-24 18:10:11 +0200
  • 003e07cd34 Hecho #200 Adrian Perez 2007-08-24 15:58:20 +0200
  • 2d96368282 Fixed calculation of buffer length to include table markup. Adrian Perez 2007-08-24 15:20:38 +0200
  • 1933610719 Moved template size calculation out to Awk script Adrian Perez 2007-08-24 15:05:37 +0200
  • cf3c44193b Cierra el ticket #199 Adrian Perez 2007-08-24 14:07:53 +0200
  • 8d7357aa50 Closes #199 Adrian Perez 2007-08-24 13:47:59 +0200
  • f3cfbd01b1 - Added missing template pieces into templates/templates.h - Renamed some ngx_http_fancyindex_* symbols to nfi_* ones (shorter :P) - Defined some memory-copy utility macros in templates/templates.h - Updated output size calculation. Adrian Perez 2007-08-23 13:11:51 +0200
  • 27a0fbf338 new templates are arriving Adrian Perez 2007-08-22 21:27:11 +0200
  • 6aab314f67 Add t2inc header Adrian Perez 2007-08-22 20:48:43 +0200
  • ec4deed537 removed _BIT macro Adrian Perez 2007-08-22 19:54:14 +0200
  • ec48c46ce8 - Added config flag to wrap up readme file as an IFRAME. - Updated readme file accordingly. Adrian Perez 2007-08-22 19:30:46 +0200
  • 6af366dc6f Added missing words Adrian Perez 2007-08-21 21:50:38 +0200
  • 1f5952dff9 Fixed rst ref typo Adrian Perez 2007-08-21 21:50:07 +0200
  • 3d6d50f772 Changed available config options Adrian Perez 2007-08-21 21:49:09 +0200
  • ab5d80a600 Initial header templates added Adrian Perez 2007-08-21 20:04:05 +0200
  • 5931340a39 Added small program to include HTML-like text files in C programs. Adrian Perez 2007-08-21 19:31:49 +0200
  • bd1c9cd6af Better readme structure Adrian Perez 2007-08-20 21:32:37 +0200
  • 9e935e7d23 - Added configuration commands for header and footer files, and for their inclusion inside <pre> tags. - Code which handles the merging of the header/footer settings. - Updated documentation in README.rst Adrian Perez 2007-08-20 21:27:49 +0200
  • a3fdb44955 Renamed things. This is not more than the original ngx_http_autoindex_module.c with some comments and renamed stuff. Real work starts from here. Adrian Perez 2007-08-20 20:20:15 +0200
  • db539a6fbd Basic README stuff in-place Adrian Perez 2007-08-20 20:05:54 +0200
  • 0ac3fa9904 initial infraestructure Adrian Perez 2007-08-20 19:17:56 +0200