Commit Graph

8 Commits

Author SHA1 Message Date
David Anderson 735e2b0448 - internal change: rename MSG_USER_ERROR to MSG_USER_ALERT
svn path=/trunk/boinc/; revision=20027
2009-12-23 18:02:40 +00:00
Rom Walton 32daf9dedf - LOG: Change the secondary delimeter to '^' for messages that contain
newline characters.
        
    client/
        boinc_log.cpp

svn path=/trunk/boinc/; revision=19735
2009-11-30 18:29:33 +00:00
Rom Walton 5659336a3b - log: Fix a parameter parsing bug, hazards of copy/paste/fix-up I
suppose.  Increment the index before use instead of just adding
        1.  Next iteration through the main loop will then pick-up
        new parameter instead of the value for the previously
        processed command. Parameter parsing 101.
        
    client/
        boinc_log.cpp

svn path=/trunk/boinc/; revision=19700
2009-11-24 22:40:01 +00:00
Rom Walton dff233f517 ops
svn path=/trunk/boinc/; revision=19698
2009-11-24 21:16:09 +00:00
Rom Walton 45e359eabf - log: Introduce the ability to specify where the data directory is
in case we are attempting to talk to a 5.10 client.
        
    client/
        boinc_log.cpp

svn path=/trunk/boinc/; revision=19696
2009-11-24 20:25:15 +00:00
Rom Walton 9c246111e0 - log: Use the standard BOINC time logging rountine for reporting
date and time information instead of RFCXXXX.
    - log: Remove the ending newline character from the messages before
        looking for any newline characters which would appear in
        multi-line messages like those from http_debug.
        
    client/
        boinc_log.cpp

svn path=/trunk/boinc/; revision=19695
2009-11-24 20:15:41 +00:00
Rom Walton aab93bc899 ops
svn path=/trunk/boinc/; revision=19688
2009-11-24 17:02:52 +00:00
Rom Walton 3fc5f6581b - Introduce boinclog, it basically creates a tab delimited file using
the message log cache of the client.  Useful for debugging debt
        related issues using Excel or various databases.
        
    client/
        boinc_cmd.cpp
        boinc_log.cpp
    win_build/
        boinclog.vcproj (added)

svn path=/trunk/boinc/; revision=19686
2009-11-24 05:26:45 +00:00