These changesets represents the changes on the squid/delay_pool_write development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2008/08/02 11:23:11 | adri | +2 -2 | Fix bad comments! |
2008/07/29 17:31:31 | adri | +41 -2 | This is a bit of a hack to keep track of the current slot offsets so |
2008/07/26 12:15:55 | adri | +5 -0 | Gotta fix write slow fds. |
2008/07/25 08:05:04 | adri | +3 -3 | Class5 -> Class6 |
2008/07/25 08:00:39 | adri | +8 -8 | class5 -> class6 |
2008/07/25 07:58:04 | adri | +0 -34 | Update TODO list! |
2008/07/25 07:22:38 | adri | +58 -56 | Convert this new pool class to class 6 rather than 5; 5 is also used |
2008/07/25 03:08:51 | adri | +16 -4 | Dequeue FDs randomly when waking them up from write-sleep. |
2008/07/20 17:33:59 | adri | +3 -2 | Note that class-5 pools are for client-side FD, not server-side FD. |
2008/07/20 13:57:25 | adri | +4 -0 | Note the strange ACL pattern I noticed when poking delay pools debugging. |
2008/07/18 18:29:57 | adri | +14 -0 | More stuff to watch out for. |
2008/07/18 18:20:08 | adri | +3 -0 | TODO |
2008/07/18 18:18:00 | adri | +2 -2 | .. this debugging level is also wrong. |
2008/07/18 18:15:41 | adri | +2 -2 | That debugging level shouldn't be there.. |
2008/07/18 18:15:09 | adri | +10 -11 | Migrate delayPoolsUpdate() out into an event rather than in checkTimeouts(). |
2008/07/18 17:59:23 | adri | +33 -6 | Implement a client-side request based delay pool acl. |
2008/07/18 08:20:09 | adri | +11 -9 | Pass in the delay pool id into the Updates routines so the class5 pool can only updates its fds. |
2008/07/18 08:07:44 | adri | +28 -8 | * Provide a hook to tell delay pools when an FD is actually being closed! |
2008/07/18 08:01:34 | adri | +5 -4 | Shift delay pools init up a little in preparation for the next commit, |
2008/07/18 07:04:29 | adri | +263 -71 | Prototype class 5 delay pools - per-client-only-connection. |
2008/07/16 17:42:40 | adri | +22 -22 | Shuffle delayClient to delayClientRequest() |
2008/07/16 16:35:21 | adri | +12 -0 | Add in a TODO list to look at as I code/test things. |
2008/07/16 14:34:52 | adri | +4 -4 | Make sure the pool structs are zero'ed so the statistics aren't garbage. |
2008/07/16 14:32:27 | adri | +3 -1 | Use the client address from request_t in the delayAccessReply() lookup; |
2008/07/16 12:38:32 | adri | +14 -5 | * Document the new config option |
2008/07/16 12:15:40 | adri | +49 -20 | Hack up the _delay_pool_access functions to be standalone and operate on acl_list **'s. |
2008/07/16 11:43:01 | adri | +2 -1 | Fix up compile |
2008/07/16 11:06:17 | adri | +41 -3 | Add delayClientReply() which will eventually spit out a delayid based on the |
2008/07/16 11:05:04 | adri | +2 -1 | Add in a debug to print out write-side delay pool. |
2008/07/16 10:47:54 | adri | +27 -3 | Add in a delayid parameter to clientHttpRequest representing the write-side |
2008/07/16 09:09:39 | adri | +2 -2 | Make sure the slow write fds array isn't overflowed. |
2008/07/15 16:33:34 | adri | +73 -2 | Implement the first attempt at delayed writes: |
2008/07/15 15:59:54 | adri | +53 -5 | Shoehorn in a delayid into CommWriteState and begin fleshing out the |
Author | Changesets | Changes |
---|---|---|
adri | 33 | +815 -293 |
total | 33 | +815 -293 |