These changesets represents the changes on the squid/rbcollins_filters development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2001/05/01 23:24:28 | rbcollins | +3 -3 | fix chunky bug |
2001/05/01 23:18:36 | rbcollins | +5 -0 | fix chunky bug |
2001/04/28 13:05:19 | adri | +199 -136 | Some style changes to filters.c .. I haven't modified any of the code, |
2001/04/27 14:53:50 | rbcollins | +13 -47 | doh! missed a compile bug |
2001/04/27 14:03:09 | rbcollins | +157 -30 | Headers in different stream to body |
2001/04/05 06:07:46 | rbcollins | +2 -2 | reexportparse_directive |
2001/04/04 22:30:16 | rbcollins | +23 -6 | new parser type rfc1738string - a rfc1738 encoded string |
2001/03/31 14:08:58 | rbcollins | +202 -79 | merged in declaritive parsing code - fully functional |
2001/03/31 11:12:14 | rbcollins | +71 -30 | partial update to new configure code |
2001/03/31 09:11:45 | rbcollins | +1 -10 | Missed a merge conflict. |
2001/03/21 11:04:04 | rbcollins | +2 -1 | bugfix: lock auth_user_request on copy |
2001/02/19 10:29:41 | rbcollins | +2 -22 | fixups |
2001/02/18 11:42:43 | rbcollins | +5 -111 | fixups |
2001/02/18 08:29:57 | rbcollins | +2 -41 | merge module code from generic_modules |
2001/02/18 08:13:44 | rbcollins | +462 -133 | merge module code from generic_modules |
2001/02/18 08:13:44 | rbcollins | +0 -45 | merge module code from generic_modules |
2001/02/18 05:16:20 | rbcollins | +3 -3 | preparation for move to content_processing branch |
2001/02/18 05:13:47 | rbcollins | +8 -8 | tidy up in preparation for move to content_processing branch |
2001/02/12 13:31:24 | rbcollins | +172 -192 | store side changes to inform store clients of current store status allowing all-in-one close and writes from server side |
2001/02/08 08:18:21 | rbcollins | +261 -264 | storeAppend now accepts flags |
2001/02/07 02:23:41 | rbcollins | +5 -2 | bugfix: don't write null buffers :] |
2001/02/06 14:10:41 | rbcollins | +168 -89 | bugfixes: empty bodies with TE no longer sigsegv in http, internally generated pages no longer skip the filter chain wi |
2001/02/05 14:01:01 | rbcollins | +3 -2 | better keepalive logic |
2001/02/05 13:52:12 | rbcollins | +6 -4 | touchup after merge |
2001/02/05 12:10:13 | rbcollins | +20 -11 | new API to make state to allow grabbing clientHttpState/HttpReply/Request_t structure for the filters |
2001/02/05 11:49:07 | rbcollins | +13 -15 | http_response filters implemented |
2001/02/04 22:13:48 | rbcollins | +17 -17 | fix for EOF detection on unknown length objects |
2001/02/04 12:47:34 | rbcollins | +75 -105 | moved more filter support code to filters.c |
2001/02/03 14:23:20 | rbcollins | +99 -108 | list instead of array for FILTER_instance config entries. |
2001/02/03 00:45:12 | rbcollins | +3 -7 | forgot to rename mod_install_ |
2001/02/02 13:22:26 | rbcollins | +297 -0 | Moez's htmldemo filter |
2001/02/01 23:13:14 | rbcollins | +28 -46 | bugfixes and tidyup. Bugfix in textreplace filter: wasn't filtering out the EOF flag for partial writes |
2001/02/01 13:59:50 | rbcollins | +2 -2 | \n on debug statement |
2001/02/01 13:37:47 | rbcollins | +248 -213 | FILTER_EOF fully implemented |
2001/02/01 07:36:16 | rbcollins | +59 -2 | 3 more hooks |
2001/01/31 21:07:43 | rbcollins | +224 -7 | added spy filter, partial fix for no terminal call to the filter chain |
2001/01/31 12:41:51 | rbcollins | +235 -38 | mod_register configure option: used to tell squid about a module. syntax is in squid.conf.default |
2001/01/30 15:24:25 | rbcollins | +196 -154 | minor tidyup |
2001/01/30 11:33:01 | rbcollins | +3 -7 | bugfix on replacetext to allow for strlen(search)!=strlen(replace) |
2001/01/30 11:00:01 | rbcollins | +14 -5 | allow 304 responses always - they have no content-type header |
2001/01/30 09:41:59 | rbcollins | +4 -4 | appropriate static/non static function declarations |
2001/01/30 09:32:52 | rbcollins | +3 -1 | bounds check on parse_eol |
2001/01/30 08:57:18 | rbcollins | +379 -224 | textreplace filter now a external configurable module |
2001/01/30 04:57:21 | rbcollins | +37 -7 | module configure option added |
2001/01/30 04:28:30 | rbcollins | +472 -348 | reply_filter_access running smoothly |
2001/01/30 02:11:04 | rbcollins | +206 -203 | config parsing for filter_add and filter_config in place - next step the access list tie in |
2001/01/30 00:53:04 | rbcollins | +323 -54 | plugin authenticate parameters and filter module registration |
2001/01/29 20:35:27 | rbcollins | +9 -4 | dynamic multi instance filters test base in place and compiles |
2001/01/29 20:15:33 | rbcollins | +48 -18 | dynamic multi instance filters test base in place and compiles |
2001/01/29 13:35:42 | rbcollins | +173 -15 | dynmic multi instance configuration partially done. Gotta sleep though. This code will not compile and run |
2001/01/28 20:54:59 | rbcollins | +35 -7 | couple of bugfixes on reply body acls |
2001/01/28 13:24:14 | rbcollins | +1 -1 | reply access lists working well |
2001/01/28 13:24:13 | rbcollins | +155 -13 | reply access lists working well |
2001/01/28 10:37:35 | rbcollins | +128 -121 | content filter framework shaping up: modular framework shaping up |
2001/01/27 02:38:58 | rbcollins | +107 -2 | sample filter working |
2001/01/26 13:18:32 | rbcollins | +387 -98 | client side data filters in place and working. |
2001/01/17 21:58:04 | rbcollins | +8 -2 | starting client_side |
2001/01/17 01:52:25 | rbcollins | +64 -61 | more stable now, also using dlink_list functions |
2001/01/16 16:44:05 | rbcollins | +3 -8 | doesn't work with two local proxies, does with parent on another n=machine... weird race? cygwin? |
2001/01/16 15:31:59 | rbcollins | +270 -67 | got it going then broke it :-[ |
Author | Changesets | Changes |
---|---|---|
adri | 1 | +199 -136 |
rbcollins | 59 | +5921 -3119 |
total | 60 | +6120 -3255 |