-
File Added: http_py_patch.txt.
2007-08-29 18:26:48 UTC in Packet Construction Set
-
http.py sets the bytes field to 64k, but later when the inherited pcs field class is working on the daya it's trying to decode that field and the length is wrong so it throws an exception. Including the diffs inline here that let http_get.py from scripts run correctly.
private 11:24:17 /home/wmills/pcs-repo-sync/PCS $ hg diff pcs/packets/http.py
diff -r 6468e851e9f1 pcs/packets/http.py...
2007-08-29 18:24:48 UTC in Packet Construction Set
-
Instead of the protocol tree being built statically, with each layer having to know all possibilities for the next (and TCP will get moderately complex), have the higher level protocols register themselves with all lower level protocols they expect. This has the benefit of making the entire definition of a particular protocol self contained.
A protocol like YMSG would register for both TCP...
2007-07-18 06:15:41 UTC in Packet Construction Set
-
sweetums committed patchset 298 of module beepcore-c to the C/C++ BEEP Core CVS repository, changing 1 files.
2004-03-30 06:06:38 UTC in C/C++ BEEP Core
-
sweetums committed patchset 297 of module beepcore-c to the C/C++ BEEP Core CVS repository, changing 2 files.
2003-09-18 21:17:17 UTC in C/C++ BEEP Core
-
sweetums committed patchset 296 of module beepcore-c to the C/C++ BEEP Core CVS repository, changing 1 files.
2003-09-18 18:51:05 UTC in C/C++ BEEP Core
-
sweetums committed patchset 295 of module beepcore-c to the C/C++ BEEP Core CVS repository, changing 1 files.
2003-09-18 17:43:44 UTC in C/C++ BEEP Core
-
sweetums committed patchset 294 of module beepcore-c to the C/C++ BEEP Core CVS repository, changing 3 files.
2003-09-18 17:42:38 UTC in C/C++ BEEP Core
-
sweetums committed patchset 249 of module beepcore-c to the C/C++ BEEP Core CVS repository, changing 2 files.
2002-04-05 23:30:40 UTC in C/C++ BEEP Core
-
sweetums committed patchset 248 of module beepcore-c to the C/C++ BEEP Core CVS repository, changing 7 files.
2002-04-04 23:55:12 UTC in C/C++ BEEP Core