1. 21 Jan, 2000 1 commit
  2. 21 Sep, 1999 1 commit
    • John Beranek's avatar
      * remotedb is now properly namespaced, all calls and visible variables are... · 7f373dd5
      John Beranek authored
      * remotedb is now properly namespaced, all calls and visible variables are prefixed "remote_". Previously only some of the calls were namespaced, now they all are.  This may break some apps that used remotedb directly instead of using DebugLib, but the changes needed will be small. This change was done because I was getting a nameclash with some other source that defined debug_vprintf.
      
       * Updated DebugLib will be checked-in that uses new naming scheme.
      
      
      Version 0.07. Tagged as 'remotedb-0_07'
      7f373dd5
  3. 26 May, 1999 1 commit
    • John Beranek's avatar
      * Improved namespacing of functions throughout remotedb. External functions... · d7e45c07
      John Beranek authored
      * Improved namespacing of functions throughout remotedb.  External functions weren't able to be renamed, so as not to break compatability with programs that use remotedb
      
       * Added a new API call "remote_debug_print_line".  It is similar to
         "debug_print_line", except that it takes flags, and you can pass the
         length of the line you want to output (so you can pass non-NULL
         terminated strings).  The one used bit in the flag is bit 1, which if
         set means that the debug output should be "raw", i.e. bypass the
         priority code, and not force a \n at the end of the line.  The next
         DebugLib version (0.38) will use this raw mode.
      
       * Renamed the remotedb_version function to remote_debug_version to better
         fit the namespacing of the rest of the (correctly namespaced) API calls.
         Compatability shouldn't be too much of a concern, because it's a new
         API call, which very few people will be using.
      
       * Added -throwback into !Mk and !MkExport
      
       * Changed C flags to -ffah, to stop function name embedding...this was
         causing problems with using DebugLib Trace output with remotedb.
      
      
      Version 0.06. Tagged as 'remotedb-0_06'
      d7e45c07
  4. 24 May, 1999 2 commits
    • Simon Middleton's avatar
      Removed sending :ack from the daemon as the code to handle it is not in any... · 08463c6c
      Simon Middleton authored
      Removed sending :ack from the daemon as the code to handle it is not in any version of the client source we have.
      
      Version 0.05. Not tagged
      08463c6c
    • Stewart Brodie's avatar
      Fixed a couple of serious bugs. · a414d6b7
      Stewart Brodie authored
      Detail:
        Session command handler function pointer was being left uninitialised.
          If you were lucky, it data aborted ...
        When preformatting output with vsprintf, it's not a great idea to pass
          the destination buffer as one of the substitution strings, otherwise
          it disappears up itself and generates a puff of smoke.
      Admin:
        Tested with CLI_App.
      
      Version 0.05. Tagged as 'remotedb-0_05'
      a414d6b7
  5. 24 Feb, 1999 2 commits
    • John Beranek's avatar
      * Tidied build process. Now creates o.dirs when it creates o and z dirs, and... · 285ebcab
      John Beranek authored
      * Tidied build process.  Now creates o.dirs when it creates o and z dirs, and make clean  wipes these folders completely now. MkClean now does stripdepend, if it is available.
      
       * No source changes, so no version increment
      
      
      Version 0.04. Not tagged
      285ebcab
    • Simon Middleton's avatar
      Changed copyright messages. · 2a1419d7
      Simon Middleton authored
      Stopped  version string from including the space at the end
      unnecessarily. This fix means that this code now works!
      Previously the version string with the space wasn't matched
      correctly by the daemon and so it failed with no errors.
      This code will still fail if branmch development goes on.
      Suggest that someone fix the daemon by then.
      
      Version 0.04. Tagged as 'remotedb-0_04'
      2a1419d7
  6. 05 Nov, 1998 2 commits