summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Collapse)AuthorAgeFilesLines
* Fixed pid file conflict between daemon.sh and init.shMahrud Sayrafi2013-01-121-1/+1
|
* Making the legacy more usefulv0.9root2012-12-302-2/+2
| | | | | | | Added a brief installation guide in README along with etc config file samples. Added a couple of useful start and kill scripts in utils folder. Added two sample problems (one normal one interactive) along with testers in utils folder.
* Fix memory and time limit casting bugv0.8root2011-08-123-45/+53
| | | | | | | | | Memory and time limit numbers should be casted from string to int or else comparison between total memory and time used by user's binary would lead judge to run user's binary with memory limit defined in pam_limits, and time limit as double as problem time limit. bug found at submission number 1402 @ HelliCode
* Specify timeout signalroot2011-08-101-2/+2
| | | | | | | | | If no signal is specified for timeout, timeout sends the TERM signal upon timeout. The TERM signal wastes about 2 seconds till termination (why?). Since KILL signal terminates the process immediately, we decided to specify the signal. bug found at submission number 723 @ HelliCode
* Initial commitv0.7root2011-07-1710-0/+513