summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* whole bunch of updates here.Preston Cody2008-01-051-63/+87
* set Data::Dumper::Purity to 1 for nested dataAndrew Gaffney2008-01-051-0/+1
* switch back to Data::Dumper for job outputAndrew Gaffney2008-01-051-3/+2
* fixed up the expansion w/ one last query.Preston Cody2008-01-051-12/+21
* adding job expansion code.Preston Cody2008-01-031-5/+100
* remove the jobfile once it's been successfully sent to the client.Preston Cody2008-01-021-0/+3
* updating this. minor fixes.Preston Cody2008-01-021-19/+58
* return job filename and print itAndrew Gaffney2008-01-021-3/+3
* fixed get_jobs.Preston Cody2008-01-021-14/+30
* add status_id param to get_jobs()Andrew Gaffney2008-01-011-1/+2
* fully implement get_jobsAndrew Gaffney2008-01-011-10/+10
* modify get_jobs query to make sure to get the latest job_history entry for th...Andrew Gaffney2008-01-011-1/+1
* switch config location to /etc/scire/Andrew Gaffney2007-12-311-1/+2
* switching on the database lines.Preston Cody2007-12-311-33/+47
* add Id tag properlyAndrew Gaffney2007-12-311-1/+1
* add Id tagAndrew Gaffney2007-12-311-0/+2
* drop tab in heredoc terminatorAndrew Gaffney2007-12-311-2/+2
* added global for clientid, added to identify query.Preston Cody2007-12-311-23/+40
* adding a check for existence of logfile in the configPreston Cody2007-12-311-1/+5
* debug statementAndrew Gaffney2007-12-301-1/+1
* log server debug output to a fileAndrew Gaffney2007-12-301-9/+18
* add parse_command() and modify existing code to use itAndrew Gaffney2007-12-301-15/+28
* adding query for get_jobs from old server.Preston Cody2007-12-301-6/+22
* adding in the DBI commands, commented out, to actually do stuff instead of fa...Preston Cody2007-12-301-5/+22
* adding debug() function.Preston Cody2007-12-301-11/+18
* removing hte getresponse stuff.Preston Cody2007-12-301-48/+35
* relative config file locationAndrew Gaffney2007-12-301-1/+1
* adding a whole bunch of code here.Preston Cody2007-12-301-18/+130
* copied config reading from the clientPreston Cody2007-12-261-3/+33
* implement IDENTIFY command with random response in serverAndrew Gaffney2007-12-241-4/+11
* initial perl-based client and server with shiny IPCAndrew Gaffney2007-12-231-0/+20