summaryrefslogtreecommitdiffhomepage
path: root/src/network.c
AgeCommit message (Expand)Author
2017-12-04safe_write/read: take void* buffer for generic userofl0r
2017-03-29network: honour result of inet_ntop in get_ip_string()Michael Adam
2017-03-29network: let get_ip_string() return const char * instead of const charMichael Adam
2013-11-22network: Fix CID 113095 - unchecked return value from libraryMichael Adam
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07readline(): fix 5 implicit cast warningsMichael Adam
2009-08-07write_message(): fix signed/unsigned comparison warningMichael Adam
2009-08-07write_message(): fix implicit cast warnings.Michael Adam
2009-08-07safe_write: fix unsigned vs. signed comparisonMichael Adam
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
2004-02-18Added two functions:Robert James Kaes
2004-02-13Removed unnecessary casts (mostly dealing with memory allocation.) IRobert James Kaes
2003-07-31Added appropriate casts from (void*) so that the code will compileRobert James Kaes
2002-05-23Initial addition to CVS. Moved the network related functions into aRobert James Kaes