summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-03Initial commitHEADmasterAaron Ball
Currently parses the query string for the key "q", and outputs REMOTE_ADDR if q == ip, or HTTP_USER_AGENT if q == agent. Also includes a lot of error handling in case the user tries to cause a buffer overflow of qs. Contains a set default of 512 bytes for each query string key and value. Also note that this commit contains a lot of useless experimental code that needs to be cleaned up and/or broken out into files other than main.c (yick).

Generated by cgit