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
  • net_services
25 Jan, 2010
1 commit
  • - Improved NetService generic client with 'timestamp' value passed to handler functions ...
    e2ff5af0
    - Add _CXM_DOMAIN_COMMAND_RESULT message
    Cédric RICARD authored
    2010-01-25 23:12:51 +0000  
    Browse Dir »

03 Dec, 2009
1 commit
  • New message constants
    15bb49b1
    Cédric RICARD authored
    2009-12-03 18:10:33 +0000  
    Browse Dir »

12 Oct, 2009
1 commit
  • New message constants
    e744c576
    Cédric RICARD authored
    2009-10-12 09:21:03 +0000  
    Browse Dir »

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 Dir »

20 Jan, 2009
1 commit
  • More message constants into NetServices
    cd6e40a2
    Cédric RICARD authored
    2009-01-20 22:39:43 +0000  
    Browse Dir »

03 Jan, 2009
1 commit
  • New version of send_result() function, using Result() instead of Maybe()
    a895f9a2
    Cédric RICARD authored
    2009-01-03 00:05:26 +0000  
    Browse Dir »

03 Dec, 2008
1 commit
  • Added Message constants for MF API
    810c5f89
    Cédric RICARD authored
    2008-12-03 16:24:42 +0000  
    Browse Dir »

06 Aug, 2008
1 commit
  • Fix compile problems due to Anubis lexical change
    bd7ac9ee
    Cédric RICARD authored
    2008-08-06 10:07:41 +0000  
    Browse Dir »

18 Jul, 2008
1 commit
  • Improving usability of net_services functions ...
    e15e9313
    Fix naming error (STATUS_STR -> STATUS_MSG in ACK message)
    Cédric RICARD authored
    2008-07-18 17:12:15 +0000  
    Browse Dir »

09 Jul, 2008
1 commit
  • Add SSL connection method for net services ...
    a1fffdbe
    Improve some logs
    Cédric RICARD authored
    2008-07-09 12:02:00 +0000  
    Browse Dir »

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 Dir »

24 Feb, 2008
1 commit
  • Fix for TIMESTAMP field handling
    787b8677
    Cédric RICARD authored
    2008-02-24 18:18:10 +0000  
    Browse Dir »

23 Feb, 2008
3 commits
  • Small bug on previous commit
    8817d087
    Cédric RICARD authored
    2008-02-23 18:08:00 +0000  
    Browse Dir »
  • NetServices : make TIMESTAMP not mandatory for server
    4e40bb7c
    Cédric RICARD authored
    2008-02-23 18:07:16 +0000  
    Browse Dir »
  • - added standard attributes to textarea ...
    e753f5e8
    - NetServices : added TIMESTAMP field into service negotiation answer
    - Renaming 'service' and 'version' fields to their upper case value.
    Cédric RICARD authored
    2008-02-23 17:57:56 +0000  
    Browse Dir »

12 Feb, 2008
1 commit
  • Configurable timeout for netservice client
    54906678
    Cédric RICARD authored
    2008-02-12 08:45:31 +0000  
    Browse Dir »

09 Feb, 2008
1 commit
  • Removed _CXM_DOMAIN_STORE_NAME for security reason (was an old and no more used message). ...
    90f8df96
    Added generic client code
    Cédric RICARD authored
    2008-02-09 10:40:49 +0000  
    Browse Dir »

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

28 Sep, 2007
1 commit
  • add the ip address of the peer as argument of handler
    a91b94d1
    David RENE authored
    2007-09-28 01:20:19 +0000  
    Browse Dir »

23 Sep, 2007
1 commit
  • Base for CXM errors handling on Net Services
    c84cf0a2
    Cédric RICARD authored
    2007-09-23 13:49:31 +0000  
    Browse Dir »

15 Aug, 2007
1 commit
  • Nothing
    027344b6
    Cédric RICARD authored
    2007-08-15 14:47:06 +0000  
    Browse Dir »

03 Aug, 2007
2 commits
  • remove comment
    2f50a0df
    David RENE authored
    2007-08-03 17:31:34 +0000  
    Browse Dir »
  • remove extra print
    8c80129c
    David RENE authored
    2007-08-03 17:27:19 +0000  
    Browse Dir »

30 Jul, 2007
1 commit
  • Working on TODOs
    ffa212d3
    Cédric RICARD authored
    2007-07-30 10:33:26 +0000  
    Browse Dir »

29 Jul, 2007
1 commit
  • Add logger service constant. ...
    71de7884
    Add send_result whitout any message. (just _CXM_OK will be send in _CXM_ACK message)
    remove some Trace print
    David RENE authored
    2007-07-29 02:55:20 +0000  
    Browse Dir »

14 May, 2007
2 commits
  • fix writing mistake and print some information in failure case in get_file ...
    2209fc49
    manage the quit_requested on MessageQueue
    David RENE authored
    2007-05-14 07:25:58 +0000  
    Browse Dir »
  • add quit_requested handling on MessageQueue. Now with that check up the services… ...
    27d96f2a
    … that have infinite loop can quit when the quit_requested is set to true.
    David RENE authored
    2007-05-14 07:03:47 +0000  
    Browse Dir »

12 May, 2007
1 commit
  • add ftp service ...
    5da3baef
    improve wait_for_reply
    David RENE authored
    2007-05-12 19:02:53 +0000  
    Browse Dir »

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 Dir »

26 Apr, 2007
2 commits
  • add net_services_protocols folder and pkg_updater_protocol.anubis
    75c12334
    David RENE authored
    2007-04-26 19:17:18 +0000  
    Browse Dir »
  • add net_services support
    b326dd65
    David RENE authored
    2007-04-26 13:18:32 +0000  
    Browse Dir »