summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-08fixed the libmpq ABI versioning, from now on it is assumed as version 1.0.0masterMaik Broemme2-1/+2
2011-11-08removed https url and updated copyrightsMaik Broemme44-95/+95
2011-11-08changed website to point to correct oneMaik Broemme1-1/+1
2011-11-08changed my e-mail address from mbroemme@plusserver.de to mbroemme@libmpq.orgMaik Broemme43-68/+68
2011-11-08modified API to reach a final state for the upcoming libmpq versionMaik Broemme14-71/+71
2010-09-06fixed error check on fread in mpq.c and cleaned up logic in libmpq__block_readForrest Voight1-14/+22
2010-08-12fix a bug and a warning due to the nice'n'friendly devs on TC complaining so ...Georg Lukas2-2/+2
2010-07-18clean return API of decrypt_key()Georg Lukas3-4/+6
2010-07-18libmpq__strerror documentationGeorg Lukas3-0/+49
2010-07-18add libmpq__strerror() for return code decodingGeorg Lukas2-0/+29
2010-07-18debian: build with actual debug symbolsGeorg Lukas1-1/+1
2010-07-08fix files with unannounced CRC blockGeorg Lukas2-4/+7
2010-06-22remove unused dirent.h headerGeorg Lukas1-1/+0
2010-06-10replace block_number checks with macrosGeorg Lukas1-15/+8
2010-06-10replace file number checks with macrosGeorg Lukas1-65/+18
2010-06-09fix large MPQs on Windows, thx to faramir118Georg Lukas1-1/+1
2010-06-09use platform support where requiredGeorg Lukas3-8/+15
2010-06-09add header files for platform supportGeorg Lukas3-0/+93
2010-06-09remove unneded unistd.h includesGeorg Lukas4-4/+0
2010-06-09D bindings: allow compilation with gdc. might be incompatibleGeorg Lukas1-1/+1
2010-01-25cleaned up, readline fixed, but still inefficientForrest Voight1-79/+144
2010-01-25added reference counting to mpq_fileForrest Voight2-0/+28
2009-06-06cleanup unused / uninitialized variablesGeorg Lukas3-6/+3
2009-06-06PKWARE copyright must be non-static for visibilityGeorg Lukas1-1/+1
2009-06-06API: replace off_t with libmpq__off_t (fixes #6)Georg Lukas2-26/+29
2009-05-31D bindings: API update and D API changeGeorg Lukas1-11/+2
2009-05-23new debian version with debug packageGeorg Lukas3-1/+34
2009-04-19oops, messed up indentationForrest Voight1-1/+1
2009-04-18python bindings - sequence methods on Archive, example codeForrest Voight1-0/+33
2009-03-27Added support for library finding on platforms besides Linux.Forrest Voight1-1/+2
2008-12-22cleanup + update of mpq.pyForrest Voight1-24/+20
2008-12-22sanified huffman decoder a bitForrest Voight3-7/+4
2008-12-07removed no longer required files from targetMaik Broemme1-3/+0
2008-12-07removed API documentation for removed function prototypesMaik Broemme4-246/+0
2008-12-07updated documentation to latest API changesMaik Broemme22-82/+5
2008-12-07removed function libmpq__init() and libmpq__shutdown(), because they are no l...Maik Broemme2-87/+0
2008-11-13Due to the nature of MPQ archives which can have valid block entriesMaik Broemme2-55/+53
2008-11-01changed pkware/pkzip to pkzip and used constants instead of numbers in extract.cForrest Voight6-14/+14
2008-11-01spelling - huffmann to huffmanForrest Voight2-3/+3
2008-10-25mpq.py fixForrest Voight1-4/+27
2008-10-13libmpq: file number search now continued over hashtable endGeorg Lukas1-11/+9
2008-10-08added support for creating debian packagesGeorg Lukas11-0/+209
2008-09-28The crypt_buf array is read-only now, so we don't blow up the data section of...Tilman Sauerbeck2-2/+2
2008-09-17do not try to install removed man pages, thx to plaes on IRCGeorg Lukas1-2/+0
2008-08-30updating docsForrest Voight3-106/+3
2008-08-30deprecation warningsForrest Voight1-0/+2
2008-08-30added encryption functionForrest Voight2-28/+56
2008-08-24added python binding exampleForrest Voight2-3/+19
2008-08-12cleaned up __decrypt_block return valuesForrest Voight2-7/+5
2008-08-11removed libmpq__decrypt_tableForrest Voight3-34/+2