Logo white

Anubis / Anubis

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 17
  • Tags 37
  • anubis
  • anubis_dev
  • vm
29 Aug, 2007
5 commits
  • Bug in schedul(): invalid index on AnubisProcess list
    90728286
    Cédric RICARD authored
    2007-08-29 15:04:20 +0000  
    Browse Dir »
  • Linux implementation for system_time(), updating makefiles for profiling new files.
    21754d25
    Cédric RICARD authored
    2007-08-29 14:06:32 +0000  
    Browse Dir »
  • Porting profiling changes to linux
    6bc9df91
    Cédric RICARD authored
    2007-08-29 11:39:21 +0000  
    Browse Dir »
  • Renaming List::RemoveItem(int index) to List::RemoveIndex(int index)
    f6133a06
    Cédric RICARD authored
    2007-08-29 10:38:12 +0000  
    Browse Dir »
  • Adding profiling feature to compiler and VM
    50742e44
    Cédric RICARD authored
    2007-08-29 06:42:49 +0000  
    Browse Dir »

24 Aug, 2007
1 commit
  • Add the management of the resizable flag in host_sc_open_window for WIN 32
    59e85f2a
    David René authored
    2007-08-24 21:08:05 +0000  
    Browse Dir »

23 Aug, 2007
1 commit
  • *** empty log message ***
    eaf6a7fe
    Alain Prouté authored
    2007-08-23 20:59:01 +0000  
    Browse Dir »

16 Aug, 2007
2 commits
  • Removing vm_debug flag
    6cdb9512
    Cédric RICARD authored
    2007-08-16 11:35:04 +0000  
    Browse Dir »
  • Adding printf on socket creation error ...
    0a0c63eb
    Adding a usleep(1000) if select() failed when all VM are idle
    Cédric RICARD authored
    2007-08-16 11:06:08 +0000  
    Browse Dir »

13 Aug, 2007
1 commit
  • *** empty log message ***
    8a2137ab
    Alain Prouté authored
    2007-08-13 18:26:23 +0000  
    Browse Dir »

26 Jul, 2007
1 commit
  • Adding define to allow compilation under Linux
    43565b22
    Cédric RICARD authored
    2007-07-26 18:49:56 +0000  
    Browse Dir »

22 Jul, 2007
1 commit
  • Adding list.anubis file with functions 'contains' and 'append_once' ...
    b13ba73f
    New logger more secure and with color into console
    Adding to the VM the possibility to output color in console, using ANSI escape sequences
    Cédric RICARD authored
    2007-07-22 22:35:47 +0000  
    Browse Dir »

21 Jul, 2007
1 commit
  • update ressource version info
    8d65866e
    David René authored
    2007-07-21 02:01:59 +0000  
    Browse Dir »

16 May, 2007
1 commit
  • try to fix the linux error on setsockopt for SO_REUSEADDR
    81b57275
    David René authored
    2007-05-16 06:52:21 +0000  
    Browse Dir »

15 May, 2007
1 commit
  • add error handling on SO_REUSEADDR ...
    8a8a9890
    rename sleep to common_sleep
    David René authored
    2007-05-15 08:28:42 +0000  
    Browse Dir »

14 May, 2007
4 commits
  • *** empty log message ***
    edba100c
    Alain Prouté authored
    2007-05-14 14:17:07 +0000  
    Browse Dir »
  • rename sleep to common_sleep because sleep seam to already exist under linux
    f054cf4f
    David René authored
    2007-05-14 14:00:33 +0000  
    Browse Dir »
  • add independent OS sleep ...
    8f3c0e59
    add SO_REUSEADDR option on bound socket
    David René authored
    2007-05-14 13:45:08 +0000  
    Browse Dir »
  • return to May 8 2007 state
    4fa09b97
    David René authored
    2007-05-14 10:27:27 +0000  
    Browse Dir »

10 May, 2007
2 commits
  • 1.8.2
    b22935ee
    David René authored
    2007-05-10 19:50:21 +0000  
    Browse Dir »
  • *** empty log message ***
    f068cd28
    Alain Prouté authored
    2007-05-10 15:57:48 +0000  
    Browse Dir »

03 May, 2007
5 commits
  • Variable allowing to change strip tool
    79db348c
    Cédric RICARD authored
    2007-05-03 16:46:42 +0000  
    Browse Dir »
  • Variable allowing to change strip tool
    f7f9c443
    Cédric RICARD authored
    2007-05-03 16:25:29 +0000  
    Browse Dir »
  • Adding some compilation variable for cross-compiling
    06c43aaf
    Cédric RICARD authored
    2007-05-03 08:02:47 +0000  
    Browse Dir »
  • Adding some compilation variable for cross-compiling
    94fd6064
    Cédric RICARD authored
    2007-05-03 07:44:16 +0000  
    Browse Dir »
  • Adding some compilation variable for cross-compiling
    aba7fe0c
    Cédric RICARD authored
    2007-05-03 05:46:43 +0000  
    Browse Dir »

02 May, 2007
3 commits
  • removing unused includes
    61e2c22e
    Cédric RICARD authored
    2007-05-02 21:03:52 +0000  
    Browse Dir »
  • removing unused includes
    6ef37e33
    Cédric RICARD authored
    2007-05-02 20:32:26 +0000  
    Browse Dir »
  • Adding flags to Scons script
    0941bdfc
    Cédric RICARD authored
    2007-05-02 17:16:40 +0000  
    Browse Dir »

01 May, 2007
3 commits
  • Updating VM Scons file
    3c521aaf
    Cédric RICARD authored
    2007-05-01 21:41:45 +0000  
    Browse Dir »
  • updating SCons file for VM
    a1d9340f
    Producer authored
    2007-05-01 21:17:41 +0000  
    Browse Dir »
  • change the return result of read. Now the return type is ReadResult instead of M… ...
    054b8747
    …aybe(ByteArray). ReadResult introduce timeout error handling. Then now the version is 1.8.1
    
    David René authored
    2007-05-01 09:42:07 +0000  
    Browse Dir »

18 Apr, 2007
3 commits
  • version 1.8
    d2398f87
    David René authored
    2007-04-18 19:31:37 +0000  
    Browse Dir »
  • remove perror in read_from_file
    f1611bcc
    David René authored
    2007-04-18 19:28:38 +0000  
    Browse Dir »
  • New version 1.8.
    ebb560e0
    Alain Prouté authored
    2007-04-18 18:27:29 +0000  
    Browse Dir »

11 Apr, 2007
1 commit
  • *** empty log message ***
    31893752
    Alain Prouté authored
    2007-04-11 13:15:14 +0000  
    Browse Dir »

03 Apr, 2007
1 commit
  • update to sqlite 3.3.14
    a92dc9d3
    David René authored
    2007-04-03 00:10:53 +0000  
    Browse Dir »

24 Mar, 2007
2 commits
  • roll back to previous algo of string_less, it was the correct implementation
    12f4ed95
    David René authored
    2007-03-24 16:19:12 +0000  
    Browse Dir »
  • fix the insensitive compare issue
    a6cc2435
    David René authored
    2007-03-24 14:41:51 +0000  
    Browse Dir »

16 Mar, 2007
1 commit
  • update to right number version under windows
    fd71b4c0
    David René authored
    2007-03-16 07:34:38 +0000  
    Browse Dir »