/[cwmp]/google/trunk/t/20-methods.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /google/trunk/t/20-methods.t

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 227 - (view) (annotate) - [select for diffs]
Modified Sun Nov 25 18:51:26 2007 UTC (16 years, 7 months ago) by dpavlin
File length: 1533 byte(s)
Diff to previous 219 , to selected 50
 r266@brr:  dpavlin | 2007-11-25 19:50:35 +0100
 - first pass with Devel::LeakTrace::Fast
 - remove DBM::Deep store
 - CWMP::Queue now supports dir and clean args
 - create new parser for each request


Revision 219 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 13:10:27 2007 UTC (16 years, 7 months ago) by dpavlin
File length: 1504 byte(s)
Diff to previous 199 , to selected 50
 r250@brr:  dpavlin | 2007-11-20 14:09:59 +0100
 added GetParameterAttributes which is supported by 7.x firmware


Revision 199 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 18:16:14 2007 UTC (16 years, 7 months ago) by dpavlin
File length: 1409 byte(s)
Diff to previous 178 , to selected 50
 r210@brr:  dpavlin | 2007-11-14 19:15:41 +0100
 New version [0.09] with buch of changes:
 - command queue for device now really works
 - cpe-queue.pl now supports --list to display queue
 - convert all methods to receive just one param (simplifies code all over)


Revision 178 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 19:47:30 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 1396 byte(s)
Diff to previous 173 , to selected 50
another swiping change and bump to version [0.08]
- implemented SetParameterValues (tests missing)
- rename rest of misnamed files

Revision 173 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 16:39:58 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 1246 byte(s)
Copied from: google/trunk/t/20-response.t revision 172
Diff to previous 172 , to selected 50
great API breaking update to version [0.07]

CWMP::Response (which somewhat made sense since it was response from server)
is now called CWMP::Methods (to more closely match protocol terminology)

Revision 172 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 15:43:07 2007 UTC (16 years, 8 months ago) by dpavlin
Original Path: google/trunk/t/20-response.t
File length: 1249 byte(s)
Diff to previous 168 , to selected 50
implemented correct GetParameterValues which unrolls ParameterNames into xsd:strings

Revision 168 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 12:21:53 2007 UTC (16 years, 8 months ago) by dpavlin
Original Path: google/trunk/t/20-response.t
File length: 1086 byte(s)
Diff to previous 167 , to selected 50
check response with parametars

Revision 167 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 11:53:01 2007 UTC (16 years, 8 months ago) by dpavlin
Original Path: google/trunk/t/20-response.t
File length: 995 byte(s)
Diff to previous 165 , to selected 50
add test for GetParameterValues

Revision 165 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 11:11:40 2007 UTC (16 years, 8 months ago) by dpavlin
Original Path: google/trunk/t/20-response.t
File length: 955 byte(s)
Diff to previous 112 , to selected 50
refactore response tests to create response xml files if
they doesn't exist (so, implementing new command consists
of adding one line in 20-response.t, re-run test and check if xml is valid
and commit it :-)

Revision 112 - (view) (annotate) - [select for diffs]
Modified Fri Oct 26 11:42:39 2007 UTC (16 years, 8 months ago) by dpavlin
Original Path: google/trunk/t/20-response.t
File length: 2451 byte(s)
Diff to previous 71 , to selected 50
reorg source code tree to make trunk

Revision 71 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 23:35:04 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 2451 byte(s)
Diff to previous 59 , to selected 50
rename Inform response to, err... InformResponse

Revision 59 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 21:32:00 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 2443 byte(s)
Diff to previous 53 , to selected 50
implemented GetParameterNames ACS -> CPE response

Revision 53 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 22:06:46 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 1894 byte(s)
Diff to previous 50
* added Reboot method
* much less screen output without debug option

Revision 50 - (view) (annotate) - [selected]
Modified Tue Jun 19 21:29:04 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 1490 byte(s)
Diff to previous 46
* added queue to send commands to CPE
* implemented parsing of Fault messages from CPE
* correctly emit NoMoreRequests in SOAP header
* close connection (not verified against TR-069 standard yet)

Revision 46 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 19:50:29 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 1392 byte(s)
Diff to previous 45 , to selected 50
* added GetRPCMethods and made more general xml generator in CWMP::Response
* fix file properties

Revision 45 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 19:36:21 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 861 byte(s)
Diff to previous 38 , to selected 50
test xml output

Revision 38 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 09:43:57 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 431 byte(s)
Diff to previous 33 , to selected 50
pass $state from request to Inform, so it can construct correct SOAP Headers
(ID required)

Revision 33 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 00:03:01 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 417 byte(s)
Diff to previous 32 , to selected 50
don't output diag without debug

Revision 32 - (view) (annotate) - [select for diffs]
Added Mon Jun 18 23:52:41 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File length: 407 byte(s)
Diff to selected 50
implement Inform response

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26