Commit Graph

11 Commits

Author SHA1 Message Date
David Anderson 6784283211 - user web: fix bugs in server status page
- fix some indentation


svn path=/trunk/boinc/; revision=22890
2011-01-06 23:09:13 +00:00
David Anderson d59af26596 - client: add ".xml" to notice file names
svn path=/trunk/boinc/; revision=21857
2010-07-01 02:01:05 +00:00
David Anderson 114f4f15cf - scheduler and client: use "notice" rather than "high" priority
for messages intended as notices.
    This will avoid showing lots of obscure stuff as notices
    for projects with old server code.

svn path=/trunk/boinc/; revision=21836
2010-06-29 03:23:13 +00:00
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