summaryrefslogtreecommitdiff
path: root/src/http-message.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-175/+168
The modified files were indented with GNU indent using the following command: indent -npro -kr -i8 -ts8 -sob -l80 -ss -cs -cp1 -bs -nlps -nprs -pcs \ -saf -sai -saw -sc -cdw -ce -nut -il0 No other changes of any sort were made.
2009-08-07http_message_add_headers: make argument num_headers unsignedMichael Adam1-4/+2
and remove signed vs. unsigned comparison warnings. Michael
2009-08-07http_message_add_headers(): fix implicit cast warning.Michael Adam1-1/+2
Michael
2009-08-07http_message_create(): remove two implicit cast warnings.Michael Adam1-2/+3
Michael
2009-08-07Fix const warningMukund Sivaraman1-2/+2
2009-08-05http_message_add_headers(): make parameter headers const.Michael Adam1-1/+2
Michael
2008-12-08Convert tabs to spacesMukund Sivaraman1-5/+5
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-169/+175
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made.
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-12/+15
The notices have been changed to a more GNU look. Documentation comments have been separated from the copyright header. I've tried to keep all copyright notices intact. Some author contact details have been updated.
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman1-0/+268