These changesets represents the changes on the squid/fixrange development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
2002/10/02 12:32:13 | rbcollins | +744 -279 | flushing merged store changes |
2002/09/24 10:53:27 | rbcollins | +5 -3 | oops, missed these before... |
2002/09/24 10:43:37 | rbcollins | +353 -353 | indent |
2002/09/24 10:43:05 | rbcollins | +98 -46 | more refactoring, pus indent |
2002/09/20 08:30:20 | rbcollins | +10 -3 | use storeWrite in http.c |
2002/09/20 08:16:30 | rbcollins | +162 -21 | rename storeWrite to storeIOWrite, create a new storeWrite, and make storeAppend delegate to storeWrite |
2002/09/20 05:07:34 | rbcollins | +17 -6 | extract method on cache_control tests |
2002/09/20 04:05:02 | rbcollins | +2 -1 | provide prototype for factored method in last commit |
2002/09/20 04:03:03 | rbcollins | +160 -106 | pull HttpStateData into a separate header to allow easy factoring. Factor out header copying logic from httpBuildRequest |
2002/09/20 01:14:57 | rbcollins | +9 -3 | push the offset to the clientStream as well. |
2002/09/20 00:28:36 | rbcollins | +65 -68 | give storeClientCopy a StoreIOBuffer internally |
2002/09/19 21:55:42 | rbcollins | +126 -122 | extract some common store reading code in client_side_reply, and introduce parameter object to storeClientCopy |
2002/09/19 11:16:58 | rbcollins | +25 -12 | fix cmp_offset problem |
2002/09/19 09:41:16 | rbcollins | +5 -6 | reinstate partial request correct handling. Doh. |
2002/09/19 08:22:52 | rbcollins | +1 -3 | removed unused variable |
2002/09/19 08:21:49 | rbcollins | +14 -8 | more store client knowledge into store_client.c |
2002/09/19 08:14:12 | rbcollins | +2 -2 | oops, had wrong prototype for connState Create |
2002/09/19 08:09:55 | rbcollins | +68 -66 | create a consructor for ConnStateData |
2002/09/19 07:47:02 | rbcollins | +29 -25 | factor out large request handling code |
2002/09/19 07:22:26 | rbcollins | +25 -17 | extract more nonobvious code |
2002/09/19 07:02:20 | rbcollins | +43 -22 | more extractions. whew. |
2002/09/19 04:16:27 | rbcollins | +24 -13 | pull out more common code |
2002/09/19 04:05:11 | rbcollins | +13 -7 | bugfix: get correct node for errors |
2002/09/19 03:44:52 | rbcollins | +25 -14 | extract conn buffer size logic from readRequest |
2002/09/18 22:17:07 | rbcollins | +13 -28 | extract duplicted read logic |
2002/09/18 22:07:35 | rbcollins | +1 -3 | remove unused static var |
2002/09/18 22:05:56 | rbcollins | +12 -15 | rename variable for clarity, and perform minor tidyups. |
2002/09/18 21:56:01 | rbcollins | +98 -70 | apply extract method to the different url branchs of parseHttpRequest |
2002/09/18 12:38:21 | rbcollins | +30 -17 | extract methods from httpParseRequestLine |
2002/09/18 12:28:31 | rbcollins | +65 -32 | checkpointing |
2002/09/17 23:07:30 | rbcollins | +14 -11 | extract method on client reading of data in clientWriteComplete |
2002/09/17 23:03:36 | rbcollins | +2 -10 | consolidate conditional |
2002/09/17 22:59:48 | rbcollins | +15 -9 | extract stats logic from clientWriteComplete |
2002/09/17 22:45:42 | rbcollins | +27 -19 | factor out pushing of deferred request from clientKeepAliveNextRequest |
2002/09/17 22:21:21 | rbcollins | +33 -36 | extract method on clientKeepAliveNextRequest |
2002/09/17 22:09:43 | rbcollins | +55 -38 | factor pass through and serialisation out of clientSocketRecipient |
2002/09/17 21:51:22 | rbcollins | +29 -10 | increase readability |
2002/09/17 21:35:52 | rbcollins | +27 -11 | factor typecast from ConnStateData into a method, and the logic for connIsUsable for clarity |
2002/09/17 21:12:14 | rbcollins | +44 -36 | move isTcpHit to access_log.c, amd rename to logTypeIsATcpHit. Split clientRequestBodyTooLarge into HTTP sanity check, a |
2002/09/17 20:58:59 | rbcollins | +4 -4 | rename clientCheckContentLength to clientIsContentLengthValid |
2002/09/17 20:56:01 | rbcollins | +14 -8 | extract OS buffer emptying from connStateFree |
2002/09/17 14:42:15 | rbcollins | +29 -9 | extract nonobvious methods from connStateFree |
2002/09/17 14:27:02 | rbcollins | +15 -13 | extract memory freeing from httpRequestFree |
2002/09/17 14:17:51 | rbcollins | +31 -25 | move logging logic out of httpRequestFree |
2002/09/17 14:08:49 | rbcollins | +32 -23 | extract log ging of request information from httpRequestFree |
2002/09/17 13:54:00 | rbcollins | +29 -10 | more method extractions |
2002/09/17 13:20:52 | rbcollins | +12 -2 | extract method for ping state detection |
2002/09/17 13:15:54 | rbcollins | +63 -45 | extract various methods from clientUpdateCounters |
2002/09/17 12:52:46 | rbcollins | +25 -18 | extract method: removing context from connection list |
2002/09/17 12:13:35 | rbcollins | +21 -19 | extract method for clientSocketContext - getTail |
2002/09/17 12:09:57 | rbcollins | +10 -10 | fix debug statements |
2002/09/17 12:00:00 | rbcollins | +239 -153 | extract NAT code from client_side.c |
2002/09/17 10:56:01 | rbcollins | +5 -10 | apply extract object to the deferred callback parameters |
2002/09/17 10:51:16 | rbcollins | +21 -21 | introduce parameter obejct to clients stram callbacks |
2002/09/17 10:34:36 | rbcollins | +45 -25 | introduce parameter obejct to clientStreamRead |
2002/09/17 00:04:24 | rbcollins | +12 -10 | move the clientStreamCallback body data parameter into the StoreIOBuffer |
2002/09/16 23:48:58 | rbcollins | +12 -9 | move the body_size into the StoreIOBuffer as the length |
2002/09/16 23:40:59 | rbcollins | +16 -11 | add a StoreIOBuffer to clientStreamCallback |
2002/09/16 23:30:52 | rbcollins | +19 -11 | Apply Introduce Parameter object to clientStreamInit |
2002/09/16 23:21:59 | rbcollins | +65 -27 | move all clientStream API declarations to clientStream.h |
2002/09/16 23:21:00 | rbcollins | +2 -2 | fix gopher SendComplete callback prototype |
2002/09/16 23:02:52 | rbcollins | +18 -19 | use the buffer offset instead of a separate offset in ClientStream |
2002/09/16 22:58:17 | rbcollins | +13 -8 | provide an initialiser for StoreIOBuffer, and an offset member |
2002/09/16 22:52:01 | rbcollins | +22 -23 | Use StoreIOBuffer's length field |
2002/09/16 22:47:56 | rbcollins | +29 -22 | use an explicit flag for error conditions, not an overloaded length |
2002/09/16 22:29:57 | rbcollins | +25 -25 | user StoreIOBuffers' data member |
2002/09/16 21:48:50 | rbcollins | +52 -0 | Split clientStream struct out of structs.h, so loosen the coupling |
2002/09/16 21:47:53 | rbcollins | +69 -78 | Rename StoreIOResult to be more useful and meaningful |
2002/09/16 14:12:11 | rbcollins | +7 -12 | and remove unneeded temporary variables |
2002/09/16 14:07:49 | rbcollins | +32 -29 | move data/buf parameter into StoreIOReply |
2002/09/16 13:58:51 | rbcollins | +59 -56 | move size callback parameter to storeIOReply |
2002/09/16 13:27:45 | rbcollins | +159 -59 | Apply Add Parameter Object to Store client callbacks |