These changesets represents the changes on the squid/parserwork development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2006/11/30 13:04:39 | adri | +1 -5 | Fix merging issue. |
2006/11/30 13:03:28 | adri | +1 -9 | Fix merge issue. |
2006/09/01 14:33:48 | adri | +3 -9 | Start removing the older client-side request parser code. |
2006/08/31 06:03:33 | adri | +25 -11 | Optimise out a strdup/free. |
2006/08/31 05:33:12 | adri | +6 -6 | This change (mime[e]; -> *mime; mime++;) seems to speed things up. |
2006/08/31 05:32:02 | adri | +1 -2 | Remove debugging message. |
2006/08/31 04:52:25 | adri | +98 -63 | Flesh out the rest of the stuff required for HTTP/0.9 parsing |
2006/08/30 07:47:42 | adri | +26 -15 | Add in a fd_note type method to reference constant strings. |
2006/08/29 08:40:51 | adri | +32 -29 | * Replace the single linked list clientHttpRequest list with a normal |
2006/08/29 04:17:36 | adri | +3 -5 | * Add missing declaration |
2006/08/28 09:39:49 | adri | +31 -8 | Save on calling headersEnd() twice in the client-side reply path - |
2006/08/28 08:26:07 | adri | +5 -6 | Remove the need to recalculate the string buffer length when its known. |
2006/08/27 02:16:37 | adri | +79 -67 | First cut of the replacement parser. |
2006/08/25 09:35:32 | adri | +2 -25 | Remove dead code that should never, ever be called in the name of |
2006/08/25 09:24:11 | adri | +8 -17 | Oops, up until now the header parsing has been performed with a rather |
2006/08/25 09:12:40 | adri | +45 -20 | Move the conn->in buffer management stuff out of clientParseRequest() so it |
2006/08/25 08:52:19 | adri | +70 -15 | * Few semantic changes to the new request parser |
2006/08/24 13:30:30 | adri | +121 -101 | * Shift ClientCheckHeaderStateData into the global structure/typedef |
2006/08/23 14:50:52 | adri | +116 -4 | Add in the beginning of a replacement http parser. |
2006/08/23 14:36:54 | adri | +5 -1 | Comment out the http header stats calls; its spending a lot of time |
2006/08/19 16:52:47 | adri | +79 -31 | Bring over some work to reduce the amount of re-parsing done in the |
2006/08/19 16:47:15 | adri | +10 -46 | Remove the extra buffer being allocated/deallocated as scratch space |
Author | Changesets | Changes |
---|---|---|
adri | 22 | +767 -495 |
total | 22 | +767 -495 |