summaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
* Fix order of ops bug.HEADmasterChristopher Davis2010-01-12
* Try to read POST requests to local configuration interface correctly.Christopher Davis2010-01-12
* Don't crash when we get an error while waiting for 100 continue status.Christopher Davis2010-01-12
* Prevent an infinite loop when a bodyless 204 or 1xx response is encountered.Christopher Davis2010-01-08
* Don't set OBJECT_VALIDATING when recreating the request structure.Christopher Davis2010-01-07
* Adjust locking to prevent clients from stalling out when memory is reclaimed.Christopher Davis2010-01-07
* Add an extra sanity check to avoid memmove segfaultJacob Appelbaum2009-12-11
* Fix an integer overflow in processing client connections.Christopher Davis2009-12-09
* Don't honour range requests for non-200 instances.Juliusz Chroboczek2008-12-04
* One more tweak to range validation.Juliusz Chroboczek2008-12-04
* More fixes to range validation.Juliusz Chroboczek2008-12-04
* Generate 416 errors correctly.Juliusz Chroboczek2008-12-04
* Fix buffer size computation for large client headers.Juliusz Chroboczek2008-05-23
* Fix reading of requests larger than a chunk's worth.Juliusz Chroboczek2008-01-06
* Avoid useless conditional request if CACHE_MISMATCH.Juliusz Chroboczek2007-07-03
* Fail unknown expectations.Juliusz Chroboczek2007-07-03
* Fix error handling for pipelined connect.Juliusz Chroboczek2007-07-03
* Fix a crash when using Cache-Control: only-if-cached.Juliusz Chroboczek2007-05-16
* Use closesocket in client.c.Juliusz Chroboczek2007-03-15
* Reset OBJECT_FAILED after serving an error message.Juliusz Chroboczek2006-11-25
* Don't generate ``Heuristic expiration'' warnings in presence of max-age.Juliusz Chroboczek2006-11-21
* Don't revalidate incomplete objects if they are in progress.Juliusz Chroboczek2006-11-18
* Use unsigned longs when logging pointer values.polipo-20061116Juliusz Chroboczek2006-11-16
* Remove dead code.Juliusz Chroboczek2006-11-16
* Only avoid revalidation if we have enough data to satisfy the request.Juliusz Chroboczek2006-11-15
* Fix handling of write errors in POST.Juliusz Chroboczek2006-08-28
* Move client-side resetting of reqte to happen in reader.Juliusz Chroboczek2006-08-28
* Fix error handling in discardBody.Juliusz Chroboczek2006-08-28
* Update copyright notices.Juliusz Chroboczek2006-05-20
* Fix error handling in client-side discardBody.Juliusz Chroboczek2005-09-26
* Don't discard pipelined requests if a read is in progress.Juliusz Chroboczek2005-09-26
* Don't notice incomplete requests on the client side.Juliusz Chroboczek2005-09-26
* Fix memory leaks in error handling.Juliusz Chroboczek2005-09-26
* Forward port from 0.9.8: ohandler -> chandler.Juliusz Chroboczek2005-01-17
* Add more helpful comment about shutting connections down.Juliusz Chroboczek2005-01-13
* Discard body when leaving a POST in error.Juliusz Chroboczek2004-12-23
* Merge POST fixes from 20-26 October 2004.Juliusz Chroboczek2004-10-28
* Fix merge conflicts.Juliusz Chroboczek2004-10-10
* Ohandler became chandler in 0.10.Juliusz Chroboczek2004-09-26
* Fix merge conflicts.Juliusz Chroboczek2004-09-24
* Fix merge conflicts.Juliusz Chroboczek2004-09-23
* Discard request body when reporting a forbidden URL.Juliusz Chroboczek2004-07-29
* Fix conflicts.Juliusz Chroboczek2004-07-11
* Implement big buffers in the client->server direction.Juliusz Chroboczek2004-07-04
* Implement big buffers in the server->client direction.Juliusz Chroboczek2004-06-30
* Silence gcc warning.Juliusz Chroboczek2004-06-29
* Make timeouts configurable.Juliusz Chroboczek2004-06-29
* Import polipo--devel--0--patch-86.Juliusz Chroboczek2004-06-28
* Ensure object handlers are set up properly when mutating.Juliusz Chroboczek2005-01-17
* Fix error messages.Juliusz Chroboczek2004-10-20