2007-10-30 |
des | Revert r2208, I believe the assert is correct. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
des | Use pdiff() |
commit | commitdiff | tree | snapshot |
2007-10-30 |
des | AFAICT, it is perfectly valid for sp->vcl to be NULL... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
des | Incomplete change log for 1.1.2 |
commit | commitdiff | tree | snapshot |
2007-10-30 |
des | Comment tweak |
commit | commitdiff | tree | snapshot |
2007-10-30 |
des | Use a cast to prevent sign extension instead of masking... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Add more paranoia |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Give struct ws the mini_obj treatment, not sure why... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Typo in previous commit. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | More checks, trying to find pointer tango |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Make bereq. available from vcl_fetch() |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Implement relative URL for esi:include. Use the bereq... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Postpone freeing the bereq until after VCL_fetch()... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Give workspaces an identifying string to aid debugging. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Add compile-time selectable SHMlogging of WS-activity |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Remember to reset te bereq's workspace after use. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Mask negative characters to 8 bit before formatting. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | If we find no ESI elements of an object, don't penalize... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Don't complain about unrecognized <! sequences, just... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Issue an VCL_error if 'esi' is not used from vcl_fetch. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Give VRT code a chance to see which method we are in. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
phk | Add a VCL_error shmtag |
commit | commitdiff | tree | snapshot |
2007-10-28 |
des | Fix file list. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
phk | Don't mess up the chunked encoding for nested esi:include |
commit | commitdiff | tree | snapshot |
2007-10-26 |
phk | More ESI work, now full URL srcs (http://...) work... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
phk | Push hole through the esi:include path, making a very... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
phk | Add attribute parsing |
commit | commitdiff | tree | snapshot |
2007-10-24 |
phk | Split STP_RECV in two: |
commit | commitdiff | tree | snapshot |
2007-10-24 |
phk | Gently shuffle closer to being able to restart a esi... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
phk | Add a WS_Dup() function |
commit | commitdiff | tree | snapshot |
2007-10-23 |
des | Check for a negative return from HTC_Rx(). Probably... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
des | Supply reasonable defaults for error code / reason. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
des | Add a test case for the root cause of #164, which is... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
des | Add a test case for the root cause of #164, which is... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
phk | Quench a pointless sigchild warning |
commit | commitdiff | tree | snapshot |
2007-10-22 |
des | Evaluate ${localstatedir} later. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Don't assert that close() returns 0, it won't when... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Don't try to interpret the status code when we know... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Re-add Solaris support which was removed in r1465. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Add error message. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Use an 8 kB stack buffer instead of a heap buffer. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | When testing pipelined POST requests, send enough data... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | The framework bugs which used to affect this test case... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Also test pipelining of POST requests (in pass mode) |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Move malloc() / free() out of the loop, and plug a... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Simplify |
commit | commitdiff | tree | snapshot |
2007-10-19 |
des | Style & whitespace |
commit | commitdiff | tree | snapshot |
2007-10-19 |
cecilihf | Improved handling of pass for POST requests. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
phk | Fix pipelining: don't expect the fd to become readable... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
phk | Make ESI processing actually work. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
des | Add a regression test for pipelining, which is currentl... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
des | Add a missing wait(). |
commit | commitdiff | tree | snapshot |
2007-10-18 |
des | Separate the act of sending a request from that of... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
des | Make VARNISH_STATE_DIR work correctly when using the... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
cecilihf | Make pass mode work for POST requests. Solves ticket... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
des | Revert previous change and fix the comment that explain... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
cecilihf | Run the passPOST test first. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
des | I like code that compiles |
commit | commitdiff | tree | snapshot |
2007-10-17 |
phk | Add error messages from the XML/ESI parser |
commit | commitdiff | tree | snapshot |
2007-10-16 |
phk | Fix parsing of "esi" command. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
phk | Start pulling ESI:include stuff over from my private... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
des | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
des | Pull in FreeBSD's daemon(3) for platforms that lack it. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
des | Use %zd for size_t. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
phk | Silence flexelint |
commit | commitdiff | tree | snapshot |
2007-10-16 |
phk | Flexelint polishing. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
phk | Reduce number of TIM_real() calls slightly in multi... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
phk | Flexelint polish |
commit | commitdiff | tree | snapshot |
2007-10-16 |
phk | Flexelint polish |
commit | commitdiff | tree | snapshot |
2007-10-10 |
des | Fix braino in Solaris compat bit. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
phk | Keep track of the highest fd so we don't give poll... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Try to optimize the poll acceptor by moving active... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Give the 503 returns a protocol and a response as well. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Don't use vca_return_session() when we can SES_Delete() |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | More asserts |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | EOF transfers are not limited to pre HTTP/1.1 backends... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | We may in fact not have any headers. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Only attempt to decode status integer if we have a... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Add an assert for spotting ticket #162 |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Catch EOF on reads instead of looping. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Drop the asserts around shutdown(2), there are a number of |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | upd |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | More acceptor work: |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Bail normally instead of asserting on buffer full. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Use HTC_Rx() directly instead of vca_pollsession()... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | comments/style |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Try to make the pipe code even more robust |
commit | commitdiff | tree | snapshot |
2007-10-08 |
phk | Flush the threads shmlog before we try to make up a... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
ssm | Fix ticket #166, debian package issues |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | Go over pipe's polling code and try to do it right... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | Oops, last commit included some debugging |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | Remember to move numeric status when we filter one... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | Initialize the obj->ws before we use it. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | Move the objects and their http header into storage... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | Move the workerthreads log from malloc to stack. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | Eliminate a & which I tend to forget every single time. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
phk | We always want to go through vcl_fetch(), even on error 503 |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Add VCL action "esi" and a vrt file to contain it. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Make the number of restarts a parameter. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Add the first stab at a "restart" mechanism. |
commit | commitdiff | tree | snapshot |
next |