summary refs log tree commit diff stats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove strip because whitespace could be a valid nametoonn2018-08-191-1/+1
* Check PYTHON is properly definedtoonn2018-08-191-4/+10
* Update PYTHON variablehektr2018-07-181-2/+3
* Makefile: run tests/manpage_completion_test.py on `make test`hut2018-06-121-2/+7
* Replace -not operator with POSIX compliant !Klemens Nanni2018-02-051-3/+3
* Fix missing `@` characterZabielski, Kamil2017-12-011-1/+1
* Makefile: Add help for different testsnfnty2017-02-101-13/+19
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-101-1/+1
* linting: Rename config filesnfnty2017-02-091-1/+1
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-1/+1
* Makefile: `TEST_PATH_*`: Be explicitnfnty2017-01-291-5/+11
* Makefile: Split testsnfnty2017-01-241-7/+11
* linting: Fix `make test`nfnty2017-01-171-2/+6
* linting: pylint and flake8nfnty2017-01-171-0/+8
* Enable Travis-CIWojciech Siewierski2016-06-221-1/+1
* Makefile: Don't fail build when py.test is not installedhut2016-02-281-1/+8
* tests: add a dummy pytest test and add it to the make test stepLaurent Charignon2016-01-311-0/+1
* Neater copyright headerhut2015-03-191-2/+2
* Makefile: quote a variablehut2015-02-071-1/+1
* update email addresshut2014-12-111-1/+1
* fix references to README.mdhut2014-08-221-1/+1
* Makefile: allow selecting files for "make test" by setting $FILTERhut2014-02-031-1/+2
* Changed email address in source codehut2013-08-081-1/+1
* Revert "Added bumblebee-like "make uninstall""hut2013-04-021-7/+0
* Added bumblebee-like "make uninstall"hut2013-04-011-0/+7
* Makefile: Fix regex of 'make clean'hut2013-03-011-1/+1
* updated rest of the copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* doc/rifle.1: Added man page for riflehut2013-02-181-0/+4
* Makefile: Add python3.3 to the list of python versionshut2013-01-281-2/+2
* Makefile: "make dist" instead of "make snapshot"hut2013-01-281-1/+3
* Makefile: use python2.7 toohut2012-10-181-1/+1
* test rifle when running "make test"hut2012-04-131-1/+1
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Makefile: Added info about DESTDIR in "make options"hut2011-10-291-0/+1
* Makefile: Fixed "PHONY" stuffhut2011-10-291-1/+1
* Updated copyright headershut2011-10-101-1/+1
* Makefile: Fixed doctests for python3.2hut2011-10-081-1/+1
* Makefile: added `make test' back in.hut2011-10-071-1/+9
* Makefile: updatehut2011-10-051-4/+8
* Makefile: added "make todo" and added some notes in codehut2011-10-051-1/+4
* updated Makefilehut2011-09-291-1/+2
* removed tests. (half of them are outdated)hut2011-09-281-9/+1
* extended manpage and fixed {load,save}_copy_buffer commandshut2011-09-251-0/+3
* Overhauled manpage. It's in POD format now.hut2011-09-241-1/+5
* Makefile, setup.py: Fixed `make doc`hut2010-09-111-1/+0
* Makefile: simplificationhut2010-06-241-1/+1
* make doc: minor cleanup and fixhut2010-06-211-2/+2
* commited pydocs are author agnosticshpelda2010-06-211-1/+2
* INSTALL: changed logname from uninstall_info to install_log.txthut2010-06-181-1/+1
517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674