summaryrefslogtreecommitdiff
path: root/src/network.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-22network: Fix CID 113095 - unchecked return value from libraryMichael Adam1-1/+5
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-243/+220
2009-08-07readline(): fix 5 implicit cast warningsMichael Adam1-5/+7
2009-08-07write_message(): fix signed/unsigned comparison warningMichael Adam1-1/+1
2009-08-07write_message(): fix implicit cast warnings.Michael Adam1-2/+2
2009-08-07safe_write: fix unsigned vs. signed comparisonMichael Adam1-1/+1
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-1/+1
2008-12-08Convert tabs to spacesMukund Sivaraman1-48/+48
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-224/+246
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-14/+18
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-218/+220
2004-02-18Added two functions:Robert James Kaes1-2/+80
2004-02-13Removed unnecessary casts (mostly dealing with memory allocation.) IRobert James Kaes1-10/+8
2003-07-31Added appropriate casts from (void*) so that the code will compileRobert James Kaes1-8/+10
2002-05-23Initial addition to CVS. Moved the network related functions into aRobert James Kaes1-0/+238