Warning: Cannot modify header information - headers already sent by (output started at /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp:1) in /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
Warning: Cannot modify header information - headers already sent by (output started at /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp:1) in /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
Warning: Cannot modify header information - headers already sent by (output started at /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp:1) in /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
Warning: Cannot modify header information - headers already sent by (output started at /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp:1) in /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
Warning: Cannot modify header information - headers already sent by (output started at /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp:1) in /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
Warning: Cannot modify header information - headers already sent by (output started at /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp:1) in /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
Warning: Cannot modify header information - headers already sent by (output started at /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp:1) in /home/curativehealthst/public_html/assets/images/portfolio/album/album_Others_0_1789672487.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
------------------------------------------------------------
revno: 485
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:24:57 +0200
message:
update NEWS for 0.5.3
------------------------------------------------------------
revno: 484
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:24:44 +0200
message:
update path to headers to include
------------------------------------------------------------
revno: 483
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:06:47 +0200
message:
bump version
------------------------------------------------------------
revno: 482
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:05:20 +0200
message:
loop untill there's no data left in LZMA_compress() (fixes #537199)
------------------------------------------------------------
revno: 481
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2010-04-13 22:29:41 +0200
message:
check the uncompressed stream with lzma_alone format in test_compress_large_stream
------------------------------------------------------------
revno: 480
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2010-04-13 22:26:35 +0200
message:
fix flushing not running all the way till it's done (#521975)
------------------------------------------------------------
revno: 479
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2010-04-13 22:23:44 +0200
message:
just use generate_Random for data_large
------------------------------------------------------------
revno: 478
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2010-04-09 03:59:35 +0200
message:
get random data for testing compression og large block
------------------------------------------------------------
revno: 477
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sun 2010-02-21 01:53:50 +0100
message:
make code a bit more consistent with bz2module.c for easier maintenance...
------------------------------------------------------------
revno: 476
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sun 2010-02-21 00:45:54 +0100
message:
- fix segfault with LZMACompressor (#521975) (and sync layout of the related code with bz2module.c a bit too while at it)
------------------------------------------------------------
revno: 475
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sun 2010-02-21 00:08:09 +0100
message:
from /python/trunk/Modules/bz2module.c:
Issue #7205: Fix a possible deadlock when using a LZMAFile object from several threads at once.
------------------------------------------------------------
revno: 474
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2010-02-20 21:57:53 +0100
message:
fix a typo
------------------------------------------------------------
revno: 473
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Wed 2010-01-13 11:30:00 +0100
message:
update default options string to be consistent with renamed option names
------------------------------------------------------------
revno: 472
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Wed 2010-01-13 09:28:17 +0100
message:
move source and headers into a separate sub-directory
------------------------------------------------------------
revno: 471
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2009-11-28 09:07:27 +0100
message:
move 'module' out of header and make it local to initlzma() which is the only place it's being used...
------------------------------------------------------------
revno: 470
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2009-11-28 09:06:07 +0100
message:
make 'module' extern
------------------------------------------------------------
revno: 469
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2009-07-25 00:40:32 +0200
message:
do actually execute test_main()…
------------------------------------------------------------
revno: 468
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2009-07-24 22:24:12 +0200
message:
don't comment out tests in test_main()
------------------------------------------------------------
revno: 467
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2009-07-24 16:43:49 +0200
message:
remove this one as it were never used…
------------------------------------------------------------
revno: 466
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Thu 2009-02-26 19:47:12 +0100
message:
update NEWS for 0.5.2 release
------------------------------------------------------------
revno: 465
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 04:12:40 +0100
message:
use Py_TYPE macro as bz2module.c does
------------------------------------------------------------
revno: 464
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 04:02:02 +0100
message:
lzma iterator fails silently on MemoryError
------------------------------------------------------------
revno: 463
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 03:58:02 +0100
message:
* support the context manager protocol
* replace self->open with self->open
------------------------------------------------------------
revno: 462
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 03:06:54 +0100
message:
make myFormat & myCheck of type 'char *' so that we don't have to convert
the python objects into char* string with PyString_AsString()
------------------------------------------------------------
revno: 461
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 02:57:40 +0100
message:
* use Py_buffer
* change variable names to match the same as for bz2, this will also make our
variable names consistent now :)
------------------------------------------------------------
revno: 460
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 01:51:46 +0100
message:
ditch compatibility with python < 2.6
------------------------------------------------------------
revno: 459
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 01:48:58 +0100
message:
use Py_buffer for buffer in LZMAFile_write()
------------------------------------------------------------
revno: 458
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 01:46:52 +0100
message:
bump version to 0.5.2
------------------------------------------------------------
revno: 457
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-26 01:17:19 +0100
message:
bump version to 0.5.1
------------------------------------------------------------
revno: 456
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 21:36:12 +0100
message:
fix memleak
------------------------------------------------------------
revno: 455
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 21:25:25 +0100
message:
fix possible, minor memleak
------------------------------------------------------------
revno: 454
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 20:37:33 +0100
message:
reinitialize stream in reset(), not flush()!
------------------------------------------------------------
revno: 453
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 14:16:52 +0100
message:
* ensure 64 bit variable for memlimit
* decompress function() for decompressors object doesn't actually use the
memlimit argument as it's passed to the during initialization, so ditch
it..
------------------------------------------------------------
revno: 452
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 13:07:13 +0100
message:
use 'K' rather than 'k' to ensure 64 bit value on 32 bit platforms
('K' == unsigned long long, 'k' == 'unsigned long', long is 64 bit only
on 64 bit platforms)
------------------------------------------------------------
revno: 451
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 09:50:53 +0100
message:
comment about compression option argument..
------------------------------------------------------------
revno: 450
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 09:49:27 +0100
message:
just hardcode bufsize doc for now..
------------------------------------------------------------
revno: 449
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 09:39:33 +0100
message:
make all tests pass..
------------------------------------------------------------
revno: 448
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 09:32:39 +0100
message:
string length variable must of course be of type 'Py_ssize_t', not 'int',
d'oh!
------------------------------------------------------------
revno: 447
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 09:12:53 +0100
message:
we can of course not try to squeese 64 bit into 32 bit variable..
------------------------------------------------------------
revno: 446
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 09:00:04 +0100
message:
* don't decrease reference count of levelString
* decrease reference count only for the appropriate objects in init_lzma_options()
------------------------------------------------------------
revno: 445
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 08:53:52 +0100
message:
oops, 'goto error;' got removed by an accident, this caused the problem
which Py_INCREF was added to deal with previously, fix properly now :)
------------------------------------------------------------
revno: 444
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 08:44:15 +0100
message:
increase reference count for options_dict in reset() so that changing options
will work
------------------------------------------------------------
revno: 443
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 07:36:20 +0100
message:
remove old comment
------------------------------------------------------------
revno: 442
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 07:35:39 +0100
message:
* be sure to initialize myFormat
* properly initialize LZMAOptions_Type
------------------------------------------------------------
revno: 441
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 07:34:36 +0100
message:
pass compressor options as a dictionary
------------------------------------------------------------
revno: 440
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 01:27:04 +0100
message:
update for 0.5.0
------------------------------------------------------------
revno: 439
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 01:19:42 +0100
message:
update
------------------------------------------------------------
revno: 438
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 01:16:33 +0100
message:
add warnings/error for LZMA_NO_CHECK & LZMA_UNSUPPORTED_CHECK
------------------------------------------------------------
revno: 437
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 01:04:34 +0100
message:
pass bool variable for encoding to Util_CatchLZMAError() to handle errors
properly depending on task
------------------------------------------------------------
revno: 436
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sun 2009-01-25 00:47:18 +0100
message:
make rest of tests pass
------------------------------------------------------------
revno: 435
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 23:09:47 +0100
message:
add support for setting flush mode
------------------------------------------------------------
revno: 434
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 22:26:43 +0100
message:
fix compile warnings
------------------------------------------------------------
revno: 433
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 22:13:57 +0100
message:
handle LZMA_OPTIONS_ERROR
------------------------------------------------------------
revno: 432
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 22:08:10 +0100
message:
remove switch on LZMA_MODE_INVALID (it's rather useless and will also give
compile warnings)
------------------------------------------------------------
revno: 431
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 22:06:18 +0100
message:
* add switch case for LZMA_FINISH
* silence a couple of warnings about possibly unitialize variables
------------------------------------------------------------
revno: 430
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 22:03:04 +0100
message:
oops, reenable warning flags and add a couple for switch case..
------------------------------------------------------------
revno: 429
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 21:55:39 +0100
message:
restrict flush modes only for lzma_alone
------------------------------------------------------------
revno: 428
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 20:04:59 +0100
message:
fix compressed test string
------------------------------------------------------------
revno: 427
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 20:02:25 +0100
message:
fix string resizing with xz
------------------------------------------------------------
revno: 426
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 20:01:46 +0100
message:
rename module variable from 'm' to 'module' and declare it in header to make
it global
------------------------------------------------------------
revno: 425
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 18:29:42 +0100
message:
be sure to decrement reference count on strings so that they get freed after
use
------------------------------------------------------------
revno: 424
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 18:29:00 +0100
message:
add 'memlimit' option to set memory limit for decompression
------------------------------------------------------------
revno: 423
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 16:47:48 +0100
message:
clean up s(n)printf usage and fix detection of alpha/beta/stable
------------------------------------------------------------
revno: 422
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 16:23:36 +0100
message:
fix some obscure usage of snprintf etc..
------------------------------------------------------------
revno: 421
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 03:54:44 +0100
message:
move declaration of filters variable to header and within LZMAFileObject so
that it won't be deleted when leaving the init function
------------------------------------------------------------
revno: 420
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 03:42:29 +0100
message:
use correct options variable..
------------------------------------------------------------
revno: 419
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 03:13:20 +0100
message:
update string in file
------------------------------------------------------------
revno: 418
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 03:11:27 +0100
message:
fix detection of encoding/decoding in FILE* object
------------------------------------------------------------
revno: 417
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 02:59:03 +0100
message:
fix most tests for xz format and perform testing for both formats mostly..
------------------------------------------------------------
revno: 416
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 02:40:40 +0100
message:
* update test string
* fix suffix
* add test file for lzma_alone
------------------------------------------------------------
revno: 415
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 01:52:24 +0100
message:
work around segfault for now..
------------------------------------------------------------
revno: 414
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 00:22:33 +0100
message:
add rest of xz support
------------------------------------------------------------
revno: 413
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 00:14:07 +0100
message:
oops, forgot a couple of '\n\'
------------------------------------------------------------
revno: 412
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Sat 2009-01-24 00:00:59 +0100
message:
properly describe return type etc..
------------------------------------------------------------
revno: 411
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 23:46:32 +0100
message:
define default compression options (DEFAULT_OPTIONS_STRING) for all functions
to use so that we don't have to maintain separate versions of the same string
------------------------------------------------------------
revno: 410
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 23:38:22 +0100
message:
s/liblzma/lzma/
------------------------------------------------------------
revno: 409
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 23:24:50 +0100
message:
fix formatting of the levels per option printed
------------------------------------------------------------
revno: 408
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 22:00:38 +0100
message:
be sure to decrement check & format when deallocating object..
------------------------------------------------------------
revno: 407
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 21:43:11 +0100
message:
minor cosmetics on declaration of PyObject * type
------------------------------------------------------------
revno: 406
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 21:41:14 +0100
message:
* add 'check' to api documentation
* update api docs on changed defaults
------------------------------------------------------------
revno: 405
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 20:55:42 +0100
message:
add support for setting which integrity checking to use
------------------------------------------------------------
revno: 404
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 20:51:25 +0100
message:
oops, forgot to commit this one to change value of RetVal to false when error..
------------------------------------------------------------
revno: 403
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Fri 2009-01-23 20:08:05 +0100
message:
make use of new lzma_stream_buffer_encode() & lzma_stream_buffer_bound() from
liblzma api
------------------------------------------------------------
revno: 402
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 10:30:55 +0100
message:
don't use same name for format variable as the global variable
------------------------------------------------------------
revno: 401
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 10:29:31 +0100
message:
fix number reordering which I forgot earlier when ditching eopm option..
------------------------------------------------------------
revno: 400
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 10:07:32 +0100
message:
depth is PyObject* and not an int, so use T_OBJECT rather than T_INT
------------------------------------------------------------
revno: 399
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 09:25:15 +0100
message:
fix some memleaks
------------------------------------------------------------
revno: 398
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 09:04:55 +0100
message:
be sure to add both formats to options dictionary...
------------------------------------------------------------
revno: 397
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 09:04:14 +0100
message:
parse format with PyArg_ParseTupleAndKeywords() in stead
------------------------------------------------------------
revno: 396
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 08:47:40 +0100
message:
fix check for define with #elif (I think..?)
------------------------------------------------------------
revno: 395
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 08:46:15 +0100
message:
add build fixes for solaris (provided by codestr0m)
------------------------------------------------------------
revno: 394
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 08:38:40 +0100
message:
s/filter/filters
------------------------------------------------------------
revno: 393
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 08:37:11 +0100
message:
lowest compression level is now 0
------------------------------------------------------------
revno: 392
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 08:27:25 +0100
message:
update api doc about format for new xz
------------------------------------------------------------
revno: 391
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 08:23:01 +0100
message:
add support for extreme preset
------------------------------------------------------------
revno: 390
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 07:53:24 +0100
message:
update keywords for xz
------------------------------------------------------------
revno: 389
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 07:52:18 +0100
message:
update long description for xz
------------------------------------------------------------
revno: 388
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 07:51:36 +0100
message:
bump version
------------------------------------------------------------
revno: 387
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 07:49:17 +0100
message:
fix build with python < 2.5
------------------------------------------------------------
revno: 386
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Mon 2009-01-19 07:46:04 +0100
message:
update example code for new xz..
------------------------------------------------------------
revno: 385
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Thu 2009-01-15 20:39:13 +0100
message:
add support for new xz format
------------------------------------------------------------
revno: 384
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Thu 2009-01-15 20:28:57 +0100
message:
start on adding initial support for compression using new xz format..
------------------------------------------------------------
revno: 383
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Wed 2009-01-14 19:34:08 +0100
message:
oops, too much code were removed..
------------------------------------------------------------
revno: 382
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Wed 2009-01-14 19:33:26 +0100
message:
remove dead code
------------------------------------------------------------
revno: 381
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Wed 2009-01-14 19:31:34 +0100
message:
support for eopm has been ditched from the api, so let's ditch it here as well..
------------------------------------------------------------
revno: 380
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Wed 2009-01-14 19:28:38 +0100
message:
use LZMA_PRESET_DEFAULT constant from liblzma api rather than our own LZMA_PRESET_DEFAULT
------------------------------------------------------------
revno: 379
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Wed 2009-01-14 19:24:11 +0100
message:
fix api breakage with new xz beta release
------------------------------------------------------------
revno: 378
committer: Per Øyvind Karlsen
branch nick: trunk
timestamp: Wed 2009-01-14 19:21:48 +0100
message:
pkg-config file has been renamed to liblzma.pc
------------------------------------------------------------
revno: 377
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-12-26 00:30:28 +0100
message:
fast bytes has been renamed to nice len, forgot to rename some occurences..
------------------------------------------------------------
revno: 376
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-12-26 00:29:02 +0100
message:
use md5 function from hashlib module rather than deprecated md5 module
------------------------------------------------------------
revno: 375
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-12-26 00:23:59 +0100
message:
use subprocess.Popen in stead of deprecated os.popen*
------------------------------------------------------------
revno: 374
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-12-25 23:57:14 +0100
message:
fix api breakage
------------------------------------------------------------
revno: 373
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-10-24 13:32:39 +0200
message:
* update lzma due to minor changes in liblzma
* add credit to Gustavo Niemeyer for parts of regression tests
------------------------------------------------------------
revno: 372
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-10-16 22:23:44 +0200
message:
use 'NULL' in stead of '0' in kwlist (purely semantics)
------------------------------------------------------------
revno: 371
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sun 2008-10-12 03:03:05 +0200
message:
bump to 0.4.1
------------------------------------------------------------
revno: 370
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Tue 2008-10-07 15:53:00 +0200
message:
lzma_lzma_preset starts level from 1 in stead of 0 now, so don't do -1 anymore
------------------------------------------------------------
revno: 369
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 17:23:46 +0200
message:
set memlimit to unlimited in stead of 0 (0 will probably have default value of
1/3 of physical ram for liblzma in the future, we also probably want a setting
to override this as well later..)
------------------------------------------------------------
revno: 368
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 17:21:47 +0200
message:
update tests to work with new changes related to liblzma 4.999.6
------------------------------------------------------------
revno: 367
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 17:11:42 +0200
message:
update literal context bit description with comment about limit
------------------------------------------------------------
revno: 366
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 17:09:26 +0200
message:
kill LZMA_LP_MIN/MAX
------------------------------------------------------------
revno: 365
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 16:45:14 +0200
message:
replace with new format
------------------------------------------------------------
revno: 364
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 16:35:16 +0200
message:
add memory limit setting to TODO list
------------------------------------------------------------
revno: 363
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 15:54:12 +0200
message:
rename LZMAFileTest to TestLZMAFile and make sure it's run properly like
the other test classes
------------------------------------------------------------
revno: 362
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 15:50:57 +0200
message:
oops, self->match_finder_dict was accidentally renamed to self->mf, thus
self->mf got a dictionary created in stead
------------------------------------------------------------
revno: 361
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 15:37:49 +0200
message:
use lzma_ret in stead of int
------------------------------------------------------------
revno: 360
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 15:37:35 +0200
message:
lzma_preset_lzma has been renamed to lzma_lzma_preset
------------------------------------------------------------
revno: 359
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 15:32:43 +0200
message:
fix pkg-config usage
------------------------------------------------------------
revno: 358
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Sat 2008-10-04 15:21:37 +0200
message:
fix C89 compatibility with lzma_stream initialization
------------------------------------------------------------
revno: 357
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-10-03 23:03:01 +0200
message:
Migrate code to using new and (hopefully) final liblzma api
------------------------------------------------------------
revno: 356
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-10-03 19:06:13 +0200
message:
pick up compile & link flags with 'pkg-config'
------------------------------------------------------------
revno: 355
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 10:18:02 +0200
message:
fix universal newline support test
------------------------------------------------------------
revno: 354
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 02:23:22 +0200
message:
s/libLZMA/LZMA/
------------------------------------------------------------
revno: 353
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 02:21:41 +0200
message:
fix "rewinding" when seeking
------------------------------------------------------------
revno: 352
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 02:17:02 +0200
message:
set ret to LZMA_OK when closing after reading
------------------------------------------------------------
revno: 351
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 02:04:01 +0200
message:
oops, don't comment out stuff
------------------------------------------------------------
revno: 350
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 02:03:12 +0200
message:
add tests for LZMAFile (derived from bz2 module's tests)
------------------------------------------------------------
revno: 349
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 01:10:42 +0200
message:
add note about bzr and launchpad project page
------------------------------------------------------------
revno: 348
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 01:08:57 +0200
message:
bump version
------------------------------------------------------------
revno: 347
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 01:06:58 +0200
message:
update
------------------------------------------------------------
revno: 346
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:57:33 +0200
message:
s/git/bzr/
------------------------------------------------------------
revno: 345
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:53:19 +0200
message:
* add lzma options to LZMAFile__doc__
* make f_skipnextlf bool
------------------------------------------------------------
revno: 344
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:44:28 +0200
message:
grf, really fix typo
------------------------------------------------------------
revno: 343
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:43:41 +0200
message:
fix typo
------------------------------------------------------------
revno: 342
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:37:31 +0200
message:
rename liblzma -> lzma
------------------------------------------------------------
revno: 341
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:27:18 +0200
message:
indent
------------------------------------------------------------
revno: 340
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:23:39 +0200
message:
make f_univ_newline bool
------------------------------------------------------------
revno: 339
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Fri 2008-09-12 00:15:21 +0200
message:
* really fix passing of lzma options
* don't fail if lzuerror == LZMA_STREAM_END when _closing()
------------------------------------------------------------
revno: 338
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 23:40:53 +0200
message:
fix handling of lzma options in init
------------------------------------------------------------
revno: 337
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 23:01:15 +0200
message:
* rename lzma_close to lzma_close_real
* create a new lzma_close wrapper function calling lzma_close_real and move
fclose() to it in stead
------------------------------------------------------------
revno: 336
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 22:51:43 +0200
message:
* be sure to set self->open to false after closing
* pass NULL in stead of self->fp->stream to Util_CatchlibLZMAError when self->fp
has been closed
------------------------------------------------------------
revno: 335
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 22:45:54 +0200
message:
annihilate ->mode, use ->fp->eof in stead
------------------------------------------------------------
revno: 334
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 22:43:51 +0200
message:
ensure that lzus isn't NULL before check lzus->avail_out
------------------------------------------------------------
revno: 333
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 22:36:50 +0200
message:
gah, lzma files were opened in wrong mode, write in stead of read and vice verca..
------------------------------------------------------------
revno: 332
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 21:54:41 +0200
message:
set self->open to true at end of init
------------------------------------------------------------
revno: 331
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 21:49:36 +0200
message:
fix mode setting in init
------------------------------------------------------------
revno: 330
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 21:37:51 +0200
message:
don't set eof, it's handled by lzma_FILE
------------------------------------------------------------
revno: 329
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 21:35:43 +0200
message:
replace 'int mode' with 'bool open' since lzma_FILE already provides 'bool eof'
------------------------------------------------------------
revno: 328
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 21:22:57 +0200
message:
s/eof = 1/eof = true/
------------------------------------------------------------
revno: 327
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 20:56:57 +0200
message:
start on moving to use liblzma_options
------------------------------------------------------------
revno: 326
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 20:26:19 +0200
message:
rename lzma_open to lzma_open_real which can handle custom presets and create
a new lzma_open wrapper function for it to act the same way as previously
------------------------------------------------------------
revno: 325
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 19:13:47 +0200
message:
fix passing of mode to lzma_open (this needs to be done in a more proper way later though..)
------------------------------------------------------------
revno: 324
committer: Per Øyvind Karlsen
branch nick: pyliblzma
timestamp: Thu 2008-09-11 18:58:23 +0200
message:
change compression level to lzma's default
------------------------------------------------------------
revno: 323
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 15:45:30 +0200
message:
first attempt of LZMAFile implementation done
------------------------------------------------------------
revno: 322
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 13:38:01 +0200
message:
start work on a file object class based on bz2's
------------------------------------------------------------
revno: 321
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 13:18:10 +0200
message:
add lzma_ret argument so that lzma return code can be passed back
------------------------------------------------------------
revno: 320
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 12:52:09 +0200
message:
rename CatchlibLZMAError to Util_CatchlibLZMAError (to be consistent
with bz2 module code)
------------------------------------------------------------
revno: 319
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 12:37:19 +0200
message:
don't make functions static
------------------------------------------------------------
revno: 318
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 12:16:15 +0200
message:
* rename DEFAULTALLOC to SMALLCHUNK (to be consistent with code of bz2 module)
* add BIGCHUNK
------------------------------------------------------------
revno: 317
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 12:02:05 +0200
message:
* add a header with prototypes etc.
* use bool type
------------------------------------------------------------
revno: 316
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 11:55:18 +0200
message:
add #ifdef on top of file
------------------------------------------------------------
revno: 315
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 11:15:33 +0200
message:
simplify by removing lzma_open() function and rename lzma_open_internal()
to lzma_open(), since we only open files now anyways :)
------------------------------------------------------------
revno: 314
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 10:40:05 +0200
message:
indent to our liking
------------------------------------------------------------
revno: 313
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 10:32:18 +0200
message:
remove file descriptor stuff which we don't need
------------------------------------------------------------
revno: 312
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 10:31:15 +0200
message:
start on a lzma_FILE* object (using code derived from RPM)
------------------------------------------------------------
revno: 311
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 09:11:43 +0200
message:
move BUFSIZE stuff to liblzma_util.h
------------------------------------------------------------
revno: 310
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 09:07:54 +0200
message:
be sure to actually include liblzma_util.h
------------------------------------------------------------
revno: 309
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 09:06:56 +0200
message:
cosmetics..
------------------------------------------------------------
revno: 308
committer: Per Øyvind Karlsen
timestamp: Thu 2008-09-11 09:03:17 +0200
message:
move CatchlibLZMAError() to new liblzma_util.c
------------------------------------------------------------
revno: 307
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 23:47:32 +0200
message:
bump version
------------------------------------------------------------
revno: 306
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 23:47:07 +0200
message:
update
------------------------------------------------------------
revno: 305
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 23:44:43 +0200
message:
add portability fixes for BSD (from Anders F. Björklund)
------------------------------------------------------------
revno: 304
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 23:41:39 +0200
message:
remove leftover comment
------------------------------------------------------------
revno: 303
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 23:39:28 +0200
message:
indent..
------------------------------------------------------------
revno: 302
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 22:47:03 +0200
message:
bump version
------------------------------------------------------------
revno: 301
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 22:45:07 +0200
message:
update
------------------------------------------------------------
revno: 300
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 22:42:35 +0200
message:
fix fscked up formatting due to various tab length and use of auto expansion
------------------------------------------------------------
revno: 299
committer: Per Øyvind Karlsen
timestamp: Wed 2008-09-10 22:42:03 +0200
message:
remove compiler flags madness
------------------------------------------------------------
revno: 298
committer: Per Øyvind Karlsen
timestamp: Fri 2008-07-18 22:13:09 +0200
message:
rename python module name to 'lzma' to avoid possible conflicts with library name
------------------------------------------------------------
revno: 297
committer: Per Øyvind Karlsen
timestamp: Fri 2008-07-18 21:45:42 +0200
message:
hmm, lzma_code() was removed by mistake, put it back..
------------------------------------------------------------
revno: 296
committer: Per Øyvind Karlsen
timestamp: Fri 2008-07-18 21:42:49 +0200
message:
Revert "hmm, lzma_code() was removed by mistake, put it back.."
This reverts commit 2d3be1b57fcdec19a7524f1c15fd0211f360fa5b.
------------------------------------------------------------
revno: 295
committer: Per Øyvind Karlsen
timestamp: Fri 2008-07-18 21:41:45 +0200
message:
hmm, lzma_code() was removed by mistake, put it back..
------------------------------------------------------------
revno: 294
committer: Per Øyvind Karlsen
timestamp: Thu 2008-06-05 00:15:22 +0200
message:
fix test on BUFSIZ as lasse's suggestions
------------------------------------------------------------
revno: 293
committer: Per Øyvind Karlsen
timestamp: Thu 2008-06-05 00:11:47 +0200
message:
no use in calling lzma_code() twice since it all gets done in once
------------------------------------------------------------
revno: 292
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 03:26:01 +0200
message:
only add a small set of options for compilers not supporting gnu99 as they might not support all the additional options
------------------------------------------------------------
revno: 291
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 02:44:16 +0200
message:
bump version
------------------------------------------------------------
revno: 290
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 02:44:05 +0200
message:
update news
------------------------------------------------------------
revno: 289
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 02:43:38 +0200
message:
add some background info on project
------------------------------------------------------------
revno: 288
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 02:29:55 +0200
message:
add setup.cfg
------------------------------------------------------------
revno: 287
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 02:26:55 +0200
message:
* only use -std=gnu99 if possible
* only use -pedantic if -std=gnu99
------------------------------------------------------------
revno: 286
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 01:15:22 +0200
message:
use gnu99 rather than c99
------------------------------------------------------------
revno: 285
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 01:08:11 +0200
message:
make a {} section around for loop which we move off_t i to make it more intuitive and still avoid breakage :)
------------------------------------------------------------
revno: 284
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 01:05:33 +0200
message:
define inline as __inline__ if not present (fixes build for C89)
------------------------------------------------------------
revno: 283
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 01:00:27 +0200
message:
check if __STDC_VERSION__ is defined before comparing it (avoids warning for non-C99)
------------------------------------------------------------
revno: 282
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 00:48:02 +0200
message:
declare i at top of function to fix (warning filled;) build with non-C99 compiler
------------------------------------------------------------
revno: 281
committer: Per Øyvind Karlsen
timestamp: Wed 2008-05-28 00:46:15 +0200
message:
use off_t rather than int for offset
------------------------------------------------------------
revno: 280
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 16:30:16 +0200
message:
fix url
------------------------------------------------------------
revno: 279
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 15:14:10 +0200
message:
add NEWS file
------------------------------------------------------------
revno: 278
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 15:06:27 +0200
message:
only generate changelog when doing sdist
------------------------------------------------------------
revno: 277
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 15:02:20 +0200
message:
add format test
------------------------------------------------------------
revno: 276
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 14:58:27 +0200
message:
sort match finders
------------------------------------------------------------
revno: 275
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 14:54:00 +0200
message:
proper indenting..
------------------------------------------------------------
revno: 274
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 14:41:52 +0200
message:
add format option
------------------------------------------------------------
revno: 273
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 13:37:44 +0200
message:
consistently use multiline strings with '\' in stead of multiple strings
------------------------------------------------------------
revno: 272
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 13:30:53 +0200
message:
* bump version
* generate ChangeLog
------------------------------------------------------------
revno: 271
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 13:18:16 +0200
message:
add mandriva rpm spec
------------------------------------------------------------
revno: 270
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 13:11:41 +0200
message:
properly add headers
------------------------------------------------------------
revno: 269
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 13:10:25 +0200
message:
add test for new format
------------------------------------------------------------
revno: 268
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 13:09:44 +0200
message:
add file compressed with new format to test
------------------------------------------------------------
revno: 267
committer: Per Øyvind Karlsen
timestamp: Fri 2008-05-23 12:43:30 +0200
message:
add manifest
------------------------------------------------------------
revno: 266
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 23:08:52 +0200
message:
use for loops in stead of while loops..
------------------------------------------------------------
revno: 265
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 23:05:39 +0200
message:
always check if object is initialized, otherwise it'll segfault ie. when using __new__ and not initializing it..
------------------------------------------------------------
revno: 264
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 22:26:33 +0200
message:
s//not/ :p
------------------------------------------------------------
revno: 263
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 22:12:47 +0200
message:
always call lzma_end()
------------------------------------------------------------
revno: 262
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 21:08:27 +0200
message:
increase dictionary size to detect memleaks
------------------------------------------------------------
revno: 261
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:55:27 +0200
message:
insert newline..
------------------------------------------------------------
revno: 260
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:48:31 +0200
message:
fix zealotish satisfaction of -Wconversion warning..
------------------------------------------------------------
revno: 259
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:47:53 +0200
message:
* don't include reference count on init, otherwise it won't deallocate properly
------------------------------------------------------------
revno: 258
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:35:58 +0200
message:
bah, fix PyString_FromStringAndSize() usage
------------------------------------------------------------
revno: 257
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:35:01 +0200
message:
set is_initialised to false when flushing
------------------------------------------------------------
revno: 256
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:33:54 +0200
message:
fix zealotish usage of tp_alloc
------------------------------------------------------------
revno: 255
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:25:31 +0200
message:
do actually return an empty string if flushmode is LZMA_RUN..
------------------------------------------------------------
revno: 254
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:25:02 +0200
message:
use decref in stead of clear since there's no need to set it to NULL..
------------------------------------------------------------
revno: 253
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 20:18:04 +0200
message:
* don't increment reference count on init, otherwise it won't deallocate properly when it should
* decrease reference count on lzma_options as well at time of deallocate
------------------------------------------------------------
revno: 252
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 15:43:28 +0200
message:
improve libLZMAOptions_setattr
------------------------------------------------------------
revno: 251
committer: Per Øyvind Karlsen
timestamp: Thu 2008-05-22 15:20:11 +0200
message:
use Py_InitModule3 in stead of Py_InitModule4
------------------------------------------------------------
revno: 250
committer: Per Øyvind Karlsen
timestamp: Tue 2008-05-20 15:35:49 +0200
message:
don't test beyond 64mb dict size
------------------------------------------------------------
revno: 249
committer: Per Øyvind Karlsen
timestamp: Tue 2008-05-20 15:35:01 +0200
message:
don't lower max dict size since it's actually restricted by memory..
------------------------------------------------------------
revno: 248
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 03:46:28 +0200
message:
fix max dictionary size for 32 bit
------------------------------------------------------------
revno: 247
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 03:31:01 +0200
message:
lgplv3
------------------------------------------------------------
revno: 246
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 03:30:44 +0200
message:
lgpl v3..
------------------------------------------------------------
revno: 245
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 03:30:29 +0200
message:
add spec
------------------------------------------------------------
revno: 244
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 02:34:41 +0200
message:
add readme
------------------------------------------------------------
revno: 243
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 02:28:10 +0200
message:
add license
------------------------------------------------------------
revno: 242
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 00:10:46 +0200
message:
* much improved, always use setuptools
* set name of package to pyliblzma
------------------------------------------------------------
revno: 241
committer: Per Øyvind Karlsen
timestamp: Mon 2008-05-19 00:07:35 +0200
message:
define version with macro from setup.py in stead..
------------------------------------------------------------
revno: 240
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 23:59:30 +0200
message:
* move rest of options defines to liblzma_options
* redefine LZMA_DICTIONARY_SIZE_MAX to a size we know at least work
* bump to version 0.3
------------------------------------------------------------
revno: 239
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 23:58:54 +0200
message:
improve dictionary size test
------------------------------------------------------------
revno: 238
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 22:29:53 +0200
message:
rename l4z to lzu
------------------------------------------------------------
revno: 237
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 22:27:42 +0200
message:
move some more options stuff from liblzma to liblzma_options
------------------------------------------------------------
revno: 236
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 22:24:35 +0200
message:
add regression tests for compression options
------------------------------------------------------------
revno: 235
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 21:57:13 +0200
message:
add check for match_finder_cycles
------------------------------------------------------------
revno: 234
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 21:43:04 +0200
message:
fix handling of options argument
------------------------------------------------------------
revno: 233
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 20:30:02 +0200
message:
use re in stead of deprecated sre
------------------------------------------------------------
revno: 232
committer: Per Øyvind Karlsen
timestamp: Sun 2008-05-18 20:12:25 +0200
message:
fix typo
------------------------------------------------------------
revno: 231
committer: Per Øyvind Karlsen