These changesets represents the changes on the squid/raid development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
2000/12/22 13:03:05 | nikitadanilov | +600 -0 | abend.c contains functions to handle abnormal program termination. |
2000/12/22 12:55:03 | nikitadanilov | +19 -22 | StoreEntry->key converted to StoreEntry->hash.key. Unused errmsg removed from storeBfDirInit(). |
2000/12/22 12:52:24 | nikitadanilov | +21 -6 | Errno monitoring commented out. fd checks added. findFirstOnlineSD() have |
2000/12/22 12:50:18 | nikitadanilov | +30 -1 | Added propotypes for initCommCio2() and abend.c functions |
2000/12/22 12:49:29 | nikitadanilov | +9 -1 | funJust{Before|After}Main() stub added (required by stack backtrace to work reliably when non-gcc compiler is used). |
2000/12/22 12:47:53 | nikitadanilov | +12 -1 | Ciociosan initialized in two stages. |
2000/12/22 12:45:44 | nikitadanilov | +6 -3 | addred #if defined( DISK_REPL ) around of initialization of fde.swap_dir field. |
2000/12/22 12:44:42 | nikitadanilov | +4 -1 | macro CHECK_FD to check file descriptor has reasonable number (valid index for fd_table) |
2000/12/22 12:43:01 | nikitadanilov | +6 -6 | Call abend() (from abend.c) in stead of abort() or exit() |
2000/12/22 12:41:25 | nikitadanilov | +62 -21 | Ciociosan initialization separated into two pieces. |
2000/12/22 11:39:08 | nikitadanilov | +11 -7 | Comment out software crash emulation. Add checks for fd validness into syscall-hooks |
2000/12/22 11:33:28 | nikitadanilov | +3 -1 | Put #if defined( DISK_REPL ) around initilization of swap->n_offline |
2000/12/22 11:30:33 | nikitadanilov | +3 -1 | omit log initialization if Config.Log.access == "none" (by Sizif?) |
2000/12/22 11:29:00 | nikitadanilov | +2 -2 | Compile with optimization by default |
2000/12/17 14:36:23 | hno | +1772 -327 | Imported raid from squidng |