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 |
2007-09-23 |
phk | When a workerthread dies of old age, make sure to nuke... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
phk | Part of this commit sneaked into the previous #1985: |
commit | commitdiff | tree | snapshot |
2007-09-23 |
phk | Partially revert previous optimization: it wasn't. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
phk | Polish, including use of CHECK_OBJ_ORNULL() |
commit | commitdiff | tree | snapshot |
2007-09-23 |
phk | Use CHECK_OBJ_ORNULL() macro |
commit | commitdiff | tree | snapshot |
2007-09-23 |
phk | Add CHECK_OBJ_ORNULL() macro |
commit | commitdiff | tree | snapshot |
2007-09-23 |
phk | Polish while reading review. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
phk | Add an experimental runtime parameter for the lru_timeout. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
phk | A temporary work-around for #161 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
phk | Don't leak 50 bytes when creating the new Date: header. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
phk | Don't copy the Date: header from the object to the... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
phk | Move implicit reference to first backend to the xref... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Fix an extremely fine C-standard point and remove the... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | vcc_FreeToken() is no longer necessary |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Avoid a double free when we encounter a 'include' direc... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Don't core dump if VCL tries to compare NULL pointers... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Fix a brain-o in my last commit. "cls" is a flag for... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
cecilihf | Added some checks for NULL-pointers. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | After we moved pass to use the same code as fetch,... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Add a http_GetProto() function |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Use VBE_CheckFd() convenience function |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Add a convenience function more for backend methods: |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Go over the simple backend and make it more readable. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Add a VBE_TryConnect() which tries to connected to... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Make init an optional method for backends |
commit | commitdiff | tree | snapshot |
2007-09-20 |
phk | Make updatehealth an optional method for backends |
commit | commitdiff | tree | snapshot |
next |