These changesets represents the changes on the squid/lfs-2_5 development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2005/03/26 01:52:22 | hno | +134 -129 | Indented |
2005/03/26 01:46:24 | hno | +45 -9 | Fix new swap log header |
2005/03/25 11:54:19 | hno | +6 -3 | Fix rebuilding from "old" cache directories. |
2005/03/25 10:35:45 | hno | +2 -2 | Copy-paste error. Forgot to change cachedir type. |
2005/03/25 10:34:11 | hno | +3 -3 | Fix rebuild of old format swap.state when there is more than one chunk |
2005/03/25 03:39:56 | hno | +3 -3 | Fix the "default" build model manual override |
2005/03/25 03:34:31 | hno | +868 -58 | Try to preserve cache when enabling large file support, and add a header |
2005/03/17 23:58:55 | hno | +6 -1 | Fix race window when original client disconnects until the object is |
2005/03/17 23:57:37 | hno | +3 -3 | : |
2005/03/17 02:49:11 | hno | +13 -30 | Back out most of previous change as it is not that nice to run compile |
2005/03/17 02:45:51 | hno | +32 -14 | *** empty log message *** |
2005/03/16 22:42:28 | hno | +57 -11 | Use getconf to find the proper compile flags for large file support |
2005/03/13 01:16:42 | hno | +21 -12 | Be a bit more conservative when support for 64-bit types is enabled on |
2005/03/12 01:49:16 | hno | +7 -7 | Debug format string fixes |
2005/03/12 01:31:45 | hno | +161 -121 | --enable-cache-large-files configure option, to allow the on-disk |
2005/03/11 23:54:14 | hno | +19 -39 | Clean up use of SIZEOF_... macros in relation to the new squid_off_t |
2005/03/11 22:41:09 | hno | +66 -75 | Maintain the vm cache on read, fixing the deferred read when switching |
2005/03/11 20:35:12 | hno | +5 -5 | Protect ourselves from a race window while closing the swapout while |
2005/03/11 20:12:11 | hno | +13 -4 | Make sure we stop reading when there is way too much data in the mem |
2005/03/11 14:10:17 | hno | +47 -25 | Stop swapping out objects when found larger than the max object size. |
2005/03/11 00:15:32 | hno | +1 -4 | Kill redundant Config.Store.maxObjectSize check (already checked a |
2005/03/10 23:54:44 | hno | +3 -3 | squid_off_t is a signed type, not unsigned |
2005/03/05 20:58:56 | hno | +14 -14 | Various site_t typecasts to int in debug output |
2005/03/05 20:40:13 | hno | +3 -5 | Fix PRINTF_OFF_T define to match squid_off_t sizes rather than system |
2005/03/05 20:38:06 | hno | +0 -1 | Kill an old stale debug statement which makes no sense |
2005/03/04 12:05:44 | hno | +5 -5 | Preserve cache compatibility when --enable-large-files is not used |
2005/03/03 04:55:48 | hno | +2 -2 | Getting closer to balance... parsing of size_t types need squid_off_t |
2005/03/03 04:43:41 | hno | +108 -133 | Cleanup to not overuse squid_off_t where ssize_t or int is sufficient |
2005/03/03 03:47:08 | hno | +387 -2 | Restored corrupt file |
2005/03/03 03:44:01 | hno | +348 -727 | Substitute off_t by squid_off_t, a platform neutral type supporting |
2005/03/03 03:20:01 | hno | +10 -10 | Don't over-use the off_t type when int is sufficient |
2005/03/03 03:17:35 | hno | +7 -7 | Don't over-use the off_t type when int is sufficient |
2005/03/03 02:00:35 | hno | +21 -18 | Clean up LFS support to minimize use of #ifdefs |
2005/03/03 01:31:16 | hno | +3 -3 | More filedescriptor related stat fixes |
2005/03/03 01:28:48 | hno | +15 -14 | Fix filedescriptor statistics on large transfers |
2005/03/03 01:07:10 | hno | +15 -15 | Kill more casts of file size to int. |
2005/03/03 00:11:55 | hno | +48 -34 | lfs fixes. |
2005/02/25 10:48:44 | hno | +376 -282 | Initial stab at getting Squid-2.5 ready to handle large files |
Author | Changesets | Changes |
---|---|---|
hno | 38 | +2877 -1833 |
total | 38 | +2877 -1833 |