These changesets represents the changes on the squid/commloops development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2002/10/14 07:46:21 | adri | +3 -3 | Passing a -1 to a size_t is kinda stupid. |
2002/10/14 07:00:59 | adri | +3 -4 | comm_old_listen() doesn't exist anymore. |
2002/10/13 03:16:41 | adri | +11 -24 | * trim some old code out |
2002/10/13 03:11:56 | adri | +2 -2 | Remove an unneeded commSetSelect(). when waisStart() is called, |
2002/10/12 04:44:55 | adri | +7 -2 | Eep. |
2002/10/12 04:43:01 | adri | +21 -6 | * change around the read check function to indicate it works on |
2002/10/12 00:15:36 | adri | +3 -2 | .. only flush _if_ the socket is non-blocking. |
2002/10/12 00:12:43 | adri | +2 -2 | call the flush routine _before_ we zero the fd_table entry in |
2002/10/09 13:46:23 | adri | +69 -9 | COMM_ERR_CLOSING needs to be handled correctly. |
2002/10/09 09:56:05 | adri | +11 -9 | * modify ipc.c to use fdc_open() instead of fd_open() - use the new |
2002/10/09 09:55:38 | adri | +13 -1 | write fdc_open() - think fd_open() replacement for places like ipc.c |
2002/10/09 08:40:28 | adri | +21 -29 | Convert over the helper management routines to use comm_read(). |
2002/10/09 08:12:15 | adri | +113 -15 | * add in a routine to check whether a read is pending |
2002/10/09 08:10:55 | adri | +2 -2 | Another typedef to fix compiling where int != size_t |
2002/10/09 08:09:26 | adri | +18 -29 | Convert to new IO framework. |
2002/10/08 15:03:38 | rbcollins | +3 -1 | fix 0.0.0.0 thing |
2002/10/06 12:03:03 | rbcollins | +29 -22 | tidyup some code |
2002/10/06 11:42:20 | rbcollins | +10 -8 | more extractions on ConnStateData |
2002/10/06 11:32:06 | rbcollins | +75 -56 | more extractions |
2002/10/06 10:20:26 | rbcollins | +148 -109 | more extraction of the method |
2002/10/06 08:09:38 | rbcollins | +19 -11 | post merge touchups |
2002/10/06 07:06:41 | adri | +5 -13 | Don't schedule a read if this connection is a HTTP CONNECT - ssl.c |
2002/10/05 12:30:42 | rbcollins | +28 -9 | extract some methods |
2002/10/05 11:32:28 | adri | +17 -15 | Migrate whois.c over to use comm_read(). |
2002/10/05 11:22:56 | adri | +27 -25 | * bring the gopher code into the new comm_read() framework. |
2002/10/05 11:14:26 | rbcollins | +32 -35 | tweak/update comm_fill to comm_fill_immediate |
2002/10/05 10:42:28 | adri | +6 -2 | Enforce that we're not calling comm_read()/comm_write() on a closing fd. |
2002/10/05 10:38:14 | adri | +2 -10 | Fix comment - we're always scheduling a read now, regardless of |
2002/10/05 10:34:25 | adri | +57 -39 | Update the non-SSL client and ident code to use the new comm_read |
2002/10/05 06:33:08 | adri | +1 -2 | remove StoreIOBuffer - we're not using it now. |
2002/10/05 06:30:22 | adri | +38 -27 | Convert http.c over to use comm_read(). |
2002/10/04 13:36:29 | rbcollins | +72 -28 | minor fixups - assert after vars, NULL->0 for int assignment, and add a StoreIOBuffer to HttpStateData |
2002/10/04 12:43:21 | adri | +15 -5 | Since there's no real neat place to put this, stuff the |
2002/10/04 09:47:41 | adri | +96 -3 | Add in support for comm_fill - filling a storeiobuffer |
2002/10/04 08:25:03 | adri | +52 -64 | Move over the ftp read stuff (control and data) to the new comm_read |
2002/10/03 12:39:00 | adri | +18 -33 | Convert over the ftp code to use the new comm_accept framework. |
2002/10/03 12:36:39 | adri | +19 -4 | Add in debugging code to track which user closed a file descriptor. |
2002/10/03 09:25:01 | adri | +36 -33 | Convert over the httpsAccept() magic. |
2002/10/03 08:51:04 | adri | +35 -39 | Complete the initial conversion of httpAccept(). |
2002/10/03 08:04:36 | adri | +22 -7 | * fix prototypes |
2002/10/03 07:29:21 | adri | +163 -23 | * move comm_accept() to comm_old_accept() |
2002/10/03 01:22:18 | adri | +11 -11 | Rename comm_listen() to comm_old_listen() - comm_listen() is about to |
2002/09/27 08:26:44 | adri | +24 -17 | Finally sort out a logical way of handling socket closures. |
2002/09/27 07:44:03 | adri | +4 -19 | Get rid of my really crappy implementation of handling socket closures |
2002/09/26 13:44:40 | adri | +23 -3 | Oops. I mis-read how the proxy connection stuff worked. |
2002/09/26 13:34:25 | adri | +86 -124 | Convert the ssl code to use comm_read() and comm_write(). |
2002/09/26 13:33:04 | adri | +2 -1 | Oops. be sure to clear the fdc_table[] entry when we close a fd. :) |
2002/09/26 07:08:16 | adri | +7 -4 | Fix some more missing bits. Oops. |
2002/09/26 06:22:21 | adri | +2 -1 | Track the bytes read! |
2002/09/26 06:11:10 | adri | +3 -2 | * use the read method instead of read() |
2002/09/26 06:08:02 | adri | +263 -28 | * commit code to fix compilation problems under OSX 10.2.1. Grr gcc3.1 . |
2002/09/13 05:38:31 | adri | +48 -45 | Step 1 of comm tidyup. |
Author | Changesets | Changes |
---|---|---|
adri | 43 | +1381 -738 |
rbcollins | 9 | +416 -279 |
total | 52 | +1797 -1017 |