These changesets represents the changes on the squid/newhttp development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2001/08/31 15:03:20 | adri | +47 -2 | * Add a getprev function which does the opposite of getnext |
2001/08/30 23:32:50 | adri | +63 -6 | More refstring parser work. I (think! heh) I have a refstring_cat_c() |
2001/08/28 23:42:58 | adri | +31 -6 | * add a comment at the top of refstring.c outlining some basics covering |
2001/08/28 23:08:30 | adri | +163 -107 | * start fleshing out the refstring implementation |
2001/08/28 19:49:18 | adri | +71 -1 | Add a skeleton placeholder for the refstring code that I'm about to |
2001/08/28 19:48:38 | adri | +7 -0 | Add more comments showing what I'm going to do |
2001/08/28 16:21:14 | adri | +28 -17 | * actually advance the str position variable in getnext() |
2001/08/25 00:04:03 | adri | +2 -2 | add the returned length to node->len, rather than ++. |
2001/08/24 23:45:11 | adri | +7 -2 | Add some more debugging code. At this stage it looks like node->len |
2001/08/24 23:37:55 | adri | +77 -26 | Fill out some more of the HTTP request parsing code. |
2001/08/24 22:52:32 | adri | +68 -7 | Start the parsing loop, fill out some comments explaining what I'm |
2001/08/22 18:18:40 | adri | +120 -3 | Starting the parser. I can already tell the parsing will be inefficient, |
2001/08/09 19:14:12 | adri | +54 -0 | Commit some comments outlining how the http request parser will work |
2001/08/09 18:58:13 | adri | +83 -7 | * add the basic definition of a referenced string |
2001/08/08 13:37:30 | adri | +25 -20 | Modify the API very slightly- stmem_ref_t is now assumed to be a part |
2001/08/08 11:25:54 | adri | +6 -2 | Fix the stmem list deleting code. |
2001/08/08 11:23:08 | adri | +6 -4 | Tsk tsk. |
2001/08/07 20:06:58 | adri | +34 -0 | write a skeleton new_http_client_read(). |
2001/08/07 19:57:46 | adri | +121 -10 | * Add stmemRef - an stmem that is refcounted |
2001/08/07 13:18:33 | adri | +108 -79 | * update stmem to use a dlink_list |
2001/08/05 16:30:21 | adri | +74 -1 | * add http_client_conn_state_t - basically its ConnStateData .. |
2001/08/05 15:49:45 | adri | +23 -6 | Kludge to actually get the http client code initialised. |
2001/08/04 16:28:13 | adri | +126 -2 | Initial "do little" framework for accepting an incoming connection |
2001/08/03 20:01:26 | adri | +85 -0 | Add skeleton for the new http client code. |
2001/05/28 12:16:47 | adri | +236 -3 | Initial http errorpage filter. |
2001/05/13 14:34:42 | rbcollins | +337 -60 | fixup from merge, and addition of refcounted allocator |
2001/05/11 00:23:26 | rbcollins | +6 -127 | remove some more server or cache side crud |
2001/05/10 23:56:30 | rbcollins | +6 -6 | dont' call source read on EOF |
2001/05/10 17:22:07 | adri | +7 -10 | implement COMM_EOF. This is set if we hit the EOF on a filedescriptor |
2001/05/10 17:19:58 | adri | +1 -2 | Remove an unused declaration |
2001/05/09 14:11:52 | rbcollins | +21 -3 | re-added te decoding to http upstream code |
2001/05/09 12:22:14 | rbcollins | +4959 -5048 | started modularising the broker |
2001/05/08 00:22:19 | rbcollins | +3 -3 | refcounted iobuffers fix |
2001/05/07 23:09:15 | rbcollins | +9 -1304 | remove old non-client side (ie store or server side) code |
2001/05/07 22:00:46 | rbcollins | +168 -0 | refcounted iobuffers |
2001/05/07 13:23:40 | rbcollins | +30 -46 | refcounted iobuffers |
2001/05/07 12:01:44 | adri | +2 -1 | Actually account the bytes on the fd |
2001/05/07 11:46:03 | rbcollins | +25 -5 | working initial code |
2001/05/04 14:39:35 | rbcollins | +74 -30 | full body read from the server - EOF not detected yet |
2001/05/04 13:43:39 | rbcollins | +489 -41 | first block from server processed |
2001/05/03 14:09:29 | rbcollins | +129 -37 | another step. cleaner code |
2001/05/02 12:13:34 | adri | +2 -2 | Should use FD_READ_METHOD() ;-) |
2001/05/02 09:28:27 | rbcollins | +1 -2 | unused variable fix |
2001/05/02 08:22:05 | rbcollins | +296 -25 | ugly but working peer selection. This needs to be shuffled to match broker layout but for getting the comms going it wil |
2001/05/02 05:57:48 | adri | +3 -1 | Oops. forgot to add the function prototype |
2001/05/02 02:28:04 | rbcollins | +2 -2 | bzero->memset for portability |
2001/05/02 00:55:25 | rbcollins | +3 -1 | added a useful protoype |
2001/05/01 23:32:18 | rbcollins | +471 -216 | entry to http complete |
2001/05/01 19:40:53 | adri | +128 -3 | An initial crack at comm_read() |
2001/05/01 09:02:51 | rbcollins | +591 -149 | broker basics in place, trace source established, chunking working |
2001/05/01 00:59:02 | rbcollins | +227 -43 | started broker |
2001/05/01 00:02:41 | rbcollins | +276 -144 | converting request flow to filters |
Author | Changesets | Changes |
---|---|---|
adri | 31 | +1808 -332 |
rbcollins | 21 | +8123 -7292 |
total | 52 | +9931 -7624 |