Logo white

Anubis / Xlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 12
  • Tags 6
  • xlib
  • calexium_lib
  • web
  • CXM_multihost_http_server.anubis
03 Jun, 2009
1 commit
  • fix unit-tests
    cae070fb
    Cédric RICARD authored
    2009-06-03 07:33:25 +0000  
    Browse File »

29 Jan, 2009
1 commit
  • - 'shutdown' check has changed. Using a function instead a Boolean variable. ...
    1718a699
    - HTTP redirect codes add needed 'Location' header.
    Cédric RICARD authored
    2009-01-29 00:00:39 +0000  
    Browse File »

26 Jan, 2009
1 commit
  • Fix bug with url encoding in HTTP server.
    912413bf
    Cédric RICARD authored
    2009-01-26 21:42:07 +0000  
    Browse File »

09 Oct, 2008
1 commit
  • new header for file_attached
    832c9807
    Steve MARECHAL authored
    2008-10-09 12:11:10 +0000  
    Browse File »

04 Sep, 2008
1 commit
  • Updating code due to Printable_tree move to separate file
    0f3fad3e
    Cédric RICARD authored
    2008-09-04 16:25:38 +0000  
    Browse File »

20 Aug, 2008
1 commit
  • Adding Json types ...
    986b3f3a
    Adding http header to invalidate 'keep-alive' (mandatory by HTTP 1.1)
    Cédric RICARD authored
    2008-08-20 09:17:46 +0000  
    Browse File »

13 Aug, 2008
1 commit
  • Added HTTP error codes
    23f86e1b
    Cédric RICARD authored
    2008-08-13 16:56:22 +0000  
    Browse File »

24 Jul, 2008
1 commit
  • Improving MIME type
    defce20d
    Cédric RICARD authored
    2008-07-24 18:14:29 +0000  
    Browse File »

04 Jul, 2008
1 commit
  • a page in CXM_making_a_web_site may be a html page, a plain text page ....
    9144e404
    Steve MARECHAL authored
    2008-07-04 16:30:33 +0000  
    Browse File »

01 May, 2008
1 commit
  • Migrating to Anubis 1.9 which biggest change is the migration from Int32 to Int or Word32.
    74af2377
    Cédric RICARD authored
    2008-05-01 10:17:20 +0000  
    Browse File »

24 Feb, 2008
2 commits
  • Fix for TIMESTAMP field handling
    787b8677
    Cédric RICARD authored
    2008-02-24 18:18:10 +0000  
    Browse File »
  • optimization of read_from_connection,
    0af19e25
    David RENE authored
    2008-02-24 09:26:56 +0000  
    Browse File »

10 Jan, 2008
2 commits
  • Cleaning unused code
    bf3793f8
    Cédric RICARD authored
    2008-01-10 08:25:09 +0000  
    Browse File »
  • Fix the redirection handling.
    9193ea96
    David RENE authored
    2008-01-10 00:55:30 +0000  
    Browse File »

03 Jan, 2008
1 commit
  • [+] A function can be specified a redirection handler. ...
    e15ab157
    [+] An external link can be added as 'Refresh' Meta-Tag
    Cédric RICARD authored
    2008-01-03 09:54:59 +0000  
    Browse File »

07 Dec, 2007
1 commit
  • removing performance logs
    756de746
    Cédric RICARD authored
    2007-12-07 23:49:20 +0000  
    Browse File »

05 Dec, 2007
1 commit
  • small optimization on reading HTTP headers
    aff304f6
    Cédric RICARD authored
    2007-12-05 22:25:09 +0000  
    Browse File »

13 Nov, 2007
1 commit
  • Adding public to log function
    22be332d
    Cédric RICARD authored
    2007-11-13 10:43:41 +0000  
    Browse File »

11 Nov, 2007
2 commits
  • add some time measurement
    6cc3293c
    David RENE authored
    2007-11-11 00:56:22 +0000  
    Browse File »
  • Small optimization on reading headers
    328c516a
    Cédric RICARD authored
    2007-11-11 00:36:35 +0000  
    Browse File »

10 Nov, 2007
3 commits
  • adding perf logs...
    77d35b36
    Cédric RICARD authored
    2007-11-10 22:53:11 +0000  
    Browse File »
  • Adding profiling code and logs... ...
    ac9a5381
    Changing etag from sha1 to MD5
    Cédric RICARD authored
    2007-11-10 22:30:47 +0000  
    Browse File »
  • remove and replace zero_pad_2 function by zero_pad_n function located in system/… ...
    f3af0d6f
    …string.anubis function.
    David RENE authored
    2007-11-10 18:53:21 +0000  
    Browse File »

28 Oct, 2007
1 commit
  • Adding properties for end of lines
    9422c7b2
    Cédric RICARD authored
    2007-10-28 09:23:18 +0000  
    Browse File »

10 Oct, 2007
1 commit
  • Adding some error codes
    34711e56
    Cédric RICARD authored
    2007-10-10 23:32:46 +0000  
    Browse File »

07 Oct, 2007
1 commit
  • Deleting some 'alert' calls
    8adc07df
    Cédric RICARD authored
    2007-10-07 18:30:03 +0000  
    Browse File »

21 Sep, 2007
1 commit
  • Remove extra tabulator
    c6903c95
    David RENE authored
    2007-09-21 18:43:58 +0000  
    Browse File »

06 Sep, 2007
1 commit
  • Cleanup HTML code to be more W3C compliant.
    d384a763
    Cédric RICARD authored
    2007-09-06 21:29:59 +0000  
    Browse File »

01 Sep, 2007
1 commit
  • Several great optimizations for HTTP server: ...
    d17b1121
    - headers are now read using a buffer and no more bytes per bytes
    - adding headers 'Date' and 'Last-Modified' allowing to improve efficiency of browser cache
    - adding header 'Server' just for decoration.
    Cédric RICARD authored
    2007-09-01 23:58:35 +0000  
    Browse File »

03 Aug, 2007
2 commits
  • Deleting some unwanted debug logs
    8c9091aa
    Cédric RICARD authored
    2007-08-03 23:46:17 +0000  
    Browse File »
  • Browsing optimization using browser cache (with the use of header 'Etag')
    5925c108
    Cédric RICARD authored
    2007-08-03 23:20:20 +0000  
    Browse File »

28 Jul, 2007
1 commit
  • add read system/string.anubis for to_upper and to_lower functions
    027a26df
    David RENE authored
    2007-07-28 13:11:57 +0000  
    Browse File »

22 May, 2007
1 commit
  • Only cosmetic
    38d4c6fc
    Cédric RICARD authored
    2007-05-22 06:44:57 +0000  
    Browse File »

04 May, 2007
1 commit
  • update web/CXM_multihost_http_server to manage timeout in read function ...
    0071bc67
    add FTP constant definition
    change net_services functions that now use MessageQueue instead of RWStream socket
    David RENE authored
    2007-05-04 10:54:54 +0000  
    Browse File »

23 Apr, 2007
1 commit
  • fix the path access to other files
    3fd70e86
    David RENE authored
    2007-04-23 15:33:52 +0000  
    Browse Dir »

20 Apr, 2007
1 commit
  • --no commit message
    3ee2b423
    David RENE authored
    2007-04-20 17:15:17 +0000  
    Browse Dir »