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
23 Oct, 2009
1 commit
  • Added preliminary work on regex extension
    10472313
    Cédric RICARD authored
    2009-10-23 09:07:05 +0000  
    Browse Code »

12 Oct, 2009
1 commit
  • - new functions datef_dmy() and dhour_format() ...
    1dbda4bf
    - new function hexadecimal_scan()
    - string:percentage() function now uses point instead of comma
    Cédric RICARD authored
    2009-10-12 09:28:03 +0000  
    Browse Code »

18 Sep, 2009
1 commit
  • Small fix into data_io
    4504033e
    Cédric RICARD authored
    2009-09-18 22:14:33 +0000  
    Browse Code »

12 Sep, 2009
1 commit
  • removed all 'alert' from syntactic_analysis files.
    3e96f168
    Alain Prouté authored
    2009-09-12 09:45:52 +0000  
    Browse Code »

11 Sep, 2009
1 commit
  • removing 'alert' instruction from string
    bb7c0c24
    Cédric RICARD authored
    2009-09-11 15:30:14 +0000  
    Browse Code »

02 Sep, 2009
3 commits
  • fixed a problem of normalisation of Ints in substraction
    cb41ff18
    Alain Prouté authored
    2009-09-02 15:38:49 +0000  
    Browse Code »
  • remove print
    1525f673
    David René authored
    2009-09-02 14:37:51 +0000  
    Browse Code »
  • Added test for "recursive Int" bug
    4af38d37
    Cédric RICARD authored
    2009-09-02 12:01:33 +0000  
    Browse Code »

31 Aug, 2009
1 commit
  • make pourcentage public function
    539d338e
    David René authored
    2009-08-31 22:58:58 +0000  
    Browse Code »

27 Aug, 2009
1 commit
  • added 'percentage'
    e6a5b221
    Alain Prouté authored
    2009-08-27 20:42:35 +0000  
    Browse Code »

19 Aug, 2009
1 commit
  • Add buffered_connection management. It's useful for parsing Internet protocol with backtracking
    bc745ae2
    David René authored
    2009-08-19 00:41:53 +0000  
    Browse Code »

15 Jul, 2009
1 commit
  • many corrections in fast_lexer.anubis and in 'run_fast_lexer' in syscall.cpp
    c28ffdfb
    Alain Prouté authored
    2009-07-15 17:32:07 +0000  
    Browse Code »

11 Jul, 2009
1 commit
  • Fast lexer updated (when ignoring tokens, the lexer does no more return).
    9addc354
    Alain Prouté authored
    2009-07-11 17:32:45 +0000  
    Browse Code »

05 Jul, 2009
1 commit
  • - Add index_of() function for lists ...
    88976623
    - Add range() functions
    Cédric RICARD authored
    2009-07-05 14:40:52 +0000  
    Browse Code »

25 Jun, 2009
1 commit
  • add insensitve_find
    16f4a0f6
    David René authored
    2009-06-25 20:58:08 +0000  
    Browse Code »

23 Jun, 2009
1 commit
  • --no commit message
    c1bfbece
    Cédric RICARD authored
    2009-06-23 15:10:49 +0000  
    Browse Code »

03 Jun, 2009
2 commits
  • Updated script releasing library files
    7b5db4ba
    Cédric RICARD authored
    2009-06-03 08:09:23 +0000  
    Browse Code »
  • Updated distributed library files for 1.10.2.8
    69e973b3
    Cédric RICARD authored
    2009-06-03 08:08:45 +0000  
    Browse Code »

02 Jun, 2009
1 commit
  • Fix order of 'allocator_info' members
    4be69232
    Cédric RICARD authored
    2009-06-02 09:19:14 +0000  
    Browse Code »

01 Jun, 2009
1 commit
  • Fix Linux build
    31f4dcee
    Cédric RICARD authored
    2009-06-01 08:54:10 +0000  
    Browse Code »

31 May, 2009
1 commit
  • - Fix 'system_info' and 'allocator_info' bugs. ...
    a9440966
    - Upgrading SQLite to version 3.6.14.2
    - Changing SQLITE_MAX_COLUMN limit to 4000 (using Scons build script only)
    Cédric RICARD authored
    2009-05-31 07:24:26 +0000  
    Browse Code »

15 Apr, 2009
1 commit
  • convert Int32 into Int and some Int into Word32
    18cb383c
    David René authored
    2009-04-15 21:41:18 +0000  
    Browse Code »

21 Mar, 2009
1 commit
  • the extract domain function trim the '<' '>' around the address if exists
    f037b4b6
    David René authored
    2009-03-21 20:50:48 +0000  
    Browse Code »

11 Mar, 2009
1 commit
  • Base64:fix option to disable automatic line trunking
    81da415e
    Cédric RICARD authored
    2009-03-11 13:59:13 +0000  
    Browse Code »

07 Mar, 2009
2 commits
  • Base64: added option to disable automatic line trunking
    0d79470c
    Cédric RICARD authored
    2009-03-07 21:56:24 +0000  
    Browse Code »
  • Fix read_line usage into Streams
    0e776bfe
    Cédric RICARD authored
    2009-03-07 00:20:54 +0000  
    Browse Code »

06 Mar, 2009
4 commits
  • Fix compilation problem.
    31320ea6
    Cédric RICARD authored
    2009-03-06 14:50:31 +0000  
    Browse Code »
  • Fix bug in read_line()
    124656b8
    Cédric RICARD authored
    2009-03-06 14:46:47 +0000  
    Browse Code »
  • Improved read_line() function. ...
    c761edc4
    Streams now use fast read_line() for R/W/RWStream.
    Old 'find(String, String)' function uses new and faster find_string() function.
    Cédric RICARD authored
    2009-03-06 14:31:01 +0000  
    Browse Code »
  • Fast find_string() and read_line() functions (VM syscalls)
    85836380
    Cédric RICARD authored
    2009-03-06 10:57:17 +0000  
    Browse Code »

01 Mar, 2009
1 commit
  • Fixed a bug in float_to_int. The returned value had to be normalized. It may be … ...
    49d1666f
    …the case that other Int primitives return non normalized ints.
    Alain Prouté authored
    2009-03-01 21:33:25 +0000  
    Browse Code »

26 Feb, 2009
1 commit
  • - Added 'split_words' function (and deprecated the 'list_word' function) ...
    3db66bcf
    - Added 'find_and_replace_dict' function
    Cédric RICARD authored
    2009-02-26 16:58:53 +0000  
    Browse Code »

14 Feb, 2009
1 commit
  • Fixed bug #60 (unserializing Int) and added a preliminary test serialize.unit_test.anubis
    c58baa5e
    Alain Prouté authored
    2009-02-14 18:21:56 +0000  
    Browse Code »

09 Feb, 2009
1 commit
  • Added db_iso_datetime() extractor for query columns.
    542864c8
    Cédric RICARD authored
    2009-02-09 13:47:29 +0000  
    Browse Code »

04 Feb, 2009
1 commit
  • Added function to move symbol to another chapter
    3f33bc7b
    Cédric RICARD authored
    2009-02-04 11:35:29 +0000  
    Browse Code »

29 Jan, 2009
1 commit
  • removing log from iniFile
    61ef0434
    Cédric RICARD authored
    2009-01-29 21:44:51 +0000  
    Browse Code »

25 Jan, 2009
1 commit
  • SQLite 3: ...
    5eed74db
    - Missing file for 
    - Fix compile flags
    Cédric RICARD authored
    2009-01-25 17:43:35 +0000  
    Browse Code »

24 Jan, 2009
1 commit
  • Fix module path for Linux
    52cc9841
    Cédric RICARD authored
    2009-01-24 22:48:56 +0000  
    Browse Code »

23 Jan, 2009
2 commits
  • - Upgrading SQLite to version 3.6.10 ...
    1f1a6f43
    - removing debug printf()
    Cédric RICARD authored
    2009-01-23 23:47:57 +0000  
    Browse Code »
  • - Loading library extension is platform independent. ...
    029a54c0
    - Anubis extensions (Anubis Dynamic Library) are put into 'modules' folder and have the file extension '.adl'
    - Inversed path order for extension research.
    Cédric RICARD authored
    2009-01-23 23:28:02 +0000  
    Browse Code »