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 |
2007-09-30 |
phk | Add req.restarts variable. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Add "restart" action for most VCL methods. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Evict backend-health code which had strayed fra from... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | More caching of HTTP status |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Cache the numeric status code. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Significantly reduce level of paranoia. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | We may not have a worker thread here, we could be calle... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Remove unused #includes |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | nitpicking |
commit | commitdiff | tree | snapshot |
2007-09-30 |
phk | Set the poll'ed fd to -1 when we halfclose the fd to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
phk | Another cleanup commit: |
commit | commitdiff | tree | snapshot |
2007-09-28 |
phk | Complete the split of HTTP-editing and HTTP-transmissio... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
phk | Initial split of code which transfer HTTP protocol... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
phk | Move the WS_ prototypes down where they belong. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
phk | Push the http structure out of the early bits of the... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
phk | Preparation for implementation of restarts: Move the... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
des | Use CHECK_OBJ_ORNULL(). |
commit | commitdiff | tree | snapshot |
2007-09-26 |
phk | don't make acl's const, they are not. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
phk | More txt'ing |
commit | commitdiff | tree | snapshot |
2007-09-26 |
phk | another place we can use Tlen |
commit | commitdiff | tree | snapshot |
2007-09-26 |
phk | Use the new txt type more extensively, it does improve... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
phk | Convert the received request and pipelined bytes into... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
phk | struct http_hdr is more than that, it is a general... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | More flexelint nit-picking of various sorts |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Constify a lot of the VRT API |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Mega-Const'ification |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | If the C-compiler fails, we don't know if it created... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Constification |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Constification of certain storage functions |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Make Tim_format() take a double time argument |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Make the arguments to CLI functions const-const. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Catch up with sys/queue.h changes |
commit | commitdiff | tree | snapshot |
2007-09-25 |
des | The previous commit made things worse rather than bette... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
des | Portability: use -lsocket / -lns on systems that need... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
des | Use a config cache. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | New more paranoid settings for FlexeLint |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Make the logic visible for FlexeLint |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Misc changes: |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Unnecessary check |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Bail if we get unknown address families |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Assert return values of system{calls,functions} |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | typo |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Polish |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Use pdiff() to guard against negative point differences |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Two consts is one const too many. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | More const polishing |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Make id type "int" |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Const'ifcation |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Polish shmlog: |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | When we take the difference between two pointers, the... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | Use the correct shmlog function. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
phk | The first of a long sequence of committs, inspired... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
cecilihf | Re-enable the code causing bug #161 (which is now fixed) |
commit | commitdiff | tree | snapshot |
2007-09-24 |
cecilihf | Fixes bug #161. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
phk | Actually, we cannot touch objects on deathrow, so just... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
phk | Remove an assert which isn't valid: we could try to... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
phk | Make the cli_timeout a parameter. The master will... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
cecilihf | Update random and round-robin backends to use the new... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
phk | Add code to VCC to output an identifier for each simple... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
phk | Our first cut at a LRU processing contained a three... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
phk | Add a couple of statistics counters for LRU |
commit | commitdiff | tree | snapshot |
2007-09-24 |
phk | Fix a NULL pointer dereference which cannot currently... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
des | Reverse the logic in r1997 from !is_get to is_head. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
phk | Fix another cornercase that fell out as part of the... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
des | Unbreak header ordering. |
commit | commitdiff | tree | snapshot |
next |