Last 30 days
-
r57
(1. sandbox can pass environment variable: didn't solve impor...) committed by jongman
- 1. sandbox can pass environment variable: didn't solve import site fail issue
1. sandbox can pass environment variable: didn't solve import site fail issue
-
r56
(runtime error detection & tests
) committed by jongman
- runtime error detection & tests
runtime error detection & tests
-
r55
(CPython 돌리기 위해서 많은 system call 을 harmless 영역으로 옮김. ㄷㄷㄷ
) committed by jongman
- CPython 돌리기 위해서 많은 system call 을 harmless 영역으로 옮김. ㄷㄷㄷ
CPython 돌리기 위해서 많은 system call 을 harmless 영역으로 옮김. ㄷㄷㄷ
-
r54
(별도의 스레드에서 메모리 사용량과 wall clock 을 모니터링. 오버헤드가 좀 클거 같긴 한데 그럭저럭 ...) committed by jongman
- 별도의 스레드에서 메모리 사용량과 wall clock 을 모니터링. 오버헤드가 좀 클거 같긴 한데 그럭저럭 어떻게 돌아는 가는듯? 하악하악 -_-
별도의 스레드에서 메모리 사용량과 wall clock 을 모니터링. 오버헤드가 좀 클거 같긴 한데 그럭저럭 어떻게 돌아는 가는듯? 하악하악 -_-
-
r53
(fixed timing to wall-clock timing
) committed by jongman
- fixed timing to wall-clock timing
fixed timing to wall-clock timing
-
r52
(이런저런 테스트 추가. 메모리 관련 테스트 현재 실패 중: 메모리 사용량 확인 time resolution ...) committed by jongman
- 이런저런 테스트 추가. 메모리 관련 테스트 현재 실패 중: 메모리 사용량 확인 time resolution 이 너무 낮음. ㅠ.ㅠ 아 어쩌란 말이냐~!!
이런저런 테스트 추가. 메모리 관련 테스트 현재 실패 중: 메모리 사용량 확인 time resolution 이 너무 낮음. ㅠ.ㅠ 아 어쩌란 말이냐~!!
-
r51
(1. mmap2 deemed harmless (open() must be used anyway to acce...) committed by jongman
- 1. mmap2 deemed harmless (open() must be used anyway to access file system)
2. skeleton of sandbox testing script
1. mmap2 deemed harmless (open() must be used anyway to access file system)
2. skeleton of sandbox testing script
-
r50
(now we show names and descriptions for signals (which is gre...) committed by jongman
- now we show names and descriptions for signals (which is grepped from signum.h :-p)
now we show names and descriptions for signals (which is grepped from signum.h :-p)
-
r49
(1. fileaccess was missing from svn.
2. prototype of unit tes...) committed by jongman
- 1. fileaccess was missing from svn.
2. prototype of unit testing the sandbox with test programs
1. fileaccess was missing from svn.
2. prototype of unit testing the sandbox with test programs
-
r48
(now RTE messages include the name of the system call
) committed by jongman
- now RTE messages include the name of the system call
now RTE messages include the name of the system call
-
r47
(1. changed default syscall level
2. new testing program: mea...) committed by jongman
- 1. changed default syscall level
2. new testing program: measure_time - runs matrix multiplication for n seconds, and print hello
world
1. changed default syscall level
2. new testing program: measure_time - runs matrix multiplication for n seconds, and print hello
world
-
r46
(1. system call 제한 단계 재조정. 파일 시스템 액세스 + 시간 접근 가능한 것까지.
) committed by jongman
- 1. system call 제한 단계 재조정. 파일 시스템 액세스 + 시간 접근 가능한 것까지.
1. system call 제한 단계 재조정. 파일 시스템 액세스 + 시간 접근 가능한 것까지.
-
r45
(1. add -c option (move to specified directory before forking...) committed by jongman
- 1. add -c option (move to specified directory before forking)
2. more standard compliant test program
1. add -c option (move to specified directory before forking)
2. more standard compliant test program
Earlier this year
-
-
-
-
InstallNote
(Local에 테스트용으로 설치하면서 겪은 삽질기) Wiki page added by blmarket
- Revision r44
Created wiki page through web user interface.
Revision r44
Created wiki page through web user interface.
-
r43
(디버깅의 편의를 위하여 SQL 에러 발생시 쿼리문을 보여주게 함.
보안상 문제가 있으려나?
) committed by blmarket
- 디버깅의 편의를 위하여 SQL 에러 발생시 쿼리문을 보여주게 함.
보안상 문제가 있으려나?
디버깅의 편의를 위하여 SQL 에러 발생시 쿼리문을 보여주게 함.
보안상 문제가 있으려나?
-
r42
(Context 클래스가 없는 경우에도 작동하게 함.(zbxe가 없는 경우에도 테스트 가능)
) committed by blmarket
- Context 클래스가 없는 경우에도 작동하게 함.(zbxe가 없는 경우에도 테스트 가능)
Context 클래스가 없는 경우에도 작동하게 함.(zbxe가 없는 경우에도 테스트 가능)
-
r41
(파일 몇개는 접근 가능해야 함 ;;
) committed by jongman
- 파일 몇개는 접근 가능해야 함 ;;
-
-
r39
(특정 사용자의 모든 서브미션을 보는 기능
) committed by jongman
- 특정 사용자의 모든 서브미션을 보는 기능
-
r38
(User is now able to see other people's submissions for the p...) committed by jongman
- User is now able to see other people's submissions for the problems that user has solved. The user
can also see other people's compile error and runtime error messages. w00t
User is now able to see other people's submissions for the problems that user has solved. The user
can also see other people's compile error and runtime error messages. w00t
-
r37
(always load problem name
) committed by jongman
- always load problem name
-
r36
(oops remove debug message
) committed by jongman
- oops remove debug message
oops remove debug message
-
r35
(first implementation of problem ranklist
) committed by jongman
- first implementation of problem ranklist
first implementation of problem ranklist
-
r34
(for mime types
) committed by jongman
- for mime types
-
r33
(1. ranklist paging bug 해결
2. problem ranklist 준비중
) committed by jongman
- 1. ranklist paging bug 해결
2. problem ranklist 준비중
1. ranklist paging bug 해결
2. problem ranklist 준비중
-
-
-
-
-
-
-
-
-
r32
(1. C++ 에서 64비트 정수 사용 관련 안내문 추가.
2. 공개되지 않은 문제 데이터도 저지는 받아올 수...) committed by jongman
- 1. C++ 에서 64비트 정수 사용 관련 안내문 추가.
2. 공개되지 않은 문제 데이터도 저지는 받아올 수 있도록.
3. 첨부파일 받아올 때 mime_content_type 안 되던 것 해결.
1. C++ 에서 64비트 정수 사용 관련 안내문 추가.
2. 공개되지 않은 문제 데이터도 저지는 받아올 수 있도록.
3. 첨부파일 받아올 때 mime_content_type 안 되던 것 해결.
-
r31
(view_message 화면에서 과거에 에러 메시지를 <pre> 태그 안에 보여줬는데, 이게 메시지가 길어지...) committed by jongman
- view_message 화면에서 과거에 에러 메시지를 <pre> 태그 안에 보여줬는데, 이게 메시지가 길어지면 잘려서 <textarea> 태그로 바꿈.
view_message 화면에서 과거에 에러 메시지를 <pre> 태그 안에 보여줬는데, 이게 메시지가 길어지면 잘려서 <textarea> 태그로 바꿈.
-
r30
(db 정보와 judge_key 등의 정보를 별도의 config.php 로 분리하도록 변경. 이로 인해 con...) committed by jongman
- db 정보와 judge_key 등의 정보를 별도의 config.php 로 분리하도록 변경. 이로 인해 config.php 이외의 파일들을 전부 커밋해도 된당.
db 정보와 judge_key 등의 정보를 별도의 config.php 로 분리하도록 변경. 이로 인해 config.php 이외의 파일들을 전부 커밋해도 된당.
-
r29
(12월부터 진행중인 베타 버전의 AOJ입니다.
) committed by jongman
- 12월부터 진행중인 베타 버전의 AOJ입니다.
12월부터 진행중인 베타 버전의 AOJ입니다.
-
r28
(previous project clear
) committed by jongman
- previous project clear
Older
-
r27
(jquery 테스트중
) committed by jongman
- jquery 테스트중
-
r26
(아악 느려서 원격에서 못하겠다
) committed by jongman
- 아악 느려서 원격에서 못하겠다
-
r25
(deprecating old code
) committed by jongman
- deprecating old code
-
r24
(Very very very basic infrastructure and the main page.
) committed by jongman
- Very very very basic infrastructure and the main page.
Very very very basic infrastructure and the main page.
-
r23
(update message change
) committed by jongman
- update message change
-
r22
(1. XMLRPC Request test: We can make requests from console.
2...) committed by jongman
- 1. XMLRPC Request test: We can make requests from console.
2. Special judge is now possible
3. Fixed a bug where ioset was resetted in each subdirectories
4. Report time/memory
5. Relative float judge
1. XMLRPC Request test: We can make requests from console.
2. Special judge is now possible
3. Fixed a bug where ioset was resetted in each subdirectories
4. Report time/memory
5. Relative float judge
-
r21
(Receives submissions, compiles them, run them through sandbo...) committed by jongman
- Receives submissions, compiles them, run them through sandbox, and judges them.
Receives submissions, compiles them, run them through sandbox, and judges them.
-
r20
(Sandbox module interface change. Always use wall clock for t...) committed by jongman
- Sandbox module interface change. Always use wall clock for timeouts, and use waited children time
later to verify. Monitor proc data for memory usage.
Sandbox module interface change. Always use wall clock for timeouts, and use waited children time
later to verify. Monitor proc data for memory usage.
-
r19
(Sandbox implementation compied from MO-EVAL
) committed by jongman
- Sandbox implementation compied from MO-EVAL
Sandbox implementation compied from MO-EVAL
|