Grafico dei commit

  • 8461d08 Merge pull request #151 from wohali/win32-cleanup by Paul J. Davis 2017-07-06 17:33:44 -0500
  • 414bf73 Update enc for Windows support by Paul J. Davis 2017-07-06 17:26:17 -0500
  • bce015a (refs/pull/151/head) Cleanup after new enc lands by Joan Touzet 2017-07-06 17:05:55 -0400
  • 72bb9b7 fix tests by Gaspar Chilingarov 2017-06-29 15:36:10 +0300
  • 07903ff Allow encoding of int as map key to avoid forcing convertion to binary in Erlang by Gaspar Chilingarov 2017-06-29 15:12:38 +0300
  • d4482fb Fixed typo in example by Andrew Dryga 2017-06-23 15:00:54 +0300
  • 210e287 Added support for Elixir projects with Poison-style API by Andrew Dryga 2017-06-23 14:55:00 +0300
  • eaeedfd (refs/pull/146/head) Catch and re-throw big exponent exceptions by Stephan Renatus 2017-06-20 12:40:06 +0200
  • 4a7c4e2 (refs/pull/109/merge) Merge a236f6eb83 into 4e0088f291 by Adam Krupicka 2017-06-07 19:34:15 +0000
  • 70515c3 (refs/pull/121/merge) Merge 100d847025 into 4e0088f291 by Dan Swain 2017-06-07 19:34:15 +0000
  • b53be52 (refs/pull/81/merge) Merge 6e3fb44b3e into 4e0088f291 by David Liman 2017-06-07 19:34:15 +0000
  • 7006609 (refs/pull/99/merge) Merge fee31c6afc into 4e0088f291 by Maciej Borzecki 2017-06-07 19:34:15 +0000
  • 4e0088f Replace old test case with generated data by Paul J. Davis 2017-06-07 10:54:35 -0500
  • b63313f (refs/pull/14/merge) Merge f12e43a19b into a13b9e1ec9 by Jeremy Raymond 2017-05-20 09:41:09 +0000
  • 6551ca2 (refs/pull/77/merge) Merge 7f056338b2 into a13b9e1ec9 by Alexander Shorin 2017-04-16 08:39:50 +0000
  • a13b9e1 Specify the escript executable for hooks by Paul J. Davis 2017-03-17 15:34:32 -0500
  • 704547f (refs/pull/139/head) Add jiffy:partial_encode/2 function. by David Hull 2017-03-15 20:18:25 +0000
  • 5b7cf0b Refactor common array encoding to new function enc_array_element. by David Hull 2017-03-15 17:39:14 +0000
  • 9b0b7c0 Refactor common object encoding to new function enc_object_element. by David Hull 2017-03-15 16:39:21 +0000
  • 4613640 (preencode-sketch) Allow for pre-encoded JSON during encoding by Paul J. Davis 2017-03-15 12:12:08 -0500
  • f475d3a Add preencoded JSON support. by David Hull 2017-03-11 01:47:31 +0000
  • 06aaf44 (tag: 0.14.11) Jiffy 0.14.11 by Paul J. Davis 2016-12-30 20:59:49 -0600
  • 79feaa5 Maintain my own file list for hex by Paul J. Davis 2016-12-30 20:57:25 -0600
  • d596d89 (tag: 0.14.10) Bump to 0.14.10 because rebar3 is inept by Paul J. Davis 2016-12-29 12:46:54 -0600
  • a2d0859 (tag: 0.14.9) Add `use_nil` to `encode_option` by Dan Swain 2016-05-19 18:44:53 -0400
  • a7db724 Merge pull request #118 from davisp/feature-add-rebar3-support by Paul J. Davis 2016-10-10 11:53:57 -0500
  • c7756da (refs/pull/118/head) Add support for rebar3 by Paul J. Davis 2016-03-18 15:48:20 -0500
  • 0789c08 Update the list of Erlang VMs to use on Travis-CI by Paul J. Davis 2016-09-23 15:35:20 -0500
  • 68b6040 Replace PropEr with EQC by Paul J. Davis 2016-09-23 15:19:19 -0500
  • dac03e5 (refs/pull/129/merge) Merge c883d7e332 into 6fb6b04228 by David Robakowski 2016-09-12 14:15:26 +0000
  • c883d7e (refs/pull/129/head) Fetch proper rather from hex.pm instead of GitHub by David Robakowski 2016-09-12 15:36:26 +0200
  • 8f4a18c Fetch pc rather from hex.pm instead of GitHub by David Robakowski 2016-09-12 15:22:38 +0200
  • 4e54697 (refs/pull/127/merge) Merge e4bd093132 into 4c0bfbc0fa by Eric Ho 2016-08-19 03:58:31 +0000
  • e4bd093 (refs/pull/127/head) Add Erlang OTP 18,19 on Travis by Eric Ho 2016-08-19 11:39:15 +0800
  • 0981d7e (refs/pull/120/merge) Merge 9695576d8a into 4c0bfbc0fa by Paul Fisher 2016-07-15 11:32:19 +0000
  • 4c0bfbc Fix enc_long for 64-bit Windows by Paul J. Davis 2016-07-13 14:46:22 -0500
  • 0a55cfa (refs/pull/124/merge) Merge 330f41c486 into 6fb6b04228 by visciang 2016-07-08 15:00:38 +0000
  • ba6f5a3 (refs/pull/123/head) Raise errors instead of throwing by Eric Meadows-Jönsson 2016-06-04 21:59:03 +0200
  • 100d847 (refs/pull/121/head) Add `use_nil` to `encode_option` by Dan Swain 2016-05-19 18:44:53 -0400
  • 9695576 (refs/pull/120/head) Add rebar3 compabibility by Paul Fisher 2016-05-15 15:25:15 +0100
  • 330f41c (refs/pull/124/head) Merge pull request #119 from egobrain/patch-1 by Paul J. Davis 2016-04-06 10:08:49 -0500
  • 8eb8f3e (refs/pull/119/head) Fixed wrong jiffy:decode/2 spec by Yakov 2016-04-06 14:22:01 +0400
  • 1febce3 (tag: 0.14.8) Fix force_utf8 for object keys by Paul J. Davis 2016-03-31 11:00:10 -0500
  • 6fb6b04 Add support for rebar3 by Paul J. Davis 2016-03-18 15:48:20 -0500
  • 6303ff9 (tag: 0.14.7) Copy double-conversion license to root LICENSE by Paul J. Davis 2016-01-06 13:28:05 -0600
  • 752ec1d (tag: 0.14.6) Ignore hexer.config by Paul J. Davis 2016-01-06 13:07:47 -0600
  • d0ab02a Update jiff.app.src for hex.pm by Paul J. Davis 2016-01-06 13:03:05 -0600
  • e67d0c3 Remove ETAP license information by Paul J. Davis 2016-01-06 12:59:08 -0600
  • 7f43da4 (refs/pull/115/merge) Merge 38d2622b5f into c65273f8a4 by David Cao 2016-01-06 13:14:47 +0000
  • 38d2622 (refs/pull/115/head) Updated jiffy.app.src with metadata by davecaos 2016-01-06 10:03:47 -0300
  • 3b338d9 (refs/pull/114/head) add attempt_atom flag by Jihyun Yu 2015-12-30 18:35:14 +0900
  • 8e05fb1 (refs/pull/111/head) don't yield when bytes_per_red/byter_per_iter is zero by Michael Sadkov 2015-12-08 14:40:26 -0800
  • 85d644d (refs/pull/110/merge) Merge e93a5bdaf0 into c65273f8a4 by Benoit Chesneau 2015-12-02 17:36:10 +0000
  • c65273f Document the use_nil option for encoding JSON by Paul J. Davis 2015-12-02 11:29:36 -0600
  • e43ea64 (tag: 0.14.5) Remove old debug printing by Paul J. Davis 2015-12-02 11:23:30 -0600
  • c566977 Merge pull request #113 from jparise/map-iter-destroy by Paul J. Davis 2015-12-02 11:21:32 -0600
  • fa825b6 (refs/pull/113/head) Destroy map iterators once we're done with them. by Jon Parise 2015-11-25 17:58:00 -0500
  • 40984cc recognize bytes_per_red option, reject 0 value by Michael Sadkov 2015-11-17 15:50:36 -0800
  • e93a5bd (refs/pull/110/head) add rebar2 support by benoitc 2015-11-06 11:00:00 +0100
  • 724442c add metadata by benoitc 2015-11-06 10:46:08 +0100
  • 2f7531b fix tests by benoitc 2015-11-06 10:41:25 +0100
  • ecdb52a Fix jiffy:encode Dialyzer spec. by Adam Krupicka 2015-10-13 14:54:39 +0200
  • cfc61a2 (tag: 0.14.4) Fix jiffy:encode Dialyzer spec. by Adam Krupicka 2015-10-13 14:54:39 +0200
  • a236f6e (refs/pull/109/head) Fix jiffy:encode Dialyzer spec. by Adam Krupicka 2015-10-13 14:54:39 +0200
  • 6b40029 fix prototypes warnings by Benoit Chesneau 2015-10-13 06:21:25 +0200
  • 0a11d6d remove useless binary by Benoit Chesneau 2015-10-10 10:40:49 +0900
  • 7e2b3a9 build using rebar3 by Benoit Chesneau 2015-10-06 05:07:37 +0200
  • 66594cf Merge pull request #104 from pinotree/hurd by Paul J. Davis 2015-08-31 11:51:10 -0500
  • 75dd259 (tag: 0.14.3) Don't rely on an environment variable for Travis by Paul J. Davis 2015-08-31 11:31:28 -0500
  • efa697d (refs/pull/104/head) rebar.config: set CFLAGS/CXXFLAGS/LDFLAGS on Hurd by Pino Toscano 2015-08-24 23:08:13 +0200
  • c6dfb9b (refs/pull/80/merge) Merge 5e8282f76e into 8a7c67265a by Alexander Shorin 2015-08-24 03:29:00 +0000
  • 8a7c672 Merge pull request #103 from vicglarson/master by Paul J. Davis 2015-08-21 15:04:35 -0500
  • f077ed2 (refs/pull/103/head) Fix win32 build by Victor Galkin 2015-08-20 14:59:58 +0300
  • c97f8f2 (refs/pull/98/merge) Merge fd9e395e30 into e008c0c3ff by Jan Stępień 2015-07-25 20:20:00 +0000
  • e008c0c (tag: 0.14.2) Fix compiler warning on gcc 5.1.0 by Paul J. Davis 2015-07-25 12:47:52 -0500
  • fee31c6 (refs/pull/99/head) bignum.cc: fix -Werror=strict-overflow issue by Marcin Chalczynski 2015-07-24 10:38:06 +0200
  • fd9e395 (refs/pull/98/head) Add -fwrapv to CXXFLAGS by Jan Stępień 2015-07-23 16:25:11 +0200
  • f661ee9 (tag: 0.14.1) Add latest Erlang VMs to the test matrix by Paul J. Davis 2015-07-17 12:31:11 -0500
  • d95c07c Remove flaky test case by Paul J. Davis 2015-07-17 12:18:21 -0500
  • 32b8939 Fix map type spec by Paul J. Davis 2015-07-17 12:16:48 -0500
  • e132b63 Add map typespec for dialyzer by Paul J. Davis 2015-07-17 11:59:50 -0500
  • f284a1b Strings can be atoms or binaries by Paul J. Davis 2015-07-17 11:59:39 -0500
  • a32a12f (tag: 0.14.0) Fix dialyzer type specs by Paul J. Davis 2015-07-15 18:43:06 -0500
  • 454928f Revamp yields back to Erlang by Paul J. Davis 2015-07-15 17:00:42 -0500
  • 6d2278e Add new return_trailer option by Paul J. Davis 2015-07-15 16:18:13 -0500
  • fa3902a (return-trailer) Revamp yields back to Erlang by Paul J. Davis 2015-07-15 17:00:42 -0500
  • 5cead13 Add new return_trailer option by Paul J. Davis 2015-07-15 16:18:13 -0500
  • 238c653 Ignore test XML files by Paul J. Davis 2015-07-15 17:53:57 -0500
  • 2c39402 Merge pull request #65 from lpgauth/no_native by Paul J. Davis 2015-07-15 15:49:37 -0500
  • 4e48a15 (refs/pull/72/merge) Merge 3ca2a7cbaa into b403e4ab5b by M-I 2015-07-15 20:46:20 +0000
  • e371ec1 Add Dialyzer types and specs by Paul J. Davis 2015-07-15 15:45:23 -0500
  • 43d9516 Squash to new double-conversion by Paul J. Davis 2015-07-15 15:44:18 -0500
  • 5da0442 (refs/pull/85/merge) Merge 2f405e2b9a into b403e4ab5b by Joe DeVivo 2015-07-15 20:36:24 +0000
  • 3458b79 Document new encoding and decoding options by Paul J. Davis 2015-07-15 15:35:51 -0500
  • 5d6b265 Update double-conversion to latest master by Paul J. Davis 2015-07-15 15:27:04 -0500
  • c91f3e4 (refs/pull/67/merge) Merge 4a799d34b0 into b403e4ab5b by Will Newton 2015-07-15 20:21:48 +0000
  • a141843 Fix typo in README.md by Paul J. Davis 2015-07-15 15:19:29 -0500
  • b403e4a Merge pull request #93 from ratelle/master by Paul J. Davis 2015-07-15 15:18:30 -0500
  • 1784ca2 (refs/pull/93/head) Add an option to escape forward slashes by Jeremie Lasalle Ratelle 2015-05-20 18:20:17 -0400
  • cd1b263 Add an option to control null value decoding atom by Jeremie Lasalle Ratelle 2015-04-24 12:35:32 -0400