Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • |/
  • *
  • *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 3de70e3 lower log level by Jonathan Cobb 2020-08-27 06:06:16 -0400
  • 73fdb7c properly handle thread reuse when underflows are not properly closed by Jonathan Cobb 2020-08-27 05:24:54 -0400
  • 6259eb3 update logs, terminate underflows quietly by Jonathan Cobb 2020-08-27 05:04:32 -0400
  • 3520d3b add support for termination check function in ZillaRuntime.terminate by Jonathan Cobb 2020-08-27 04:50:31 -0400
  • 658596f log handler count by Jonathan Cobb 2020-08-26 12:46:47 -0400
  • 9481a2c allow monitor to call a function to determine if thread should be terminated by Jonathan Cobb 2020-08-26 12:31:02 -0400
  • 5165445 add util to get memory stats by Jonathan Cobb 2020-08-26 11:49:40 -0400
  • 51c5ee1 lower log level by Jonathan Cobb 2020-08-26 11:00:35 -0400
  • 025ed81 split underflow monitor into its own class by Jonathan Cobb 2020-08-26 10:47:03 -0400
  • a0909c7 add unicode/linux tz mappings by Jonathan Cobb 2020-08-26 10:03:11 -0400
  • fa25c00 safer monitoring and cleanup by Jonathan Cobb 2020-08-26 10:02:16 -0400
  • f138ffa lower log level by Jonathan Cobb 2020-08-26 10:01:38 -0400
  • 184d01f improve support for underflow/hung multi streams by Jonathan Cobb 2020-08-26 08:11:26 -0400
  • f1f0c44 check null path by Jonathan Cobb 2020-08-24 09:14:44 -0400
  • aecde1f stream improvements, fix brotli input wrapping by Jonathan Cobb 2020-08-23 15:24:23 -0400
  • c2c9d47 (feature/named_wrapped_streams) allow FilterInputStreamViaOutputStream to remember a name for logging by Jonathan Cobb 2020-08-23 12:01:16 -0400
  • 74230fc prefer HOME from env by Jonathan Cobb 2020-08-22 15:17:27 -0400
  • 6085628 use case insensitive regex by Jonathan Cobb 2020-08-22 06:47:53 -0400
  • 81f18e0 add OutOfMemoryErrorUncaughtExceptionHandler by Jonathan Cobb 2020-08-16 12:05:13 -0400
  • d10eb67 add UNKNOWN as invalid browser by Jonathan Cobb 2020-08-14 23:10:35 -0400
  • d236042 add HttpUtil.isBrowser by Jonathan Cobb 2020-08-14 16:29:13 -0400
  • f04e3f5 add format_price handlebars helper by Jonathan Cobb 2020-08-07 20:00:05 -0400
  • b6e60fe fix rand_ip bug, strip leading slash by Jonathan Cobb 2020-08-06 02:41:03 -0400
  • 51d700f add rand_ip handlebars helper by Jonathan Cobb 2020-08-06 01:20:47 -0400
  • 622fcee add more network/hostname utilities by Jonathan Cobb 2020-07-24 15:40:48 -0400
  • fc87156 add sha256expr handlebars helper by Jonathan Cobb 2020-07-24 01:39:06 -0400
  • a39467d add ZillaRuntime.lazyGet by Jonathan Cobb 2020-07-23 00:51:34 -0400
  • b6eb1dc add NullOutputStream by Jonathan Cobb 2020-07-22 12:49:11 -0400
  • cbd3cec touch values when accessed by Jonathan Cobb 2020-07-21 21:42:21 -0400
  • cd10cd4 ArrayUtil: fix bug in singletonArray, add copyAndReverse by Jonathan Cobb 2020-07-20 10:38:36 -0400
  • d5cd628 make match replacement less likely to collide with data by Jonathan Cobb 2020-07-19 03:46:35 -0400
  • 2de884b allow insertion of match anywhere in the replacement by Jonathan Cobb 2020-07-19 01:34:02 -0400
  • 565b0e2 add ability to prefix replacement with matched text by Jonathan Cobb 2020-07-19 00:44:53 -0400
  • 29153b8 add CacheLookupException by Jonathan Cobb 2020-07-18 10:41:29 -0400
  • 57bf440 add terminateQuietly by Jonathan Cobb 2020-07-15 05:08:37 -0400
  • f9ae13d always print error by Jonathan Cobb 2020-07-13 22:41:46 -0400
  • 5a5a91a add theadName utility method by Jonathan Cobb 2020-07-13 10:48:06 -0400
  • 67e2571 add another await variant by Jonathan Cobb 2020-07-13 10:47:59 -0400
  • b2f8b5e fix timeout check in await by Jonathan Cobb 2020-07-11 19:05:40 -0400
  • a01ed79 allow short/zero timeout await by Jonathan Cobb 2020-07-11 14:59:45 -0400
  • 946d62b add .jar mapping by Jonathan Cobb 2020-07-10 16:13:40 -0400
  • 549884d add stacktrace(Thread) by Jonathan Cobb 2020-07-09 14:59:59 -0400
  • c99a437 log stacktrace when forcibly terminating thread by Jonathan Cobb 2020-07-09 14:42:54 -0400
  • 1594a1a use specialized exception for interrupted sleep by Jonathan Cobb 2020-07-09 12:04:03 -0400
  • ac68a28 add sleep log by Jonathan Cobb 2020-07-09 11:59:02 -0400
  • f8909de clarify interrupted sleep log by Jonathan Cobb 2020-07-09 11:37:38 -0400
  • 009a52e add BigDecimal constants by Jonathan Cobb 2020-07-09 02:26:09 -0400
  • 77a8875 rename NullInputStream constant by Jonathan Cobb 2020-07-08 12:43:41 -0400
  • c9c5f37 cache forName lookups by Jonathan Cobb 2020-07-06 17:25:44 -0400
  • f6e0691 add SCHEME_FILE constant by Jonathan Cobb 2020-07-06 11:50:22 -0400
  • 1d463c0 add file scheme by Jonathan Cobb 2020-07-06 11:40:13 -0400
  • 2ee6196 await now supports caller-supplied sleepInterval and sleepCallback by Jonathan Cobb 2020-07-03 22:37:44 -0400
  • 009c2ee avoid NPE in shortError by Jonathan Cobb 2020-07-03 22:37:26 -0400
  • cbd62f4 componentize host regexes by Jonathan Cobb 2020-06-29 16:07:38 -0400
  • e5d7abc add notEmpty by Jonathan Cobb 2020-06-18 10:34:45 -0400
  • b127394 Fix expiration in ExpirationMap (#2) by Kristijan Mitrovic 2020-06-03 02:04:16 +0000
  • 05e4135 (refs/pull/2/head) Fix expiration time check in ExpirationMap by Kristijan Mitrovic 2020-05-22 10:38:46 +0200
  • fc82270 Add helper methods for checking past and future timestamp by Kristijan Mitrovic 2020-05-22 10:36:58 +0200
  • 5e49b6e add utility to copy directory from resources to filesystem by Jonathan Cobb 2020-05-21 12:12:02 -0400
  • 45579ec Add host to domain transformation method (#1) by Kristijan Mitrovic 2020-05-18 12:21:09 +0000
  • f57f28c (refs/pull/1/head) Add host to domain transformation method by Kristijan Mitrovic 2020-05-08 10:24:42 +0200
  • 156aed3 whitespace nit by Jonathan Cobb 2020-04-01 02:33:52 -0400
  • 825ce09 ByteLimitedInputStream now throws IOException if stream limit exceeded by Jonathan Cobb 2020-03-31 23:47:55 -0400
  • a168473 use chunked encoding to send large file by Jonathan Cobb 2020-03-31 23:38:02 -0400
  • 96ad0b3 write headers before opening output stream by Jonathan Cobb 2020-03-31 22:51:18 -0400
  • 50ac0bf add support for multipart uploads by Jonathan Cobb 2020-03-31 22:33:00 -0400
  • 2b3bd69 only send upload if there is data by Jonathan Cobb 2020-03-31 22:10:51 -0400
  • 8404e7b fix call to setOutput by Jonathan Cobb 2020-03-31 22:06:42 -0400
  • d962fe6 support HttpUtil.post/put with streamed response by Jonathan Cobb 2020-03-31 22:01:19 -0400
  • 1bdd248 add HttpUtil.get that takes two sets of headers by Jonathan Cobb 2020-03-31 21:37:05 -0400
  • 2d2f716 update handlebars utils, // means integer division by Jonathan Cobb 2020-03-24 22:03:44 -0400
  • cd65456 add alias for get, easier for static imports by Jonathan Cobb 2020-03-05 20:30:06 -0500
  • 922b01b add URIUtil.toUriOrNull by Jonathan Cobb 2020-03-04 15:43:26 -0500
  • c5e10eb remove obsolete constant by Jonathan Cobb 2020-02-26 18:42:57 -0500
  • 6cc7a8a allow shallow (non recursive) processing by Jonathan Cobb 2020-02-26 05:49:12 -0500
  • 33a9e0d add excluded paths by Jonathan Cobb 2020-02-26 04:21:58 -0500
  • 6dc3517 if no prefix found, that's ok by Jonathan Cobb 2020-02-26 03:45:41 -0500
  • c5858d3 allow processing of files with no extension by Jonathan Cobb 2020-02-26 03:27:55 -0500
  • 523fa17 add support for prefix before header, allow comments in header json by Jonathan Cobb 2020-02-26 03:18:52 -0500
  • 9e6bb9a print filename that was processed by Jonathan Cobb 2020-02-26 03:00:45 -0500
  • df06153 always add newline to pattern by Jonathan Cobb 2020-02-26 02:57:54 -0500
  • 799970f add FileHeader main by Jonathan Cobb 2020-02-26 02:46:34 -0500
  • fb7fe35 add const printing utility by Jonathan Cobb 2020-02-19 13:40:31 -0500
  • 77831c8 add currencyForLocale by Jonathan Cobb 2020-02-16 14:25:22 -0500
  • d1d485b add some more safety rails on queryParams by Jonathan Cobb 2020-02-15 11:22:36 -0500
  • a8edf6d add svg content type by Jonathan Cobb 2020-02-11 07:48:32 -0500
  • 14be795 remove stacktrace from trace logging by Jonathan Cobb 2020-02-08 13:35:19 -0500
  • cab44eb no need for lombok here by Jonathan Cobb 2020-02-07 20:30:00 -0500
  • b5be88a add FixedSizeInputStream interface and subclasses by Jonathan Cobb 2020-02-07 20:27:04 -0500
  • 73bb333 adjust for better support of chunked streaming by Jonathan Cobb 2020-02-07 20:16:16 -0500
  • f9d652b add trace logging by Jonathan Cobb 2020-02-07 19:20:00 -0500
  • fcf50f0 add makeHttpChunk utility by Jonathan Cobb 2020-02-07 19:19:54 -0500
  • 787b3e4 rename 'none' encoding to 'identity' by Jonathan Cobb 2020-02-06 20:27:45 -0500
  • cd94e96 add 'none' encoding type by Jonathan Cobb 2020-02-06 20:24:16 -0500
  • 4dfe2ec remove obsolete dependencies by Jonathan Cobb 2020-02-06 15:24:41 -0500
  • b1df713 use better brotli stream library by Jonathan Cobb 2020-02-06 15:21:28 -0500
  • 63df532 use utf8 charset by Jonathan Cobb 2020-02-06 12:58:15 -0500
  • 0c2099a add tohexArray by Jonathan Cobb 2020-02-06 11:39:10 -0500
  • a45899b add isHtml utility method by Jonathan Cobb 2020-02-05 17:19:44 -0500
  • 12d7d0d add code 429 by Jonathan Cobb 2020-02-04 02:12:36 -0500