summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Network/slirp/resolv_conf_parser.c
Commit message (Expand)AuthorAgeFilesLines
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no longer i...vboxsync2018-12-221-0/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* NAT: strip comment before processing resolv.conf line to simplifyvboxsync2016-09-211-10/+22
* NAT: don't stop parsing if we are out of buffer space for searchvboxsync2016-09-201-9/+3
* NAT: Don't exceed RCPS_MAX_SEARCHLIST. Patch from ticketref:15948.vboxsync2016-09-191-0/+5
* Devices: warnings (gcc)vboxsync2016-08-091-0/+2
* Devices: scmvboxsync2016-07-221-1/+1
* NAT: Move variable used only inside an #ifdef into that #ifdef.vboxsync2016-06-211-1/+2
* NAT: resolv_conf_parser.c - fix pasto/edito in getToken() to correctlyvboxsync2016-06-171-1/+1
* NAT: rewrite resolv.conf parser. The old code tried to be fancy, butvboxsync2016-05-121-444/+373
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* Assorted fixes for FreeBSD hosts, VBox compiles and runs again without furthe...vboxsync2015-04-021-0/+4
* scm automatic cleanups.vboxsync2014-12-311-1/+1
* NAT: resolv_conf_parser.c:vboxsync2014-03-041-12/+37
* NAT/Slirp:resolv_conf_parser.c: drop nameservers which has order number more ...vboxsync2014-01-211-0/+5
* Devices/NAT: a warning and spacesvboxsync2014-01-211-33/+37
* resolv_conf_parser.c: replaces isblank with isspace.vboxsync2014-01-201-5/+1
* resolv_conf_parser.c: temporal build fix for hosts where isblank isn't defined.vboxsync2014-01-201-0/+4
* resolv_conf_parser.c: Linux build fix. (inet_net_pton -> inet_pton)vboxsync2014-01-201-2/+2
* Introduces resolv.conf parser replacement for Slirp and Main.vboxsync2014-01-171-0/+529