These changesets represents the changes on the squid/eventio development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2002/02/23 16:22:17 | hno | +2 -2 | speling |
2001/11/22 02:40:27 | hno | +12 -8 | Disable ident lookups by default. ident is not yet ported to ncomm |
2001/11/22 02:32:12 | hno | +2 -2 | Fix some potential races where the underlying FD is closed. |
2001/11/22 02:16:29 | hno | +20 -7 | Get rid of finished filedescriptors when EOF has been signalled in |
2001/09/12 21:16:47 | hno | +19 -26 | Many minor fixes to make this compile again.. |
2001/09/12 20:49:10 | hno | +1 -2 | Merge cleanup |
2001/09/12 20:39:38 | hno | +24 -0 | Merge cleanups |
2001/03/07 07:22:23 | hno | +554 -288 | Slowly moving forward. Large parts of client_side.c converted (probably |
2001/02/28 14:39:40 | hno | +14 -7 | ncomm_read split into ncomm_read and ncomm_read_limited |
2001/02/28 14:38:09 | hno | +12 -9 | Split ncomm_read into ncomm_read and ncomm_read_limited. This because most |
2001/02/28 14:26:15 | hno | +92 -108 | listening on http_port |
2001/02/26 22:19:58 | hno | +145 -86 | Slowly fitting pieces together again... |
2001/02/25 22:15:24 | hno | +39 -8 | * ncomm_close() is nowdays a "soft" operation, only signalling EOF. |
2001/02/25 22:01:33 | hno | +0 -1 | Removed some stale "NOT YET DONE" comments.. (no use in having such |
2001/02/25 21:58:06 | hno | +7 -1 | Forgot to release cbdata references when comm_connect is completed. |
2001/02/25 20:55:22 | hno | +124 -46 | * COMMNEWCB calling corrected to handle errors (fh might be non-existant then) |
2001/02/25 20:47:34 | hno | +54 -54 | Rewrote MemPool reporting to output a IOBuf instead of a StoreEntry. |
2001/02/25 20:45:55 | hno | +33 -13 | Smalles MemBuf is now 64 bytes. |
2001/02/25 18:20:18 | hno | +83 -17 | ncomm_write and ncomm_connect debugged |
2001/02/25 12:22:05 | hno | +112 -58 | ncomm_connect implemented |
2001/02/25 07:20:32 | hno | +52 -40 | added ncomm_handle_events() |
2001/02/25 01:15:10 | hno | +71 -38 | Starting to debug ncomm implementation |
2001/02/25 00:06:40 | hno | +8 -8 | Oops.. some confusion about MemBuf->bufp references |
2001/02/24 23:48:43 | hno | +294 -244 | Some restructuring to allow testing of ncomm before all of the core |
2001/02/24 19:25:43 | hno | +83 -12 | ncomm_listen now accepts a backlog size parameter as well.. |
2001/02/24 19:05:05 | hno | +450 -283 | Updated "ncomm" to match the current API definitions. |
2001/02/24 12:52:41 | hno | +390 -270 | new cbdata style merged from "cbdata" |
2001/02/24 07:30:37 | hno | +4 -4 | Starting to cut out 'old' code |
2001/02/20 21:48:13 | hno | +57 -18 | Corrected most of the comments from Alex |
2001/02/19 22:35:43 | hno | +7 -2 | Clarified the COMMIOCB error handling a little. Most significantly added |
2001/02/19 22:29:28 | hno | +45 -13 | ncomm_module_init / ncomm_module_shutdown |
2001/02/19 21:39:10 | hno | +172 -1 | Specification of the new improved network I/O model being implemented. |
2001/02/18 00:00:44 | hno | +84 -3 | Started coding on ncomm_connect. Creates a new socket to a given service. |
2001/02/17 23:24:10 | hno | +403 -403 | Renamed comm_server.c to ncomm.c |
2001/02/17 23:18:40 | hno | +10 -1 | macros to simplify cbdata operations |
2001/02/17 23:09:09 | hno | +34 -42 | Cleanup (and bugfix) of how the poll array index is managed. Previously |
2001/02/17 22:51:52 | hno | +63 -50 | Rearranged structures to prepare for the move from UNIX fd to "filehandle_t" |
2001/02/16 17:08:29 | adri | +147 -60 | Some more changes to get this new code ready for testing. |
2001/02/16 15:01:02 | adri | +1 -0 | Allocate section 90 as the debug section for the new comm code. |
2001/02/15 21:17:03 | adri | +49 -12 | * add syscall stats logging on read/write/accept |
2001/02/15 15:53:37 | adri | +361 -5 | Initial import of Henrik's draft eventio-poll code. |
2001/02/15 15:14:11 | adri | +2 -2 | note that this is the eventio branch. :) |
Author | Changesets | Changes |
---|---|---|
adri | 5 | +560 -79 |
hno | 37 | +3576 -2175 |
total | 42 | +4136 -2254 |