Commit Commit Message Age Author Refs
load previous
r191:f621f33bb3a8
 
merge new install script
merge default
r190:a98b015b0ec9
 
update install script
r189:45a8ea0792f3
 
big merge with dae
merge default
r188:4805f3ab73c4
 
merge fix utf8
merge algo
r187:76f782257f01
 
accommodate mem limit in php and java, using new box64
r186:c8d646326d0a
 
add option -A <opt> to box. This options allow more argument to be explicitly passed to the program We have to use this because if the argument we wish to pass to the program is option (in -? format), box will intepret it as its option and failed accordingly. be noted that, by the definition of getopt, these options will be put after original argument (check the code for more info)
r185:741a455330df
 
add a new modified sandbox "box" The original file was pulled from moe (git://git.ucw.cz/moe.git) by Martin Mares's commit on Sun Jul 29 23:53:56 2012 +0200 The modification is to make it separately compilable and add more option to specify additional argument to the program. (Please see usage guide) run `gcc -o box -std=c99 box64-new.c` to compile.
r184:4e43dab877a1
 
add options for grading all submissions of a specific problem (grafted from branch algo-bm 8ed1c0aa59eaf8e22e40fc765c1fba4ac88a34b5)
r183:e7c1be9b6989
 
add auto setting of config.time_zone to be the system timezone (from either /etc/timezone or /etc/sysconfig/clock)
r182:d570247f93ef
 
It seems like WEBrick needs this.
r181:5c6f0b732e70
 
handle the case when problem id or submission id is null. Grader will simply skip such request. Add more report on console (for command line grading) (mercurial grafted from d233105d3965c5368c9b33125f390e39b25f910e)
r180:b08eea94d57b
 
make java accept utf8
r179:9eed5e566314
 
merge
merge java
r178:018475bbba3a
 
use redirection by system(, {out: , err: }) instead of by > or 2> in the command
r177:c2734213b50c
 
merge
merge java
r176:1bdb8b71a462
 
fix bug
r175:29d3adfcaa1c
 
merge
merge java
r174:09d1e857c1e3
 
add more logging
r173:aa6e7ff3942c
 
merge from algo-bm
merge java
r172:772dda5e1977
 
update run
merge algo
load next