Commit Graph

  • 3d3884fc6f fixed errors introduced in last change Tim Ruehsen 2014-03-29 18:58:24 +0100
  • cf266fc49f own line for mailing list reference Tim Ruehsen 2014-03-29 18:42:24 +0100
  • a65b7fdad4 lowercase libpsl in AC_INIT Tim Ruehsen 2014-03-29 18:41:49 +0100
  • 834f280100 removed fprintf from library code Tim Ruehsen 2014-03-29 18:12:45 +0100
  • 9d2fde5fce check input params in exported functions Tim Ruehsen 2014-03-29 18:01:03 +0100
  • acb06542c9 finished comment Tim Ruehsen 2014-03-29 17:42:54 +0100
  • 535751b6cc prevailing rule is * Tim Ruehsen 2014-03-28 22:02:42 +0100
  • 619959db7a added utf-8 to lowercase code using sed Tim Ruehsen 2014-03-27 21:29:17 +0100
  • fb9ccbf88e change psl_free() to take a psl_ctx_t *psl Daniel Kahn Gillmor 2014-03-27 13:16:54 -0400
  • d894c07bb8 added test_psl.txt so satisfy distcheck Tim Ruehsen 2014-03-27 12:49:46 +0100
  • 87f269b6fb skip 'example' unregistered TLD tests, added some special tests Tim Ruehsen 2014-03-27 12:32:35 +0100
  • e7599d2ca0 fixed punycode sorting Tim Ruehsen 2014-03-27 10:02:58 +0100
  • fd0ff2023b added psl_registrable_domain(), renamed psl_registered_domain -> psl_unregistrable_domain Tim Ruehsen 2014-03-26 22:27:31 +0100
  • 96574a795c added reference to Gmane mailing list archive Tim Ruehsen 2014-03-26 21:15:25 +0100
  • a18777c2e3 new function psl_registered_domain() Tim Ruehsen 2014-03-26 17:14:25 +0100
  • 8791ad0b9a removed unused variable 'it' Tim Ruehsen 2014-03-26 09:12:41 +0100
  • 1d079fceeb fixed indentation Tim Ruehsen 2014-03-26 09:11:54 +0100
  • fd6320db9e removed init/deinit function declarations Tim Ruehsen 2014-03-26 09:09:22 +0100
  • 912d9a296a Merge pull request #3 from dkg/master rockdaboot 2014-03-25 21:39:17 +0100
  • 73acfc570b avoid the need for psl_global_init() and psl_global_deinit() Daniel Kahn Gillmor 2014-03-24 18:33:27 -0400
  • 6e7e58aa38 builtin should be returned const Daniel Kahn Gillmor 2014-03-24 18:18:45 -0400
  • 8f7c266b26 test all entries of effective_tld_names.dat plus some variations Tim Ruehsen 2014-03-24 21:18:48 +0100
  • 2ec5dc7567 small cleanups in Makefile.am Tim Ruehsen 2014-03-24 20:54:34 +0100
  • 8b096a5eda LGPL->MIT license, some cleanups Tim Ruehsen 2014-03-24 20:41:46 +0100
  • e4950f35d9 added package idn2 in .travis.yml Tim Ruehsen 2014-03-24 17:30:46 +0100
  • 9d1c62eb07 merged libpsl and libpsl-inline Tim Ruehsen 2014-03-24 17:29:56 +0100
  • 3b94a03638 use idn2 instead of libidn2 to avoid the need for GPL3+ license Tim Ruehsen 2014-03-24 15:54:43 +0100
  • eaf4f01b78 added check for idn2 Tim Ruehsen 2014-03-24 15:53:33 +0100
  • e379ba90cf replaced md5 by sha1 checksumming Tim Ruehsen 2014-03-24 09:48:01 +0100
  • 0771255742 added info functions Tim Ruehsen 2014-03-23 21:49:19 +0100
  • 63fc945fff fill in AUTHORS Tim Ruehsen 2014-03-23 19:33:36 +0100
  • 3b33ff2575 added libidn2 to .travis.yml Tim Ruehsen 2014-03-22 23:05:55 +0100
  • 4a54c3cf2a removed punycode debug output Tim Ruehsen 2014-03-22 22:57:10 +0100
  • a906062b85 added IDNA2008 punycode support for psl_inline_is_public() Tim Ruehsen 2014-03-22 22:55:34 +0100
  • 99d057d514 revert logic for psl_is_public() Tim Ruehsen 2014-03-22 22:19:20 +0100
  • 1c90fac381 added test with utf-8 domain Tim Ruehsen 2014-03-22 21:36:02 +0100
  • 3998137fd0 added PSL inline library Tim Ruehsen 2014-03-22 20:35:56 +0100
  • a707b267c9 new function psl_load_fp() Tim Ruehsen 2014-03-22 14:28:55 +0100
  • de7d394223 whitespace glitch Tim Ruehsen 2014-03-22 14:28:19 +0100
  • 577fd14bb4 renamed psl_is_tld() to psl_is_public() Tim Ruehsen 2014-03-22 10:26:59 +0100
  • 0bead9b000 added Mailing List info Tim Ruehsen 2014-03-22 08:28:52 +0100
  • 59835ed696 added Travis-CI .travis.yml file Tim Ruehsen 2014-03-21 21:25:44 +0100
  • 6569b1c948 Merge pull request #1 from dkg/master rockdaboot 2014-03-21 20:21:18 +0100
  • c07ea9d0a0 return NULL from psl_load_file() if the file could not be read. Daniel Kahn Gillmor 2014-03-21 14:43:27 -0400
  • 4e674ccbae document indentation conventions for emacs users Daniel Kahn Gillmor 2014-03-21 14:39:17 -0400
  • 2d99b964ff avoid a printf in the library Daniel Kahn Gillmor 2014-03-21 14:26:55 -0400
  • cdeea860f7 git should ignore ephemeral files. Daniel Kahn Gillmor 2014-03-21 14:19:25 -0400
  • e3c28f8a86 fgets into buf directly, rather than the stack Daniel Kahn Gillmor 2014-03-21 14:18:36 -0400
  • cf46f5d84b replaced getline() by fgets() for compatibility reasons Tim Ruehsen 2014-03-21 15:41:27 +0100
  • f22a3fcb71 do not redefine _GNU_SOURCE Tim Ruehsen 2014-03-21 11:05:09 +0100
  • 2327025f3a fix 'make distcheck' Tim Ruehsen 2014-03-21 11:04:01 +0100
  • dc05276515 autoconf first version Tim Ruehsen 2014-03-20 22:43:04 +0100
  • 6563469fc1 inital commit Tim Ruehsen 2014-03-20 17:17:24 +0100
  • a06ac33343 Initial commit rockdaboot 2014-03-20 08:38:32 -0700