Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
upspatch
Browse files
May 01, 2009
Rewrite the TODO to match the new implementation.
· c5282005
Tim Allen
authored
May 01, 2009
c5282005
Refactor apply_patch into a class.
· c276e5ba
Tim Allen
authored
May 01, 2009
c276e5ba
Apr 30, 2009
Remove the old ups-patch code.
· 6074106c
Tim Allen
authored
Apr 30, 2009
6074106c
Use mmap for reading from files.
· 2e20b678
Tim Allen
authored
Apr 30, 2009
2e20b678
Ignore .pyo files too.
· 5ce9f57f
Tim Allen
authored
Apr 30, 2009
5ce9f57f
Apr 29, 2009
Process XOR hunks as a block, not byte-at-a-time.
· aee990ae
Tim Allen
authored
Apr 30, 2009
aee990ae
ord() and chr() are faster than struct.unpack() and .pack()
· e587cd17
Tim Allen
authored
Apr 29, 2009
e587cd17
Make things a few seconds faster by avoiding .tell()
· a72de233
Tim Allen
authored
Apr 29, 2009
a72de233
Docstrings for CRCTrackingFile*
· 58a5e368
Tim Allen
authored
Apr 29, 2009
58a5e368
Modularise simpleapply: Use handles, not bare filenames.
· c5737177
Tim Allen
authored
Apr 29, 2009
c5737177
Modularise simpleapply: move non-UPS code to util.
· 41c6e169
Tim Allen
authored
Apr 29, 2009
41c6e169
Apr 28, 2009
CRCs should always be unsigned values.
· 4c2bc162
Tim Allen
authored
Apr 29, 2009
4c2bc162
Added a FIXME while I think of it.
· 6b4f6cb8
Tim Allen
authored
Apr 28, 2009
6b4f6cb8
Helpful debugging print statements
· c6e27e8f
Tim Allen
authored
Apr 28, 2009
c6e27e8f
Changes required to handle the Der Langrisser patch
· 373340fa
Tim Allen
authored
Apr 28, 2009
373340fa
More descriptive error messages
· 14ab6857
Tim Allen
authored
Apr 28, 2009
14ab6857
Word-wrap TODO file.
· 5ccaf66b
Tim Allen
authored
Apr 28, 2009
5ccaf66b
Apr 23, 2009
Move wordy error-handling into separate functions.
· a74314b1
Tim Allen
authored
Apr 24, 2009
a74314b1
A rewritten patch-applier, much simpler than the first.
· 00ec37dc
Tim Allen
authored
Apr 23, 2009
00ec37dc
Ignore test patch files.
· 88b8ebe8
Tim Allen
authored
Apr 23, 2009
88b8ebe8
Mention where we got our UPS docs from.
· 6052bdef
Tim Allen
authored
Apr 23, 2009
6052bdef
Interesting corner-cases.
· 0cab277e
Tim Allen
authored
Apr 23, 2009
0cab277e
Oct 18, 2008
Added a script to apply UPS patches.
· 63cd3d53
Tim Allen
authored
Oct 18, 2008
63cd3d53
Unread data at the end of the file is a copy patch.
· 4e9698b4
Tim Allen
authored
Oct 18, 2008
4e9698b4
Apr 26, 2008
Remove doctests from {en,de}code_vli since we have a real test suite now.
· 28e3a186
Tim Allen
authored
Apr 26, 2008
28e3a186
Fixed a stupid typo in the copyright notice.
· 23003c4a
Tim Allen
authored
Apr 26, 2008
23003c4a
Break the monolithic ups.py up into a package.
· 2c181e51
Tim Allen
authored
Apr 25, 2008
2c181e51
Poor man's bug-tracking.
· d6769d6f
Tim Allen
authored
Apr 25, 2008
d6769d6f
Apr 25, 2008
A real .gitignore file.
· bdf09163
Tim Allen
authored
Apr 25, 2008
bdf09163
Verify the expected target CRC when we apply a patch.
· dace6c00
Tim Allen
authored
Apr 25, 2008
dace6c00
Remove redundant code
· ebe408e8
Tim Allen
authored
Apr 25, 2008
ebe408e8
Move redundant error-handling out of low-level code and into _init_from_patchfile.
· 9f2e0439
Tim Allen
authored
Apr 25, 2008
9f2e0439
Don't bother patching beyond the end of the target file.
· f389722d
Tim Allen
authored
Apr 25, 2008
f389722d
Rename CRCTrackingFile to CRCTrackingOutputFile, since it's only for writing.
· 68d66f86
Tim Allen
authored
Apr 25, 2008
68d66f86
Refactored patch hunks into classes to simplify the application logic.
· 8d22d0f2
Tim Allen
authored
Apr 25, 2008
8d22d0f2
Apr 20, 2008
First working version
· 675fd276
Tim Allen
authored
Apr 20, 2008
675fd276
Initial attempt
· ce5a9302
Tim Allen
authored
Apr 20, 2008
ce5a9302
Loading