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
/
utils.c
Age
Commit message (
Expand
)
Author
2001-10-25
Header reorganization. Basically all system headers are now included in
Robert James Kaes
2001-10-25
Some code clean up due to the creation of the conns.{c,h} files which now
Robert James Kaes
2001-10-24
Error message cleanup to make the information more informative.
Robert James Kaes
2001-09-16
send_http_message() doesn't create a memory block and store it in the
Robert James Kaes
2001-09-15
Added the send_http_message() function to handle sending messages back to
Robert James Kaes
2001-09-11
Added the debugging realloc() function.
Robert James Kaes
2001-09-08
Added the debugging_(malloc|calloc|free) functions to help track memory
Robert James Kaes
2001-09-07
Error message cleanup.
Robert James Kaes
2001-08-30
Removed the xstrstr() function since it is no longer used. reqs.c was the
Robert James Kaes
2001-08-28
Added an extra CRNL to the end of the HTML body.
Robert James Kaes
2001-08-27
Changed the MIME type to text/html rather than the incorrect text/mime.
Robert James Kaes
2001-08-27
Split the headers from the message body. Also now include proper headers
Robert James Kaes
2001-05-27
Changed all references to log() to log_message().
Robert James Kaes
2001-01-15
Fixed a potential security bug in http_err. There was a possibility of a
Robert James Kaes
2000-09-12
Removed the xmalloc() and xstrdup() functions.
Robert James Kaes
2000-02-16
This commit was generated by cvs2svn to compensate for changes in r2,
Steven Young