Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-22 | Modified debdelta to use ExecFork() ExecWait() instead of fork() and waitpid(). | Ishan Jayawardena | |
2011-07-19 | redirected the stdout, stderr of debpatch to not to interfere apt's ↵ | Ishan Jayawardena | |
communication line with debdelta method. Storing the output of them as a string. | |||
2011-07-15 | Adding a simple workaround to get rid of debpatch's error messages to the stdout | Ishan Jayawardena | |
2011-06-25 | Added the replacement rule for replacing regular URIs with that of debdelta ↵ | Ishan Jayawardena | |
repo. | |||
2011-06-15 | revised the debdelta method | Ishan Jayawardena | |
2011-06-13 | added support for downloading debdelta files and queuing successfully ↵ | Ishan Jayawardena | |
downloaded debdeltas for processing with the debdelta apt method, in apt-pkg/acquire-item.{cc,h} in pkgAcqArchive class. Currently, no index for deltas are used. Proper progress reporting and methods to verify the debdeltas are yet to be added. | |||
2011-06-05 | added a script to test the debdelta method. | Ishan Jayawardena | |
2011-05-31 | added the debdelta method - initial implementation | Ishan Jayawardena | |