Directory cdx/scorebot/net/tests/webserver/

Directory Created:
2007-01-22 12:58
Total Files:
4
Deleted Files:
2
Lines of Code:
305

[root]/cdx/scorebot/net/tests/webserver

Lines of Code

cdx/scorebot/net/tests/webserver/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 47 (100.0%) 822 (100.0%) 17.4
genned 5 (10.6%) 306 (37.2%) 61.2
dound 36 (76.6%) 263 (32.0%) 7.3
veryoriginal 5 (10.6%) 249 (30.3%) 49.8
rreagan3 1 (2.1%) 4 (0.5%) 4.0

Most Recent Commits

dound 2007-04-08 01:24

fixed serialVersionUID visibility / constancy

6 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+3 -3), WebService.java (+3 -3)
dound 2007-04-08 01:09

Added public long serialVersionUID = 102L; to all serializable classes.

11 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+4 -2), GetFile.java (+3 -3), WebService.java (+4 -2)
dound 2007-04-08 01:01

I/O streams are now closed properly.

8 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: GetFile.java (+8 -3)
dound 2007-04-08 00:55

Refactored Hash to hash to follow normal naming conventions.

4 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+4 -4)
dound 2007-04-07 23:59

Performance: Improved string concatentation. Also, now getPage is static and now explicitly throws an UnknownHostException vice silently throwing one.

36 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+11 -4), GetFile.java (+25 -21)
dound 2007-03-31 14:49

Web's file integrity check now takes just a path to a file on the webserver vice an entire URL. The actual URL which will be requested is now created as the concatentation of "http://", the IP address of the web server, "/", and the page being requested (the last part being the part the user specifies). The old test did not use the IP address specified by the user. If the specified port for the web service is 443, then "https://" will be used instead of "http://". The name of the option is now "path_to_file" vice "url".

18 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+18 -16)
dound 2007-03-31 14:26

Options which don't require values are no longer forced to have values (sendmail->subject, sendmail->body, readfile->expected_value and integritycheck->expected_value).

9 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+9 -5)
dound 2007-03-30 02:20

removed debugging statements from test code

10 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+3 -4), GetFile.java (+7 -15)
dound 2007-03-24 21:56

Default port numbers are now set when the service is instantiated.

3 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: WebService.java (+3 -2)
dound 2007-03-23 23:00

Framework Change: Test now manages the service field. Also, setService has been added. Also, Test now takes a generic parameter which allows children to specify what kind of Service they require.

6 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+6 -21)
rreagan3 2007-03-23 15:45

no empty strings!!!! (actually, this fix prevents a null value for any option as well as prevents the current value from being "")

4 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+4 -3)
dound 2007-03-21 03:04

no message

100 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+76 -89), FilePatternCheck.java (del)
dound 2007-03-21 02:34

Relocated the MD5 class.

0 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: MD5.java (del)
veryoriginal 2007-02-26 11:35

Will compare the provided Hash to the hash from the website, they must be read from the same medium to work so the other hash must be from another read webpage from a server b/c the serer provided HTML is slightly different than the HTML read for a hard drive

112 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+112 -34)
veryoriginal 2007-02-26 11:06

Find a pattern, it now works correctly w/ David's updates

84 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FilePatternCheck.java (+84 -33)
veryoriginal 2007-02-26 11:06

Make a MD5 Hash w/ this

0 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: MD5.java (new)
veryoriginal 2007-02-26 10:27

Commented

14 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: GetFile.java (+14 -3)
veryoriginal 2007-02-23 12:35

not done yet

39 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: GetFile.java (+39 -5)
dound 2007-02-20 23:29

Remove getName and getDescription methods. This static information will come from cdx.scorebot.app.util.ScoringInfo now.

8 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+2 -27), FilePatternCheck.java (+2 -27), WebService.java (+4 -55)
dound 2007-02-15 20:26

javadoc updates

12 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+3 -3), FilePatternCheck.java (+3 -3), GetFile.java (+3 -3), WebService.java (+3 -3)

(5 more)

Generated by StatCVS 0.3