index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
network.c
Age
Commit message (
Expand
)
Author
2017-12-04
safe_write/read: take void* buffer for generic use
rofl0r
2017-03-29
network: honour result of inet_ntop in get_ip_string()
Michael Adam
2017-03-29
network: let get_ip_string() return const char * instead of const char
Michael Adam
2013-11-22
network: Fix CID 113095 - unchecked return value from library
Michael Adam
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-08-07
readline(): fix 5 implicit cast warnings
Michael Adam
2009-08-07
write_message(): fix signed/unsigned comparison warning
Michael Adam
2009-08-07
write_message(): fix implicit cast warnings.
Michael Adam
2009-08-07
safe_write: fix unsigned vs. signed comparison
Michael Adam
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
2005-08-15
* [Indent] Ran Source Through indent
Robert James Kaes
2004-02-18
Added two functions:
Robert James Kaes
2004-02-13
Removed unnecessary casts (mostly dealing with memory allocation.) I
Robert James Kaes
2003-07-31
Added appropriate casts from (void*) so that the code will compile
Robert James Kaes
2002-05-23
Initial addition to CVS. Moved the network related functions into a
Robert James Kaes