/[cwmp]/google/trunk/lib/CWMP/Request.pm
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/lib/CWMP/Request.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 221 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 21:14:54 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 4608 byte(s)
Diff to previous 214
 r254@brr:  dpavlin | 2007-11-23 22:14:16 +0100
 - replace Devel::Events with Devel::LeakTrace::Fast
 - remove CWMP::Tree which is no longer used


Revision 214 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:49:51 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 4882 byte(s)
Diff to previous 203
 r240@brr:  dpavlin | 2007-11-18 18:49:33 +0100
 - make ParameterInfo flat structure, and not HoH
 - version bump [0.12]


Revision 203 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 21:55:24 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 4811 byte(s)
Diff to previous 200
 r218@brr:  dpavlin | 2007-11-14 22:54:48 +0100
 version bump [0.10]
 - added CWMP::Vendor module which implements simple vendor specific logic
   (this is beginning of example to change IP adress of CPE based on serial)


Revision 200 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 19:23:32 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 4734 byte(s)
Diff to previous 187
 r212@brr:  dpavlin | 2007-11-14 20:23:06 +0100
 added Class::Trigger based triggers on SOAP requests from CPE


Revision 187 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 15:46:40 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 4319 byte(s)
Diff to previous 186
uf, fix code to actually work with documentation :-\

Revision 186 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 15:26:41 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 4240 byte(s)
Diff to previous 112
added a pod documentation

Revision 112 - (view) (annotate) - [select for diffs]
Modified Fri Oct 26 11:42:39 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 4164 byte(s)
Diff to previous 103
reorg source code tree to make trunk

Revision 103 - (view) (annotate) - [select for diffs]
Modified Sun Jun 24 19:36:31 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 4164 byte(s)
Diff to previous 93
Extracted tree generating perl code to CWMP::Tree

Revision 93 - (view) (annotate) - [select for diffs]
Modified Sat Jun 23 09:20:03 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 4505 byte(s)
Diff to previous 92
dump ouput only if $debug = 1

Revision 92 - (view) (annotate) - [select for diffs]
Modified Sat Jun 23 09:15:19 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 4437 byte(s)
Diff to previous 90
new correct rewriter

Revision 90 - (view) (annotate) - [select for diffs]
Modified Sat Jun 23 08:14:45 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 4234 byte(s)
Diff to previous 71
parse ParameterInfoStruct into tree structure by rewriting name into perl
(hack, this *is* dynamic language) and evaling that.

Revision 71 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 23:35:04 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 3806 byte(s)
Diff to previous 65
rename Inform response to, err... InformResponse

Revision 65 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 23:07:48 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 3798 byte(s)
Diff to previous 62
cleanup tag selectors (remove regexpes where not needed),
Implementing $state->{ParametarInfo} from GetParameterNamesResponse with
name and writable status

Revision 62 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 21:37:52 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 3515 byte(s)
Diff to previous 50
added namespaces to shut up XML::Rules

Revision 50 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 21:29:04 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 3414 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 (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 3063 byte(s)
Diff to previous 36
* added GetRPCMethods and made more general xml generator in CWMP::Response
* fix file properties

Revision 36 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 00:38:49 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 3063 byte(s)
Diff to previous 32
implement dispatcher by setting $state->{_dispatch}

Revision 32 - (view) (annotate) - [select for diffs]
Modified Mon Jun 18 23:52:41 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 2979 byte(s)
Diff to previous 31
implement Inform response

Revision 31 - (view) (annotate) - [select for diffs]
Added Mon Jun 18 20:07:17 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/lib/CWMP/Request.pm
File length: 2975 byte(s)
a huge chunk of changes implementing skeleton for request and response as
well as some tests

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