aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-05fix memory corruptionGravatar Christian Hesse1-1/+1
2013-11-05handle SIGINT and print variable textGravatar Christian Hesse1-4/+5
2013-11-05make pacredir work without config fileGravatar Christian Hesse1-43/+43
2013-11-05typo in commentGravatar Christian Hesse1-1/+1
2013-11-05handle db file signatures correctlyGravatar Christian Hesse1-2/+3
2013-11-05coding style cleanupGravatar Christian Hesse1-7/+4
2013-11-04add configuration file for pacredirGravatar Christian Hesse1-3/+94
2013-11-04introduce add_host() and remove_host()Gravatar Christian Hesse1-41/+57
2013-10-30compile date and time into the binaryGravatar Christian Hesse1-1/+1
2013-10-30use unsigned int for recentGravatar Christian Hesse1-2/+2
2013-10-30use long for http_code and last_modifiedGravatar Christian Hesse1-3/+3
2013-10-30reset bad status for hosts on SIGHUPGravatar Christian Hesse1-3/+3
2013-10-30use function to print outputGravatar Christian Hesse1-22/+33
2013-10-30justify output streamsGravatar Christian Hesse1-3/+3
2013-10-30make pacredir listen on localhost onlyGravatar Christian Hesse1-1/+9
2013-10-29decide about local service via flagsGravatar Christian Hesse1-8/+1
2013-10-28remove some unused codeGravatar Christian Hesse1-10/+0
2013-10-28remove avahi resolver code, all we need is the browserGravatar Christian Hesse1-114/+69
2013-10-28rename functionGravatar Christian Hesse1-3/+3
2013-10-28remove comment about exampleGravatar Christian Hesse1-2/+0
2013-10-28move configuration to config.hGravatar Christian Hesse1-18/+1
2013-10-28initialize variables in structGravatar Christian Hesse1-0/+6
2013-10-27handle online start for service, not for hostGravatar Christian Hesse1-10/+16
2013-10-27make pacdbserve aware of architectureGravatar Christian Hesse1-1/+9
2013-10-27handle db filesGravatar Christian Hesse1-47/+120
2013-10-27ignore self and prepare for pacdbserveGravatar Christian Hesse1-8/+42
2013-10-27do not check for pacman db filesGravatar Christian Hesse1-17/+27
2013-10-26set curl connection timeout to 2 secondsGravatar Christian Hesse1-0/+3
2013-10-26add handling for offline hosts and bad requestsGravatar Christian Hesse1-36/+117
2013-10-26use port reported by avahi, not anything hardcodedGravatar Christian Hesse1-1/+1
2013-10-25initial commitGravatar Christian Hesse1-0/+316