2007-05-22 |
phk | Initialize storage modules magic element. |
commit | commitdiff | tree | snapshot |
2007-05-21 |
ssm | Spell my name right, and use a more convenient mail... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
des | Silence a compiler warning that occurs with gcc 4.2. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
des | Set mime-type. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
des | Copy NFILES knob from redhat/varnish.initrc. |
commit | commitdiff | tree | snapshot |
2007-05-18 |
ssm | Add init script for varnishlog |
commit | commitdiff | tree | snapshot |
2007-05-18 |
des | Add entry for r1450. |
commit | commitdiff | tree | snapshot |
2007-05-18 |
des | reopen needs to be volatile, or the compiler might... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
ingvar | Our default.vcl has a minor change: It uses localhost... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
ingvar | :- is simpler than reverse negation |
commit | commitdiff | tree | snapshot |
2007-05-17 |
ingvar | just some output cleanup |
commit | commitdiff | tree | snapshot |
2007-05-17 |
des | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
des | Merged revisions 1437-1442 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-05-17 |
des | We won't use this any more. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
des | Add an XML+XSLT-based change log. Unlike the change... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
ingvar | * Wed May 16 2007 Ingvar Hagelund <ingvar@linpro.no... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
des | Improve the descriptions of some of the options and... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
des | Tweak some of the defaults: |
commit | commitdiff | tree | snapshot |
2007-05-16 |
ssm | debian changelog, so far |
commit | commitdiff | tree | snapshot |
2007-05-16 |
des | Include zope-plone.vcl in the tarball. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
des | Explain in more detail how the storage file size is... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
ssm | Init-script: |
commit | commitdiff | tree | snapshot |
2007-05-16 |
ssm | Use etc/default.vcl instead of debian/vcl.conf |
commit | commitdiff | tree | snapshot |
2007-05-16 |
ssm | Ship with etc/default.vcl instead, no need for a separa... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
ssm | fix upgrade issue in postrm script, and rename it to... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
ssm | Added example vcl to use in front of zope+plone (this... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
des | Distribute default.vcl. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
des | Expand tags |
commit | commitdiff | tree | snapshot |
2007-05-15 |
des | Rename vcl.conf to default.vcl, update and comment... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
des | Attempt to fix the bind-to-any problem: |
commit | commitdiff | tree | snapshot |
2007-05-15 |
des | Revert accidental commit of unfinished negative-caching... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
des | AN() and XXXAN() are also useful for non-pointer results. |
commit | commitdiff | tree | snapshot |
2007-05-14 |
des | Merged revisions 1394,1400-1418 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-05-14 |
des | Document the inadvisability of enabling sendfile. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
phk | Make the sendfile threshold inifinity for now, we have... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Minor style issues. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Add -P (pid file) option. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Forgotten commit: check for <vis.h> and daemon(3) avail... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Avoid gcc4-specific compiler options. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Remove unused header. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Add -D (daemonize) and -P (pid file) options. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | No use expanding tags unless there *are* tags... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Expand tags. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Pull flopen() and pidfile_*() (renamed to vpf_*())... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Tweak DEVELOPER_CFLAGS. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
des | Comment out comparisons which are always true (unsigned... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
ingvar | git-svn-id: svn+ssh://projects.linpro.no/svn/varnish... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
ingvar | * Fri May 11 2007 Ingvar Hagelund <ingvar@linpro.no... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
des | Correctly detect more incompatible automake versions. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Implement runtime part of VCL controlled hashing. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Make req.hash have the right internal type: char * |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Use struct sockaddr_storage instead of our own homegrow... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Mark variables/objects as having a string representatio... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | After compilation of a VCL program, do a test-load... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Don't use sockaddr->sa_len, it was too advanced for... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Don't use sockaddr->sa_len, it was too advanced for... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Add back a check that was lost: You must have at least... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Add support for checking "server.ip" in addition to... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Implement '==' and '!=' for IP number variables (presen... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
phk | Sanitize generation of white-space in generated C code. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
des | Update the default configuration. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
des | Look for s-maxage before max-age. This may need to... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
des | Remove superfluous vsb_printf() argument |
commit | commitdiff | tree | snapshot |
2007-05-05 |
des | Typo in comment |
commit | commitdiff | tree | snapshot |
2007-05-05 |
des | Whitespace nits |
commit | commitdiff | tree | snapshot |
2007-05-04 |
des | Apply the workaround suggested in #102. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
phk | Fix error reporting with -C |
commit | commitdiff | tree | snapshot |
2007-05-03 |
des | s/expl/explicit/ to circumvent a bug in gcc 3. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
des | s/expl/reason/ to circumvent a bug in gcc 3. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
des | s/expl/reason/ to circumvent a bug in gcc 3. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
des | s/expl/reason/ to circumvent a bug in gcc 3. |
commit | commitdiff | tree | snapshot |
2007-05-02 |
des | Don't try to lock the objhead mutex if we don't have... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
des | Correct the URL in the error page. |
commit | commitdiff | tree | snapshot |
2007-05-02 |
des | Try fixing #95 again. The trick is that if we get... |
commit | commitdiff | tree | snapshot |
2007-05-01 |
des | Add and document a ping_interval parameter which contro... |
commit | commitdiff | tree | snapshot |
2007-05-01 |
des | Two minor logging fixes: |
commit | commitdiff | tree | snapshot |
2007-05-01 |
des | Improve the readability and debuggability of our tag... |
commit | commitdiff | tree | snapshot |
2007-05-01 |
des | Add protective #ifdef. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
des | Force CONFIG_SHELL to /bin/sh. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
phk | Add compat trick for clock_gettime() |
commit | commitdiff | tree | snapshot |
2007-04-24 |
des | Eliminate warnings. |
commit | commitdiff | tree | snapshot |
2007-04-24 |
des | Move CFLAGS configuration to the bottom so it doesn... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
des | Move CFLAGS configuration to the bottom so it doesn... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
des | Correctly detect the presence and location of all exter... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
des | Further eliminate fixed-size buffers. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
des | Major rewrite of the VSL handler for increased robustne... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
des | Style and whitespace cleanup + clarify comment explaini... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
des | Clarify synopsis / description |
commit | commitdiff | tree | snapshot |
2007-04-19 |
phk | When we have some amount of a chunk header, but not... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
phk | Emit acl matching code to the function body. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
phk | Standards compliance: fputs(3) returns non-negative... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
phk | Need to find other way to shut up flexelint. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
phk | Remember to initialize C_flag and don't exit in far... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
phk | Add scripts to run flexelint over VCL compiler output |
commit | commitdiff | tree | snapshot |
2007-04-09 |
phk | Fix stylistic Flexelint unhappiness with the compiled... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
phk | Add a -C argument, which compiles the VCL (either defau... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
phk | Two missing NULL initializations. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
phk | <queue.h> is a local #include in varnish, so use "queue.h" |
commit | commitdiff | tree | snapshot |
2007-04-09 |
phk | Move the function that pushes the compiled VCL programs... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
phk | remove XXX comment which no longer applies |
commit | commitdiff | tree | snapshot |
next |