These changesets represents the changes on the squid3/prefetching development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2006/01/22 07:11:16 | nlewycky | +54 -146 | Taking copy from HEAD. Not sure why it didn't merge. |
2005/12/17 15:10:32 | nlewycky | +3 -4 | Fixed bug where we shows 0 bytes for all prefetches in the access.log. |
2005/11/05 15:07:26 | nlewycky | +10 -10 | Minimize my diff by removing accidental whitespace changes. |
2005/10/29 20:18:59 | nlewycky | +2 -1 | Fix compile error; "MemBuf" may not be an incomplete type here. |
2005/10/14 03:09:37 | nlewycky | +2 -2 | Fix for GCC 4. |
2005/08/20 21:49:35 | nlewycky | +1 -3 | Urp, remove debugging printf. |
2005/08/20 21:46:31 | nlewycky | +9 -1 | Fix infinite loop in URL resolver where base URL has no trailing / after |
2005/06/18 21:42:15 | nlewycky | +7 -6 | Reorder tests so that the expensive and unrewarding cache miss test |
2005/06/13 13:39:43 | nlewycky | +4 -2 | Fix a leak of the URL in certain cases. (Thanks valgrind!) |
2005/06/08 21:52:53 | nlewycky | +3 -2 | There's no need to analyze objects that came from the cache. |
2005/06/07 19:01:53 | nlewycky | +2 -2 | Oops, fix build error. |
2005/06/07 17:26:25 | nlewycky | +8 -5 | Fix up makefile template for automake-1.6; avoids variable "redeclaration". |
2005/05/24 01:22:11 | nlewycky | +10 -10 | Fix for brokenness like "<img src>". |
2005/05/11 16:33:46 | nlewycky | +2 -1 | Free the parser. This should plug a memory leak. |
2005/05/11 16:33:15 | nlewycky | +2 -2 | Increase the recursion depth limit from 3 to 5 to account for sites with |
2005/05/11 16:32:22 | nlewycky | +9 -1 | Be a bit smarter about what HTTP Headers we copy from fetch to prefetch. |
2005/05/09 02:53:01 | nlewycky | +2 -3 | Remove broken test that resulted in infinite loops on certain URLs. |
2005/05/05 18:24:13 | nlewycky | +49 -22 | Added recursion limits: |
2005/03/26 23:43:53 | nlewycky | +34 -33 | Update debug statements. |
2005/03/24 13:11:13 | nlewycky | +13 -2 | Apply patch from bug 1229. |
2005/03/11 23:59:02 | nlewycky | +78 -78 | Remove lingering whitespace damage from when I ran the C indenter on |
2005/02/25 05:43:31 | nlewycky | +82 -55 | * Make address check test on client's IP address when prefetching. |
2005/02/23 15:57:03 | nlewycky | +15 -15 | Allocate enough bytes for the string and its terminating null this time. |
2005/02/23 14:04:48 | nlewycky | +2 -4 | Revert bogus "leak fix". |
2005/02/23 03:10:48 | nlewycky | +4 -2 | Fix a leak that may be responsible for a hang later in operation. |
2005/01/28 19:47:19 | nlewycky | +2 -2 | Fix logical not by substitution "is this a partial chunk" flag for the |
2005/01/26 19:51:33 | nlewycky | +485 -441 | Moved analyzer out of HttpStateData into a clientStream in |
2005/01/13 03:53:04 | nlewycky | +656 -3 | Refactor the stream responsible for fetching into a separate file. |
2005/01/12 21:58:24 | nlewycky | +584 -102 | Initiali commit, applying patch in bug 1160. |
Author | Changesets | Changes |
---|---|---|
nlewycky | 29 | +2134 -960 |
total | 29 | +2134 -960 |