summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Expand)AuthorAgeFilesLines
* Fixed some warnings in httpclient, net, and openssl.Dominik Picheta2016-04-041-2/+2
* Fix openssl md5 importcsdef2016-01-241-6/+5
* fixes #3720Andreas Rumpf2016-01-172-24/+16
* fixes #3720Andreas Rumpf2016-01-171-13/+13
* added column_table_name procAndreas Rumpf2015-12-171-0/+2
* Fixing mysql_field.Hans Raaf2015-12-171-0/+1
* add SQLErr (mapped to SQLError in odbc lib)JamesP2015-12-091-1/+37
* Add serach for libssl.so without version suffix.Ɓukasz Dubiel2015-10-291-1/+1
* fixes DLL hell on WindowsAraq2015-09-054-7/+28
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-497/+497
* Add link button for IUP wrapperxland2015-08-301-0/+2
* Add widestring versions of SQLPrepare and SQLExecDirectcoffeepots2015-08-281-0/+4
* rename lib/wrappers/linenoise/linenoise.{c,h}Stefan Talpalaru2015-07-093-2/+2
* Fix SQLite3 dynlib on OS X.Reimer Behrends2015-06-301-1/+1
* linenoise support now worksAraq2015-06-211-1/+1
* Unix line endings for linenoise.nimAraq2015-06-211-38/+34
* use linenoise instead of GNU readlineAraq2015-06-215-0/+1290
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-2054-26111/+1048
* Fixed malformed pragmapatrick dw2015-06-061-1/+1
* Updated usage of deprecated typespatrick dw2015-06-062-25/+25
* Renaming fixes in sdl.nimpatrick dw2015-06-061-23/+27
* lib/wrappers/s-z - Dropped 'T' from typespdw2015-06-0415-540/+613
* lib/wrappers/c-r - Dropped 'T' from typespdw2015-06-0414-1310/+1459
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Fix a flag in PCRE: change to 'usePcreHeader'Oleh Prypin2015-04-101-1/+1
* Change datatypes and remove broken editable procs from PCREOleh Prypin2015-04-101-23/+11
* Update and improve PCRE wrapperOleh Prypin2015-04-101-307/+463
* Make iup wrapper work with iup 3.1def2015-04-041-114/+114
* do not set mem functions on osxHarald Lapp2015-03-121-1/+1
* Refine the definition of the server name callbcak.Nathan Hoad2015-03-081-3/+2
* Some more documentation for the SNI related procs.Nathan Hoad2015-03-081-0/+12
* Don't support old versions of OpenSSL.Nathan Hoad2015-03-081-1/+1
* Add some documentation to the server-side callback functions.Nathan Hoad2015-03-071-0/+3
* Add SNI support to client and server sockets.Nathan Hoad2015-03-071-2/+26
* Fix a few more warningsdef2015-02-173-37/+37
* Fix typosFederico Ceratto2015-02-153-10/+10
* Fix typosFederico Ceratto2015-02-154-4/+4
* Fixing dylib name for OSXHans Raaf2015-02-111-1/+1
* Support MySQL on OSXEndre Karlson2015-01-111-5/+9
* Merge pull request #1835 from def-/mysql-lib-versionVarriount2015-01-051-1/+1
|\
| * Allow higher versions of libmysqlclientdef2015-01-021-1/+1
* | Fixes nim-lang/nimble#84Dominik Picheta2015-01-051-1/+1
|/
* fixes a long standing openssl wrapper bug: pass C compliant allocation functi...Araq2014-12-281-1/+10
* improved error msgs and refactored close in the net moduleWill Szumski2014-12-171-3/+10
* func is now a keyword, so use 'fn' insteadAraq2014-12-151-3/+3
* Update the pattern to prefer the old versionDustin Lacewell2014-12-031-1/+1
* Adds some flexibility to the lib name of SDL_ttf to allow for newer distribut...Dustin Lacewell2014-12-031-1/+1
* docgen works on linuxAraq2014-10-271-3/+5
* docgen should work againAraq2014-10-051-30/+30
* Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-2/+4
|\
>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 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908