summaryrefslogtreecommitdiff
path: root/src/http-message.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-07http_message_add_headers: make argument num_headers unsignedMichael Adam1-4/+2
2009-08-07http_message_add_headers(): fix implicit cast warning.Michael Adam1-1/+2
2009-08-07http_message_create(): remove two implicit cast warnings.Michael Adam1-2/+3
2009-08-07Fix const warningMukund Sivaraman1-2/+2
2009-08-05http_message_add_headers(): make parameter headers const.Michael Adam1-1/+2
2008-12-08Convert tabs to spacesMukund Sivaraman1-5/+5
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-169/+175
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-12/+15
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman1-3/+3
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-149/+165
2005-07-12* Updated Copyright Email AddressesRobert James Kaes1-2/+2
2004-02-13Removed unnecessary casts (mostly dealing with memory allocation.) IRobert James Kaes1-5/+5
2003-07-31Added appropriate casts from (void*) so that the code will compileRobert James Kaes1-6/+6
2003-05-31# Changed all the for calls to use the != test rather than < test.Robert James Kaes1-4/+4
2003-03-13An API to handle HTTP messages as concrete entities.Robert James Kaes1-0/+252